@charset "UTF-8";
/* ---------------------------------
 style
------------------------------------ */
/* ----------------------------------------------
breakpoint
pc --> (min-width: 1440px)
smallPc --> (min-width: 1081px) and (max-width: 1439px)
pc-smallPc --> (min-width: 1081px)
tab --> (min-width: 768px) and (max-width: 1080px)
tab-land --> (min-width: 768px) and (max-width: 1080px) and (orientation: landscape)
tab-port --> (min-width: 768px) and (max-width: 1080px) and (orientation: portrait)
tab-sp --> (max-width: 1080px)
sp --> (max-width: 767px)
smallSp --> (max-width: 374px)
------------------------------------------------*/
img {
  max-width: 100%;
}

a:link,
a:visited {
  text-decoration: underline;
  word-break: break-word;
  color: #fc1900;
}

@media (hover: hover) {
  a:hover {
    color: #ff6554;
  }
}
html {
  font-size: 62.5%;
}

@media screen and (min-width: 1081px) and (max-width: 1439px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 45%;
  }
}
body {
  width: 100%;
  font-family: "Yu Gothic", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;
  word-break: break-all;
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: #202333;
}

/* inner */
.inner {
  max-width: 1380px;
  margin: auto;
}

/* none */
@media screen and (min-width: 1440px) {
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .smallPc-none {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .pc-smallPc-none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .tab-none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {
  .tab-land-none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  .tab-port-none {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .tab-sp-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .sp-landscape-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
/* 非活性リンク */
.disable {
  pointer-events: none !important;
}

/* 背景ライン*/
.pic-line-right,
.pic-line-left {
  width: 564px;
  height: 338px;
  position: absolute;
  fill: #b5b9ce;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .pic-line-right,
  .pic-line-left {
    width: 394.8px;
    height: 236.6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .pic-line-right,
  .pic-line-left {
    width: 338.4px;
    height: 202.8px;
  }
}
@media screen and (max-width: 767px) {
  .pic-line-right,
  .pic-line-left {
    width: 225.6px;
    height: 135.2px;
  }
}

.pic-line-right {
  right: 0;
}

.pic-line-left {
  left: 0;
}

/* 背景サークル */
.pic-circle {
  transform: rotate(90deg);
  position: absolute;
  left: -10%;
  bottom: -30%;
  z-index: -1;
  width: 550px;
}
.pic-circle.picCircleMove circle {
  animation: circle 2s 0.5s ease-in-out forwards;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .pic-circle {
    left: -12%;
    bottom: -28%;
    width: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .pic-circle {
    transform: rotate(-90deg);
    right: -12%;
    top: -28%;
    left: auto;
    bottom: auto;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .pic-circle {
    transform: rotate(-90deg);
    right: -14%;
    top: -12%;
    left: auto;
    bottom: auto;
    width: 240px;
  }
}

circle {
  fill: transparent;
  stroke: #565a71;
  stroke-width: 130;
  opacity: 0;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 1318.8;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 1318.8 1318.8;
    opacity: 1;
  }
}
/* 背景矢印 */
.pic-arrow {
  width: 400px;
  height: 280px;
  position: absolute;
  left: 0;
  top: 0;
  fill: #b5b9ce;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .pic-arrow {
    width: 280px;
    height: 196px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .pic-arrow {
    width: 240px;
    height: 168px;
  }
}
@media screen and (max-width: 767px) {
  .pic-arrow {
    width: 160px;
    height: 112px;
  }
}

/* フェードイン表示 */
.fade {
  opacity: 0;
  transition: 1.5s ease-out;
}
.fade.box-right, .fade.fade-right {
  transform: translateX(50%);
}
.fade.box-left, .fade.fade-left {
  transform: translateX(-50%);
}
.fade.box-center {
  transform: translateY(50%);
}

.fadeIn {
  transform: translate(0, 0) !important;
  opacity: 1;
}

.fadeBg::before, .fadeBg::after {
  opacity: 0;
  transition: 1.5s ease;
}
.fadeBg-left::before, .fadeBg-left::after {
  transform: translateX(-50%);
}

.fadeBgIn::before, .fadeBgIn::after {
  transform: translate(0, 0) !important;
  opacity: 1;
}

.fadePicLine-top .pic-line01 {
  opacity: 0;
  transform: translateY(-100%);
  transition: 1s ease-in-out;
}
.fadePicLine-top .pic-line02 {
  opacity: 0;
  transform: translateY(-100%);
  transition: 1s 0.25s ease-in-out;
}
.fadePicLine-top .pic-line03 {
  opacity: 0;
  transform: translateY(-100%);
  transition: 1s 0.5s ease-in-out;
}

.fadePicLineIn .pic-line01,
.fadePicLineIn .pic-line02,
.fadePicLineIn .pic-line03 {
  transform: translate(0, 0) !important;
  opacity: 1;
}

.fadePicArrow-left .pic-arrow01 {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s ease-in-out;
}
.fadePicArrow-left .pic-arrow02 {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s 0.25s ease-in-out;
}
.fadePicArrow-left .pic-arrow03 {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s 0.5s ease-in-out;
}

.fadePicArrowIn .pic-arrow01,
.fadePicArrowIn .pic-arrow02,
.fadePicArrowIn .pic-arrow03 {
  transform: translate(0, 0) !important;
  opacity: 1;
}

.fadeLine .text-tit::before, .fadeLine .text-tit::after {
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.75s 0.25s ease-out;
}

.fadeLineIn .text-tit::before, .fadeLineIn .text-tit::after {
  transform: scale(1, 1);
}

/* icon */
.icon-window {
  color: #fff;
}

/* bg */
.bg-common {
  background: url("/job/fresh/img/bg-common.png") left top/contain repeat;
}

.bg-other {
  background: #202333 url("/job/fresh/img/bg-other.jpg") left bottom/cover no-repeat;
}

/* btn */
.btn {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff !important;
  padding: 10px 25px 10px 55px;
  border: 1px solid #fff;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  background: transparent;
}
.btn > span {
  position: relative;
  z-index: 1;
}
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn::after {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn::after {
    width: 16px;
    height: 6px;
  }
}
.btn::after {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn::after {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn::after {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn::after {
    left: 0.8em;
  }
}
@media (hover: hover) {
  .btn:hover {
    color: #202333 !important;
  }
  .btn:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .btn:hover::after {
    background: url("/job/fresh/img/icon-arrow-baseColor.svg") left center/contain no-repeat;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn {
    padding: 10px 20px 10px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn {
    margin-top: 30px;
    padding: 10px 20px 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    margin-top: 20px;
    padding: 10px 15px 10px 35px;
  }
}

.btn-b {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff !important;
  padding: 10px 25px 10px 55px;
  border: 1px solid #fff;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  background: transparent;
}
.btn-b > span {
  position: relative;
  z-index: 1;
}
.btn-b::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn-b::after {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn-b::after {
    width: 16px;
    height: 6px;
  }
}
.btn-b::after {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-b::after {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-b::after {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn-b::after {
    left: 0.8em;
  }
}
@media (hover: hover) {
  .btn-b:hover {
    color: #202333 !important;
  }
  .btn-b:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .btn-b:hover::after {
    background: url("/job/fresh/img/icon-arrow-baseColor.svg") left center/contain no-repeat;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-b {
    padding: 10px 20px 10px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-b {
    margin-top: 30px;
    padding: 10px 20px 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn-b {
    margin-top: 20px;
    padding: 10px 15px 10px 35px;
  }
}
.btn-b {
  color: #202333 !important;
  border: 1px solid #202333;
}
.btn-b::before {
  background: #202333;
}
.btn-b::after {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn-b::after {
    width: 16px;
    height: 6px;
  }
}
.btn-b::after {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-b::after {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-b::after {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn-b::after {
    left: 0.8em;
  }
}
.btn-b::after {
  background: url("/job/fresh/img/icon-arrow-baseColor.svg") left center/contain no-repeat;
}
@media (hover: hover) {
  .btn-b:hover {
    color: #fff !important;
  }
  .btn-b:hover::after {
    background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  }
}

.btn-anchorLink {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff !important;
  padding: 10px 25px 10px 55px;
  border: 1px solid #fff;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  background: transparent;
}
.btn-anchorLink > span {
  position: relative;
  z-index: 1;
}
.btn-anchorLink::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn-anchorLink::after {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn-anchorLink::after {
    width: 16px;
    height: 6px;
  }
}
.btn-anchorLink::after {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-anchorLink::after {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-anchorLink::after {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn-anchorLink::after {
    left: 0.8em;
  }
}
@media (hover: hover) {
  .btn-anchorLink:hover {
    color: #202333 !important;
  }
  .btn-anchorLink:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .btn-anchorLink:hover::after {
    background: url("/job/fresh/img/icon-arrow-baseColor.svg") left center/contain no-repeat;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-anchorLink {
    padding: 10px 20px 10px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-anchorLink {
    margin-top: 30px;
    padding: 10px 20px 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn-anchorLink {
    margin-top: 20px;
    padding: 10px 15px 10px 35px;
  }
}
.btn-anchorLink::after {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn-anchorLink::after {
    width: 16px;
    height: 6px;
  }
}
.btn-anchorLink::after {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-anchorLink::after {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-anchorLink::after {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn-anchorLink::after {
    left: 0.8em;
  }
}
.btn-anchorLink::after {
  background: url("/job/fresh/img/icon-anchorLink.svg") left center/contain no-repeat;
  top: 50%;
}
@media (hover: hover) {
  .btn-anchorLink:hover::after {
    background: url("/job/fresh/img/icon-anchorLink-baseColor.svg") left center/contain no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-anchorLink {
    margin-top: 3%;
    padding: 10px 20px 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn-anchorLink {
    margin-top: 3%;
    padding: 10px 10px 10px 25px;
  }
}

.btn-entry {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff !important;
  padding: 45px 10% 45px 20%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  max-height: 120px;
  border-radius: 60px;
  background: #fc1900;
  box-shadow: 4px 0 20px 5px rgba(19, 21, 30, 0.6);
  transition: all 0.3s;
}
.btn-entry::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn-entry::before {
    width: 16px;
    height: 6px;
  }
}
.btn-entry::before {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-entry::before {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-entry::before {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn-entry::before {
    left: 0.8em;
  }
}
.btn-entry::before {
  left: 15%;
  width: 28px;
  height: 11px;
}
@media (hover: hover) {
  .btn-entry:hover {
    background: #ff6554;
    box-shadow: none;
    transform: translateY(4px);
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-entry {
    padding: 40px 10% 40px 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-entry {
    padding: 35px 10% 35px 20%;
  }
}
@media screen and (max-width: 767px) {
  .btn-entry {
    margin: 15px auto 0;
    padding: 25px 5% 25px 10%;
    font-size: 2.25rem;
    max-width: 300px;
    box-shadow: 2px 0px 10px 2.5px rgba(19, 21, 30, 0.6);
  }
}

.btn-entry02 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff !important;
  padding: 35px 10% 35px 18%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  max-height: 120px;
  border-radius: 60px;
  background: #fc1900;
  box-shadow: 2px 0px 5px 2.5px rgba(19, 21, 30, 0.4);
  transition: all 0.3s;
  margin-top: 30px;
}
.btn-entry02::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn-entry02::before {
    width: 16px;
    height: 6px;
  }
}
.btn-entry02::before {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-entry02::before {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-entry02::before {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn-entry02::before {
    left: 0.8em;
  }
}
.btn-entry02::before {
  left: 10%;
  width: 28px;
  height: 11px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-entry02::before {
    left: 8%;
  }
}
@media screen and (max-width: 1080px) {
  .btn-entry02::before {
    width: 18px;
    height: 8px;
    left: 7%;
  }
}
@media (hover: hover) {
  .btn-entry02:hover {
    background: #ff6554;
    box-shadow: none;
    transform: translateY(4px);
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-entry02 {
    padding: 20px 10% 20px 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-entry02 {
    padding: 20px 10% 20px 15%;
    box-shadow: 2px 0px 5px 2.5px rgba(19, 21, 30, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .btn-entry02 {
    padding: 15px 5% 15px 10%;
    font-size: 2.25rem;
    max-width: 300px;
    box-shadow: 2px 0px 10px 2.5px rgba(19, 21, 30, 0.6);
    box-shadow: 2px 0px 5px 2.5px rgba(19, 21, 30, 0.2);
  }
}
.btn-entry02.disable {
  background: #b5b9ce;
  box-shadow: none;
}

/* modalここから */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(19, 21, 30, 0.6);
  padding: 40px 20px;
  overflow: auto;
  display: none;
  box-sizing: border-box;
  z-index: 101;
}
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  width: 90%;
  background: #fff;
  padding: 40px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .modal-body {
    padding: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .modal-body {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-body {
    width: 95%;
  }
}
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-close {
    top: -35px;
    right: -20px;
    width: 35px;
    height: 35px;
    font-size: 35px;
  }
}
.modal-content {
  text-align: left;
}
.modal-content dl dt {
  color: #0f218b;
}
.modal-content.flex-box {
  display: flex;
  flex-direction: row !important;
}
.modal-content.flex-box img {
  width: 34% !important;
  margin: 0 4% 0 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 767px) {
  .modal-content.flex-box img {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.modal-content.flex-box dl {
  width: 62% !important;
}
@media screen and (max-width: 767px) {
  .modal-content.flex-box dl {
    width: 100% !important;
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .modal-content.flex-box {
    display: block !important;
  }
}

body.active {
  overflow: hidden;
}

/* modalここまで */
/* text */
.text-line {
  text-decoration: underline;
}

.text-comment {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .text-comment {
    margin-top: 5px;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

body {
  /* modal表示時背景を固定 */
}
@media screen and (max-width: 1080px) {
  body.fixed-modal {
    overflow: hidden;
  }
}
body .overlay {
  display: none;
}
@media screen and (max-width: 1080px) {
  body .overlay.visible {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 35, 51, 0.7);
    z-index: 10;
  }
}

/* header */
#header {
  position: relative;
}
#header #navi {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  transition: background 0.3s ease-out;
  box-shadow: none;
  z-index: 10;
}
#header #navi-header {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
#header #navi-header h1 {
  position: relative;
  z-index: 2;
}
#header #navi-header h1 a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
#header #navi-header h1 a img {
  width: 158px;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi-header h1 a img {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi-header h1 a img {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  #header #navi-header h1 a img {
    width: 105px;
  }
}
@media screen and (max-width: 374px) {
  #header #navi-header h1 a img {
    width: 100px;
  }
}
#header #navi-header h1 a .logo-aidem-b {
  display: none;
}
#header #navi-header h1 a .text-logo {
  display: block;
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  #header #navi-header h1 a .text-logo {
    font-size: 1.25rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #header #navi-header h1 a .logo-aidem-w {
    display: none !important;
  }
  #header #navi-header h1 a .logo-aidem-b {
    display: block !important;
  }
}
#header #navi-header h1.logo-white a .logo-aidem-w {
  display: block;
}
#header #navi-header h1.logo-white a .logo-aidem-b {
  display: none;
}
#header #navi-header h1.logo-white a .text-logo {
  color: #fff !important;
}
#header #navi-header #navi-hamburger {
  display: none;
}
@media screen and (max-width: 1080px) {
  #header #navi-header #navi-hamburger {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 34px;
    height: 50px;
    z-index: 2;
    margin: -5px 15px 0 15px;
  }
  #header #navi-header #navi-hamburger.open {
    width: 34px;
    height: 50px;
  }
  #header #navi-header #navi-hamburger.open div span:nth-child(1) {
    top: 19px;
    transform: rotate(-315deg);
  }
  #header #navi-header #navi-hamburger.open div span:nth-child(2), #header #navi-header #navi-hamburger.open div span:nth-child(3) {
    top: 19px;
    transform: rotate(315deg);
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  #header #navi-header #navi-hamburger.open div span {
    border-bottom: solid 2px #fff;
  }
  #header #navi-header #navi-hamburger.open div p {
    color: #fff;
  }
}
@media screen and (max-width: 1080px) {
  #header #navi-header #navi-hamburger div {
    position: relative;
    width: 35px;
    margin: 0 auto;
  }
  #header #navi-header #navi-hamburger div span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #fff;
    transition: 0.35s ease-in-out;
  }
  #header #navi-header #navi-hamburger div span:nth-child(1) {
    top: 10px;
  }
  #header #navi-header #navi-hamburger div span:nth-child(2) {
    top: 19px;
  }
  #header #navi-header #navi-hamburger div span:nth-child(3) {
    top: 28px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  #header #navi-header #navi-hamburger div span {
    border-bottom: solid 2px #000;
  }
}
@media screen and (max-width: 1080px) {
  #header #navi-header #navi-hamburger div p {
    display: inline;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    font-family: "Anton", system-ui;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.04em;
    transition: all 0.3s ease-in;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  #header #navi-header #navi-hamburger div p {
    color: #000;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  #header #navi-header #navi-hamburger {
    margin: -3px 10px 0 10px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi-header {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1080px) {
  #header #navi-header {
    padding-left: 15px;
    width: 100%;
    transition: background 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi-header {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header #navi-header {
    height: 60px;
    padding-left: 10px;
  }
}
#header #navi nav {
  display: flex;
  flex-wrap: nowrap;
}
#header #navi nav #navi-menu {
  display: flex;
  align-items: center;
}
#header #navi nav #navi-menu > li {
  position: relative;
}
#header #navi nav #navi-menu > li a {
  position: relative;
  padding: 0 20px 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: color 0.3s ease-out;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3;
}
#header #navi nav #navi-menu > li a::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-menu > li a::before {
    width: 16px;
    height: 6px;
  }
}
#header #navi nav #navi-menu > li a::before {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi nav #navi-menu > li a::before {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-menu > li a::before {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-menu > li a::before {
    left: 0.8em;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi nav #navi-menu > li a {
    padding: 0 10px 0 35px;
  }
}
@media screen and (max-width: 1080px) {
  #header #navi nav #navi-menu > li a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-menu > li a {
    padding: 0 15px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-menu > li a {
    padding: 0 10px 0 28px;
  }
}
#header #navi nav #navi-menu > li a .text-step {
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-menu > li a .text-step {
    font-size: 1.4rem;
  }
}
#header #navi nav #navi-menu > li > a {
  margin: 20px 0;
}
@media screen and (max-width: 1080px) {
  #header #navi nav #navi-menu > li > a {
    margin: 0;
  }
}
@media screen and (min-width: 1081px) {
  #header #navi nav #navi-menu > li:nth-child(-n+3) {
    margin-top: -0.8em;
  }
}
@media (hover: hover) {
  #header #navi nav #navi-menu > li:nth-child(-n+3) a:hover {
    color: #ff6554;
    text-decoration: underline;
  }
  #header #navi nav #navi-menu > li:nth-child(-n+3) a:hover::before {
    background: url("/job/fresh/img/icon-arrow-linkColorHover.svg") left center/contain no-repeat;
  }
}
#header #navi nav #navi-menu > li:nth-child(-n+3) a::before {
  top: calc(50% + 0.4em - 0.1em);
}
#header #navi nav #navi-menu > li {
  /* スペシャルコンテンツ */
}
@media (hover: hover) {
  #header #navi nav #navi-menu > li:nth-child(4) a:hover {
    color: #ff6554;
    text-decoration: underline;
  }
  #header #navi nav #navi-menu > li:nth-child(4) a:hover::before {
    background: url("/job/fresh/img/icon-arrow-linkColorHover.svg") left center/contain no-repeat;
  }
}
#header #navi nav #navi-menu > li .icon-plus {
  display: none;
}
#header #navi nav #navi-menu > li .navi-category {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(19, 21, 30, 0.6);
  padding-bottom: 20px;
  border-radius: 10px;
  transition: display 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
}
#header #navi nav #navi-menu > li .navi-category li {
  padding-top: 20px;
}
#header #navi nav #navi-menu > li .navi-category li a {
  justify-content: flex-start;
}
#header #navi nav #navi-menu > li .navi-category li a::before {
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) {
  #header #navi nav #navi-menu > li:hover .navi-category {
    visibility: visible;
    opacity: 1;
  }
}
#header #navi nav #navi-menu > li.entry {
  display: none;
}
#header #navi nav #navi-menu > li.internship {
  display: none;
}
@media screen and (max-width: 1080px) {
  #header #navi nav #navi-menu {
    z-index: 1;
    width: 100%;
    background: #202333;
    padding-top: 80px;
    margin: 0;
    position: absolute;
    top: 0;
    flex-direction: column;
    transform: translateX(100%);
  }
  #header #navi nav #navi-menu.open-menu {
    transform: translateX(0);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #header #navi nav #navi-menu li {
    width: 100%;
    position: relative;
  }
  #header #navi nav #navi-menu li a {
    min-height: 80px;
    justify-content: flex-start;
    padding: 20px 65px 20px 45px;
    border-bottom: 1px solid #b5b9ce;
  }
  #header #navi nav #navi-menu li a::before {
    left: calc(1em + 5px) !important;
  }
  #header #navi nav #navi-menu li:last-child a {
    border-bottom: 0;
  }
  #header #navi nav #navi-menu li.entry {
    display: block;
    max-width: 300px;
  }
  #header #navi nav #navi-menu li.entry .btn-entry {
    border-bottom: 0;
    justify-content: center;
    padding: 25px 5% 25px 15%;
    margin-top: 30px;
    min-height: auto;
  }
  #header #navi nav #navi-menu li.entry .btn-entry:before {
    left: 10% !important;
  }
  #header #navi nav #navi-menu li.internship {
    display: block;
    text-align: center;
  }
  #header #navi nav #navi-menu li.internship .text-internship {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    min-height: auto;
    text-decoration: underline;
  }
  #header #navi nav #navi-menu li.internship .text-internship::before {
    content: "";
    display: inline-block;
    background: url("/job/fresh/img/icon-window.svg") left center/contain no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    top: 0.05em;
    margin-right: 0.5em;
    width: 20px;
    height: 20px;
    left: 0 !important;
    transition: none;
    transform: none;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  #header #navi nav #navi-menu li.internship .text-internship::before {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 1080px) {
  #header #navi nav #navi-menu li .navi-category {
    display: none;
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 100%;
    background: #3c425f;
    border-radius: inherit;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #header #navi nav #navi-menu li .navi-category li {
    display: block;
    padding-top: 0;
  }
  #header #navi nav #navi-menu li .navi-category li a {
    padding: 25px 45px;
  }
  #header #navi nav #navi-menu li .icon-plus {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    right: 15px;
    top: 22.5px;
  }
  #header #navi nav #navi-menu li .icon-plus::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 18px;
    height: 2px;
    margin-top: -1px;
    background: #151E2F;
  }
  #header #navi nav #navi-menu li .icon-plus::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 18px;
    height: 2px;
    margin-top: -1px;
    background: #151E2F;
    transform: translate(-50%) rotate(-90deg);
    transition: transform 0.3s;
  }
  #header #navi nav #navi-menu li .icon-plus.active::after {
    transform: translate(-50%) rotate(0deg);
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  #header #navi nav #navi-menu {
    padding-top: 60px;
  }
}
#header #navi nav #navi-btn {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#header #navi nav #navi-btn > li {
  position: relative;
  /* オープン・カンパニー */
}
#header #navi nav #navi-btn > li .internship-btn {
  position: relative;
  padding: 0 20px 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: color 0.3s ease-out;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3;
}
#header #navi nav #navi-btn > li .internship-btn::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .internship-btn::before {
    width: 16px;
    height: 6px;
  }
}
#header #navi nav #navi-btn > li .internship-btn::before {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi nav #navi-btn > li .internship-btn::before {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .internship-btn::before {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .internship-btn::before {
    left: 0.8em;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi nav #navi-btn > li .internship-btn {
    padding: 0 10px 0 35px;
  }
}
@media screen and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .internship-btn {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .internship-btn {
    padding: 0 15px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .internship-btn {
    padding: 0 10px 0 28px;
  }
}
#header #navi nav #navi-btn > li .internship-btn {
  display: flex;
  align-items: center;
  background: #0f218b;
  transition: background 0.3s ease-out;
  height: 90px;
}
#header #navi nav #navi-btn > li .internship-btn::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-window.svg") left center/contain no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.05em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .internship-btn::before {
    width: 13px;
    height: 13px;
  }
}
#header #navi nav #navi-btn > li .internship-btn::before {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.05em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi nav #navi-btn > li .internship-btn::before {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .internship-btn::before {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .internship-btn::before {
    left: 0.8em;
  }
}
@media (hover: hover) {
  #header #navi nav #navi-btn > li .internship-btn:hover {
    background: #4e5db4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .internship-btn {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .internship-btn {
    height: 60px;
    font-size: 1.375rem;
  }
}
#header #navi nav #navi-btn > li {
  /* 募集要項・エントリー */
}
#header #navi nav #navi-btn > li .entry-btn {
  position: relative;
  padding: 0 20px 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: color 0.3s ease-out;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3;
}
#header #navi nav #navi-btn > li .entry-btn::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .entry-btn::before {
    width: 16px;
    height: 6px;
  }
}
#header #navi nav #navi-btn > li .entry-btn::before {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi nav #navi-btn > li .entry-btn::before {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .entry-btn::before {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .entry-btn::before {
    left: 0.8em;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi nav #navi-btn > li .entry-btn {
    padding: 0 10px 0 35px;
  }
}
@media screen and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .entry-btn {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .entry-btn {
    padding: 0 15px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .entry-btn {
    padding: 0 10px 0 28px;
  }
}
#header #navi nav #navi-btn > li .entry-btn {
  display: flex;
  align-items: center;
  background: #fc1900;
  transition: background 0.3s ease-out;
  min-width: 230px;
  height: 90px;
}
#header #navi nav #navi-btn > li .entry-btn + .navi-category {
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .entry-btn + .navi-category {
    display: none;
  }
}
@media (hover: hover) {
  #header #navi nav #navi-btn > li .entry-btn:hover {
    background: #ff6554;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi nav #navi-btn > li .entry-btn {
    min-width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .entry-btn {
    min-width: auto;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .entry-btn {
    min-width: auto;
    height: 60px;
    font-size: 1.375rem;
  }
}
#header #navi nav #navi-btn > li .navi-category {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(19, 21, 30, 0.6);
  padding-bottom: 20px;
  border-radius: 10px;
  transition: display 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
}
#header #navi nav #navi-btn > li .navi-category li {
  padding-top: 20px;
}
#header #navi nav #navi-btn > li .navi-category li a {
  justify-content: flex-start;
}
#header #navi nav #navi-btn > li .navi-category li a::before {
  top: calc(50% - 0.1em);
}
#header #navi nav #navi-btn > li .navi-category {
  top: 60px;
}
#header #navi nav #navi-btn > li .navi-category li a {
  position: relative;
  padding: 0 20px 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: color 0.3s ease-out;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3;
}
#header #navi nav #navi-btn > li .navi-category li a::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .navi-category li a::before {
    width: 16px;
    height: 6px;
  }
}
#header #navi nav #navi-btn > li .navi-category li a::before {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi nav #navi-btn > li .navi-category li a::before {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .navi-category li a::before {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .navi-category li a::before {
    left: 0.8em;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi nav #navi-btn > li .navi-category li a {
    padding: 0 10px 0 35px;
  }
}
@media screen and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .navi-category li a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-btn > li .navi-category li a {
    padding: 0 15px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn > li .navi-category li a {
    padding: 0 10px 0 28px;
  }
}
@media (hover: hover) {
  #header #navi nav #navi-btn > li .navi-category li a:hover {
    color: #ff6554;
    text-decoration: underline;
  }
  #header #navi nav #navi-btn > li .navi-category li a:hover::before {
    background: url("/job/fresh/img/icon-arrow-linkColorHover.svg") left center/contain no-repeat;
  }
}
#header #navi nav #navi-btn > li .navi-category li a {
  justify-content: flex-start;
}
@media screen and (min-width: 1081px) {
  #header #navi nav #navi-btn > li:hover .navi-category {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi nav #navi-btn {
    position: absolute;
    right: 62px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #header #navi nav #navi-btn {
    position: absolute;
    right: 52px;
    top: 0;
  }
}
@media screen and (max-width: 1080px) {
  #header #navi nav {
    width: 100%;
  }
}
#header #navi.navi-move {
  box-shadow: 0px 2px 3px 0 rgba(19, 21, 30, 0.6);
  background: #fff;
  transition: background 0.3s ease-in;
}
#header #navi.navi-move h1 a .text-logo {
  color: #000;
}
#header #navi.navi-move #navi-menu > li > a {
  color: #000;
}
@media (hover: hover) {
  #header #navi.navi-move #navi-menu > li > a:hover {
    color: #ff6554;
    text-decoration: underline;
  }
  #header #navi.navi-move #navi-menu > li > a:hover::before {
    background: url("/job/fresh/img/icon-arrow-linkColorHover.svg") left center/contain no-repeat;
  }
}
#header #navi.navi-move #navi-menu > li > a::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #header #navi.navi-move #navi-menu > li > a::before {
    width: 16px;
    height: 6px;
  }
}
#header #navi.navi-move #navi-menu > li > a::before {
  position: absolute;
  transform: translateY(-50%);
  left: 1.25em;
  top: calc(50% - 0.1em);
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi.navi-move #navi-menu > li > a::before {
    left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi.navi-move #navi-menu > li > a::before {
    left: 1em;
  }
}
@media screen and (max-width: 767px) {
  #header #navi.navi-move #navi-menu > li > a::before {
    left: 0.8em;
  }
}
#header #navi.navi-move #navi-menu > li > a::before {
  background: url("/job/fresh/img/icon-arrow-black.svg") left center/contain no-repeat;
}
@media screen and (max-width: 1080px) {
  #header #navi.navi-move #navi-menu > li > a {
    color: #fff;
  }
  #header #navi.navi-move #navi-menu > li > a::before {
    content: "";
    display: inline-block;
    background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
    width: 16px;
    height: 6px;
    position: relative;
    top: 0.05em;
    transition: background 0.3s ease-out;
    position: absolute;
    transform: translateY(-50%);
    left: 1.25em;
    top: calc(50% - 0.1em);
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  #header #navi.navi-move #navi-menu > li > a::before {
    width: 16px;
    height: 6px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 1081px) and (max-width: 1439px) {
  #header #navi.navi-move #navi-menu > li > a::before {
    left: 1em;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) and (max-width: 1080px) {
  #header #navi.navi-move #navi-menu > li > a::before {
    left: 1em;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  #header #navi.navi-move #navi-menu > li > a::before {
    left: 0.8em;
  }
}
#header #navi.navi-move #navi-menu > li:nth-child(-n+3) a::before {
  top: calc(50% + 0.4em - 0.1em);
}
#header #navi.navi-move #navi-menu > li:nth-child(-n+3) .navi-category li a::before {
  top: calc(50% - 0.1em);
}
@media screen and (max-width: 1080px) {
  #header #navi.navi-move #navi-hamburger div span {
    border-bottom: solid 2px #000;
  }
  #header #navi.navi-move #navi-hamburger div p {
    color: #000;
  }
  #header #navi.navi-move #navi-hamburger.open div span {
    border-bottom: solid 2px #fff;
  }
  #header #navi.navi-move #navi-hamburger.open div p {
    color: #fff;
  }
}
@media screen and (max-width: 1080px) {
  #header #navi {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
  }
  #header #navi::after {
    content: "";
    display: block;
    transform: translateX(100%);
    transition: all 0.3s ease-in;
    background: #202333;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #header #navi.navi-bg .logo-aidem-w {
    display: block !important;
  }
  #header #navi.navi-bg .logo-aidem-b {
    display: none !important;
  }
  #header #navi.navi-bg::after {
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header #navi {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header #navi {
    height: 60px;
    box-shadow: 0px 2px 3px 0 rgba(19, 21, 30, 0.6);
    background: #fff;
    transition: background 0.3s ease-in;
  }
  #header #navi h1 a .text-logo {
    color: #000;
  }
}

