@charset "UTF-8";
.front-page .top-headline {
  margin-bottom: calc(8px * 5);
  font-weight: 700;
}

@media screen and (max-width: 959px) {
  .front-page .top-headline {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .front-page .top-headline {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.front-page .top-headline__main {
  font-size: 3.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .front-page .top-headline__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .front-page .top-headline__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .front-page .top-headline__main {
    font-size: 2.4rem;
  }
}

.front-page .top-headline__sub {
  position: relative;
  display: inline-block;
  padding-left: 48px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .front-page .top-headline__sub {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .front-page .top-headline__sub {
    padding-left: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .front-page .top-headline__sub {
    padding-left: 32px;
    font-size: 1.2rem;
  }
}

.front-page .top-headline__sub::before, .front-page .top-headline__sub::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  width: 40px;
  height: 13px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .front-page .top-headline__sub::before, .front-page .top-headline__sub::after {
    width: 32px;
    height: 11px;
  }
}

@media screen and (max-width: 519px) {
  .front-page .top-headline__sub::before, .front-page .top-headline__sub::after {
    width: 28px;
    height: 9px;
    font-size: 1.2rem;
  }
}

.front-page .top-headline__sub::before {
  left: 0;
}

.front-page .top-headline__sub::after {
  display: none;
}

.front-page .top-headline.--center {
  text-align: center;
}

.front-page .top-headline.--center .top-headline__sub {
  padding: 0 10px;
}

@media screen and (max-width: 519px) {
  .front-page .top-headline.--center .top-headline__sub {
    padding: 0 6px;
  }
}

.front-page .top-headline.--center .top-headline__sub::before {
  display: block;
  left: auto;
  right: 100%;
}

.front-page .top-headline.--center .top-headline__sub::after {
  display: block;
  left: 100%;
}

.front-page .top-headline.--wht {
  color: #ffffff;
}

.front-page .top-headline.--wht .top-headline__sub::before, .front-page .top-headline.--wht .top-headline__sub::after {
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/ttl-deco-wht.svg");
}

.top-wrap {
  contain: paint;
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 100dvh;
  clip-path: xywh(0 0 130% 100% round 0 64% 0 0);
  -webkit-animation: blur 0.3s ease-in-out 0s 1 both;
  animation: blur 0.3s ease-in-out 0s 1 both;
}

@media screen and (max-width: 1279px) {
  .mv {
    height: 92dvh;
  }
}

@media screen and (max-width: 959px) {
  .mv {
    margin-bottom: calc(8px * 15);
    height: 100dvh;
    clip-path: xywh(0 0 140% 100% round 0 64% 0 0);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .mv {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .mv {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.mv::after {
  position: absolute;
  content: "";
  left: -10dvw;
  bottom: -190px;
  width: 140dvw;
  height: 320px;
  border-radius: 100% 40% 0 0;
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/bg-logo-wht.svg");
  background-position: calc( 50% - 10.5vw) -309px;
  background-size: 1450px 1640px;
  background-repeat: no-repeat;
  background-color: #f7f6f4;
}

@media screen and (max-width: 959px) {
  .mv::after {
    bottom: -120px;
    height: 210px;
    border-radius: 100% 64% 0 0;
    background: #f7f6f4;
  }
}

@media screen and (max-width: 767px) {
  .mv::after {
    left: -25dvw;
    width: 180dvw;
    height: 190px;
  }
}

@media screen and (max-width: 519px) {
  .mv::after {
    left: -30dvw;
    border-radius: 100% 80% 0 0;
    height: 180px;
  }
}

@-webkit-keyframes fade {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.mv .mv-list {
  display: grid;
  grid-template-columns: .98fr 1fr 1.02fr;
  gap: 2px;
}

@media screen and (max-width: 959px) {
  .mv .mv-list {
    grid-template-columns: 1fr;
  }
}

.mv .mv-list__item {
  position: relative;
  opacity: 0;
  -webkit-animation: fade .6s ease-in-out 0s 1 both;
  animation: fade .6s ease-in-out 0s 1 both;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  contain: paint;
}

.mv .mv-list__item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#7bba6b), color-stop(14%, rgba(123, 186, 107, 0.78)), color-stop(40%, rgba(123, 186, 107, 0)));
  background: linear-gradient(to top, #7bba6b, rgba(123, 186, 107, 0.78) 14%, rgba(123, 186, 107, 0) 40%);
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item::after {
    bottom: -40px;
  }
}

.mv .mv-list__item .mv-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.mv .mv-list__item .mv-ja-catch,
.mv .mv-list__item .mv-en-catch {
  opacity: 0;
  -webkit-animation: fade 1s ease-in-out 0s 1 both;
  animation: fade 1s ease-in-out 0s 1 both;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

.mv .mv-list__item .mv-ja-catch {
  position: absolute;
  top: 32%;
  left: 50%;
  translate: -50% -50%;
  width: 30dvw;
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  .mv .mv-list__item .mv-ja-catch {
    top: 23%;
    width: 28dvw;
  }
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item .mv-ja-catch {
    top: auto;
    bottom: 10%;
    left: 3%;
    translate: none;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-list__item .mv-ja-catch {
    width: 32dvw;
  }
}

@media screen and (max-width: 519px) {
  .mv .mv-list__item .mv-ja-catch {
    bottom: 8%;
    left: 6%;
    width: 48dvw;
  }
}

.mv .mv-list__item .mv-en-catch {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 18%;
  width: 15dvw;
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  .mv .mv-list__item .mv-en-catch {
    width: 20dvw;
  }
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item .mv-en-catch {
    left: auto;
    bottom: 6%;
    right: 3%;
    translate: none;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-list__item .mv-en-catch {
    bottom: 4%;
    width: 26dvw;
  }
}

@media screen and (max-width: 519px) {
  .mv .mv-list__item .mv-en-catch {
    bottom: 3%;
    width: 32dvw;
  }
}

.mv .mv-list__item:nth-child(1) {
  height: 100dvh;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

@media screen and (max-width: 1279px) {
  .mv .mv-list__item:nth-child(1) {
    height: 92dvh;
  }
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(1) {
    height: 29dvh;
  }
}

.mv .mv-list__item:nth-child(1) .mv-ja-catch,
.mv .mv-list__item:nth-child(1) .mv-en-catch {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.mv .mv-list__item:nth-child(1) .mv-ja-catch {
  left: 51%;
}

@media screen and (max-width: 1279px) {
  .mv .mv-list__item:nth-child(1) .mv-ja-catch {
    left: 53%;
  }
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(1) .mv-ja-catch {
    left: 3%;
  }
}

@media screen and (max-width: 519px) {
  .mv .mv-list__item:nth-child(1) .mv-ja-catch {
    left: 5%;
  }
}

.mv .mv-list__item:nth-child(1) .mv-img {
  height: 100%;
  -o-object-position: 52.3% 50%;
  object-position: 52.3% 50%;
}

@media screen and (max-width: 1279px) {
  .mv .mv-list__item:nth-child(1) .mv-img {
    -o-object-position: 51% 50%;
    object-position: 51% 50%;
  }
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(1) .mv-img {
    -o-object-position: 50% 24%;
    object-position: 50% 24%;
  }
}

@media screen and (max-width: 519px) {
  .mv .mv-list__item:nth-child(1) .mv-img {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
}

.mv .mv-list__item:nth-child(2) {
  height: 100dvh;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@media screen and (max-width: 1279px) {
  .mv .mv-list__item:nth-child(2) {
    height: 92dvh;
  }
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(2) {
    height: 32dvh;
  }
}

.mv .mv-list__item:nth-child(2)::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 167, 235, 0.88)), color-stop(14%, rgba(29, 167, 235, 0.64)), color-stop(40%, rgba(29, 167, 235, 0)));
  background: linear-gradient(to top, rgba(29, 167, 235, 0.88), rgba(29, 167, 235, 0.64) 14%, rgba(29, 167, 235, 0) 40%);
}

.mv .mv-list__item:nth-child(2) .mv-ja-catch,
.mv .mv-list__item:nth-child(2) .mv-en-catch {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.mv .mv-list__item:nth-child(2) .mv-ja-catch {
  left: 53%;
}

@media screen and (max-width: 1279px) {
  .mv .mv-list__item:nth-child(2) .mv-ja-catch {
    left: 51%;
  }
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(2) .mv-ja-catch {
    left: 3%;
  }
}

@media screen and (max-width: 519px) {
  .mv .mv-list__item:nth-child(2) .mv-ja-catch {
    left: 5%;
  }
}

.mv .mv-list__item:nth-child(2) .mv-en-catch {
  bottom: 21%;
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(2) .mv-en-catch {
    bottom: 6%;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-list__item:nth-child(2) .mv-en-catch {
    bottom: 4%;
  }
}

@media screen and (max-width: 519px) {
  .mv .mv-list__item:nth-child(2) .mv-en-catch {
    bottom: 3%;
  }
}

.mv .mv-list__item:nth-child(2) .mv-img {
  height: 100%;
  -o-object-position: 49% 50%;
  object-position: 49% 50%;
}

@media screen and (max-width: 1279px) {
  .mv .mv-list__item:nth-child(2) .mv-img {
    -o-object-position: 51% 50%;
    object-position: 51% 50%;
  }
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(2) .mv-img {
    height: 100%;
    -o-object-position: 50% 35%;
    object-position: 50% 35%;
  }
}

.mv .mv-list__item:nth-child(3) {
  height: 100dvh;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

@media screen and (max-width: 1279px) {
  .mv .mv-list__item:nth-child(3) {
    height: 92dvh;
  }
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(3) {
    height: 39dvh;
  }
}

.mv .mv-list__item:nth-child(3)::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(233, 84, 106, 0.88)), color-stop(14%, rgba(233, 84, 106, 0.64)), color-stop(40%, rgba(233, 84, 106, 0)));
  background: linear-gradient(to top, rgba(233, 84, 106, 0.88), rgba(233, 84, 106, 0.64) 14%, rgba(233, 84, 106, 0) 40%);
}

.mv .mv-list__item:nth-child(3) .mv-ja-catch,
.mv .mv-list__item:nth-child(3) .mv-en-catch {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(3) .mv-ja-catch {
    bottom: 30%;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-list__item:nth-child(3) .mv-ja-catch {
    bottom: 28%;
  }
}

@media screen and (max-width: 519px) {
  .mv .mv-list__item:nth-child(3) .mv-ja-catch {
    bottom: 27%;
  }
}

.mv .mv-list__item:nth-child(3) .mv-en-catch {
  bottom: 24%;
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(3) .mv-en-catch {
    bottom: 32%;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-list__item:nth-child(3) .mv-en-catch {
    bottom: 26%;
  }
}

@media screen and (max-width: 519px) {
  .mv .mv-list__item:nth-child(3) .mv-en-catch {
    bottom: 25%;
  }
}

.mv .mv-list__item:nth-child(3) .mv-img {
  height: 100%;
  -o-object-position: 45% 50%;
  object-position: 45% 50%;
}

@media screen and (max-width: 959px) {
  .mv .mv-list__item:nth-child(3) .mv-img {
    -o-object-position: 50% 47%;
    object-position: 50% 47%;
  }
}

@media screen and (max-width: 519px) {
  .mv .mv-list__item:nth-child(3) .mv-img {
    height: 90%;
  }
}

.mv .mv-catch {
  position: absolute;
  right: 2dvw;
  bottom: 1.5vw;
  width: 64%;
  max-width: 740px;
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  .mv .mv-catch {
    bottom: -.5vw;
  }
}

@media screen and (max-width: 959px) {
  .mv .mv-catch {
    right: 1dvw;
    bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-catch {
    bottom: 8px;
  }
}

@media screen and (max-width: 519px) {
  .mv .mv-catch {
    width: 80%;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.mv .mv-catch p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.mv .mv-catch p .catch-txt {
  opacity: 0;
  -webkit-animation: slide 1.4s ease-in-out 1.1s 1 both;
  animation: slide 1.4s ease-in-out 1.1s 1 both;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  width: 7%;
}

.mv .mv-catch p .catch-txt:nth-child(2) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.mv .mv-catch p .catch-txt:nth-child(3) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

.mv .mv-catch p .catch-txt:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.mv .mv-catch p .catch-txt:nth-child(5) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.mv .mv-catch p .catch-txt:nth-child(6) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.mv .mv-catch p .catch-txt:nth-child(7) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

.mv .mv-catch p .catch-txt:nth-child(8) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.mv .mv-catch p .catch-txt:nth-child(9) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}

.mv .mv-catch p .catch-txt:nth-child(10) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.mv .mv-catch p .catch-txt:nth-child(11) {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}

.mv .mv-catch p .catch-txt:nth-child(12) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.mv .mv-catch p .catch-txt:nth-child(13) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}

.mv .mv-catch p .catch-txt:nth-child(14) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-6%);
    transform: translateY(-6%);
  }
  100% {
    -webkit-transform: translateY(6%);
    transform: translateY(6%);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-6%);
    transform: translateY(-6%);
  }
  100% {
    -webkit-transform: translateY(6%);
    transform: translateY(6%);
  }
}

.mv .mv-catch p .catch-txt .catch-txt-inner {
  display: inline-block;
}

.mv .mv-catch p .catch-txt .catch-txt-inner.--txt-anime {
  animation: floating-y 2.4s ease-in-out infinite alternate-reverse;
}

.mv .mv-catch p .catch-txt .catch-txt-inner.--txt-omo {
  translate: -0 -10%;
}

.mv .mv-catch p .catch-txt .catch-txt-inner.--txt-i {
  translate: -0 10%;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.mv .mv-catch p .catch-txt .catch-txt-inner.circle-txt {
  position: relative;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/top-catch/catch-omo.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/top-catch/catch-omo.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mv .mv-catch p .catch-txt .catch-txt-inner.circle-txt .circle {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: scale 1.6s ease-in-out infinite alternate-reverse;
}

.mv .mv-catch p .catch-txt .catch-txt-inner.circle-txt .circle.--circle-grn {
  top: -24%;
  left: -24%;
  background: radial-gradient(#9ae02b, rgba(154, 224, 43, 0) 80%);
}

.mv .mv-catch p .catch-txt .catch-txt-inner.circle-txt .circle.--circle-blu {
  top: -18%;
  right: -20%;
  background: radial-gradient(#1da7eb, rgba(29, 167, 235, 0) 80%);
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.mv .mv-catch p .catch-txt .catch-txt-inner.circle-txt .circle.--circle-red {
  bottom: -28%;
  left: -2%;
  background: radial-gradient(#e9546a, rgba(233, 84, 106, 0) 80%);
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.message {
  position: relative;
  margin-bottom: calc(8px * 18);
  padding-top: 120px;
}

@media screen and (max-width: 959px) {
  .message {
    margin-bottom: calc((8px * 18) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .message {
    margin-bottom: calc((8px * 18) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .message {
    padding-top: 0;
  }
}

.message::before {
  position: absolute;
  content: "";
  top: -440px;
  left: 49.54vw;
  translate: -50% 0;
  width: 1450px;
  height: 1640px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-logo-wht.svg") center/contain no-repeat;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .message::before {
    top: 0;
    width: auto;
    height: 104%;
    aspect-ratio: 16/18;
  }
}

.message .message-unit {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 140px;
}

@media screen and (max-width: 1439px) {
  .message .message-unit {
    grid-template-columns: 210px 1fr;
  }
}

@media screen and (max-width: 1279px) {
  .message .message-unit {
    gap: 12dvw;
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit {
    gap: 7dvw;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit {
    grid-template-columns: 1fr;
    gap: 56px;
    max-width: 560px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit {
    gap: 40px;
  }
}

.message .message-unit__ttl .message-ttl {
  position: relative;
  padding-left: 40px;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 1439px) {
  .message .message-unit__ttl .message-ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit__ttl .message-ttl {
    font-size: 1.4rem;
  }
}

.message .message-unit__ttl .message-ttl::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 32px;
  height: 2px;
  background: #333333;
}

@media screen and (max-width: 767px) {
  .message .message-unit__ttl .message-ttl::before {
    top: 9px;
  }
}

.message .message-unit__txt .txt-paragraph:not(:last-child) {
  margin-bottom: 88px;
}

@media screen and (max-width: 1439px) {
  .message .message-unit__txt .txt-paragraph:not(:last-child) {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 1439px) and (max-width: 519px) {
  .message .message-unit__txt .txt-paragraph:not(:last-child) {
    margin-bottom: 32px;
  }
}

.message .message-unit__txt p {
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  color: #312e26;
}

@media screen and (max-width: 1439px) {
  .message .message-unit__txt p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .message .message-unit__txt p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .message .message-unit__txt p {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit__txt p {
    font-size: 1.6rem;
  }
}

.message .message-unit__txt p:not(:last-child) {
  margin-bottom: 48px;
}

@media screen and (max-width: 1439px) {
  .message .message-unit__txt p:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 959px) {
  .message .message-unit__txt p:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .message .message-unit__txt p:not(:last-child) {
    margin-bottom: 16px;
  }
}

@-webkit-keyframes fuyofuyo {
  0% {
    background-position: -40% 0%;
  }
  25% {
    background-position: 40% 40%;
  }
  50% {
    background-position: 160% 90%;
  }
  75% {
    background-position: 40% 110%;
  }
  100% {
    background-position: -40% 0%;
  }
}

@keyframes fuyofuyo {
  0% {
    background-position: -40% 0%;
  }
  25% {
    background-position: 40% 40%;
  }
  50% {
    background-position: 160% 90%;
  }
  75% {
    background-position: 40% 110%;
  }
  100% {
    background-position: -40% 0%;
  }
}

.message .message-unit__txt p .message-txt {
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: 10% 50%;
  background-size: 56px 56px;
  background-repeat: no-repeat;
  color: transparent;
  animation: fuyofuyo 8s ease-in-out infinite alternate-reverse;
}

.message .message-unit__txt p .message-txt::before {
  position: absolute;
  content: attr(data-text);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  color: #333333;
  z-index: -1;
}

.message .message-unit__txt p .message-txt.--txt-grn {
  background-image: radial-gradient(#9ae02b, rgba(154, 224, 43, 0) 80%);
}

.message .message-unit__txt p .message-txt.--txt-blu {
  background-image: radial-gradient(#1da7eb, rgba(29, 167, 235, 0) 80%);
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.message .message-unit__txt p .message-txt.--txt-red {
  background-image: radial-gradient(#e9546a, rgba(233, 84, 106, 0) 80%);
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.partner {
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .partner {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .partner {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.partner .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 519px) {
  .partner .partner-list {
    gap: 2px;
  }
}

.partner .partner-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 14% - 7px);
  padding: 10px;
  background: #ffffff;
  border: solid 1px #e9e5dc;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .partner .partner-list__item {
    width: calc( 20% - 7px);
  }
}

@media screen and (max-width: 519px) {
  .partner .partner-list__item {
    width: calc( 20% - 2px);
    border-radius: 2px;
  }
}

.question {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #e9e5dc));
  background: linear-gradient(to bottom, transparent 50%, #e9e5dc 50%);
  z-index: 1;
}

.question::before, .question::after {
  position: absolute;
  content: "";
  bottom: 50%;
  width: 96px;
  height: 96px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/corner.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/corner.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #e9e5dc;
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  .question::before, .question::after {
    width: 72px;
    height: 72px;
  }
}

@media screen and (max-width: 959px) {
  .question::before, .question::after {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .question::before, .question::after {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 519px) {
  .question::before, .question::after {
    width: 16px;
    height: 16px;
  }
}

.question::before {
  left: 0;
}

.question::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.question .question-bnr {
  position: relative;
  z-index: 2;
}

.question .question-bnr a {
  display: block;
  border: solid 3px #e9546a;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 24px rgba(134, 117, 72, 0.16);
  box-shadow: 0 0 24px rgba(134, 117, 72, 0.16);
  contain: paint;
}

@media screen and (max-width: 1279px) {
  .question .question-bnr a {
    border-radius: 32px;
  }
}

@media screen and (max-width: 959px) {
  .question .question-bnr a {
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .question .question-bnr a {
    border-radius: 16px;
  }
}

@media screen and (max-width: 519px) {
  .question .question-bnr a {
    border-radius: 8px;
  }
}

.question .question-bnr a:hover {
  translate: 2px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.interview {
  padding-top: calc(8px * 10);
  padding-bottom: calc(8px * 16);
  margin-bottom: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e5dc), to(#e8dec6));
  background: linear-gradient(to bottom, #e9e5dc, #e8dec6);
  contain: paint;
}

@media screen and (max-width: 959px) {
  .interview {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .interview {
    padding-top: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .interview {
    padding-bottom: calc((8px * 16) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .interview {
    padding-bottom: calc((8px * 16) * 0.5);
  }
}

.interview .interview-wrap {
  padding-left: 40px;
}

@media screen and (max-width: 1370px) {
  .interview .interview-wrap {
    padding-left: 0;
  }
}

.interview .interview-upper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
  padding-top: 76px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .interview .interview-upper {
    margin-bottom: 16px;
    padding-top: 32px;
  }
}

@media screen and (max-width: 519px) {
  .interview .interview-upper {
    padding-top: 48px;
  }
}

.interview .interview-upper .top-headline {
  margin: 0;
}

.interview .interview-upper .btn {
  width: 320px;
}

@media screen and (max-width: 959px) {
  .interview .interview-upper .btn {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .interview .interview-upper .btn {
    position: absolute;
    left: 112px;
    bottom: -60px;
  }
}

@media screen and (max-width: 519px) {
  .interview .interview-upper .btn {
    left: auto;
    right: 0;
  }
}

.interview .interview-upper .btn a {
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .interview .interview-upper .btn a {
    min-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .interview .interview-upper .btn a::before {
    right: 4px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .interview .interview-upper .btn a::after {
    right: 12px;
  }
}

.interview .interview-list {
  margin-right: calc( (100dvw - 1215px ) / 2 * -1);
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

@media screen and (max-width: 1370px) {
  .interview .interview-list {
    margin-right: -5dvw;
  }
}

@media screen and (max-width: 767px) {
  .interview .interview-list {
    padding-top: 60px;
  }
}

.interview .interview-list .slick-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.interview .interview-list .slick-list .slick-track .slick-slide {
  height: auto !important;
  /* 高さを自動調整 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 16px;
  width: 26vw;
  max-width: 360px;
  min-width: 180px;
}

@media screen and (max-width: 1023px) {
  .interview .interview-list .slick-list .slick-track .slick-slide {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .interview .interview-list .slick-list .slick-track .slick-slide {
    width: 32vw;
  }
}

@media screen and (max-width: 519px) {
  .interview .interview-list .slick-list .slick-track .slick-slide {
    width: 38vw;
  }
}

.interview .interview-list .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.interview .interview-list .slick-arrow {
  position: absolute;
  top: -97px;
  cursor: pointer;
  font-size: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px #333333;
  background: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .interview .interview-list .slick-arrow {
    top: -95px;
  }
}

@media screen and (max-width: 767px) {
  .interview .interview-list .slick-arrow {
    top: 0;
    width: 44px;
    height: 44px;
  }
}

.interview .interview-list .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 17px;
  height: 13px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #333333;
}

@media screen and (max-width: 959px) {
  .interview .interview-list .slick-arrow::before {
    right: 19px;
    width: 15px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .interview .interview-list .slick-arrow::before {
    right: 16px;
    width: 13px;
    height: 10px;
  }
}

.interview .interview-list .slick-arrow.slick-prev {
  right: calc( (100dvw - 1215px ) / 2 + 432px);
}

@media screen and (max-width: 1370px) {
  .interview .interview-list .slick-arrow.slick-prev {
    right: 478px;
  }
}

@media screen and (max-width: 959px) {
  .interview .interview-list .slick-arrow.slick-prev {
    right: 393px;
  }
}

@media screen and (max-width: 767px) {
  .interview .interview-list .slick-arrow.slick-prev {
    right: auto;
    left: 0;
  }
}

.interview .interview-list .slick-arrow.slick-prev::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.interview .interview-list .slick-arrow.slick-next {
  right: calc( (100dvw - 1215px ) / 2 + 360px);
}

@media screen and (max-width: 1370px) {
  .interview .interview-list .slick-arrow.slick-next {
    right: 408px;
  }
}

@media screen and (max-width: 959px) {
  .interview .interview-list .slick-arrow.slick-next {
    right: 323px;
  }
}

@media screen and (max-width: 767px) {
  .interview .interview-list .slick-arrow.slick-next {
    right: auto;
    left: 54px;
  }
}

.interview .interview-list__item {
  width: 100%;
  height: 100%;
}

.interview .interview-list__item a {
  display: block;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(85, 77, 58, 0.04);
  box-shadow: 0 0 8px rgba(85, 77, 58, 0.04);
  contain: paint;
}

@media screen and (max-width: 767px) {
  .interview .interview-list__item a {
    border-radius: 6px;
  }
}

.interview .interview-list__item a .interview-vsl {
  position: relative;
  contain: paint;
}

.interview .interview-list__item a .interview-vsl::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 167, 99, 0)), color-stop(48%, rgba(90, 167, 99, 0.1)), to(rgba(90, 167, 99, 0.64)));
  background: linear-gradient(to bottom, rgba(90, 167, 99, 0), rgba(90, 167, 99, 0.1) 48%, rgba(90, 167, 99, 0.64));
  z-index: 1;
}

.interview .interview-list__item a .interview-vsl .interview-cate {
  position: absolute;
  top: 16px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 6px;
  width: 78px;
  height: 63px;
  background: url("/wp-content/themes/itreat_base/dist/img/interview/cate-grad.svg") center/contain no-repeat;
  color: #ffffff;
  font-weight: bold;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .interview .interview-list__item a .interview-vsl .interview-cate {
    top: 6px;
    width: 56px;
    height: 46px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .interview .interview-list__item a .interview-vsl .interview-cate {
    top: 4px;
    width: 48px;
    height: 39px;
    font-size: 1.1rem;
  }
}

.interview .interview-list__item a .interview-vsl img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.interview .interview-list__item a .interview-dtl {
  padding: 18px 24px;
  background: #ffffff;
}

@media screen and (max-width: 1023px) {
  .interview .interview-list__item a .interview-dtl {
    padding: 12px;
  }
}

@media screen and (max-width: 519px) {
  .interview .interview-list__item a .interview-dtl {
    padding: 10px 12px;
  }
}

.interview .interview-list__item a .interview-dtl .interview-lead {
  min-height: 3lh;
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .interview .interview-list__item a .interview-dtl .interview-lead {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 959px) {
  .interview .interview-list__item a .interview-dtl .interview-lead {
    margin-bottom: 8px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 519px) {
  .interview .interview-list__item a .interview-dtl .interview-lead {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .interview .interview-list__item a .interview-dtl .interview-lead br {
    display: none;
  }
}

.interview .interview-list__item a .interview-dtl .interview-plf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #eeeeee;
}

@media screen and (max-width: 1023px) {
  .interview .interview-list__item a .interview-dtl .interview-plf {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 959px) {
  .interview .interview-list__item a .interview-dtl .interview-plf {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 519px) {
  .interview .interview-list__item a .interview-dtl .interview-plf {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
}

.interview .interview-list__item a .interview-dtl .interview-plf__initial {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .interview .interview-list__item a .interview-dtl .interview-plf__initial {
    font-size: 1.6rem;
  }
}

.interview .interview-list__item a .interview-dtl .interview-plf__initial span {
  font-size: 1.2rem;
  line-height: 1.2;
}

.interview .interview-list__item a .interview-dtl .interview-plf__join {
  padding-bottom: 2px;
  font-size: 1.2rem;
  line-height: 1;
}

.interview .interview-list__item a .interview-dtl .interview-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (max-width: 519px) {
  .interview .interview-list__item a .interview-dtl .interview-job {
    gap: 4px;
    font-size: 1.1rem;
  }
}

.interview .interview-list__item a .interview-dtl .interview-job__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

@media screen and (max-width: 1279px) {
  .interview .interview-list__item a .interview-dtl .interview-job__item {
    width: 100%;
  }
}

.interview .interview-list__item a .interview-dtl .interview-job__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
  width: 40px;
  height: 22px;
  border-radius: 2px;
  border: solid 1px #333333;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .interview .interview-list__item a .interview-dtl .interview-job__item dt {
    width: 32px;
  }
}

@media screen and (max-width: 519px) {
  .interview .interview-list__item a .interview-dtl .interview-job__item dt {
    padding-top: 1px;
    height: 18px;
  }
}

.interview .interview-list__item a .interview-dtl .interview-job__item dd {
  padding-top: 2px;
  width: calc( 100% - 44px);
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .interview .interview-list__item a .interview-dtl .interview-job__item dd {
    width: calc( 100% - 36px);
  }
}

.interview .interview-list__item a .interview-dtl .interview-job__item.--item-after dt {
  background: #84c123;
  border: none;
  color: #ffffff;
}

.interview .interview-list__item a:hover {
  translate: 2px 2px;
}

.interview .interview-list__item a:hover .interview-vsl img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.interview .interview-list__item.--cate-change .interview-vsl::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 74, 136, 0)), color-stop(48%, rgba(37, 74, 136, 0.1)), to(rgba(37, 74, 136, 0.64)));
  background: linear-gradient(to bottom, rgba(37, 74, 136, 0), rgba(37, 74, 136, 0.1) 48%, rgba(37, 74, 136, 0.64));
}

.interview .interview-list__item.--cate-change .interview-vsl .interview-cate {
  background-image: url("/wp-content/themes/itreat_base/dist/img/interview/cate-change.svg");
}

.interview .interview-list__item.--cate-change .interview-dtl .interview-job__item.--item-after dt {
  background: #1da7eb;
}

.interview .interview-list__item.--cate-experienced .interview-vsl::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(172, 31, 150, 0)), color-stop(48%, rgba(172, 31, 150, 0.1)), to(rgba(172, 31, 150, 0.64)));
  background: linear-gradient(to bottom, rgba(172, 31, 150, 0), rgba(172, 31, 150, 0.1) 48%, rgba(172, 31, 150, 0.64));
}

.interview .interview-list__item.--cate-experienced .interview-vsl .interview-cate {
  background-image: url("/wp-content/themes/itreat_base/dist/img/interview/cate-experienced.svg");
}

.interview .interview-list__item.--cate-experienced .interview-dtl .interview-job__item.--item-after dt {
  background: #e9546a;
}

.cross-talk {
  margin-bottom: calc(8px * 15);
  position: relative;
}

@media screen and (max-width: 959px) {
  .cross-talk {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cross-talk {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.cross-talk .bnr-contents {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e8dec6), color-stop(50%, #f7f6f4));
  background: linear-gradient(to bottom, #e8dec6 50%, #f7f6f4 50%);
  z-index: 1;
}

.cross-talk .bnr-contents::before, .cross-talk .bnr-contents::after {
  position: absolute;
  content: "";
  bottom: 50%;
  width: 96px;
  height: 96px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/corner.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/corner.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #f7f6f4;
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  .cross-talk .bnr-contents::before, .cross-talk .bnr-contents::after {
    width: 72px;
    height: 72px;
  }
}

@media screen and (max-width: 959px) {
  .cross-talk .bnr-contents::before, .cross-talk .bnr-contents::after {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .cross-talk .bnr-contents::before, .cross-talk .bnr-contents::after {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 519px) {
  .cross-talk .bnr-contents::before, .cross-talk .bnr-contents::after {
    width: 16px;
    height: 16px;
  }
}

.cross-talk .bnr-contents::before {
  left: 0;
}

.cross-talk .bnr-contents::after {
  bottom: calc( 50% - 95px);
  right: 0;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  background: #e8dec6;
}

@media screen and (max-width: 1279px) {
  .cross-talk .bnr-contents::after {
    bottom: calc( 50% - 71px);
  }
}

@media screen and (max-width: 959px) {
  .cross-talk .bnr-contents::after {
    bottom: calc( 50% - 55px);
  }
}

@media screen and (max-width: 767px) {
  .cross-talk .bnr-contents::after {
    bottom: calc( 50% - 31px);
  }
}

@media screen and (max-width: 519px) {
  .cross-talk .bnr-contents::after {
    bottom: calc( 50% - 15px);
  }
}

.cross-talk .cross-talk-bnr {
  position: relative;
  border-radius: 40px;
  contain: paint;
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  .cross-talk .cross-talk-bnr {
    border-radius: 32px;
  }
}

@media screen and (max-width: 959px) {
  .cross-talk .cross-talk-bnr {
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cross-talk .cross-talk-bnr {
    border-radius: 16px;
  }
}

@media screen and (max-width: 519px) {
  .cross-talk .cross-talk-bnr {
    border-radius: 8px;
  }
}

.cross-talk .cross-talk-bnr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}

.cross-talk .cross-talk-bnr a {
  position: relative;
  display: block;
}

.cross-talk .cross-talk-bnr a:hover {
  opacity: .8;
}

.cross-talk .cross-talk-txt {
  position: relative;
  margin-top: -80px;
  margin-inline: auto;
  width: 80%;
  max-width: 760px;
  padding: 32px 24px;
  border-radius: 12px 12px 0 0;
  background: #f7f6f4;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  .cross-talk .cross-talk-txt {
    margin-top: -4vw;
  }
}

@media screen and (max-width: 959px) {
  .cross-talk .cross-talk-txt {
    padding: 24px 16px;
    max-width: 610px;
    border-radius: 10px 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .cross-talk .cross-talk-txt {
    padding: 24px;
    max-width: 560px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 519px) {
  .cross-talk .cross-talk-txt {
    width: 88%;
    border-radius: 4px 4px 0 0;
  }
}

.cross-talk .cross-talk-txt::before, .cross-talk .cross-talk-txt::after {
  position: absolute;
  content: "";
  top: 65px;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/corner.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/corner.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #f7f6f4;
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  .cross-talk .cross-talk-txt::before, .cross-talk .cross-talk-txt::after {
    top: calc( 4vw - 10px);
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 519px) {
  .cross-talk .cross-talk-txt::before, .cross-talk .cross-talk-txt::after {
    top: calc( 4vw - 4px);
    width: 4px;
    height: 4px;
  }
}

.cross-talk .cross-talk-txt::before {
  right: 100%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.cross-talk .cross-talk-txt::after {
  left: 100%;
}

@media screen and (max-width: 767px) {
  .cross-talk .cross-talk-txt br {
    display: none;
  }
}

@media screen and (max-width: 519px) {
  .cross-talk .btn a {
    max-width: 320px;
  }
}

.about {
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .about {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.about .about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1023px) {
  .about .about-list {
    gap: 16px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-list {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-list {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-inline: auto;
  }
}

.about .about-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about .about-list__item a {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px;
  background: #ffffff;
  border-radius: 10px;
  contain: paint;
  -webkit-box-shadow: 0 0 8px rgba(134, 117, 72, 0.04);
  box-shadow: 0 0 8px rgba(134, 117, 72, 0.04);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1279px) {
  .about .about-list__item a {
    grid-template-columns: 180px 1fr;
    min-height: 180px;
  }
}

@media screen and (max-width: 1023px) {
  .about .about-list__item a {
    grid-template-columns: 160px 1fr;
    min-height: 160px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-list__item a {
    grid-template-columns: 120px 1fr;
    min-height: 120px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-list__item a {
    grid-template-columns: 108px 1fr;
  }
}

.about .about-list__item a::before {
  position: absolute;
  content: "";
  right: -16px;
  bottom: -24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#f7f6f4), color-stop(38%, #e9e5dc));
  background: linear-gradient(to right bottom, #f7f6f4, #e9e5dc 38%);
}

@media screen and (max-width: 959px) {
  .about .about-list__item a::before {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-list__item a::before {
    width: 48px;
    height: 48px;
  }
}

.about .about-list__item a::after {
  position: absolute;
  content: "";
  right: 12px;
  bottom: 10px;
  width: 17px;
  height: 13px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #867548;
}

@media screen and (max-width: 959px) {
  .about .about-list__item a::after {
    right: 8px;
    bottom: 8px;
    width: 15px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-list__item a::after {
    right: 6px;
    bottom: 5px;
    width: 13px;
    height: 10px;
  }
}

.about .about-list__item a .about-sub-ttl {
  position: absolute;
  top: 20px;
  right: 0;
  padding-right: 28px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #7bba6b;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .about .about-list__item a .about-sub-ttl {
    padding-right: 18px;
    font-size: 1.2rem;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 959px) {
  .about .about-list__item a .about-sub-ttl {
    top: 8px;
    padding-right: 12px;
    font-size: 1rem;
    letter-spacing: .01em;
  }
}

@media screen and (max-width: 519px) {
  .about .about-list__item a .about-sub-ttl {
    top: 7px;
  }
}

.about .about-list__item a .about-sub-ttl::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 2px;
  background: #7bba6b;
}

@media screen and (max-width: 1023px) {
  .about .about-list__item a .about-sub-ttl::after {
    width: 12px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-list__item a .about-sub-ttl::after {
    width: 8px;
  }
}

.about .about-list__item a .about-vsl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.about .about-list__item a .about-vsl::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 160%;
  aspect-ratio: 4/3;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#9ae02b), to(#7bba6b));
  background: linear-gradient(to right bottom, #9ae02b, #7bba6b);
  -webkit-transform: rotateZ(15deg);
  transform: rotateZ(15deg);
  z-index: -1;
}

.about .about-list__item a .about-vsl img {
  width: 68%;
  translate: -4% 0;
}

.about .about-list__item a .about-dtl {
  padding: 40px 24px 24px 24px;
}

@media screen and (max-width: 1279px) {
  .about .about-list__item a .about-dtl {
    padding: 40px 20px 16px 20px;
  }
}

@media screen and (max-width: 1023px) {
  .about .about-list__item a .about-dtl {
    padding: 36px 20px 16px 20px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-list__item a .about-dtl {
    padding: 24px 16px 16px 16px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-list__item a .about-dtl {
    padding: 28px 12px 16px 12px;
  }
}

.about .about-list__item a .about-dtl__ttl {
  margin-bottom: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .about .about-list__item a .about-dtl__ttl {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .about .about-list__item a .about-dtl__ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .about .about-list__item a .about-dtl__ttl {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 519px) {
  .about .about-list__item a .about-dtl__ttl {
    font-size: 1.6rem;
  }
}

.about .about-list__item a .about-dtl__txt {
  opacity: .64;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .about .about-list__item a .about-dtl__txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 959px) {
  .about .about-list__item a .about-dtl__txt {
    font-size: 1.2rem;
  }
}

.about .about-list__item a:hover {
  opacity: .8;
  translate: 2px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about .about-list__item.--item-training a .about-sub-ttl {
  color: #027b22;
}

.about .about-list__item.--item-training a .about-sub-ttl::after {
  background: #027b22;
}

.about .about-list__item.--item-training a .about-vsl::before {
  background: -webkit-gradient(linear, left top, right bottom, from(#7bba6b), to(#027b22));
  background: linear-gradient(to right bottom, #7bba6b, #027b22);
}

.about .about-list__item.--item-benefits a .about-sub-ttl {
  color: #e9546a;
}

.about .about-list__item.--item-benefits a .about-sub-ttl::after {
  background: #e9546a;
}

.about .about-list__item.--item-benefits a .about-vsl::before {
  background: -webkit-gradient(linear, left top, right bottom, from(#e97c54), to(#e9546a));
  background: linear-gradient(to right bottom, #e97c54, #e9546a);
}

.about .about-list__item.--item-voice .about-sub-ttl {
  color: #1da7eb;
}

.about .about-list__item.--item-voice .about-sub-ttl::after {
  background: #1da7eb;
}

.about .about-list__item.--item-voice .about-vsl::before {
  background: -webkit-gradient(linear, left top, right bottom, from(#1dcbeb), to(#1da7eb));
  background: linear-gradient(to right bottom, #1dcbeb, #1da7eb);
}

.job-search-container .modal .modal-switch {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.modal-switch:checked ~ .modal-overlay {
  opacity: 0.6;
  visibility: visible;
}

.modal-content {
  position: relative;
  padding-bottom: 84px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 9998;
  width: calc( 100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 6px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  contain: paint;
}

@media screen and (max-width: 767px) {
  .modal-content {
    top: 0;
    width: 100%;
    height: 100%;
    padding: 56px 0 84px;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
  }
}

.modal-switch:checked ~ .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s,  -webkit-transform 0s;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .modal-switch:checked ~ .modal-content {
    -webkit-transform: none;
    transform: none;
  }
}

.job-search-container .modal .modal-content-inner {
  height: 100%;
  max-height: calc(100dvh - 160px);
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .modal-content-inner {
    max-height: none;
    height: 100%;
  }
}

.job-search-container .modal .search-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .search-popup {
    display: block;
  }
}

.job-search-container .modal .search-popup .area-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  width: 56px;
  height: 21px;
  border-radius: 21px;
  background: #e9546a;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .search-popup .area-select {
    margin: 0;
    padding-top: 1px;
    height: 19px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .modal .search-popup .area-select {
    width: 42px;
    height: 17px;
    font-size: 1rem;
  }
}

.job-search-container .modal .search-popup .search-tabs {
  position: relative;
  width: 240px;
}

@media screen and (max-width: 1023px) {
  .job-search-container .modal .search-popup .search-tabs {
    width: 180px;
  }
}

.job-search-container .modal .search-popup .search-tabs::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #eeeeee;
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .search-popup .search-tabs {
    display: none;
  }
}

.job-search-container .modal .search-popup .search-tabs .tab-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
  width: 100%;
  height: 56px;
  border-bottom: solid 1px #eeeeee;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.job-search-container .modal .search-popup .search-tabs .tab-button[aria-selected="true"]::before, .job-search-container .modal .search-popup .search-tabs .tab-button[aria-selected="true"]::after {
  opacity: 1;
}

.job-search-container .modal .search-popup .search-tabs .tab-button::before, .job-search-container .modal .search-popup .search-tabs .tab-button::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  z-index: 1;
}

.job-search-container .modal .search-popup .search-tabs .tab-button::before {
  left: 0;
  width: 4px;
  height: calc( 100% - 16px);
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#027b22), to(#84c123));
  background: linear-gradient(to bottom, #027b22, #84c123);
}

.job-search-container .modal .search-popup .search-tabs .tab-button::after {
  right: -2px;
  width: 4px;
  height: 100%;
  background: #ffffff;
}

.job-search-container .modal .search-popup .search-accordion {
  width: calc( 100% - 240px);
  padding: 56px;
}

@media screen and (max-width: 1023px) {
  .job-search-container .modal .search-popup .search-accordion {
    width: calc( 100% - 180px);
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .search-popup .search-accordion {
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .modal .search-popup .search-accordion {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .search-popup .search-accordion .accordion-item {
    border-bottom: solid 1px #eeeeee;
  }
}

.job-search-container .modal .search-popup .search-accordion .accordion-item[role="tabpanel"].is-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .search-popup .search-accordion .accordion-item[role="tabpanel"].is-hidden {
    display: block;
  }
}

.job-search-container .modal .search-popup .search-accordion .accordion-item[open] .accordion-header::after {
  -webkit-transform: rotateZ(45deg) scale(-1, -1);
  transform: rotateZ(45deg) scale(-1, -1);
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .search-popup .search-accordion .accordion-item:first-child {
    border-top: solid 1px #eeeeee;
  }
}

.job-search-container .modal .search-popup .search-accordion .accordion-item .accordion-header {
  display: none;
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .search-popup .search-accordion .accordion-item .accordion-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 14px 8px;
    font-weight: bold;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .modal .search-popup .search-accordion .accordion-item .accordion-header {
    padding: 12px 4px;
    font-size: 1.4rem;
  }
}

.job-search-container .modal .search-popup .search-accordion .accordion-item .accordion-header::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #027b22 #027b22 transparent;
}

@media screen and (max-width: 519px) {
  .job-search-container .modal .search-popup .search-accordion .accordion-item .accordion-header::after {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .search-popup .search-accordion .accordion-content {
    padding: 0 8px 20px;
  }
}

.job-search-container .modal .search-popup .search-accordion .accordion-content .area-all {
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .job-search-container .modal .search-popup .search-accordion .accordion-content .area-all {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}

.job-search-container .modal .search-popup .search-accordion .accordion-content .area-dtl-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.job-search-container .modal .set-btn-area {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
  width: 100%;
  height: 84px;
  padding: 20px;
  background: #eeeeee;
}

.job-search-container .modal .set-btn-area .set-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 44px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  background: #027b22;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .job-search-container .modal .set-btn-area .set-btn {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .modal .set-btn-area .set-btn {
    font-size: 1.4rem;
  }
}

.job-search-container .modal .set-btn-area .set-btn::before, .job-search-container .modal .set-btn-area .set-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}

.job-search-container .modal .set-btn-area .set-btn::before {
  background: -webkit-gradient(linear, left top, right bottom, from(#027b22), to(#7bba6b));
  background: linear-gradient(to right bottom, #027b22, #7bba6b);
}

.job-search-container .modal .set-btn-area .set-btn::after {
  background: #ffffff;
  border: solid 2px #027b22;
  opacity: 0;
}

.job-search-container .modal .set-btn-area .set-btn:hover {
  color: #027b22;
}

.job-search-container .modal .set-btn-area .set-btn:hover::after {
  opacity: 1;
}

.job-search-container .modal .accordion-content input[type="checkbox"],
.job-search-container .search-form .search-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.job-search-container .modal .accordion-content input[type="checkbox"]:checked + .item-inner,
.job-search-container .search-form .search-check input[type="checkbox"]:checked + .item-inner {
  background: #ffffff;
}

.job-search-container .modal .accordion-content input[type="checkbox"]:checked + .item-inner::after,
.job-search-container .search-form .search-check input[type="checkbox"]:checked + .item-inner::after {
  opacity: .16;
}

.job-search-container .modal .accordion-content input[type="checkbox"]:checked + .item-inner span::after,
.job-search-container .search-form .search-check input[type="checkbox"]:checked + .item-inner span::after {
  display: block;
}

.job-search-container .modal .accordion-content .item-inner,
.job-search-container .search-form .search-check .item-inner {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 2px;
  background: #f7f6f4;
  contain: paint;
  cursor: pointer;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .job-search-container .modal .accordion-content .item-inner,
  .job-search-container .search-form .search-check .item-inner {
    padding: 6px;
  }
}

.job-search-container .modal .accordion-content .item-inner::after,
.job-search-container .search-form .search-check .item-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#9ae02b), to(#d2e954));
  background: linear-gradient(to right bottom, #9ae02b, #d2e954);
  opacity: 0;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  z-index: -1;
}

.job-search-container .modal .accordion-content .item-inner span,
.job-search-container .search-form .search-check .item-inner span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

@media screen and (max-width: 1279px) {
  .job-search-container .modal .accordion-content .item-inner span,
  .job-search-container .search-form .search-check .item-inner span {
    padding-left: 26px;
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .modal .accordion-content .item-inner span,
  .job-search-container .search-form .search-check .item-inner span {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .modal .accordion-content .item-inner span,
  .job-search-container .search-form .search-check .item-inner span {
    padding-left: 22px;
  }
}

.job-search-container .modal .accordion-content .item-inner span::before,
.job-search-container .search-form .search-check .item-inner span::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: #ffffff;
  border: solid 1px #e9e5dc;
}

@media screen and (max-width: 1279px) {
  .job-search-container .modal .accordion-content .item-inner span::before,
  .job-search-container .search-form .search-check .item-inner span::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .modal .accordion-content .item-inner span::before,
  .job-search-container .search-form .search-check .item-inner span::before {
    width: 18px;
    height: 18px;
  }
}

.job-search-container .modal .accordion-content .item-inner span::after,
.job-search-container .search-form .search-check .item-inner span::after {
  display: none;
  position: absolute;
  content: '';
  top: calc( 50% - 2px);
  translate: 0 -50%;
  left: 9px;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #027b22 #027b22 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  .job-search-container .modal .accordion-content .item-inner span::after,
  .job-search-container .search-form .search-check .item-inner span::after {
    left: 7px;
    width: 7px;
    height: 14px;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .modal .accordion-content .item-inner span::after,
  .job-search-container .search-form .search-check .item-inner span::after {
    left: 6px;
    width: 6px;
    height: 13px;
  }
}

.job-search-container .job-search {
  margin-bottom: calc(8px * 10);
  position: relative;
  contain: paint;
  padding: 88px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#027b22), to(#7bba6b));
  background: linear-gradient(to bottom, #027b22, #7bba6b);
  border-radius: 40px;
}

.job-search-container .job-search .entry .entry-inner {
  margin: 0 auto;
  max-width: 960px;
}

.job-search-container .job-search .entry .entry-inner .entry-read {
  margin-bottom: calc(8px * 3);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .entry .entry-inner .entry-read {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .entry .entry-inner .entry-read {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .entry .entry-inner .entry-read {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .entry .entry-inner .entry-read {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .entry .entry-inner .entry-read {
    font-size: 1.6rem;
  }
}

.job-search-container .job-search .entry .entry-inner .note-txt {
  margin-bottom: calc(8px * 5);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .entry .entry-inner .note-txt {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .entry .entry-inner .note-txt {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.job-search-container .job-search .wpcf7-form {
  padding-top: calc(8px * 7);
  padding-right: calc(8px * 6);
  padding-bottom: calc(8px * 9);
  padding-left: calc(8px * 6);
  background: #ffffff;
  border-radius: 40px;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7-form {
    padding-top: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .wpcf7-form {
    padding-top: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7-form {
    padding-right: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .wpcf7-form {
    padding-right: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7-form {
    padding-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .wpcf7-form {
    padding-bottom: calc((8px * 9) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7-form {
    padding-left: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .wpcf7-form {
    padding-left: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7-form {
    border-radius: 32px;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .wpcf7-form {
    border-radius: 24px;
  }
}

.job-search-container .job-search .form-field {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .form-field {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .form-field {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.job-search-container .job-search .form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job-search-container .job-search .form-field__item:not(:last-child) {
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 3);
  border-bottom: 1px solid #e9e5dc;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .form-field__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .form-field__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .form-field__item:not(:last-child) {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .form-field__item:not(:last-child) {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

.job-search-container .job-search .form-field__item.--add dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .form-field__item.--add dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
}

.job-search-container .job-search .form-field__item.--add dd span {
  display: block;
}

.job-search-container .job-search .form-field__item.--add dd span:nth-of-type(1) {
  width: 160px;
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .form-field__item.--add dd span:nth-of-type(1) {
    width: 100%;
  }
}

.job-search-container .job-search .form-field__item.--add dd span:nth-of-type(2) {
  width: calc(100% - 168px);
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .form-field__item.--add dd span:nth-of-type(2) {
    width: 100%;
  }
}

.job-search-container .job-search .form-field dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 304px;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .form-field dt {
    gap: 8px;
    width: 100%;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}

.job-search-container .job-search .form-field dd {
  width: calc(100% - 320px);
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .form-field dd {
    width: 100%;
  }
}

.job-search-container .job-search .form-required,
.job-search-container .job-search .form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 24px;
  padding: 1px 0 0;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .form-required,
  .job-search-container .job-search .form-optional {
    width: 40px;
    height: 22px;
    font-size: 1.2rem;
  }
}

.job-search-container .job-search .form-required {
  background: #e9546a;
}

.job-search-container .job-search .form-optional {
  background: #1d6ceb;
}

.job-search-container .job-search .wpcf7-checkbox .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.job-search-container .job-search .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.job-search-container .job-search .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  display: none;
}

.job-search-container .job-search .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.job-search-container .job-search .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #eeeeee;
  border: solid 2px #eeeeee;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.job-search-container .job-search .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #999999 #999999 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.job-search-container .job-search .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #999999;
}

.job-search-container .job-search .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.job-search-container .job-search .wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
    margin-right: 16px;
  }
}

.job-search-container .job-search .wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.job-search-container .job-search .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  display: none;
}

.job-search-container .job-search .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.4rem;
    padding-left: 28px;
  }
}

.job-search-container .job-search .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f7f6f4;
  border: solid 2px #f7f6f4;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}

.job-search-container .job-search .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #7bba6b;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    position: absolute;
    top: 50%;
    left: 4px;
    z-index: 1;
    width: 12px;
    height: 12px;
  }
}

.job-search-container .job-search .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #7bba6b;
}

.job-search-container .job-search .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.job-search-container .job-search .form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  background: -webkit-gradient(linear, left top, left bottom, from(#e9546a), to(#e97c54));
  background: linear-gradient(#e9546a, #e97c54);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 24px 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .form-send {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .form-send {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.job-search-container .job-search .form-send:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

@media screen and (max-width: 1279px) {
  .job-search-container .job-search .form-send {
    height: 72px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .form-send {
    height: 64px;
    font-size: 1.8rem;
    border-radius: 16px 4px;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .form-send {
    height: 56px;
    font-size: 1.6rem;
  }
}

.job-search-container .job-search .form-send input[type="submit"] {
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.job-search-container .job-search .wpcf7-spinner {
  position: absolute;
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
}

.job-search-container .job-search .wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.job-search-container .job-search form.submitting .wpcf7-spinner {
  visibility: visible;
}

.job-search-container .job-search .wpcf7 form .wpcf7-response-output {
  display: none;
}

.job-search-container .job-search .wpcf7 form.sent .wpcf7-response-output,
.job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
.job-search-container .job-search .wpcf7 form.spam .wpcf7-response-output,
.job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
.job-search-container .job-search .wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-bottom: calc(8px * 5);
  padding: 32px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7 form.sent .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.spam .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .wpcf7 form.sent .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.spam .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7 form.sent .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.spam .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .wpcf7 form.sent .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.spam .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .wpcf7 form.sent .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.spam .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
  .job-search-container .job-search .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 24px;
  }
}

.job-search-container .job-search .wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff;
  border: solid 1px #5bb545;
  color: #5bb545;
}

.job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
.job-search-container .job-search .wpcf7 form.invalid .wpcf7-response-output,
.job-search-container .job-search .wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(233, 84, 106, 0.08);
  color: #e9546a;
  border: solid 1px #e9546a;
}

.job-search-container .job-search .wpcf7 form.invalid input::-webkit-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid select::-webkit-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid textarea::-webkit-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid input::-webkit-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid select::-webkit-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid textarea::-webkit-input-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted input::-webkit-input-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted select::-webkit-input-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted textarea::-webkit-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.job-search-container .job-search .wpcf7 form.invalid input::-moz-placeholder, .job-search-container .job-search .wpcf7 form.invalid select::-moz-placeholder, .job-search-container .job-search .wpcf7 form.invalid textarea::-moz-placeholder, .job-search-container .job-search .wpcf7 form.invalid input::-moz-placeholder, .job-search-container .job-search .wpcf7 form.invalid select::-moz-placeholder, .job-search-container .job-search .wpcf7 form.invalid textarea::-moz-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted input::-moz-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted select::-moz-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted textarea::-moz-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.job-search-container .job-search .wpcf7 form.invalid input:-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid select:-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid textarea:-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid input:-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid select:-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid textarea:-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted input:-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted select:-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted textarea:-ms-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.job-search-container .job-search .wpcf7 form.invalid input::-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid select::-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid textarea::-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid input::-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid select::-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.invalid textarea::-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted input::-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted select::-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.unaccepted textarea::-ms-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.job-search-container .job-search .wpcf7 form.invalid input::placeholder,
.job-search-container .job-search .wpcf7 form.invalid select::placeholder,
.job-search-container .job-search .wpcf7 form.invalid textarea::placeholder,
.job-search-container .job-search .wpcf7 form.invalid input::placeholder,
.job-search-container .job-search .wpcf7 form.invalid select::placeholder,
.job-search-container .job-search .wpcf7 form.invalid textarea::placeholder,
.job-search-container .job-search .wpcf7 form.unaccepted input::placeholder,
.job-search-container .job-search .wpcf7 form.unaccepted select::placeholder,
.job-search-container .job-search .wpcf7 form.unaccepted textarea::placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.job-search-container .job-search .wpcf7 form.spam .wpcf7-response-output {
  background: rgba(240, 183, 64, 0.08);
  color: #e9546a;
  border: solid 1px #f0b740;
}

.job-search-container .job-search .wpcf7 form.spam input::-webkit-input-placeholder, .job-search-container .job-search .wpcf7 form.spam select::-webkit-input-placeholder, .job-search-container .job-search .wpcf7 form.spam textarea::-webkit-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.job-search-container .job-search .wpcf7 form.spam input::-moz-placeholder, .job-search-container .job-search .wpcf7 form.spam select::-moz-placeholder, .job-search-container .job-search .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.job-search-container .job-search .wpcf7 form.spam input:-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.spam select:-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.spam textarea:-ms-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.job-search-container .job-search .wpcf7 form.spam input::-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.spam select::-ms-input-placeholder, .job-search-container .job-search .wpcf7 form.spam textarea::-ms-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.job-search-container .job-search .wpcf7 form.spam input::placeholder,
.job-search-container .job-search .wpcf7 form.spam select::placeholder,
.job-search-container .job-search .wpcf7 form.spam textarea::placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.job-search-container .job-search .screen-reader-response {
  display: none;
}

.job-search-container .job-search .wpcf7-not-valid-tip {
  display: block;
  padding: 4px 0 0;
  color: #e9546a;
  font-size: 1.4rem;
}

.job-search-container .job-search .screen-reader-response {
  display: none;
}

.job-search-container .job-search .wpcf7 .form.invalid .wpcf7-response-output {
  color: #e9546a;
  font-size: 1.4rem;
  background-color: rgba(233, 84, 106, 0.1);
}

.job-search-container .job-search .privacy-frame {
  margin: 0 auto 40px auto;
  padding: 40px 24px;
  max-width: 720px;
  border: 1px solid #e9e5dc;
  background: #ffffff;
  border-radius: 40px;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .privacy-frame {
    margin: 0 auto 30px auto;
    padding: 32px 16px;
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .privacy-frame {
    padding: 28px 12px;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .privacy-frame {
    margin: 0 auto 20px auto;
    padding: 24px 8px;
    border-radius: 16px;
  }
}

.job-search-container .job-search .privacy-frame .privacy-inner {
  overflow-y: scroll;
  height: 240px;
  padding: 0 16px;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .privacy-frame .privacy-inner {
    padding: 0 12px;
    height: 160px;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .privacy-frame .privacy-inner {
    padding: 0 8px;
  }
}

.job-search-container .job-search .privacy-frame .privacy-inner::-webkit-scrollbar {
  width: 8px;
}

.job-search-container .job-search .privacy-frame .privacy-inner::-webkit-scrollbar-track {
  background: #f7f6f4;
  border-radius: 4px;
}

.job-search-container .job-search .privacy-frame .privacy-inner::-webkit-scrollbar-thumb {
  background: #7bba6b;
  border-radius: 4px;
}

.job-search-container .job-search .privacy-frame .privacy-inner .privacy-ttl {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.job-search-container .job-search .privacy-frame .privacy-inner .privacy-ttl__main {
  margin-bottom: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2rem;
  }
}

.job-search-container .job-search .privacy-frame .privacy-inner .privacy-ttl__sub {
  margin-bottom: calc(8px * 5);
  display: block;
  color: #7bba6b;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .privacy-frame .privacy-inner .privacy-ttl__sub {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .privacy-frame .privacy-inner p {
    font-size: 1.4rem;
  }
}

.job-search-container .job-search .policy-list {
  counter-reset: list-num 0;
}

.job-search-container .job-search .policy-list__item {
  padding: 24px 0;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .policy-list__item {
    padding: 16px 0;
  }
}

.job-search-container .job-search .policy-list__item dt {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .policy-list__item dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.job-search-container .job-search .policy-list__item dt::before {
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  font-family: "Montserrat", sans-serif;
  color: #5bb545;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .policy-list__item dt::before {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search {
    padding: 64px 0;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search {
    padding: 48px 0;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search {
    padding: 40px 0;
  }
}

.job-search-container .job-search::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/bg-texture-grn.png");
  background-size: 400px 400px;
  mix-blend-mode: overlay;
}

.job-search-container .job-search::after {
  content: '';
  position: absolute;
  top: -10vw;
  right: -8vw;
  width: 44vw;
  height: 24vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#9ae02b), to(#d2e954));
  background: linear-gradient(to bottom, #9ae02b, #d2e954);
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
  mix-blend-mode: multiply;
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search::after {
    width: 52vw;
    height: 26vw;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search::after {
    width: 54vw;
    height: 28vw;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search::after {
    width: 62vw;
    height: 32vw;
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search {
    border-radius: 28px;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search {
    border-radius: 16px;
  }
}

.job-search-container .job-search .search-panel {
  margin: 0 40px;
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .search-panel {
    margin: 0 24px;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .search-panel {
    margin: 0;
  }
}

.job-search-container .job-search .search-panel .search-panel-inner {
  position: relative;
  border-radius: 6px;
  background: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .search-panel .search-panel-inner {
    border-radius: 4px;
  }
}

.job-search-container .job-search .search-panel .search-form__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .search-panel .search-form__item {
    padding: 20px;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .search-panel .search-form__item {
    padding: 16px;
  }
}

.job-search-container .job-search .search-panel .search-form__item:not(:last-child) {
  border-bottom: solid 1px #eeeeee;
}

.job-search-container .job-search .search-panel .search-form__item .search-ttl {
  width: 180px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .search-panel .search-form__item .search-ttl {
    width: 104px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .search-panel .search-form__item .search-ttl {
    width: 84px;
  }
}

.job-search-container .job-search .search-panel .search-form__item .search-contents {
  width: calc( 100% - 180px);
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .search-panel .search-form__item .search-contents {
    width: calc( 100% - 104px);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .search-panel .search-form__item .search-contents {
    width: calc( 100% - 84px);
  }
}

.job-search-container .job-search .search-panel .search-form__item .search-label {
  height: 56px;
  line-height: 56px;
  padding: 0 16px;
  background: #f7f6f4;
  border-radius: 4px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: YakuHanJP, "Inter", "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .search-panel .search-form__item .search-label {
    height: 48px;
    line-height: 48px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.job-search-container .job-search .search-panel .search-form__item .search-label.area-selected {
  color: #1da7eb;
}

.job-search-container .job-search .search-panel .search-form__item .search-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn {
  padding: 20px 80px;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn {
    padding: 20px;
  }
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit {
    gap: 20px;
  }
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit__num {
  width: 245px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 1279px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit__num {
    width: 200px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit__num {
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
  }
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit__num span {
  display: inline-block;
  padding: 0 2px 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 1279px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit__num span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit__num span {
    font-size: 2.8rem;
  }
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit__btn {
  width: calc( 100% - 261px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

@media screen and (max-width: 1279px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit__btn {
    width: calc( 100% - 216px);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit__btn {
    grid-column: initial;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .result-unit__btn {
    width: 100%;
    gap: 6px;
  }
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  border-radius: 64px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  contain: paint;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-size: 2rem;
}

@media screen and (max-width: 1279px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn {
    height: 56px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn {
    height: 48px;
  }
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search {
  position: relative;
  width: calc( 100% - 116px);
  background: #1da7eb;
  color: #ffffff;
  z-index: 1;
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search::before, .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 56px;
  z-index: -1;
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search::before {
  background: -webkit-gradient(linear, left top, right bottom, from(#1da7eb), to(#1dcbeb));
  background: linear-gradient(to right bottom, #1da7eb, #1dcbeb);
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search::after {
  background: #ffffff;
  border: solid 2px #1da7eb;
  opacity: 0;
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search span {
  position: relative;
  padding-left: 28px;
}

@media screen and (max-width: 1279px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search span {
    padding-left: 24px;
  }
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/glass.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/glass.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 1279px) {
  .job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search span::before {
    width: 24px;
    height: 24px;
  }
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search:hover {
  color: #1da7eb;
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search:hover::after {
  opacity: 1;
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search:hover span::before {
  background: #1da7eb;
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-clear {
  width: 104px;
  border: solid 2px #999999;
  color: #999999;
}

.job-search-container .job-search .search-panel .search-form__item.--item-search-btn .search-btn.--btn-clear:hover {
  background: #999999;
  color: #ffffff;
}

.job-search-container .job-search .partner-area {
  padding-top: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .partner-area {
    padding-top: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .partner-area {
    padding-top: calc((8px * 8) * 0.5);
  }
}

.job-search-container .job-search .partner-area .partner-ttl {
  margin-bottom: calc(8px * 3);
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .partner-area .partner-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .partner-area .partner-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .job-search-container .job-search .partner-area .partner-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .job-search-container .job-search .partner-area .partner-ttl {
    font-size: 2rem;
  }
}

.job-search-container .job-search .partner-area .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .partner-area .partner-list {
    gap: 4px;
  }
}

.job-search-container .job-search .partner-area .partner-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 20% - 7px);
}

@media screen and (max-width: 519px) {
  .job-search-container .job-search .partner-area .partner-list__item {
    width: calc( 33.33% - 3px);
  }
}

.job-search-container .job-search .partner-area .partner-list__item a {
  display: block;
  border-radius: 4px;
  border: solid 1px #e9e5dc;
  contain: paint;
}

.job-search-container .job-search .partner-area .partner-list__item a:hover {
  translate: 2px 2px;
  opacity: .8;
}

.news {
  margin-bottom: calc(8px * 15);
  padding-top: 52px;
  contain: paint;
}

@media screen and (max-width: 959px) {
  .news {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .news {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding-top: 36px;
  }
}

.news .news-unit {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 56px;
  padding: 0 40px;
}

@media screen and (max-width: 1279px) {
  .news .news-unit {
    gap: 32px;
    padding: 0;
  }
}

@media screen and (max-width: 959px) {
  .news .news-unit {
    grid-template-columns: 200px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .news .news-unit {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .news .news-unit__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news .news-unit__headline .top-headline {
  position: relative;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .news .news-unit__headline .top-headline {
    margin-bottom: 0;
  }
}

.news .news-unit__headline .top-headline::before {
  position: absolute;
  content: "";
  left: calc( 50% - 48px);
  top: 50%;
  translate: -50% -50%;
  width: 320px;
  aspect-ratio: 16/8;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform: rotateZ(-12deg);
  transform: rotateZ(-12deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .news .news-unit__headline .top-headline::before {
    left: calc( 50% - 16px);
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .news .news-unit__headline .btn {
    width: 200px;
  }
}

.news .news-unit__list {
  min-width: 0;
}

.news .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 8px;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 959px) {
  .news .news-list__item {
    display: block;
    padding: 16px 4px;
  }
}

.news .news-list__item:first-child {
  border-top: 1px solid #cccccc;
}

.news .news-list__item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .news .news-list__item .news-meta {
    margin-bottom: 12px;
  }
}

.news .news-list__item .news-meta__date {
  width: 112px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .news .news-list__item .news-meta__date {
    width: 88px;
  }
}

.news .news-list__item .news-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 0 0;
  width: 136px;
  height: 26px;
  border: solid 1px #999999;
  background: #999999;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 2px;
}

.news .news-list__item .news-meta__cate:hover {
  color: #999999;
  background: #999999;
}

.news .news-list__item .news-meta__cate.--event {
  background: #5bb545;
  border-color: #5bb545;
}

.news .news-list__item .news-meta__cate.--event:hover {
  color: #5bb545;
  background: #f7f6f4;
}

.news .news-list__item .news-meta__cate.--internship {
  background: #1da7eb;
  border-color: #1da7eb;
}

.news .news-list__item .news-meta__cate.--internship:hover {
  color: #1da7eb;
  background: #f7f6f4;
}

.news .news-list__item .news-meta__cate.--recruit {
  background: #e9546a;
  border-color: #e9546a;
}

.news .news-list__item .news-meta__cate.--recruit:hover {
  color: #e9546a;
  background: #f7f6f4;
}

.news .news-list__item .news-meta__cate.--session {
  background: #a3956f;
  border-color: #a3956f;
}

.news .news-list__item .news-meta__cate.--session:hover {
  color: #a3956f;
  background: #f7f6f4;
}

.news .news-list__item .news-meta__cate.--other {
  background: #999999;
  border-color: #999999;
}

.news .news-list__item .news-meta__cate.--other:hover {
  color: #999999;
  background: #f7f6f4;
}

.news .news-list__item .news-ttl {
  position: relative;
  padding-right: 40px;
  width: calc(100% - 264px);
}

@media screen and (max-width: 959px) {
  .news .news-list__item .news-ttl {
    width: 100%;
  }
}

.news .news-list__item .news-ttl a {
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
}

.news .news-list__item .news-ttl a::before, .news .news-list__item .news-ttl a::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.news .news-list__item .news-ttl a::before {
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
}

.news .news-list__item .news-ttl a::after {
  right: 10px;
  width: 13px;
  height: 10px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #867548;
}

.news .news-list__item .news-ttl a:hover {
  text-decoration: underline;
}

.news .news-list__item .news-ttl a:hover::before {
  right: -2px;
  background: #867548;
}

.news .news-list__item .news-ttl a:hover::after {
  right: 8px;
  background: #ffffff;
}

.news .news-list__item .news-ttl a span {
  display: block;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog {
  margin-bottom: calc(8px * 15);
  contain: paint;
}

@media screen and (max-width: 959px) {
  .blog {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .blog {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.blog .blog-wrap {
  padding-left: 40px;
}

@media screen and (max-width: 1370px) {
  .blog .blog-wrap {
    padding-left: 0;
  }
}

.blog .blog-upper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
  padding-top: 76px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .blog .blog-upper {
    margin-bottom: 16px;
    padding-top: 32px;
  }
}

@media screen and (max-width: 519px) {
  .blog .blog-upper {
    padding-top: 48px;
  }
}

.blog .blog-upper .top-headline {
  margin: 0;
}

.blog .blog-upper .blog-chara {
  position: absolute;
  top: 0;
  right: 400px;
  width: 340px;
  height: 165px;
}

@media screen and (max-width: 959px) {
  .blog .blog-upper .blog-chara {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-upper .blog-chara {
    right: 0;
  }
}

@media screen and (max-width: 519px) {
  .blog .blog-upper .blog-chara {
    width: 220px;
  }
}

.blog .blog-upper .btn {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .blog .blog-upper .btn {
    position: absolute;
    left: 112px;
    bottom: -60px;
    width: 200px;
  }
}

@media screen and (max-width: 519px) {
  .blog .blog-upper .btn {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-upper .btn a {
    min-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-upper .btn a::before {
    right: 4px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-upper .btn a::after {
    right: 12px;
  }
}

.blog .blog-list {
  margin-right: calc( (100dvw - 1215px ) / 2 * -1);
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

@media screen and (max-width: 1370px) {
  .blog .blog-list {
    margin-right: -5dvw;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list {
    padding-top: 60px;
  }
}

.blog .blog-list .slick-list .slick-track .slick-slide {
  margin-right: 16px;
  width: 26vw;
  max-width: 320px;
  min-width: 180px;
}

@media screen and (max-width: 767px) {
  .blog .blog-list .slick-list .slick-track .slick-slide {
    margin-right: 8px;
    width: 32vw;
  }
}

@media screen and (max-width: 519px) {
  .blog .blog-list .slick-list .slick-track .slick-slide {
    width: 38vw;
  }
}

.blog .blog-list .slick-arrow {
  position: absolute;
  top: -97px;
  cursor: pointer;
  font-size: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px #333333;
  background: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .blog .blog-list .slick-arrow {
    top: -95px;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list .slick-arrow {
    top: 0;
    width: 44px;
    height: 44px;
  }
}

.blog .blog-list .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 17px;
  height: 13px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #333333;
}

@media screen and (max-width: 959px) {
  .blog .blog-list .slick-arrow::before {
    right: 19px;
    width: 15px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list .slick-arrow::before {
    right: 16px;
    width: 13px;
    height: 10px;
  }
}

.blog .blog-list .slick-arrow.slick-prev {
  right: calc( (100dvw - 1215px ) / 2 + 332px);
}

@media screen and (max-width: 1370px) {
  .blog .blog-list .slick-arrow.slick-prev {
    right: 394px;
  }
}

@media screen and (max-width: 959px) {
  .blog .blog-list .slick-arrow.slick-prev {
    right: 353px;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list .slick-arrow.slick-prev {
    right: auto;
    left: 0;
  }
}

.blog .blog-list .slick-arrow.slick-prev::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.blog .blog-list .slick-arrow.slick-next {
  right: calc( (100dvw - 1215px ) / 2 + 264px);
}

@media screen and (max-width: 1370px) {
  .blog .blog-list .slick-arrow.slick-next {
    right: 324px;
  }
}

@media screen and (max-width: 959px) {
  .blog .blog-list .slick-arrow.slick-next {
    right: 284px;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list .slick-arrow.slick-next {
    right: auto;
    left: 54px;
  }
}

.blog .blog-list__item {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(85, 77, 58, 0.04);
  box-shadow: 0 0 8px rgba(85, 77, 58, 0.04);
  border-radius: 10px;
  contain: paint;
}

@media screen and (max-width: 519px) {
  .blog .blog-list__item {
    border-radius: 4px;
  }
}

.blog .blog-list__item .blog-vsl a {
  overflow: hidden;
  display: block;
  position: relative;
  aspect-ratio: 3/2;
}

.blog .blog-list__item .blog-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  contain: paint;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.blog .blog-list__item .blog-vsl a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .blog-list__item .blog-dtl {
  padding: 12px;
}

.blog .blog-list__item .blog-dtl .blog-ttl {
  margin-bottom: 12px;
}

.blog .blog-list__item .blog-dtl .blog-ttl a {
  min-height: 2lh;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 959px) {
  .blog .blog-list__item .blog-dtl .blog-ttl a {
    font-size: 1.4rem;
  }
}

.blog .blog-list__item .blog-dtl .blog-ttl a:hover {
  text-decoration: underline;
}

.blog .blog-list__item .blog-dtl .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .blog-list__item .blog-dtl .blog-meta__date {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #999999;
}

@media screen and (max-width: 959px) {
  .blog .blog-list__item .blog-dtl .blog-meta__date {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list__item .blog-dtl .blog-meta__date {
    padding-top: 4px;
    width: 100%;
  }
}

.blog .blog-list__item .blog-dtl .blog-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 22px;
  padding: 1px 8px 2px 8px;
  background: #ffffff;
  border: 1px solid #333333;
  font-size: 1.2rem;
  border-radius: 2px;
}

.blog .blog-list__item .blog-dtl .blog-meta__cate:hover {
  background: #333333;
  color: #ffffff;
}

.certification {
  width: 90%;
  margin-inline: auto;
}

.certification .certification-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 560px;
  margin-inline: auto;
}

@media screen and (max-width: 959px) {
  .certification .certification-list {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .certification .certification-list {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .certification .certification-list {
    gap: 8px;
  }
}

/*# sourceMappingURL=../../maps/pages/top.css.map */