@media screen and (min-width: 1081px) {
  body[data-page=company] #header #navi nav #navi-menu > li:nth-child(1) > a,
  body[data-page=message] #header #navi nav #navi-menu > li:nth-child(1) > a,
  body[data-page=philosophy] #header #navi nav #navi-menu > li:nth-child(1) > a,
  body[data-page=projects] #header #navi nav #navi-menu > li:nth-child(1) > a,
  body[data-page=data] #header #navi nav #navi-menu > li:nth-child(1) > a {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1081px) {
  body[data-page=ourjob] #header #navi nav #navi-menu > li:nth-child(2) > a,
  body[data-page=case] #header #navi nav #navi-menu > li:nth-child(2) > a {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1081px) {
  body[data-case=case02] #header #navi nav #navi-menu > li > a,
  body[data-case=case03] #header #navi nav #navi-menu > li > a,
  body[data-case=case05] #header #navi nav #navi-menu > li > a {
    color: #000;
  }
  body[data-case=case02] #header #navi nav #navi-menu > li > a::before,
  body[data-case=case03] #header #navi nav #navi-menu > li > a::before,
  body[data-case=case05] #header #navi nav #navi-menu > li > a::before {
    content: "";
    display: inline-block;
    background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
    width: 16px;
    height: 6px;
    position: relative;
    top: 0.05em;
    transition: background 0.3s ease-out;
    position: absolute;
    transform: translateY(-50%);
    left: 1.25em;
    top: calc(50% - 0.1em);
    background: url("/job/fresh/img/icon-arrow-black.svg") left center/contain no-repeat;
  }
}
@media screen and (min-width: 1081px) and (max-width: 767px) {
  body[data-case=case02] #header #navi nav #navi-menu > li > a::before,
  body[data-case=case03] #header #navi nav #navi-menu > li > a::before,
  body[data-case=case05] #header #navi nav #navi-menu > li > a::before {
    width: 16px;
    height: 6px;
  }
}
@media screen and (min-width: 1081px) and (min-width: 1081px) and (max-width: 1439px) {
  body[data-case=case02] #header #navi nav #navi-menu > li > a::before,
  body[data-case=case03] #header #navi nav #navi-menu > li > a::before,
  body[data-case=case05] #header #navi nav #navi-menu > li > a::before {
    left: 1em;
  }
}
@media screen and (min-width: 1081px) and (min-width: 768px) and (max-width: 1080px) {
  body[data-case=case02] #header #navi nav #navi-menu > li > a::before,
  body[data-case=case03] #header #navi nav #navi-menu > li > a::before,
  body[data-case=case05] #header #navi nav #navi-menu > li > a::before {
    left: 1em;
  }
}
@media screen and (min-width: 1081px) and (max-width: 767px) {
  body[data-case=case02] #header #navi nav #navi-menu > li > a::before,
  body[data-case=case03] #header #navi nav #navi-menu > li > a::before,
  body[data-case=case05] #header #navi nav #navi-menu > li > a::before {
    left: 0.8em;
  }
}
@media screen and (min-width: 1081px) {
  body[data-case=case02] #header #navi nav #navi-menu > li:nth-child(-n+3) > a::before,
  body[data-case=case03] #header #navi nav #navi-menu > li:nth-child(-n+3) > a::before,
  body[data-case=case05] #header #navi nav #navi-menu > li:nth-child(-n+3) > a::before {
    top: calc(50% + 0.4em - 0.1em);
  }
}
@media screen and (max-width: 1080px) {
  body[data-case=case02] #header #navi-header #navi-hamburger div span,
  body[data-case=case03] #header #navi-header #navi-hamburger div span,
  body[data-case=case05] #header #navi-header #navi-hamburger div span {
    border-color: #000;
  }
  body[data-case=case02] #header #navi-header #navi-hamburger div p,
  body[data-case=case03] #header #navi-header #navi-hamburger div p,
  body[data-case=case05] #header #navi-header #navi-hamburger div p {
    color: #000;
  }
  body[data-case=case02] #header #navi-header #navi-hamburger.open div span,
  body[data-case=case03] #header #navi-header #navi-hamburger.open div span,
  body[data-case=case05] #header #navi-header #navi-hamburger.open div span {
    border-color: #fff;
  }
  body[data-case=case02] #header #navi-header #navi-hamburger.open div p,
  body[data-case=case03] #header #navi-header #navi-hamburger.open div p,
  body[data-case=case05] #header #navi-header #navi-hamburger.open div p {
    color: #fff;
  }
}

@media screen and (min-width: 1081px) {
  body[data-page=environment] #header #navi nav #navi-menu > li:nth-child(3) > a,
  body[data-page=office] #header #navi nav #navi-menu > li:nth-child(3) > a,
  body[data-page=welfare] #header #navi nav #navi-menu > li:nth-child(3) > a,
  body[data-page=education] #header #navi nav #navi-menu > li:nth-child(3) > a {
    text-decoration: underline;
  }
}

/* btn-pagetop */
.btn-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  background: url("/job/fresh/img/btn-pageTop.svg") left center/contain no-repeat;
  width: 60px;
  height: 60px;
  transition: background 0.3s;
  display: none;
}
@media (hover: hover) {
  .btn-pagetop:hover {
    background: url("/job/fresh/img/btn-pageTop-hover.svg") left center/contain no-repeat;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  .btn-pagetop {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .btn-pagetop {
    width: 45px;
    height: 45px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .btn-pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}

/* footer */
#footer {
  position: relative;
}
#footer .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: block;
  }
}
#footer-cont {
  background: #3c425f;
  padding: 60px;
}
#footer-cont a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.3;
}
#footer-cont-other {
  background: #fff;
  padding: 30px;
}
#footer-cont-other a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}
#footer-cont-other a::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-window.svg") left center/contain no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.05em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #footer-cont-other a::before {
    width: 13px;
    height: 13px;
  }
}
#footer-cont-other a::before {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: calc(50% - 0.05em);
  background: url("/job/fresh/img/icon-window-black.svg") left center/contain no-repeat;
  width: 14px;
  height: 14px;
}
@media (hover: hover) {
  #footer-cont-other a:hover {
    color: #ff6554;
    text-decoration: underline;
  }
  #footer-cont-other a:hover::before {
    background: url("/job/fresh/img/icon-window-linkColorHover.svg") left center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #footer-cont-other a {
    font-size: 1.625rem;
  }
}
#footer-cont-other .inner {
  justify-content: space-between;
}
#footer-cont-other .inner > ul {
  display: flex;
}
#footer-cont-other .inner > ul li {
  margin-left: 30px;
}
#footer-cont-other .inner > ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #footer-cont-other .inner > ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #footer-cont-other .inner #copyright {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #footer-cont-other {
    padding: 4% 6%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #footer-cont {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer-cont {
    padding: 6%;
  }
}
#footer-logo {
  width: 15%;
  margin-right: 10%;
}
#footer-logo a {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#footer-logo a img {
  width: 204px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #footer-logo a img {
    width: 128px;
  }
}
#footer-logo a p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #footer-logo a p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #footer-logo a p {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #footer-logo {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #footer-logo {
    width: 100%;
    margin-right: 0;
  }
}
#footer .text {
  width: 75%;
}
#footer .text-cont {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #footer .text-cont-list {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .text-cont-list > li {
    width: 32%;
    margin-right: 2%;
  }
  #footer .text-cont-list > li:nth-child(3n) {
    margin-right: 0;
  }
}
#footer .text-cont:first-child {
  margin-top: 0;
}
#footer .text-cont:nth-child(2) {
  align-items: center;
}
#footer .text-cont li {
  position: relative;
}
#footer .text-cont li a {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#footer .text-cont li a::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-arrow.svg") left center/contain no-repeat;
  width: 16px;
  height: 6px;
  position: relative;
  top: 0.05em;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #footer .text-cont li a::before {
    width: 16px;
    height: 6px;
  }
}
#footer .text-cont li a::before {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: calc(50% - 0.1em);
}
@media (hover: hover) {
  #footer .text-cont li a:hover {
    color: #ff6554;
    text-decoration: underline;
  }
  #footer .text-cont li a:hover::before {
    background: url("/job/fresh/img/icon-arrow-linkColorHover.svg") left center/contain no-repeat;
  }
}
#footer .text-cont li a.newWindow::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-window.svg") left center/contain no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.05em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #footer .text-cont li a.newWindow::before {
    width: 13px;
    height: 13px;
  }
}
#footer .text-cont li a.newWindow::before {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: calc(50% - 0.05em);
}
@media (hover: hover) {
  #footer .text-cont li a.newWindow:hover {
    color: #ff6554;
    text-decoration: underline;
  }
  #footer .text-cont li a.newWindow:hover::before {
    background: url("/job/fresh/img/icon-window-linkColorHover.svg") left center/contain no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #footer .text-cont li a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer .text-cont li a {
    padding-left: 20px;
    margin-top: 10px;
  }
}
#footer .text-cont > li {
  width: 28%;
  margin-right: 8%;
}
#footer .text-cont > li:last-child {
  margin-right: 0;
}
#footer .text-cont > li > a {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
}
#footer .text-cont > li > a .text-step {
  font-size: 1.6rem;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #footer .text-cont > li > a {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #footer .text-cont > li {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  #footer .text-cont > li {
    width: 100%;
    margin: 6% 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .text-cont {
    display: block;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #footer .text {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #footer .text {
    width: 100%;
  }
}

/* page */
#main {
  position: relative;
}
#main #kv {
  position: relative;
  padding: 0 5%;
}
#main #kv .video-pc {
  width: 100%;
  height: 100vh; /* fallback */
  height: 100dvh; /* modern browsers */
  position: absolute;
  overflow: hidden;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
}
#main #kv .video-pc .video-cont {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  #main #kv .video-pc {
    height: 70vh;
    min-height: 750px;
  }
}
@media screen and (max-width: 767px) {
  #main #kv .video-pc {
    display: none;
  }
}
#main #kv .video-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #main #kv .video-sp {
    display: block;
    width: 100%;
    line-height: 0;
  }
  #main #kv .video-sp .video-cont {
    width: 100%;
  }
}
#main #kv-cont {
  position: relative;
  z-index: 1;
  height: 100vh; /* fallback */
  height: 100dvh; /* modern browsers */
}
#main #kv-cont-inner {
  position: absolute;
  left: 0;
  bottom: 90px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #kv-cont-inner {
    bottom: 60px;
  }
  #main #kv-cont-inner .btn {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  #main #kv-cont-inner {
    bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {
  #main #kv-cont-inner {
    bottom: 30px;
  }
  #main #kv-cont-inner .btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #main #kv-cont-inner {
    position: static;
  }
}
#main #kv-cont #kv-tit {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main #kv-cont #kv-tit {
    position: absolute;
    top: -170px;
    text-align: left;
  }
}
#main #kv-cont h2 {
  font-size: 7.8rem;
  line-height: 1.1;
  color: #fff;
  text-shadow: 1px 0 10px rgba(19, 21, 30, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
}
#main #kv-cont h2 .text-kv {
  display: inline-block;
  transform: translate(-100%, 0);
  transition: transform 0.75s ease-in-out;
  position: relative;
  overflow: hidden;
}
#main #kv-cont h2 .text-kv.visible {
  transform: translate(0, 0);
}
#main #kv-cont h2 .text-kv.visible::after {
  left: 100%;
}
#main #kv-cont h2 .text-kv::after {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 1.25s 0.75s ease-out;
}
#main #kv-cont h2 .text-small {
  font-size: 5.2rem;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #kv-cont h2 {
    font-size: 7.25rem;
  }
  #main #kv-cont h2 .text-small {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #kv-cont h2 {
    font-size: 5.5625rem;
  }
  #main #kv-cont h2 .text-small {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  #main #kv-cont h2 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  #main #kv-cont h2 {
    font-size: 4.625rem;
    line-height: 1.2;
  }
  #main #kv-cont h2 .text-small {
    font-size: 3.25rem;
  }
}
#main #kv-cont p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-top: 40px;
  text-shadow: 1px 0 10px rgba(19, 21, 30, 0.6);
  display: none;
}
@media screen and (max-width: 767px) {
  #main #kv-cont p {
    margin-top: 0;
    text-align: left;
    display: block;
  }
}
#main #kv-cont .scroll {
  position: absolute;
  right: 0;
  bottom: -40px;
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #fff;
  text-decoration: none;
}
#main #kv-cont .scroll span {
  display: block;
  position: relative;
  width: 2px;
  height: 80px;
  margin: auto;
  background: #b5b9ce;
  overflow: hidden;
}
#main #kv-cont .scroll span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: move 1.5s ease-in-out infinite;
}
@keyframes move {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 767px) {
  #main #kv-cont .scroll {
    font-size: 2rem;
    right: 10px;
    bottom: -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  #main #kv-cont {
    height: 70vh;
    min-height: 750px;
  }
}
@media screen and (max-width: 767px) {
  #main #kv-cont {
    padding: 25px 6%;
    height: auto;
    min-height: auto;
    background: #42465e;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #kv {
    padding: 0 6%;
  }
}
@media screen and (max-width: 767px) {
  #main #kv {
    padding: 60px 0 0;
    text-align: center;
  }
}
#main #contents {
  overflow: hidden;
  position: relative;
  padding: 8% 0;
}
#main #contents > section {
  margin-top: 8%;
}
#main #contents > section:first-child {
  margin-top: 0;
}
#main #contents > section .box-typeA .text {
  width: 34%;
  max-width: 560px;
}
#main #contents > section .box-typeA .text a {
  text-decoration: none;
}
#main #contents > section .box-typeA .text .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 9rem;
  line-height: 1.1;
  word-break: break-word;
  color: #202333;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents > section .box-typeA .text .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents > section .box-typeA .text .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents > section .box-typeA .text .text-tit {
    font-size: 6.75rem;
  }
}
#main #contents > section .box-typeA .text .text-tit .text-step {
  display: block;
  color: #fc1900;
  font-size: 5.4rem;
  margin-bottom: 5px;
}
#main #contents > section .box-typeA .text .text-tit .text-step > span {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  #main #contents > section .box-typeA .text .text-tit .text-step > span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents > section .box-typeA .text .text-tit .text-step {
    font-size: 4rem;
  }
}
#main #contents > section .box-typeA .text .text-tit .text-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  display: block;
  margin-top: 15px;
  font-size: 4rem;
}
#main #contents > section .box-typeA .text .text-tit .text-cap > span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #main #contents > section .box-typeA .text .text-tit .text-cap > span {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents > section .box-typeA .text .text-tit .text-cap {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents > section .box-typeA .text .text-tit .text-cap {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents > section .box-typeA .text .text-tit .text-cap {
    margin-top: 5px;
    font-size: 3rem;
  }
}
#main #contents > section .box-typeA .text p {
  font-size: 1.8rem;
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents > section .box-typeA .text p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents > section .box-typeA .text p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents > section .box-typeA .text {
    width: 100%;
    max-width: 100%;
  }
}
#main #contents > section .box-typeA .ph {
  width: 60%;
  max-width: 990px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #main #contents > section .box-typeA .ph {
    width: 100%;
    max-width: 954px;
    margin-top: 30px;
  }
}
#main #contents > section .box-typeA.box-right .text .text-tit {
  color: #fff;
}
#main #contents > section .box-typeA.box-right .text p {
  color: #fff;
}
@media (hover: hover) {
  #main #contents > section .box-typeA.box-right .text a .text-tit > :not(.text-step) {
    background: linear-gradient(to right, #b5b9ce 50%, #fff 50%) 100%;
    /* 背景をテキストで切り抜く */
    -webkit-background-clip: text;
            background-clip: text;
    /* 横幅を200%にしてグレー部分は見えないようにする */
    background-size: 200% 100%;
  }
  #main #contents > section .box-typeA .text a .text-tit > :not(.text-step) {
    color: transparent;
    background: linear-gradient(to right, #565a71 50%, #202333 50%) 100%;
    /* 背景をテキストで切り抜く */
    -webkit-background-clip: text;
            background-clip: text;
    /* 横幅を200%にしてグレー部分は見えないようにする */
    background-size: 200% 100%;
    transition: background-position 0.3s;
  }
  #main #contents > section .box-typeA .text a:hover .text-tit > :not(.text-step) {
    background-position: 0 100%;
  }
}
#main #contents > section .btn-group {
  display: flex;
  flex-wrap: wrap;
}
#main #contents > section .btn-group .btn,
#main #contents > section .btn-group .btn-b {
  width: 48%;
}
#main #contents > section .btn-group .btn:nth-child(odd),
#main #contents > section .btn-group .btn-b:nth-child(odd) {
  margin-right: 4%;
}
#main #contents > section .btn-group .btn:nth-child(n+3),
#main #contents > section .btn-group .btn-b:nth-child(n+3) {
  margin-top: 4%;
}
#main #contents .box-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  max-width: 1650px;
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  #main #contents .box-right .text {
    padding-right: 6%;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents .box-right {
    display: block;
  }
}
#main #contents .box-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1750px;
  margin-right: auto;
  background: #fff;
  box-shadow: 4px 0 20px 5px rgba(19, 21, 30, 0.6);
  padding: 6% 6% 6% 0;
}
#main #contents .box-left .text {
  order: 2;
}
#main #contents .box-left .ph {
  order: 1;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .box-left {
    padding: 100px 60px 100px 0;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents .box-left {
    display: block;
    padding: 40px 6%;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents {
    padding: 6% 0;
  }
}
#main article {
  overflow: hidden;
  padding: 8% 0 10%;
}
#main article .bnr {
  display: block;
  max-width: 1200px;
  margin: auto;
  text-decoration: none;
  border: 6px solid #b5b9ce;
  background: #fff;
  box-shadow: 4px 0 20px 5px rgba(19, 21, 30, 0.6);
  position: relative;
}
#main article .bnr::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e7e9f5;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
@media (hover: hover) {
  #main article .bnr:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
#main article .bnr:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  #main article .bnr:nth-child(n+2) {
    margin-top: 6%;
  }
}
#main article .bnr::after {
  content: "";
  display: block;
  background: url("/job/fresh/img/circle-arrow.svg") right center/contain no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main article .bnr::after {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main article .bnr::after {
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main article .bnr::after {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
}
#main article .bnr-cont {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#main article .bnr-cont > img {
  width: 32%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main article .bnr-cont > img {
    width: 32%;
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  #main article .bnr-cont > img {
    width: 100%;
    height: 260px;
  }
}
#main article .bnr-cont .text {
  width: 68%;
  padding: 0 8% 0 6%;
}
#main article .bnr-cont .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 8.4rem;
  line-height: 1.1;
  color: #202333;
  word-break: break-word;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main article .bnr-cont .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main article .bnr-cont .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main article .bnr-cont .text-tit {
    font-size: 5.625rem;
  }
}
#main article .bnr-cont .text-tit .text-cap {
  display: block;
  margin-top: 5px;
  font-size: 3.6rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main article .bnr-cont .text-tit .text-cap {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main article .bnr-cont .text-tit .text-cap {
    font-size: 2.5rem;
  }
}
#main article .bnr-cont .text p {
  font-weight: 500;
  margin-top: 30px;
  color: #000;
}
@media screen and (max-width: 767px) {
  #main article .bnr-cont .text p {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main article .bnr-cont .text {
    padding: 0 8% 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main article .bnr-cont .text {
    padding: 0 10% 0 5%;
  }
}
@media screen and (max-width: 767px) {
  #main article .bnr-cont .text {
    width: 100%;
    padding: 3.5% 3.5% 14%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #main article .bnr-cont {
    display: block;
  }
}
#main article .bnr.externalLink::after {
  background: url("/job/fresh/img/circle-window.svg") right center/contain no-repeat;
}
#main article .bnr.disable .bnr-cont::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(19, 21, 30, 0.6);
  transform: none;
}
#main article .bnr.disable .bnr-cont::after {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  line-height: 1.1;
  color: #202333;
  word-break: break-word;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main article .bnr.disable .bnr-cont::after {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main article .bnr.disable .bnr-cont::after {
    font-size: 7.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main article .bnr.disable .bnr-cont::after {
    font-size: 5.625rem;
  }
}
#main article .bnr.disable .bnr-cont::after {
  content: "Coming Soon";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  padding: 30px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main article .bnr.disable .bnr-cont::after {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main article .bnr {
    border-width: 3px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main article {
    padding: 6% 6% 10%;
  }
}
@media screen and (max-width: 1080px) {
  #main article {
    padding: 6% 6% 100px;
  }
}

/* subpage */
#main {
  position: relative;
}
#main #subpageKv {
  position: relative;
  padding: 0 5%;
}
#main #subpageKv::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 710px;
}
@media screen and (max-width: 1080px) {
  #main #subpageKv::before {
    display: none;
  }
}
#main #subpageKv-cont {
  position: relative;
  height: 710px;
}
#main #subpageKv-cont .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#main #subpageKv-cont .text-wrap {
  position: relative;
}
@media screen and (max-width: 1080px) {
  #main #subpageKv-cont .text-wrap > div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4% 6%;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv-cont .text-wrap > div {
    padding: 6%;
  }
}
#main #subpageKv-cont .text-pageName {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  display: inline-block;
  color: #3c425f;
  font-size: 2.4rem;
  line-height: 1;
  padding: 10px 20px;
  text-shadow: none;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 15px;
}
#main #subpageKv-cont .text-pageName .text-small {
  font-size: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #subpageKv-cont .text-pageName .text-small {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv-cont .text-pageName .text-small {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #subpageKv-cont .text-pageName {
    padding: 8px 15px;
    margin-bottom: 8px;
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv-cont .text-pageName {
    padding: 7.5px 12.5px;
    margin-bottom: 7.5px;
    font-size: 2rem;
  }
}
#main #subpageKv-cont .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 10rem;
  line-height: 1.1;
  color: #fff;
  text-shadow: 1px 0 10px rgba(19, 21, 30, 0.6);
  word-break: break-word;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #subpageKv-cont .text-tit {
    font-size: 11.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #subpageKv-cont .text-tit {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv-cont .text-tit {
    font-size: 7.5rem;
  }
}
#main #subpageKv-cont .text-tit .text-step {
  display: block;
  color: #fc1900;
  font-size: 5.4rem;
  margin-bottom: 5px;
}
#main #subpageKv-cont .text-tit .text-step > span {
  font-size: 6rem;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #subpageKv-cont .text-tit .text-step > span {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #subpageKv-cont .text-tit .text-step > span {
    font-size: 5.75rem;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv-cont .text-tit .text-step > span {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #subpageKv-cont .text-tit .text-step {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #subpageKv-cont .text-tit .text-step {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv-cont .text-tit .text-step {
    font-size: 4rem;
  }
}
#main #subpageKv-cont .text-tit .text-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  display: block;
  margin-top: 10px;
  font-size: 4rem;
  line-height: 1.3;
}
#main #subpageKv-cont .text-tit .text-cap .text-small {
  font-size: 3rem;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #subpageKv-cont .text-tit .text-cap .text-small {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #subpageKv-cont .text-tit .text-cap .text-small {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv-cont .text-tit .text-cap .text-small {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #subpageKv-cont .text-tit .text-cap {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #subpageKv-cont .text-tit .text-cap {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv-cont .text-tit .text-cap {
    font-size: 3rem;
    margin-top: 5px;
  }
}
#main #subpageKv-cont .text-detail p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-top: 40px;
  text-shadow: 1px 0 10px rgba(19, 21, 30, 0.6);
}
@media screen and (max-width: 1080px) {
  #main #subpageKv-cont .text-detail p {
    margin-top: 0;
  }
}
#main #subpageKv-cont .text-detail .btn-group {
  display: none;
}
@media screen and (max-width: 1080px) {
  #main #subpageKv-cont .text-detail .btn-group {
    display: flex;
    flex-wrap: wrap;
  }
  #main #subpageKv-cont .text-detail .btn-group a {
    font-size: 1.75rem;
    width: 48.5%;
    margin-right: 3%;
  }
  #main #subpageKv-cont .text-detail .btn-group a:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  #main #subpageKv-cont .text-detail .btn-group a {
    font-size: 1.5rem;
  }
}
#main #subpageKv-cont .text-detail .btn-wrap {
  display: none;
}
@media screen and (max-width: 1080px) {
  #main #subpageKv-cont .text-detail .btn-wrap {
    display: block;
    text-align: center;
  }
  #main #subpageKv-cont .text-detail .btn-wrap a {
    font-size: 1.75rem;
    width: 48.5%;
  }
}
@media screen and (max-width: 1080px) {
  #main #subpageKv-cont .text-detail {
    padding: 25px 6%;
    background: #42465e;
  }
}
@media screen and (max-width: 1080px) {
  #main #subpageKv-cont .text {
    position: relative;
    top: 0;
    transform: none;
  }
}
@media screen and (max-width: 1080px) {
  #main #subpageKv-cont {
    height: auto;
  }
}
#main #subpageKv ~ #contents .box-typeB {
  max-width: 1460px;
  padding: 0;
  display: flex;
}
#main #subpageKv ~ #contents .box-typeB .ph {
  width: 52%;
  align-self: stretch;
}
#main #subpageKv ~ #contents .box-typeB .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#main #subpageKv ~ #contents .box-typeB .ph img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #subpageKv ~ #contents .box-typeB .ph img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv ~ #contents .box-typeB .ph img {
    height: 260px;
  }
}
@media screen and (max-width: 1080px) {
  #main #subpageKv ~ #contents .box-typeB .ph {
    width: 100%;
  }
}
#main #subpageKv ~ #contents .box-typeB .text {
  width: 48%;
  padding: 6%;
}
#main #subpageKv ~ #contents .box-typeB .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 8.4rem;
  line-height: 1.1;
  color: #202333;
  word-break: break-word;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #subpageKv ~ #contents .box-typeB .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #subpageKv ~ #contents .box-typeB .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv ~ #contents .box-typeB .text-tit {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 1080px) {
  #main #subpageKv ~ #contents .box-typeB .text-tit {
    text-align: left;
  }
}
#main #subpageKv ~ #contents .box-typeB .text-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  display: block;
  margin-top: 5px;
  font-size: 3.6rem;
  line-height: 1.3;
}
#main #subpageKv ~ #contents .box-typeB .text-cap .text-small {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #main #subpageKv ~ #contents .box-typeB .text-cap .text-small {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv ~ #contents .box-typeB .text-cap {
    font-size: 2.5rem;
  }
}
#main #subpageKv ~ #contents .box-typeB .text p {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  #main #subpageKv ~ #contents .box-typeB .text p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv ~ #contents .box-typeB .text p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #subpageKv ~ #contents .box-typeB .text {
    padding: 6%;
  }
}
@media screen and (max-width: 1080px) {
  #main #subpageKv ~ #contents .box-typeB .text {
    width: 100%;
    padding: 6%;
    text-align: center;
  }
}
@media screen and (max-width: 1080px) {
  #main #subpageKv ~ #contents .box-typeB.box-left {
    width: 94%;
  }
}
#main #subpageKv ~ #contents .box-typeB.box-right {
  background: #fff;
  box-shadow: 4px 0 20px 5px rgba(19, 21, 30, 0.6);
}
#main #subpageKv ~ #contents .box-typeB.box-right .ph {
  order: 2;
}
#main #subpageKv ~ #contents .box-typeB.box-right .text {
  order: 1;
}
@media screen and (max-width: 1080px) {
  #main #subpageKv ~ #contents .box-typeB.box-right {
    width: 94%;
  }
}
@media screen and (max-width: 1080px) {
  #main #subpageKv ~ #contents .box-typeB {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  #main #subpageKv ~ #contents > section .ph {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #subpageKv {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #main #subpageKv {
    padding: 0;
  }
}
#main #breadcrumb {
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 6%;
}
@media screen and (max-width: 1080px) {
  #main #breadcrumb {
    padding: 10px 6%;
  }
}
#main #breadcrumb a {
  color: #817e84;
  text-decoration: none;
}
@media (hover: hover) {
  #main #breadcrumb a:hover {
    color: #b5b9ce;
    text-decoration: underline;
  }
}
#main #contents .cassette {
  padding: 6%;
  background: #fff;
}
#main #contents .cassette .text {
  margin-top: 8%;
}
#main #contents .cassette .text:first-child {
  margin-top: 0;
}
#main #contents .cassette .text-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 4.4rem;
  line-height: 1.3;
  color: #202333;
  padding-bottom: 25px;
  position: relative;
}
#main #contents .cassette .text-tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #b5b9ce;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .cassette .text-tit {
    font-size: 4.75rem;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .cassette .text-tit {
    font-size: 4.25rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .cassette .text-tit {
    font-size: 3.75rem;
    padding-bottom: 15px;
  }
}
#main #contents .cassette .text-tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 4px;
  background: #0f218b;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main #contents .cassette .text {
    margin-top: 60px;
  }
}
#main #contents .cassette-list {
  display: flex;
  flex-wrap: wrap;
}
#main #contents .cassette-list > li {
  width: 31%;
  margin: 3.5% 3.5% 0 0;
  background: #fff;
  box-shadow: 0 0 10px 2.5px rgba(19, 21, 30, 0.2);
  flex: 0 0 auto;
}
#main #contents .cassette-list > li:nth-child(-n+3) {
  margin-top: 40px;
}
#main #contents .cassette-list > li:nth-child(3n) {
  margin-right: 0;
}
#main #contents .cassette-list > li dl {
  display: flex;
  flex-direction: column;
  padding: 6%;
  height: 100%;
}
#main #contents .cassette-list > li dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 3.4rem;
  color: #202333;
  line-height: 1.2;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .cassette-list > li dl dt {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .cassette-list > li dl dt {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .cassette-list > li dl dt {
    font-size: 3.25rem;
  }
}
#main #contents .cassette-list > li dl dt {
  color: #0f218b;
  text-align: center;
}
#main #contents .cassette-list > li dl dd {
  margin-top: 20px;
}
#main #contents .cassette-list > li dl dd figure {
  text-align: center;
}
#main #contents .cassette-list > li dl dd p {
  margin-top: 10px;
  text-align: center;
  line-height: 1.6;
}
#main #contents .cassette-list > li dl dd .cassette-text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: normal;
}
#main #contents .cassette-list > li dl dd .cassette-text .number,
#main #contents .cassette-list > li dl dd .cassette-text .number02 {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 9.2rem;
  line-height: 1;
  color: #0f218b;
  margin-top: 8px;
  display: inline-block;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .cassette-list > li dl dd .cassette-text .number,
  #main #contents .cassette-list > li dl dd .cassette-text .number02 {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .cassette-list > li dl dd .cassette-text .number,
  #main #contents .cassette-list > li dl dd .cassette-text .number02 {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .cassette-list > li dl dd .cassette-text .number,
  #main #contents .cassette-list > li dl dd .cassette-text .number02 {
    font-size: 6.75rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .cassette-list > li:nth-child(-n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .cassette-list > li {
    width: 47.5%;
    margin: 5% 5% 0 0;
  }
  #main #contents .cassette-list > li:nth-child(-n+3) {
    margin-top: 5%;
  }
  #main #contents .cassette-list > li:nth-child(-n+2) {
    margin-top: 30px;
  }
  #main #contents .cassette-list > li:nth-child(3n) {
    margin-right: 5%;
  }
  #main #contents .cassette-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .cassette-list > li {
    width: 100%;
    margin: 8% 0 0 0;
  }
  #main #contents .cassette-list > li:nth-child(-n+3) {
    margin-top: 8%;
  }
  #main #contents .cassette-list > li:first-child {
    margin-top: 25px;
  }
}
#main #contents .container {
  position: relative;
  margin-top: 0;
}
#main #contents .container .text {
  background: #fff;
  margin-top: -14vw;
  box-shadow: 4px 0 20px 5px rgba(19, 21, 30, 0.6);
  padding: 110px 90px 90px;
}
#main #contents .container .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 9rem;
  line-height: 1.1;
  word-break: break-word;
  color: #202333;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container .text-tit {
    font-size: 6.75rem;
  }
}
#main #contents .container .text-tit {
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 100%;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container .text-tit {
    top: -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container .text-tit {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container .text-tit {
    top: -30px;
    font-size: 5.75rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container .text {
    margin-top: -12vw;
    padding: 60px 40px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container .text {
    margin-top: -10vw;
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container .text {
    margin-top: -8vw;
    padding: 40px 20px 20px;
  }
}
#main #contents .container-cont {
  margin-bottom: 80px;
}
#main #contents .container-cont:last-child {
  margin-bottom: 0;
}
#main #contents .container-cont-tit {
  position: relative;
  padding-left: 25px;
}
#main #contents .container-cont-tit h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 3.4rem;
  color: #202333;
  line-height: 1.2;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container-cont-tit h4 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container-cont-tit h4 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container-cont-tit h4 {
    font-size: 3.25rem;
  }
}
#main #contents .container-cont-tit p {
  margin-top: 10px;
}
#main #contents .container-cont-tit::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  background: #b5b9ce;
}
@media screen and (max-width: 767px) {
  #main #contents .container-cont-tit::before {
    width: 5px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container-cont-tit {
    padding-left: 15px;
  }
}
#main #contents .container-cont-list {
  display: flex;
  flex-wrap: wrap;
}
#main #contents .container-cont-list > li,
#main #contents .container-cont-list > div {
  width: 22.5%;
  margin: 3.333% 3.333% 0 0;
  background: #fff;
  box-shadow: 0 0 10px 2.5px rgba(19, 21, 30, 0.2);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1081px) {
  #main #contents .container-cont-list > li:nth-child(-n+4),
  #main #contents .container-cont-list > div:nth-child(-n+4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container-cont-list > li:nth-child(-n+3),
  #main #contents .container-cont-list > div:nth-child(-n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container-cont-list > li:nth-child(1),
  #main #contents .container-cont-list > div:nth-child(1) {
    margin-top: 20px;
  }
}
#main #contents .container-cont-list > li:nth-child(4n),
#main #contents .container-cont-list > div:nth-child(4n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container-cont-list > li:nth-child(4n),
  #main #contents .container-cont-list > div:nth-child(4n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents .container-cont-list > li:nth-child(3n),
  #main #contents .container-cont-list > div:nth-child(3n) {
    margin-right: 0;
  }
}
#main #contents .container-cont-list > li > a,
#main #contents .container-cont-list > div > a {
  text-decoration: none;
  color: #000;
  padding: 0 20px 60px;
  height: 100%;
  position: relative;
}
#main #contents .container-cont-list > li > a::before,
#main #contents .container-cont-list > div > a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e7e9f5;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
@media (hover: hover) {
  #main #contents .container-cont-list > li > a:hover::before,
  #main #contents .container-cont-list > div > a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
#main #contents .container-cont-list > li > a::after,
#main #contents .container-cont-list > div > a::after {
  content: "";
  background: url("/job/fresh/img/circle-window.svg") right center/contain no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 35px;
  height: 35px;
  display: block;
}
@media screen and (max-width: 1080px) {
  #main #contents .container-cont-list > li > a::after,
  #main #contents .container-cont-list > div > a::after {
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
  }
}
#main #contents .container-cont-list > li > a img,
#main #contents .container-cont-list > div > a img {
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
}
#main #contents .container-cont-list > li > a dl,
#main #contents .container-cont-list > div > a dl {
  position: relative;
  z-index: 1;
}
#main #contents .container-cont-list > li > a dl dt,
#main #contents .container-cont-list > div > a dl dt {
  font-size: 2rem;
  line-height: 1.5;
  border-top: 1px solid #b5b9ce;
  padding-top: 20px;
}
#main #contents .container-cont-list > li > a dl dd,
#main #contents .container-cont-list > div > a dl dd {
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  #main #contents .container-cont-list > li > a,
  #main #contents .container-cont-list > div > a {
    padding: 0 15px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container-cont-list > li,
  #main #contents .container-cont-list > div {
    width: 30.666%;
    margin: 4% 4% 0 0;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container-cont-list > li,
  #main #contents .container-cont-list > div {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container-cont {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents .container-cont {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container {
    margin: 0 6%;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents .container {
    margin: 0 6%;
  }
}
#main #contents .container02 {
  background: #fff;
}
#main #contents .container02 > .text-wrap {
  padding: 8% 6% 6%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 > .text-wrap {
    padding: 10% 6% 6%;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 > .text-wrap {
    padding: 50px 6% 6%;
  }
}
#main #contents .container02 .text {
  background: #fff;
  box-shadow: 0 0 10px 2.5px rgba(19, 21, 30, 0.2);
  padding: 110px 0 90px;
  position: relative;
}
#main #contents .container02 .text > .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 9rem;
  line-height: 1.1;
  word-break: break-word;
  color: #202333;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container02 .text > .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .text > .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .text > .text-tit {
    font-size: 6.75rem;
  }
}
#main #contents .container02 .text > .text-tit {
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 100%;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container02 .text > .text-tit {
    top: -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .text > .text-tit {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .text > .text-tit {
    top: -25px;
    font-size: 5.75rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container02 .text {
    padding: 70px 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .text {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .text {
    padding: 40px 0 20px;
  }
}
#main #contents .container02 .container-cont {
  width: 100%;
}
#main #contents .container02 .container-cont:last-child {
  margin-bottom: 0;
}
#main #contents .container02 .container-cont-wrap {
  position: relative;
  margin-top: 90px;
}
#main #contents .container02 .container-cont-wrap:first-child {
  margin-top: 0;
}
#main #contents .container02 .container-cont-wrap h4 {
  position: relative;
  padding-right: 90px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#main #contents .container02 .container-cont-wrap h4 .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2.4rem;
  color: #0f218b;
  margin-right: 30px;
  padding-left: 90px;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  position: relative;
}
#main #contents .container02 .container-cont-wrap h4 .text-tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0f218b;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container02 .container-cont-wrap h4 .text-tit {
    margin-right: 20px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .container-cont-wrap h4 .text-tit {
    margin-right: 15px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .container-cont-wrap h4 .text-tit {
    margin-right: 10px;
    padding-left: 20px;
  }
}
#main #contents .container02 .container-cont-wrap h4 .text-cont-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 4.4rem;
  line-height: 1.3;
  color: #202333;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container02 .container-cont-wrap h4 .text-cont-tit {
    font-size: 4.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .container-cont-wrap h4 .text-cont-tit {
    font-size: 4.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .container-cont-wrap h4 .text-cont-tit {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .container-cont-wrap h4 .text-cont-tit {
    padding: 0 30px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .container-cont-wrap h4 .text-cont-tit {
    padding: 0 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container02 .container-cont-wrap h4 {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents .container02 .container-cont-wrap h4 {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 0;
  }
}
#main #contents .container02 .container-cont-wrap .box {
  padding: 0 90px;
  margin-top: 30px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container02 .container-cont-wrap .box {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .container-cont-wrap .box {
    padding: 0 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .container-cont-wrap .box {
    padding: 0 20px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container02 .container-cont-wrap {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .container-cont-wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .container-cont-wrap {
    margin-top: 40px;
  }
}
#main #contents .container02 .container-cont-list {
  display: flex;
  flex-wrap: wrap;
}
#main #contents .container02 .container-cont-list > li,
#main #contents .container02 .container-cont-list > div {
  width: 22.5%;
  margin: 3.333% 3.333% 0 0;
  background: #fff;
  box-shadow: 0 0 10px 2.5px rgba(19, 21, 30, 0.2);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1081px) {
  #main #contents .container02 .container-cont-list > li:nth-child(-n+4),
  #main #contents .container02 .container-cont-list > div:nth-child(-n+4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .container-cont-list > li:nth-child(-n+3),
  #main #contents .container02 .container-cont-list > div:nth-child(-n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .container-cont-list > li:nth-child(1),
  #main #contents .container02 .container-cont-list > div:nth-child(1) {
    margin-top: 20px;
  }
}
#main #contents .container02 .container-cont-list > li:nth-child(4n),
#main #contents .container02 .container-cont-list > div:nth-child(4n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .container-cont-list > li:nth-child(4n),
  #main #contents .container02 .container-cont-list > div:nth-child(4n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents .container02 .container-cont-list > li:nth-child(3n),
  #main #contents .container02 .container-cont-list > div:nth-child(3n) {
    margin-right: 0;
  }
}
#main #contents .container02 .container-cont-list > li > a,
#main #contents .container02 .container-cont-list > div > a {
  text-decoration: none;
  color: #000;
  padding: 0 20px 60px;
  height: 100%;
  position: relative;
}
#main #contents .container02 .container-cont-list > li > a::before,
#main #contents .container02 .container-cont-list > div > a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e7e9f5;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
@media (hover: hover) {
  #main #contents .container02 .container-cont-list > li > a:hover::before,
  #main #contents .container02 .container-cont-list > div > a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
#main #contents .container02 .container-cont-list > li > a::after,
#main #contents .container02 .container-cont-list > div > a::after {
  content: "";
  background: url("/job/fresh/img/circle-window.svg") right center/contain no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 35px;
  height: 35px;
  display: block;
}
@media screen and (max-width: 1080px) {
  #main #contents .container02 .container-cont-list > li > a::after,
  #main #contents .container02 .container-cont-list > div > a::after {
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
  }
}
#main #contents .container02 .container-cont-list > li > a img,
#main #contents .container02 .container-cont-list > div > a img {
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
}
#main #contents .container02 .container-cont-list > li > a dl,
#main #contents .container02 .container-cont-list > div > a dl {
  position: relative;
  z-index: 1;
}
#main #contents .container02 .container-cont-list > li > a dl dt,
#main #contents .container02 .container-cont-list > div > a dl dt {
  font-size: 2rem;
  line-height: 1.5;
  border-top: 1px solid #b5b9ce;
  padding-top: 20px;
}
#main #contents .container02 .container-cont-list > li > a dl dd,
#main #contents .container02 .container-cont-list > div > a dl dd {
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  #main #contents .container02 .container-cont-list > li > a,
  #main #contents .container02 .container-cont-list > div > a {
    padding: 0 15px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .container-cont-list > li,
  #main #contents .container02 .container-cont-list > div {
    width: 30.666%;
    margin: 4% 4% 0 0;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .container-cont-list > li,
  #main #contents .container02 .container-cont-list > div {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
#main #contents .container02 .flex-box {
  display: flex;
}
#main #contents .container02 .flex-box p {
  width: 51%;
  margin-right: 4%;
  line-height: 2.2;
}
@media screen and (max-width: 1080px) {
  #main #contents .container02 .flex-box p {
    width: 100%;
    margin-right: 0;
  }
}
#main #contents .container02 .flex-box img {
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .flex-box img {
    width: 100%;
    margin-top: 30px;
    max-height: 430px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .flex-box img {
    width: 100%;
    margin-top: 20px;
    max-height: 360px;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents .container02 .flex-box {
    flex-direction: column;
  }
}
#main #contents .container02 .profile {
  padding: 0 90px;
  margin-top: 90px;
}
#main #contents .container02 .profile-wrap {
  background: #e7e9f5;
  border-radius: 20px;
  padding: 40px;
}
#main #contents .container02 .profile-wrap h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 3.4rem;
  color: #202333;
  line-height: 1.2;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container02 .profile-wrap h4 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .profile-wrap h4 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .profile-wrap h4 {
    font-size: 3.25rem;
  }
}
#main #contents .container02 .profile-wrap h4 {
  position: relative;
  padding-left: 28px;
}
#main #contents .container02 .profile-wrap h4::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  background: #b5b9ce;
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .profile-wrap h4::before {
    width: 5px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .profile-wrap h4 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .profile-wrap {
    padding: 20px;
  }
}
#main #contents .container02 .profile-cont {
  display: flex;
  margin-top: 30px;
}
#main #contents .container02 .profile-cont img {
  width: 32%;
  margin-right: 3%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 1080px) {
  #main #contents .container02 .profile-cont img {
    width: 100%;
    margin-right: 0;
    max-height: 360px;
  }
}
#main #contents .container02 .profile-cont .profile-text {
  width: 65%;
}
#main #contents .container02 .profile-cont .profile-text > dl {
  display: flex;
  margin-top: 10px;
}
#main #contents .container02 .profile-cont .profile-text > dl:first-child {
  margin-top: 0;
}
#main #contents .container02 .profile-cont .profile-text > dl dt {
  flex-shrink: 0;
  color: #0f218b;
  font-weight: 700;
}
#main #contents .container02 .profile-cont .profile-text .box {
  margin-top: 30px;
  border: 1px solid #b5b9ce;
  padding: 20px;
}
#main #contents .container02 .profile-cont .profile-text .box dt {
  color: #0f218b;
}
@media screen and (max-width: 1080px) {
  #main #contents .container02 .profile-cont .profile-text .box {
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .profile-cont .profile-text .box {
    padding: 15px;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents .container02 .profile-cont .profile-text {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents .container02 .profile-cont {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents .container02 .profile {
    padding: 0 40px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents .container02 .profile {
    padding: 0 30px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents .container02 .profile {
    padding: 0 20px;
    margin-top: 40px;
  }
}

body[data-page=company] #main #subpageKv::before {
  background: url("/job/fresh/img/company/kv-company.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=company] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/company/kv-company.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
body[data-page=company] #main #contents {
  padding-top: 0;
}

body[data-page=message] #main #subpageKv::before {
  background: url("/job/fresh/img/company/kv-message.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=message] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/company/kv-message.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
body[data-page=message] #main #contents {
  padding-top: 0;
}
body[data-page=message] #main #contents #message {
  display: flex;
  background: #fff;
}
body[data-page=message] #main #contents #message .ph {
  width: 40%;
  align-self: stretch;
}
body[data-page=message] #main #contents #message .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
body[data-page=message] #main #contents #message .ph img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1080px) {
  body[data-page=message] #main #contents #message .ph img {
    height: 500px;
    -o-object-position: center 10%;
       object-position: center 10%;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=message] #main #contents #message .ph img {
    height: 100%;
    max-height: 360px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=message] #main #contents #message .ph {
    width: 100%;
  }
}
body[data-page=message] #main #contents #message .text {
  width: 60%;
  padding: 6%;
}
body[data-page=message] #main #contents #message .text-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 4.4rem;
  line-height: 1.3;
  color: #202333;
  padding-bottom: 25px;
  position: relative;
}
body[data-page=message] #main #contents #message .text-tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #b5b9ce;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=message] #main #contents #message .text-tit {
    font-size: 4.75rem;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=message] #main #contents #message .text-tit {
    font-size: 4.25rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=message] #main #contents #message .text-tit {
    font-size: 3.75rem;
    padding-bottom: 15px;
  }
}
body[data-page=message] #main #contents #message .text p {
  color: #000;
}
body[data-page=message] #main #contents #message .text-name {
  margin-top: 25px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: right;
}
body[data-page=message] #main #contents #message .text-name span {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  body[data-page=message] #main #contents #message .text-name span {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=message] #main #contents #message .text-name {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=message] #main #contents #message .text-name {
    margin-top: 10px;
  }
}
body[data-page=message] #main #contents #message .text-cont {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 1080px) {
  body[data-page=message] #main #contents #message .text-cont {
    margin-top: 30px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=message] #main #contents #message .text-cont {
    margin-top: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=message] #main #contents #message .text {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=message] #main #contents #message {
    display: block;
  }
}

body[data-page=philosophy] #main #subpageKv::before {
  background: url("/job/fresh/img/company/kv-philosophy.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=philosophy] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/company/kv-philosophy.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
body[data-page=philosophy] #main #contents {
  padding-top: 0;
}
body[data-page=philosophy] #main #contents #philosophy {
  background: #fff url("/job/fresh/img/company/bg-philosophy.jpg") center bottom/contain no-repeat;
  padding: 6%;
}
body[data-page=philosophy] #main #contents #philosophy .text {
  width: 100%;
  position: relative;
  margin: 60px auto;
}
body[data-page=philosophy] #main #contents #philosophy .text-wrap {
  margin: 0 60px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=philosophy] #main #contents #philosophy .text-wrap {
    margin: 0 40px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #philosophy .text-wrap {
    margin: 0 20px;
  }
}
body[data-page=philosophy] #main #contents #philosophy .text:before, body[data-page=philosophy] #main #contents #philosophy .text:after {
  content: "";
  background: url("/job/fresh/img/pic-bracket.svg") left top/contain no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #philosophy .text:before, body[data-page=philosophy] #main #contents #philosophy .text:after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=philosophy] #main #contents #philosophy .text:before, body[data-page=philosophy] #main #contents #philosophy .text:after {
    width: 50px;
    height: 50px;
  }
}
body[data-page=philosophy] #main #contents #philosophy .text:before {
  left: 0;
  top: -60px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=philosophy] #main #contents #philosophy .text:before {
    top: -40px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #philosophy .text:before {
    top: -20px;
  }
}
body[data-page=philosophy] #main #contents #philosophy .text:after {
  transform: rotate(-180deg);
  right: 0;
  bottom: -60px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=philosophy] #main #contents #philosophy .text:after {
    bottom: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #philosophy .text:after {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=philosophy] #main #contents #philosophy .text:after {
    bottom: -20px;
  }
}
body[data-page=philosophy] #main #contents #philosophy .text-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 4.4rem;
  line-height: 1.3;
  color: #202333;
  padding-bottom: 25px;
  position: relative;
}
body[data-page=philosophy] #main #contents #philosophy .text-tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #b5b9ce;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=philosophy] #main #contents #philosophy .text-tit {
    font-size: 4.75rem;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #philosophy .text-tit {
    font-size: 4.25rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=philosophy] #main #contents #philosophy .text-tit {
    font-size: 3.75rem;
    padding-bottom: 15px;
  }
}
body[data-page=philosophy] #main #contents #philosophy .text-tit {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body[data-page=philosophy] #main #contents #philosophy .text-tit {
    text-align: left;
  }
}
body[data-page=philosophy] #main #contents #philosophy .text-philosophy {
  margin-top: 40px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body[data-page=philosophy] #main #contents #philosophy .text-philosophy {
    margin-top: 20px;
    text-align: left;
    line-height: 2;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=philosophy] #main #contents #philosophy .text {
    margin: 40px auto;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #philosophy .text {
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=philosophy] #main #contents #philosophy {
    padding: 4%;
  }
}
body[data-page=philosophy] #main #contents #logoStory .box-typeA .text {
  width: 50%;
  margin-right: 10%;
  order: 1;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=philosophy] #main #contents #logoStory .box-typeA .text {
    width: 54%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #logoStory .box-typeA .text {
    width: 100%;
    margin-right: 0;
  }
}
body[data-page=philosophy] #main #contents #logoStory .box-typeA .ph {
  width: 40%;
  order: 2;
}
body[data-page=philosophy] #main #contents #logoStory .box-typeA .ph img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #logoStory .box-typeA .ph {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #logoStory .box-typeA .ph {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=philosophy] #main #contents #logoStory .box-typeA .ph {
    max-width: 240px;
    margin: 20px auto 0;
  }
}
body[data-page=philosophy] #main #contents #logoStory .box-left {
  display: block;
  padding: 150px 100px;
}
body[data-page=philosophy] #main #contents #logoStory .box-left .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #logoStory .box-left .inner {
    display: block;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=philosophy] #main #contents #logoStory .box-left {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=philosophy] #main #contents #logoStory .box-left {
    padding: 40px 6%;
  }
}

body[data-page=projects] #main #subpageKv::before {
  background: url("/job/fresh/img/company/kv-projects.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=projects] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/company/kv-projects.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
body[data-page=projects] #main #contents {
  padding-top: 0;
}
body[data-page=projects] #main #contents #projects {
  padding: 6%;
  background: #fff;
}
body[data-page=projects] #main #contents #projects .inner {
  display: flex;
}
body[data-page=projects] #main #contents #projects .inner .text {
  padding: 0;
  width: 49.073%;
  margin-right: 6%;
}
body[data-page=projects] #main #contents #projects .inner .text-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 4.4rem;
  line-height: 1.3;
  color: #202333;
  padding-bottom: 25px;
  position: relative;
}
body[data-page=projects] #main #contents #projects .inner .text-tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #b5b9ce;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=projects] #main #contents #projects .inner .text-tit {
    font-size: 4.75rem;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=projects] #main #contents #projects .inner .text-tit {
    font-size: 4.25rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=projects] #main #contents #projects .inner .text-tit {
    font-size: 3.75rem;
    padding-bottom: 15px;
  }
}
body[data-page=projects] #main #contents #projects .inner .text p {
  color: #000;
}
body[data-page=projects] #main #contents #projects .inner .text-cont {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 1080px) {
  body[data-page=projects] #main #contents #projects .inner .text-cont {
    margin-top: 30px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=projects] #main #contents #projects .inner .text-cont {
    margin-top: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=projects] #main #contents #projects .inner .text {
    width: 100%;
    margin-right: 0;
  }
}
body[data-page=projects] #main #contents #projects .inner .ph {
  width: 44.927%;
  align-self: center;
}
body[data-page=projects] #main #contents #projects .inner .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
body[data-page=projects] #main #contents #projects .inner .ph img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1080px) {
  body[data-page=projects] #main #contents #projects .inner .ph img {
    height: 500px;
    -o-object-position: center 10%;
       object-position: center 10%;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=projects] #main #contents #projects .inner .ph img {
    height: 100%;
    max-height: 460px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=projects] #main #contents #projects .inner .ph {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=projects] #main #contents #projects .inner .ph {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=projects] #main #contents #projects .inner {
    display: block;
  }
}

body[data-page=data] #main #subpageKv::before {
  background: url("/job/fresh/img/company/kv-data.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=data] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/company/kv-data.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
body[data-page=data] #main #contents {
  padding-top: 0;
}
@media screen and (max-width: 1080px) {
  body[data-page=data] #main #contents .fade.box-center {
    transform: none !important;
    opacity: 1;
    transition: none;
  }
}

body[data-page=ourjob] #main #subpageKv::before {
  background: url("/job/fresh/img/ourjob/kv-ourjob.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  body[data-page=ourjob] #main #subpageKv::before {
    background-position: right -240px top;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=ourjob] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/ourjob/kv-ourjob.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  body[data-page=ourjob] #main #subpageKv-cont .text-wrap::before {
    background-position: right -240px top;
  }
}
body[data-page=ourjob] #main #contents {
  padding-top: 0;
}

@media screen and (max-width: 1080px) {
  body[data-page=case] #main #subpageKv-cont .text-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=case] #main #subpageKv-cont .text-detail {
    padding: 10px 6%;
  }
}
body[data-page=case] #main #subpageKv.case01::before {
  background: url("/job/fresh/img/ourjob/kv-case01.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=case] #main #subpageKv.case01 #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/ourjob/kv-case01.jpg") center top/cover no-repeat;
  }
}
body[data-page=case] #main #subpageKv.case02::before {
  background: url("/job/fresh/img/ourjob/kv-case02.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=case] #main #subpageKv.case02 #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/ourjob/kv-case02.jpg") center top/cover no-repeat;
  }
}
body[data-page=case] #main #subpageKv.case03::before {
  background: url("/job/fresh/img/ourjob/kv-case03.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=case] #main #subpageKv.case03 #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/ourjob/kv-case03.jpg") center top/cover no-repeat;
  }
}
body[data-page=case] #main #subpageKv.case04::before {
  background: url("/job/fresh/img/ourjob/kv-case04.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=case] #main #subpageKv.case04 #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/ourjob/kv-case04.jpg") center top/cover no-repeat;
  }
}
body[data-page=case] #main #subpageKv.case05::before {
  background: url("/job/fresh/img/ourjob/kv-case05.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=case] #main #subpageKv.case05 #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/ourjob/kv-case05.jpg") center top/cover no-repeat;
  }
}
body[data-page=case] #main #contents {
  padding-top: 0;
}

body[data-page=environment] #main #subpageKv::before {
  background: url("/job/fresh/img/environment/kv-environment.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=environment] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/environment/kv-environment.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
body[data-page=environment] #main #contents {
  padding-top: 0;
}

body[data-page=office] #main #subpageKv::before {
  background: url("/job/fresh/img/environment/kv-office.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=office] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/environment/kv-office.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=office] #main #subpageKv-cont .text-wrap::before {
    background-position: right -80px top;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=office] #main #subpageKv-cont .text-wrap::before {
    background-position: right -155px top;
  }
}
@media screen and (min-width: 1081px) {
  body[data-page=office] #main #subpageKv-cont .text-detail .btn-group {
    display: flex;
  }
  body[data-page=office] #main #subpageKv-cont .text-detail .btn-group a {
    margin-right: 4%;
  }
  body[data-page=office] #main #subpageKv-cont .text-detail .btn-group a:last-child {
    margin-right: 0;
  }
}
body[data-page=office] #main #contents {
  padding-top: 0;
}
body[data-page=office] #main #contents .container {
  margin-bottom: 8%;
}
body[data-page=office] #main #contents .container:last-child {
  margin-bottom: 0;
}
body[data-page=office] #main #contents .container .text {
  margin-top: -23vw;
}
body[data-page=office] #main #contents .container .text .container-cont .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 9rem;
  line-height: 1.1;
  word-break: break-word;
  color: #202333;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=office] #main #contents .container .text .container-cont .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=office] #main #contents .container .text .container-cont .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=office] #main #contents .container .text .container-cont .text-tit {
    font-size: 6.75rem;
  }
}
body[data-page=office] #main #contents .container .text .container-cont .text-tit {
  text-align: center;
}
body[data-page=office] #main #contents .container .text .container-cont .text-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #202333;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  body[data-page=office] #main #contents .container .text .container-cont .text-cap {
    margin-top: 5px;
    font-size: 3rem;
  }
}
body[data-page=office] #main #contents .container .text .container-cont-list {
  display: flex;
  flex-wrap: wrap;
}
body[data-page=office] #main #contents .container .text .container-cont-list > li {
  width: 31%;
  margin: 3.5% 3.5% 0 0;
}
body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(-n+4) {
  margin-top: 3.5%;
}
body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(-n+3) {
  margin-top: 30px;
}
body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(4n) {
  margin-right: 3.5%;
}
body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(3n) {
  margin-right: 0;
}
body[data-page=office] #main #contents .container .text .container-cont-list > li p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
body[data-page=office] #main #contents .container .text .container-cont-list > li p::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/environment/icon-camera.svg") left top/contain no-repeat;
  width: 21px;
  height: 16px;
  margin-right: 10px;
  flex: 0 0 auto;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=office] #main #contents .container .text .container-cont-list > li p::before {
    width: 18px;
    height: 14px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=office] #main #contents .container .text .container-cont-list > li p::before {
    width: 16px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=office] #main #contents .container .text .container-cont-list > li p {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=office] #main #contents .container .text .container-cont-list > li {
    width: 47.5%;
    margin: 5% 5% 0 0;
  }
  body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(-n+4) {
    margin-top: 5%;
  }
  body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(-n+3) {
    margin-top: 5%;
  }
  body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(4n) {
    margin-right: 0;
  }
  body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(3n) {
    margin-right: 5%;
  }
  body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=office] #main #contents .container .text .container-cont-list > li {
    width: 100%;
    margin: 20px 0 0 0;
  }
  body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(-n+4) {
    margin-top: 20px;
  }
  body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(-n+3) {
    margin-top: 20px;
  }
  body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(4n) {
    margin-right: 0;
  }
  body[data-page=office] #main #contents .container .text .container-cont-list > li:nth-child(3n) {
    margin-right: 0;
  }
  body[data-page=office] #main #contents .container .text .container-cont-list > li:first-child {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=office] #main #contents .container .text {
    padding: 80px 40px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=office] #main #contents .container .text {
    margin-top: -22vw;
    padding: 80px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=office] #main #contents .container .text {
    margin-top: -19vw;
    padding: 50px 20px 20px;
  }
}

body[data-page=welfare] #main #subpageKv::before {
  background: url("/job/fresh/img/environment/kv-welfare.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=welfare] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/environment/kv-welfare.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=welfare] #main #subpageKv-cont .text-wrap::before {
    background-position: right -80px top;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=welfare] #main #subpageKv-cont .text-wrap::before {
    background-position: right -155px top;
  }
}
body[data-page=welfare] #main #contents {
  padding-top: 0;
}
body[data-page=welfare] #main #contents .cassette .text .cassette-list > li dl dd p {
  margin-top: 20px;
  text-align: left;
}
body[data-page=welfare] #main #contents .cassette .text .other-list ul {
  display: flex;
  flex-wrap: wrap;
}
body[data-page=welfare] #main #contents .cassette .text .other-list ul > li {
  width: 24.5%;
  margin: 0.5% 0.5% 0 0;
  padding: 1.5%;
  background: #e7e9f5;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
body[data-page=welfare] #main #contents .cassette .text .other-list ul > li:nth-child(4n) {
  margin-right: 0;
}
body[data-page=welfare] #main #contents .cassette .text .other-list ul > li.bg-none {
  background: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=welfare] #main #contents .cassette .text .other-list ul > li {
    padding: 2%;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=welfare] #main #contents .cassette .text .other-list ul > li {
    width: 49.5%;
    margin: 1% 1% 0 0;
    padding: 3.5%;
  }
  body[data-page=welfare] #main #contents .cassette .text .other-list ul > li:nth-child(2n) {
    margin-right: 0;
  }
  body[data-page=welfare] #main #contents .cassette .text .other-list ul > li:nth-child(n+3) {
    background: #f2f3f7;
  }
}
body[data-page=welfare] #main #contents .cassette .text .other-list ul:first-child {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=welfare] #main #contents .cassette .text .other-list ul:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=welfare] #main #contents .cassette .text .other-list ul:first-child {
    margin-top: 15px;
  }
}
body[data-page=welfare] #main #contents .cassette .text .other-list ul:nth-child(2n) > li {
  background: #f2f3f7;
}
@media screen and (max-width: 767px) {
  body[data-page=welfare] #main #contents .cassette .text .other-list ul:nth-child(2n) > li:nth-child(-n+2) {
    background: #e7e9f5;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=welfare] #main #contents .fade.box-center {
    transform: none !important;
    opacity: 1;
    transition: none;
  }
}

body[data-page=education] #main #subpageKv::before {
  background: url("/job/fresh/img/environment/kv-education.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=education] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/environment/kv-education.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
body[data-page=education] #main #contents {
  padding-top: 0;
}
body[data-page=education] #main #contents .container02 > .text-wrap {
  padding: 6%;
}
body[data-page=education] #main #contents .container02 .container-cont {
  padding: 0;
  display: flex;
  margin-top: 8%;
}
body[data-page=education] #main #contents .container02 .container-cont:first-child {
  margin-top: 0;
}
body[data-page=education] #main #contents .container02 .container-cont .text-wrap {
  width: 50%;
  padding: 6%;
}
body[data-page=education] #main #contents .container02 .container-cont .text-wrap .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 8.4rem;
  line-height: 1.1;
  color: #202333;
  word-break: break-word;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=education] #main #contents .container02 .container-cont .text-wrap .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=education] #main #contents .container02 .container-cont .text-wrap .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=education] #main #contents .container02 .container-cont .text-wrap .text-tit {
    font-size: 5.625rem;
  }
}
body[data-page=education] #main #contents .container02 .container-cont .text-wrap .text-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #202333;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  body[data-page=education] #main #contents .container02 .container-cont .text-wrap .text-cap {
    margin-top: 5px;
    font-size: 3rem;
  }
}
body[data-page=education] #main #contents .container02 .container-cont .text-wrap p {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=education] #main #contents .container02 .container-cont .text-wrap p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=education] #main #contents .container02 .container-cont .text-wrap p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=education] #main #contents .container02 .container-cont .text-wrap {
    width: 100%;
  }
}
body[data-page=education] #main #contents .container02 .container-cont .ph {
  width: 50%;
  align-self: stretch;
}
body[data-page=education] #main #contents .container02 .container-cont .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 1080px) {
  body[data-page=education] #main #contents .container02 .container-cont .ph img {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=education] #main #contents .container02 .container-cont .ph img {
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=education] #main #contents .container02 .container-cont .ph img {
    max-height: 360px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=education] #main #contents .container02 .container-cont .ph {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=education] #main #contents .container02 .container-cont {
    display: block;
  }
}

body[data-page=recruit] #main #subpageKv::before {
  background: url("/job/fresh/img/recruit/kv-recruit.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/recruit/kv-recruit.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #subpageKv-cont .text-detail .btn-group {
    display: none;
  }
}
body[data-page=recruit] #main #contents {
  padding: 0 0 8%;
}
body[data-page=recruit] #main #contents #recruit {
  padding: 6%;
  background: #fff;
  margin-top: 0;
}
body[data-page=recruit] #main #contents #recruit .recruit-cont {
  margin-top: 8%;
}
body[data-page=recruit] #main #contents #recruit .recruit-cont:first-child {
  margin-top: 0;
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .recruit-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 4.4rem;
  line-height: 1.3;
  color: #202333;
  padding-bottom: 25px;
  position: relative;
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .recruit-tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #b5b9ce;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .recruit-tit {
    font-size: 4.75rem;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .recruit-tit {
    font-size: 4.25rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .recruit-tit {
    font-size: 3.75rem;
    padding-bottom: 15px;
  }
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .recruit-tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 4px;
  background: #0f218b;
  z-index: 1;
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .recruit-text {
  margin-top: 40px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .recruit-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .recruit-text {
    margin-top: 20px;
  }
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box {
  display: flex;
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text {
  padding: 100px 40px 40px;
  margin-top: 140px;
  width: 46%;
  position: relative;
  margin-right: 8%;
  display: flex;
  flex-direction: column;
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text:nth-child(2n) {
  margin-right: 0;
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .area {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 4.4rem;
  line-height: 1.3;
  color: #202333;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .area {
    font-size: 4.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .area {
    font-size: 4.25rem;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .area {
    font-size: 3.75rem;
  }
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .area {
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .area::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #0f218b;
  z-index: -1;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .area::after {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .area::after {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .area::after {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .area {
    padding: 44px 0;
    top: -69px;
  }
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 4.4rem;
  line-height: 1.3;
  color: #202333;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text-tit {
    font-size: 4.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text-tit {
    font-size: 4.25rem;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text-tit {
    font-size: 3.75rem;
  }
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text-tit {
  text-shadow: none;
  color: #0f218b;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .workPlace {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .workPlace dt {
  background: #0f218b;
  padding: 12.5px 30px;
  color: #fff;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .workPlace dt {
    padding: 10px 20px;
    top: 17.5px;
  }
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .workPlace dd {
  color: #0f218b;
  background: #e7e9f5;
  padding: 30px 15px 15px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .workPlace {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .workPlace {
    margin-bottom: 15px;
  }
}
body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .btn-entry02 {
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text .btn-entry02 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text {
    margin-top: 120px;
    padding: 90px 30px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text {
    margin-top: 100px;
    padding: 80px 20px 20px;
    width: 47%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box .text {
    width: 100%;
    margin: 90px 0 0;
    padding: 65px 20px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box {
    flex-direction: inherit;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont .flex-box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents #recruit .recruit-cont {
    margin-top: 60px;
  }
}
body[data-page=recruit] #main #contents .container-cont-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 374px) {
  body[data-page=recruit] #main #contents .container-cont-wrap {
    display: block;
  }
}
body[data-page=recruit] #main #contents .container-cont-tit {
  flex: 0 0 auto;
}
body[data-page=recruit] #main #contents .container-cont-dl {
  display: block;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 10px 2.5px rgba(19, 21, 30, 0.2);
}
body[data-page=recruit] #main #contents .container-cont-dl > dt {
  position: relative;
}
body[data-page=recruit] #main #contents .container-cont-dl > dt::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e7e9f5;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
@media (hover: hover) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
body[data-page=recruit] #main #contents .container-cont-dl > dt > div {
  position: relative;
  color: #0f218b;
  cursor: pointer;
  display: block;
  text-indent: -55px;
  padding: 40px 80px 40px 95px;
}
body[data-page=recruit] #main #contents .container-cont-dl > dt > div::before {
  content: "Q";
  font-size: 2.4rem;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #0f218b;
  border-radius: 50%;
  margin-right: 15px;
  text-indent: 0;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt > div::before {
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt > div::before {
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 auto;
}
body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus::before, body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 30px;
  height: 4px;
  margin-top: -1px;
  background: #202333;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus::before, body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus::after {
    width: 25px;
    height: 3px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus::before, body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus::after {
    width: 20px;
    height: 3px;
  }
}
body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus::after {
  transform: translate(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus {
    width: 25px;
    height: 25px;
    right: 30px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt > div .icon-plus {
    right: 15px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt > div {
    text-indent: -40px;
    padding: 30px 70px 30px 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt > div {
    text-indent: -40px;
    padding: 20px 50px 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dt > div {
    text-indent: -40px;
    padding: 15px 45px 20px 55px;
  }
}
body[data-page=recruit] #main #contents .container-cont-dl > dt.active span::after {
  transform: translate(-50%) rotate(0deg);
}
body[data-page=recruit] #main #contents .container-cont-dl > dd {
  padding: 40px;
  position: relative;
  display: flex;
}
body[data-page=recruit] #main #contents .container-cont-dl > dd::before {
  content: "A";
  font-size: 2.4rem;
  font-weight: 700;
  color: #0f218b;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #e7e9f5;
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: middle;
  flex: 0 0 auto;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dd::before {
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dd::before {
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
body[data-page=recruit] #main #contents .container-cont-dl > dd::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  border-top: 1px solid #b5b9ce;
  width: calc(100% - 80px);
  display: block;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dd::after {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dd::after {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dd::after {
    width: calc(100% - 30px);
  }
}
body[data-page=recruit] #main #contents .container-cont-dl > dd ul li {
  margin-top: 15px;
  text-indent: -0.8rem;
  padding-left: 1.5rem;
}
body[data-page=recruit] #main #contents .container-cont-dl > dd ul li:before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  color: #0f218b;
  font-size: 1.1rem;
  margin-right: 0.5rem;
}
body[data-page=recruit] #main #contents .container-cont-dl > dd ul li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dd {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dd {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit] #main #contents .container-cont-dl > dd {
    padding: 15px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit] #main #contents .container-cont-dl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit] #main #contents {
    padding: 0 0 6%;
  }
}

body[data-page=recruit-east]:not([data-year="2027"]) #main #subpageKv::before {
  background: url("/job/fresh/img/recruit/kv-recruit-east.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east]:not([data-year="2027"]) #main #subpageKv::before {
    background-position: right -200px top;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit-east]:not([data-year="2027"]) #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/recruit/kv-recruit-east.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  body[data-page=recruit-east]:not([data-year="2027"]) #main #subpageKv-cont .text-wrap::before {
    background-position: right -200px top;
  }
}

body[data-page=recruit-east][data-year="2027"] #main #subpageKv::before {
  background: url("/job/fresh/img/recruit/kv-recruit-east2027.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit-east][data-year="2027"] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/recruit/kv-recruit-east2027.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}

body[data-page=recruit-west]:not([data-year="2027"]) #main #subpageKv::before {
  background: url("/job/fresh/img/recruit/kv-recruit-west.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit-west]:not([data-year="2027"]) #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/recruit/kv-recruit-west.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}

body[data-page=recruit-west][data-year="2027"] #main #subpageKv::before {
  background: url("/job/fresh/img/recruit/kv-recruit-west2027.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-west][data-year="2027"] #main #subpageKv::before {
    background-position: right -305px top;
  }
}
@media screen and (max-width: 1080px) {
  body[data-page=recruit-west][data-year="2027"] #main #subpageKv-cont .text-wrap::before {
    background: url("/job/fresh/img/recruit/kv-recruit-west2027.jpg") center top/cover no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  body[data-page=recruit-west][data-year="2027"] #main #subpageKv-cont .text-wrap::before {
    background-position: right -305px top;
  }
}

body[data-page=recruit-east] #main #contents,
body[data-page=recruit-west] #main #contents {
  padding: 0;
}
body[data-page=recruit-east] #main #contents #recruit,
body[data-page=recruit-west] #main #contents #recruit {
  padding: calc(6% + 42.5px) 6% 6%;
  background: #fff;
  margin-top: 0;
}
body[data-page=recruit-east] #main #contents #recruit .tab.text,
body[data-page=recruit-west] #main #contents #recruit .tab.text {
  padding: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit-east] #main #contents #recruit .tab.text,
  body[data-page=recruit-west] #main #contents #recruit .tab.text {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab.text,
  body[data-page=recruit-west] #main #contents #recruit .tab.text {
    padding: 20px;
  }
}
body[data-page=recruit-east] #main #contents #recruit .tab-list,
body[data-page=recruit-west] #main #contents #recruit .tab-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 0 10px 2.5px rgba(19, 21, 30, 0.2);
  margin: -82px auto 0;
}
body[data-page=recruit-east] #main #contents #recruit .tab-list:has(> .tab-button-one),
body[data-page=recruit-west] #main #contents #recruit .tab-list:has(> .tab-button-one) {
  max-width: 700px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list:has(> .tab-button-one),
  body[data-page=recruit-west] #main #contents #recruit .tab-list:has(> .tab-button-one) {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list:has(> .tab-button-one),
  body[data-page=recruit-west] #main #contents #recruit .tab-list:has(> .tab-button-one) {
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list:has(> .tab-button-one),
  body[data-page=recruit-west] #main #contents #recruit .tab-list:has(> .tab-button-one) {
    max-width: 400px;
  }
}
body[data-page=recruit-east] #main #contents #recruit .tab-list li,
body[data-page=recruit-west] #main #contents #recruit .tab-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 4.4rem;
  line-height: 1.3;
  color: #b5b9ce;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li {
    font-size: 2rem;
  }
}
body[data-page=recruit-east] #main #contents #recruit .tab-list li,
body[data-page=recruit-west] #main #contents #recruit .tab-list li {
  padding: 25px 20px 28px;
  background: #f2f3f7;
  text-align: center;
  cursor: pointer;
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 50%;
  position: relative;
}
body[data-page=recruit-east] #main #contents #recruit .tab-list li::after,
body[data-page=recruit-west] #main #contents #recruit .tab-list li::after {
  content: "";
  border-right: 1px solid #b5b9ce;
  height: 48%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body[data-page=recruit-east] #main #contents #recruit .tab-list li:first-child,
body[data-page=recruit-west] #main #contents #recruit .tab-list li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
body[data-page=recruit-east] #main #contents #recruit .tab-list li:last-child,
body[data-page=recruit-west] #main #contents #recruit .tab-list li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
body[data-page=recruit-east] #main #contents #recruit .tab-list li:last-child::after,
body[data-page=recruit-west] #main #contents #recruit .tab-list li:last-child::after {
  border: none;
}
body[data-page=recruit-east] #main #contents #recruit .tab-list li.active,
body[data-page=recruit-west] #main #contents #recruit .tab-list li.active {
  background: #0f218b;
  color: #fff;
}
body[data-page=recruit-east] #main #contents #recruit .tab-list li.active span,
body[data-page=recruit-west] #main #contents #recruit .tab-list li.active span {
  position: relative;
  left: -24px;
}
body[data-page=recruit-east] #main #contents #recruit .tab-list li.active span::before,
body[data-page=recruit-west] #main #contents #recruit .tab-list li.active span::before {
  content: "";
  background: url("/job/fresh/img/recruit/pic-check.svg") left bottom/contain no-repeat;
  width: 38px;
  height: 34px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li.active span::before,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li.active span::before {
    width: 34px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li.active span::before,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li.active span::before {
    width: 24px;
    height: 20px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li.active span::before,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li.active span::before {
    width: 10px;
    height: 8px;
    margin: 0 3px 2px 0;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li.active span,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li.active span {
    left: -22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li.active span,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li.active span {
    left: -14.5px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li.active span,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li.active span {
    left: -6.5px;
  }
}
@media (hover: hover) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li.active.tab-button-one:hover,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li.active.tab-button-one:hover {
    background: #0f218b;
    color: #fff;
    cursor: none;
  }
}
@media (hover: hover) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li:hover,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li:hover {
    background: #4e5db4;
    color: #fff;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li {
    padding: 22px 20px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li {
    padding: 20px 20px 23px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list li,
  body[data-page=recruit-west] #main #contents #recruit .tab-list li {
    padding: 15px 8px 20px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list,
  body[data-page=recruit-west] #main #contents #recruit .tab-list {
    margin-top: -80px;
    width: 92%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list,
  body[data-page=recruit-west] #main #contents #recruit .tab-list {
    margin-top: -66px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-list,
  body[data-page=recruit-west] #main #contents #recruit .tab-list {
    margin-top: -50px;
    width: 100%;
  }
}
body[data-page=recruit-east] #main #contents #recruit .tab-cont,
body[data-page=recruit-west] #main #contents #recruit .tab-cont {
  display: none;
}
body[data-page=recruit-east] #main #contents #recruit .tab-cont .btn-entry02,
body[data-page=recruit-west] #main #contents #recruit .tab-cont .btn-entry02 {
  padding: 35px 3% 35px 8%;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-cont .btn-entry02,
  body[data-page=recruit-west] #main #contents #recruit .tab-cont .btn-entry02 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-cont .btn-entry02,
  body[data-page=recruit-west] #main #contents #recruit .tab-cont .btn-entry02 {
    padding: 20px 15px 20px 45px;
    margin-top: 20px;
    font-size: 2rem;
  }
}
body[data-page=recruit-east] #main #contents #recruit .tab-cont table,
body[data-page=recruit-west] #main #contents #recruit .tab-cont table {
  margin-top: 40px;
  border-top: 1px solid #b5b9ce;
}
body[data-page=recruit-east] #main #contents #recruit .tab-cont table tr,
body[data-page=recruit-west] #main #contents #recruit .tab-cont table tr {
  border-bottom: 1px solid #b5b9ce;
  padding: 30px 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-cont table tr,
  body[data-page=recruit-west] #main #contents #recruit .tab-cont table tr {
    display: block;
    padding: 20px 0;
  }
}
body[data-page=recruit-east] #main #contents #recruit .tab-cont table th,
body[data-page=recruit-west] #main #contents #recruit .tab-cont table th {
  background: #e7e9f5;
  padding: 30px 15px;
  color: #0f218b;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  width: 22%;
  margin-right: 2.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-cont table th,
  body[data-page=recruit-west] #main #contents #recruit .tab-cont table th {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
body[data-page=recruit-east] #main #contents #recruit .tab-cont table td,
body[data-page=recruit-west] #main #contents #recruit .tab-cont table td {
  width: 75.5%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-cont table td,
  body[data-page=recruit-west] #main #contents #recruit .tab-cont table td {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-cont table,
  body[data-page=recruit-west] #main #contents #recruit .tab-cont table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit .tab-cont table,
  body[data-page=recruit-west] #main #contents #recruit .tab-cont table {
    margin-top: 20px;
  }
}
body[data-page=recruit-east] #main #contents #recruit .tab-cont.active,
body[data-page=recruit-west] #main #contents #recruit .tab-cont.active {
  display: block;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  body[data-page=recruit-east] #main #contents #recruit,
  body[data-page=recruit-west] #main #contents #recruit {
    padding-top: calc(6% + 40.5px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page=recruit-east] #main #contents #recruit,
  body[data-page=recruit-west] #main #contents #recruit {
    padding-top: calc(6% + 36.5px);
  }
}
@media screen and (max-width: 767px) {
  body[data-page=recruit-east] #main #contents #recruit,
  body[data-page=recruit-west] #main #contents #recruit {
    padding-top: calc(6% + 28.5px);
  }
}

/* step */
#main #step .box-group {
  display: flex;
}
#main #step .box-group .box {
  width: 30%;
  background: #fff;
  border: 6px solid #b5b9ce;
  padding: 30px 30px 80px;
  margin-right: 5%;
  text-decoration: none;
  box-shadow: 4px 0 20px 5px rgba(19, 21, 30, 0.6);
  position: relative;
}
#main #step .box-group .box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e7e9f5;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
@media (hover: hover) {
  #main #step .box-group .box:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
#main #step .box-group .box:last-child {
  margin-right: 0;
}
#main #step .box-group .box::after {
  content: "";
  display: block;
  background: url("/job/fresh/img/circle-arrow.svg") right center/contain no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #step .box-group .box::after {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #step .box-group .box::after {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main #step .box-group .box::after {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
}
#main #step .box-group .box-cont {
  position: relative;
  z-index: 1;
}
#main #step .box-group .box-cont .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  line-height: 1.1;
  color: #202333;
  word-break: break-word;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #step .box-group .box-cont .text-tit {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #step .box-group .box-cont .text-tit {
    font-size: 7.25rem;
  }
}
@media screen and (max-width: 767px) {
  #main #step .box-group .box-cont .text-tit {
    font-size: 5.625rem;
  }
}
#main #step .box-group .box-cont .text-tit .text-step {
  display: block;
  color: #fc1900;
  font-size: 4.8rem;
  margin-bottom: 5px;
}
#main #step .box-group .box-cont .text-tit .text-step span {
  font-size: 5.4rem;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #step .box-group .box-cont .text-tit .text-step span {
    font-size: 4.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #step .box-group .box-cont .text-tit .text-step span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #step .box-group .box-cont .text-tit .text-step span {
    font-size: 4.25rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #step .box-group .box-cont .text-tit .text-step {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #step .box-group .box-cont .text-tit .text-step {
    margin-bottom: 0;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #main #step .box-group .box-cont .text-tit .text-step {
    margin-bottom: 0;
    font-size: 3.75rem;
  }
}
#main #step .box-group .box-cont .text-tit .text-cap {
  display: block;
  color: #202333;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  margin-top: 10px;
}
#main #step .box-group .box-cont .text-tit .text-cap .text-small {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #main #step .box-group .box-cont .text-tit .text-cap .text-small {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1080px) {
  #main #step .box-group .box-cont .text-tit .text-cap {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #main #step .box-group .box-cont .text-tit .text-cap {
    font-size: 2.5rem;
  }
}
#main #step .box-group .box-cont p {
  color: #000;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #main #step .box-group .box-cont p {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #step .box-group .box-cont p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main #step .box-group .box-cont p {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #step .box-group .box {
    width: 31%;
    margin-right: 3.5%;
    padding: 20px 20px 60px;
  }
}
@media screen and (max-width: 1080px) {
  #main #step .box-group .box {
    width: 100%;
    padding: 20px 60px 20px 20px;
    display: block;
    margin: 6% 0 0 0;
  }
  #main #step .box-group .box:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #main #step .box-group .box {
    padding: 15px 50px 15px 15px;
    border-width: 3px;
  }
}
@media screen and (max-width: 1080px) {
  #main #step .box-group {
    display: block;
  }
}

/* nextStep */
#main #nextStep {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main #nextStep .pic-arrow {
    margin-top: -40px;
  }
}
#main #nextStep .text {
  position: relative;
  padding-bottom: 10px;
  margin: -50px 0 80px 0;
}
#main #nextStep .text::before {
  content: "";
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/job/fresh/img/bg-arrow.svg") right center/cover no-repeat;
  z-index: -1;
  margin-top: 40px;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #nextStep .text::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #nextStep .text::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main #nextStep .text::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #main #nextStep .text::after {
    content: "";
    background: #0f218b;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
    transition: none;
    transform: none;
  }
}
#main #nextStep .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 9rem;
  line-height: 1.1;
  word-break: break-word;
  color: #fff;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #nextStep .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #nextStep .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #nextStep .text-tit {
    font-size: 6.75rem;
  }
}
#main #nextStep .text-tit {
  color: #fff;
  text-align: center;
  text-shadow: 1px 0 10px rgba(19, 21, 30, 0.6);
}
#main #nextStep .text-tit .text-cap {
  display: block;
  margin-top: 30px;
  font-size: 6.2rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #nextStep .text-tit .text-cap {
    font-size: 6rem;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #nextStep .text-tit .text-cap {
    font-size: 6rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main #nextStep .text-tit .text-cap {
    font-size: 3.75rem;
    margin-top: 15px;
  }
}
#main #nextStep .text .box {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
}
#main #nextStep .text .box > p {
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  color: #fff;
  width: 49%;
}
@media screen and (max-width: 767px) {
  #main #nextStep .text .box > p {
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
  }
}
#main #nextStep .text .box > div {
  margin: auto;
  width: 47%;
}
#main #nextStep .text .box > div .btn-entry::before {
  left: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #nextStep .text .box > div .btn-entry::before {
    left: 8%;
  }
}
#main #nextStep .text .box > div p {
  text-align: center;
  margin-top: 40px;
}
#main #nextStep .text .box > div p .text-internship {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
#main #nextStep .text .box > div p .text-internship::before {
  content: "";
  display: inline-block;
  background: url("/job/fresh/img/icon-window.svg") left center/contain no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.05em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #main #nextStep .text .box > div p .text-internship::before {
    width: 13px;
    height: 13px;
  }
}
#main #nextStep .text .box > div p .text-internship::before {
  width: 20px;
  height: 20px;
}
@media (hover: hover) {
  #main #nextStep .text .box > div p .text-internship:hover {
    color: #ff6554;
    text-decoration: underline;
  }
  #main #nextStep .text .box > div p .text-internship:hover::before {
    background: url("/job/fresh/img/icon-window-linkColorHover.svg") left center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #main #nextStep .text .box > div p .text-internship {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #main #nextStep .text .box > div p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main #nextStep .text .box > div {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #nextStep .text .box {
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #nextStep .text .box {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #main #nextStep .text .box {
    display: block;
    margin-top: 15px;
    padding: 0 6%;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #nextStep .text {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #nextStep .text {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #main #nextStep .text {
    padding-bottom: 20px;
    margin: -30px 0 0;
  }
}
#main #nextStep .box-ph {
  display: flex;
  flex-wrap: nowrap;
  margin: 2%;
}
#main #nextStep .box-ph > img {
  width: 23.5%;
  margin-right: 2%;
}
#main #nextStep .box-ph > img:nth-child(4) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #main #nextStep .box-ph > img {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  #main #nextStep .box-ph > img:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main #nextStep .box-ph {
    flex-wrap: wrap;
    margin: 2% 2% 0 2%;
  }
}

/* learnMore */
#main #contents #learnMore,
#main #contents #learnMore02 {
  width: 94%;
  max-width: 1640px;
  background: #42465e;
  padding: 5%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  box-shadow: 4px 0 20px 5px rgba(19, 21, 30, 0.6);
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
#main #contents #learnMore .text-wrap,
#main #contents #learnMore02 .text-wrap {
  display: flex;
}
#main #contents #learnMore .text-wrap .text-tit,
#main #contents #learnMore02 .text-wrap .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 8.4rem;
  line-height: 1.1;
  color: #202333;
  word-break: break-word;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents #learnMore .text-wrap .text-tit,
  #main #contents #learnMore02 .text-wrap .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents #learnMore .text-wrap .text-tit,
  #main #contents #learnMore02 .text-wrap .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .text-tit,
  #main #contents #learnMore02 .text-wrap .text-tit {
    font-size: 5.625rem;
  }
}
#main #contents #learnMore .text-wrap .text-tit,
#main #contents #learnMore02 .text-wrap .text-tit {
  color: #fff;
}
#main #contents #learnMore .text-wrap .text-cap,
#main #contents #learnMore02 .text-wrap .text-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .text-cap,
  #main #contents #learnMore02 .text-wrap .text-cap {
    margin-top: 5px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore .text-wrap .text,
  #main #contents #learnMore02 .text-wrap .text {
    width: 100%;
  }
}
#main #contents #learnMore .text-wrap .learnMore-cont,
#main #contents #learnMore02 .text-wrap .learnMore-cont {
  width: 69%;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont-wrap,
  #main #contents #learnMore02 .text-wrap .learnMore-cont-wrap {
    display: flex;
  }
  #main #contents #learnMore .text-wrap .learnMore-cont-wrap img,
  #main #contents #learnMore02 .text-wrap .learnMore-cont-wrap img {
    display: block;
    width: 42%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    margin-right: 5%;
    background: #fff;
  }
  #main #contents #learnMore .text-wrap .learnMore-cont-wrap img.contain,
  #main #contents #learnMore02 .text-wrap .learnMore-cont-wrap img.contain {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  #main #contents #learnMore .text-wrap .learnMore-cont-wrap > div,
  #main #contents #learnMore02 .text-wrap .learnMore-cont-wrap > div {
    width: 53%;
  }
}
#main #contents #learnMore .text-wrap .learnMore-cont ul,
#main #contents #learnMore02 .text-wrap .learnMore-cont ul {
  display: flex;
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li,
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li {
  width: 30%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  color: #fff;
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li .text-cap,
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li .text-cap {
  margin-top: 20px;
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li .text-cap .text-small,
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li .text-cap .text-small {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li .text-cap,
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li .text-cap {
    margin-top: 0;
  }
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li p,
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li p {
  margin: 20px 0;
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li p,
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li p,
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li p {
    margin: 10px 0 0;
  }
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li:last-child,
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li:last-child,
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li .btn,
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li .btn {
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li .btn,
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li,
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li {
    width: 100%;
    margin: 0 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px dotted #fff;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul,
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore .text-wrap .learnMore-cont,
  #main #contents #learnMore02 .text-wrap .learnMore-cont {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont,
  #main #contents #learnMore02 .text-wrap .learnMore-cont {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore .text-wrap,
  #main #contents #learnMore02 .text-wrap {
    display: block;
  }
}
#main #contents #learnMore {
  background: #42465e;
  padding: 5%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  box-shadow: 4px 0 20px 5px rgba(19, 21, 30, 0.6);
  width: 94%;
  max-width: 1640px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
#main #contents #learnMore .text-wrap {
  display: flex;
}
#main #contents #learnMore .text-wrap .text {
  width: 27%;
  margin-right: 4%;
}
#main #contents #learnMore .text-wrap .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 8.4rem;
  line-height: 1.1;
  color: #202333;
  word-break: break-word;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents #learnMore .text-wrap .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents #learnMore .text-wrap .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .text-tit {
    font-size: 5.625rem;
  }
}
#main #contents #learnMore .text-wrap .text-tit {
  color: #fff;
}
#main #contents #learnMore .text-wrap .text-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .text-cap {
    margin-top: 5px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore .text-wrap .text {
    width: 100%;
  }
}
#main #contents #learnMore .text-wrap .learnMore-cont {
  width: 69%;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont-wrap {
    display: flex;
  }
  #main #contents #learnMore .text-wrap .learnMore-cont-wrap img {
    display: block;
    width: 42%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    margin-right: 5%;
    background: #fff;
  }
  #main #contents #learnMore .text-wrap .learnMore-cont-wrap img.contain {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  #main #contents #learnMore .text-wrap .learnMore-cont-wrap > div {
    width: 53%;
  }
}
#main #contents #learnMore .text-wrap .learnMore-cont ul {
  display: flex;
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li {
  width: 30%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  color: #fff;
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li .text-cap {
  margin-top: 20px;
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li .text-cap .text-small {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li .text-cap {
    margin-top: 0;
  }
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li p {
  margin: 20px 0;
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li p {
    margin: 10px 0 0;
  }
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#main #contents #learnMore .text-wrap .learnMore-cont ul li .btn {
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul li {
    width: 100%;
    margin: 0 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px dotted #fff;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont ul {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore .text-wrap .learnMore-cont {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore .text-wrap .learnMore-cont {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore .text-wrap {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin: 6% 0 0 6%;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
#main #contents #learnMore02 {
  max-width: 1540px;
}
#main #contents #learnMore02 .text-wrap .text {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore02 .text-wrap .text-cap {
    margin-top: 5px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents #learnMore02 .text-wrap .text {
    width: 34%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore02 .text-wrap .text {
    width: 100%;
  }
}
#main #contents #learnMore02 .text-wrap .learnMore-cont {
  width: 66%;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont-wrap {
    display: flex;
  }
  #main #contents #learnMore02 .text-wrap .learnMore-cont-wrap img {
    display: block;
    width: 42%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    margin-right: 5%;
    background: #fff;
  }
  #main #contents #learnMore02 .text-wrap .learnMore-cont-wrap img.contain {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  #main #contents #learnMore02 .text-wrap .learnMore-cont-wrap img.position-right {
    -o-object-position: right center;
       object-position: right center;
  }
  #main #contents #learnMore02 .text-wrap .learnMore-cont-wrap > div {
    width: 53%;
  }
}
#main #contents #learnMore02 .text-wrap .learnMore-cont ul {
  display: flex;
}
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li {
  width: 46%;
  margin-right: 8%;
  display: flex;
  flex-direction: column;
  color: #fff;
}
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li .text-cap {
  margin-top: 20px;
}
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li .text-cap .text-small {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li .text-cap {
    margin-top: 0;
  }
}
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li p {
  margin: 20px 0;
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li p {
    margin: 10px 0 0;
  }
}
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#main #contents #learnMore02 .text-wrap .learnMore-cont ul li .btn {
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul li {
    width: 100%;
    margin: 0 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px dotted #fff;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont ul {
    display: block;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont {
    width: 63%;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore02 .text-wrap .learnMore-cont {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore02 .text-wrap {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  #main #contents #learnMore02 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin: 6% 0 0 6%;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #learnMore02 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

/* otherCases */
#main #contents #otherCases .text-wrap {
  padding: 0 6%;
}
#main #contents #otherCases .text-wrap .list {
  display: flex;
  margin-top: 8%;
  flex-wrap: wrap;
}
#main #contents #otherCases .text-wrap .list li {
  width: 48%;
  margin: 4% 4% 0 0;
  border: 1px solid #fff;
  padding: 2%;
  display: flex;
}
#main #contents #otherCases .text-wrap .list li:nth-child(-n+2) {
  margin-top: 0;
}
#main #contents #otherCases .text-wrap .list li:nth-child(2n) {
  margin-right: 0;
}
#main #contents #otherCases .text-wrap .list li img {
  width: 43%;
  margin-right: 5%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 767px) {
  #main #contents #otherCases .text-wrap .list li img {
    width: 100%;
    margin-right: 0;
    max-height: 260px;
  }
}
#main #contents #otherCases .text-wrap .list li div {
  width: 52%;
  display: flex;
  flex-direction: column;
}
#main #contents #otherCases .text-wrap .list li div h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 2.6rem;
  line-height: 1.3;
  color: #fff;
}
#main #contents #otherCases .text-wrap .list li div h4 .text-case {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.1;
  display: block;
  letter-spacing: normal;
  margin-bottom: 5px;
}
#main #contents #otherCases .text-wrap .list li div p {
  color: #fff;
  line-height: 1.5;
  margin: 15px 0;
}
#main #contents #otherCases .text-wrap .list li div .btn {
  margin: auto auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  #main #contents #otherCases .text-wrap .list li div .btn {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #otherCases .text-wrap .list li div {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #otherCases .text-wrap .list li {
    display: block;
    width: 100%;
    margin: 6% 0 0 0;
    padding: 20px;
  }
  #main #contents #otherCases .text-wrap .list li:nth-child(-n+2) {
    margin-top: 6%;
  }
  #main #contents #otherCases .text-wrap .list li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #otherCases .text-wrap .list {
    display: block;
    width: 100%;
  }
}
#main #contents #otherCases .text-tit {
  font-family: "Anton", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 9rem;
  line-height: 1.1;
  word-break: break-word;
  color: #fff;
}
@media screen and (min-width: 1081px) and (max-width: 1439px) {
  #main #contents #otherCases .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #main #contents #otherCases .text-tit {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  #main #contents #otherCases .text-tit {
    font-size: 6.75rem;
  }
}
#main #contents #otherCases .text-tit {
  text-align: center;
}
#main #contents #otherCases .text-cap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main #contents #otherCases .text-cap {
    margin-top: 5px;
    font-size: 3rem;
  }
}/*# sourceMappingURL=style.css.map */