@charset "UTF-8";
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

body.overflow_modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  left: 0;
  top: 0;
  overflow-y: scroll;
}

html {
  scrollbar-color: #c1c1c1 #eee;
  scrollbar-width: thin;
}

#wrapper {
  overflow: hidden;
}

.c_headercareer {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fbfbfb;
  z-index: 10;
}
.c_headercareer__inner {
  padding: 9px 14px;
}
.c_headercareer__logo {
  display: inline-block;
  transition: all 0.5s;
}
.c_headercareer__logo__img {
  width: 100%;
  max-width: 115px;
  margin-bottom: 2px;
}
.c_headercareer__logo__txt {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #0c419a;
  display: block;
}

.c_toggle {
  border-radius: 100%;
  width: 49px;
  height: 49px;
  background-color: #0c419a;
  position: fixed;
  right: 14px;
  top: 6px;
  z-index: 13;
  cursor: pointer;
  transition: all 0.5s;
}
.c_toggle__line {
  width: 22px;
  height: 2px;
  background-color: #fbfbfb;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 23px;
  transition: all 0.5s;
}
.c_toggle::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #fbfbfb;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.c_toggle::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #fbfbfb;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.c_toggle.active .c_toggle__line {
  opacity: 0;
}
.c_toggle.active::before {
  width: 21px;
  transform: translate(-50%, 8px) rotate(-42deg);
}
.c_toggle.active::after {
  width: 21px;
  transform: translate(-50%, -8px) rotate(42deg);
}

.c_gnavi {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100vh;
  background-color: #1f3150;
  color: #f2f2f2;
  transition: all 0.5s;
  transform: translateX(100%);
}
.c_gnavi__bg01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c_gnavi__bg01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c_gnavi__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26vh 20px 80px 20px;
  height: 100%;
}
.c_gnavi__inner {
  overflow: auto;
  scrollbar-width: none;
  height: 100%;
  max-width: 366px;
}
.c_gnavi__item {
  margin-bottom: 5.1vh;
}
.c_gnavi__link {
  display: flex;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.c_gnavi__link__en {
  display: inline-block;
  font-family: "Oswald", serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.15;
  font-weight: 700;
  flex-shrink: 0;
  width: 155px;
  padding-right: 15px;
  overflow: hidden;
}
.c_gnavi__link__jp {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  width: calc(100% - 155px);
  overflow: hidden;
}
.c_gnavi__btn {
  padding-top: 2vh;
}
.c_gnavi__btn .c_button01 {
  margin: 0 auto;
  max-width: 289px;
}
.c_gnavi .text-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.c_gnavi .after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.c_gnavi .before {
  display: flex;
  align-items: center;
}
.c_gnavi .before span,
.c_gnavi .after span {
  line-height: 1.1;
  transition: color 0.3s ease-out; /*ease-outで余裕のある動きに*/
}
.c_gnavi .after span {
  transform: translateY(100%);
}

.c_button01 {
  padding: 19px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fbfbfb;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 269px;
}
.c_button01::after {
  content: "";
  width: 280%;
  height: calc(100% + 40px);
  background: linear-gradient(45deg, #0c419a 0%, #6dbce8 30%, #6dbce8 50%, #0c419a 100%);
  position: absolute;
  left: 0;
  top: -20px;
  z-index: -1;
  transform: translateX(0%);
  transition: 0.4s ease-in-out;
}
.c_button01__txt {
  position: relative;
  display: inline-block;
  padding-right: 34px;
  min-width: 154px;
  text-align: left;
}
.c_button01__icon {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

.c_btnsearch {
  padding: 17px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fbfbfb;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  display: block;
  width: 100%;
}
.c_btnsearch::after {
  content: "";
  width: 280%;
  height: calc(100% + 40px);
  background: linear-gradient(45deg, #0c419a 0%, #6dbce8 30%, #6dbce8 50%, #0c419a 100%);
  position: absolute;
  left: 0;
  top: -20px;
  z-index: -1;
  transform: translateX(0%);
  transition: 0.4s ease-in-out;
}
.c_btnsearch__txt {
  position: relative;
  display: inline-block;
  padding-left: 33px;
  padding-right: 3px;
  text-align: left;
}
.c_btnsearch__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.c_title01 {
  color: #0c419a;
}
.c_title01__jp {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  margin-bottom: -2px;
}
.c_title01__jp::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffd966;
  position: absolute;
  left: 2px;
  top: 8px;
}
.c_title01__en {
  font-family: "Oswald", serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  display: block;
  font-size: 2.5rem;
}
.c_title01_small .c_title01__jp {
  font-size: 1rem;
}
.c_title01_small .c_title01__jp::after {
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
}
.c_title01_small .c_title01__en {
  font-size: 2.5rem;
  line-height: 0.91;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.c_title01_small01 .c_title01__jp {
  font-size: 1.125rem;
  padding-left: 6px;
}
.c_title01_small01 .c_title01__jp::after {
  left: -10px;
  top: 8px;
  width: 10px;
  height: 10px;
}
.c_title01_small01 .c_title01__en {
  font-size: 2.5rem;
  line-height: 0.91;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.c_title01_white {
  color: #fbfbfb;
}
.c_title01_white .c_title01__jp {
  padding-left: 20px;
}
.c_title01_white .c_title01__jp::after {
  left: 4px;
  top: 7px;
}

.c_title02 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f3150;
  letter-spacing: 0.06em;
  line-height: 1.5;
  display: block;
}

.c_title03 {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #1f3150;
  letter-spacing: 0.06em;
  line-height: 1.5;
  display: block;
}
.c_title03_blue {
  color: #3575bb;
}

#to_top {
  bottom: 100px;
}

.p_career {
  background-color: #fbfbfb;
}
.p_career img {
  width: 100%;
}
.p_career__txt01 {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #1f3150;
  font-feature-settings: "palt";
}
.p_career__txt01__blue {
  color: #0c419a;
  font-weight: 700;
}
.p_career__txt02 {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #1f3150;
  font-feature-settings: "palt";
}
.p_career__main {
  padding-top: 59px;
}
.p_career__btn {
  position: fixed;
  right: 14px;
  bottom: 28px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 9;
}
.p_career__mv {
  height: calc(100vh - 59px);
  height: calc(100lvh - 59px);
  width: 100%;
  padding: 20px 14px 25vh 14px;
  position: relative;
  z-index: 1;
}
.p_career__mv__bg01 {
  position: absolute;
  left: 0;
  top: 30vh;
  z-index: -1;
  width: 100%;
  pointer-events: none;
}
.p_career__mv__bg01 img {
  width: 100%;
}
.p_career__mv__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 16px;
}
.p_career__mv__left {
  position: relative;
  padding: 8.6vh 0;
  left: 18px;
  left: clamp(1.125rem, 43.6363636364vw + -7.6022727273rem, 2.625rem);
}
.p_career__mv__img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(62lvh - 145px);
}
.p_career__mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
    border-radius: 16px;
}
.p_career__mv__blm {
  mix-blend-mode: soft-light;
}
.p_career__mv__en {
  font-size: 5rem;
  font-family: "Montserrat", serif;
  letter-spacing: -0.025em;
  line-height: 0.85;
  font-weight: 700;
  color: #fbfbfb;
  position: absolute;
  left: -11px;
  top: -9px;
  text-transform: uppercase;
  opacity: 0.9;
  z-index: 1;
}
.p_career__mv__en.p_career__mv__blm {
  left: -7px;
  right: auto;
  top: auto;
  bottom: -7px;
}
.p_career__mv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/career/img_mv02.jpg) no-repeat left top;
  background-size: 100% 100%;
  z-index: -1;
  border-radius: 16px;
  pointer-events: none;
}
.p_career__mv__txt01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p_career__mv__ttl {
  color: #3575bb;
  background: url(../images/career/bg_txt.png) no-repeat left top;
  background-size: 95% calc(90% + clamp(0rem, -2.9761904762vw + 2.6785714286rem, 1.25rem));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p_career__mv__small {
  font-size: 1.78875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  display: block;
  margin-bottom: -5px;
}
.p_career__mv__normal {
  font-size: 2.086875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  display: block;
}
.p_career__message {
  padding-top: 0;
  position: relative;
}
.p_career__message__bg01 {
  position: absolute;
  left: -30px;
  top: 54%;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}
.p_career__message__bg01 img {
  width: 100%;
}
.p_career__message__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.p_career__message__img {
  position: relative;
  z-index: 2;
  padding: 24px 14px;
}
.p_career__message__img img {
  border-radius: 8px;
}
.p_career__message__content {
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-right: 28px;
}
.p_career__message__content::after {
  content: "";
  width: 71%;
  height: calc(100% - 119px);
  background-color: #f2f2f2;
  position: absolute;
  right: -20px;
  top: 244px;
  border-radius: 16px;
  z-index: -1;
}
.p_career__message__content .c_title01 {
  margin-bottom: 41px;
}
.p_career__message__content .c_title02 {
  margin-bottom: 24px;
}
.p_career__message__content .p_career__txt02 {
  margin-bottom: 25px;
}
.p_career__message__content .p_career__txt02:last-child {
  margin-bottom: 0;
}
.p_career__solutions {
  padding-top: 37px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p_career__solutions__bg01 {
  position: absolute;
  right: -30px;
  top: 87%;
  z-index: -1;
  width: 100%;
  pointer-events: none;
}
.p_career__solutions__bg01 img {
  width: 100%;
}
.p_career__solutions__inner {
  padding: 0 14px;
}
.p_career__solutions .c_title03 {
  margin-bottom: 16px;
}
.p_career__solutions .p_career__txt01 {
  font-feature-settings: unset;
  padding: 0 16px 0 10px;
}
.p_career__solutions__banner {
  max-width: 1289px;
  margin: 0 auto;
  padding-top: 24px;
}
.p_career__solutions__banner img {
  width: 100%;
}
.p_career__work {
  position: relative;
  padding-top: 93px;
  padding-bottom: 89px;
  z-index: 1;
}
.p_career__work__bg01 {
  position: absolute;
  left: 0;
  top: -23.7%;
  z-index: -1;
  pointer-events: none;
}
.p_career__work::after {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 42%;
  height: 38vw;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #f2f2f2;
  z-index: -1;
}
.p_career__work__inner {
  padding: 0 14px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  max-width: 1075px;
  margin: 0 auto;
}
.p_career__work__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_career__work__item .c_title01 {
  margin-bottom: -2px;
}
.p_career__work__img {
  overflow: hidden;
  border-radius: 8px;
}
.p_career__work__img img {
  transition: all 0.5s;
}
.p_career__work__link {
  position: relative;
  cursor: pointer;
}
.p_career__work__link .c_button01 {
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 4px;
  max-width: 244px;
  padding: 19px 20px;
}
.p_career__work__link .c_button01__txt {
  min-width: 145px;
  padding-right: 40px;
}
.p_career__culture {
  background-color: #f2f2f2;
  padding-top: 35px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.p_career__culture__bg01 {
  position: absolute;
  right: 0;
  top: 266px;
  z-index: -1;
  pointer-events: none;
}
.p_career__culture__bg02 {
  position: absolute;
  right: 0;
  top: 530px;
  z-index: -1;
  width: 68%;
  pointer-events: none;
}
.p_career__culture__inner {
  padding: 0 14px;
  max-width: 1076px;
  margin: 0 auto;
}
.p_career__culture__title {
  position: relative;
  overflow: hidden;
  text-align: right;
  padding: 0 34px;
}
.p_career__culture__title .c_title01 {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  display: inline-block;
  text-align: left;
  padding: 0 15px 0 21px;
}
.p_career__culture__title .c_title01::before {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #0c419a;
  position: absolute;
  right: 100%;
  top: 47px;
}
.p_career__culture__title .c_title01::after {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #0c419a;
  position: absolute;
  left: 100%;
  top: 47px;
}
.p_career__culture__chart {
  margin: 0 auto;
  padding: 40px 27px 20px 27px;
  max-width: 430px;
}
.p_career__culture__info {
  padding: 0px 18px 0px 26px;
  max-width: 435px;
  margin: 0 auto;
}
.p_career__culture__process {
  padding-top: 51px;
  padding-bottom: 22px;
}
.p_career__culture__txt {
  background-color: #dddddd;
  padding: 14px 31px;
  border-radius: 8px;
}
.p_career__youtube {
  background-color: #d8e5f0;
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
.p_career__youtube__bg {
  position: absolute;
  right: 0;
  top: 66px;
  z-index: -1;
  pointer-events: none;
}
.p_career__youtube__bg01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.p_career__youtube__inner {
  padding: 0 14px;
  max-width: 1076px;
  margin: 0 auto;
  text-align: center;
}
.p_career__youtube .c_title03 {
  margin-bottom: 13px;
}
.p_career__youtube__content {
  width: 100%;
  aspect-ratio: 830/467;
  background-color: #bbbbbb;
  max-width: 830px;
  margin: 0 auto;
  position: relative;
}
.p_career__youtube__content iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_career__youtube__icon {
  position: absolute;
  left: 50%;
  top: calc(50% + 0px);
  transform: translate(-50%, -50%);
}
.p_career__youtube img.p_career__youtube__icon {
  width: 42px;
}
.p_career #ttl_numbers {
  height: 50px;
  background-color: #d8e5f0;
}
.p_career__numbers {
  padding-bottom: 72px;
  position: relative;
  z-index: 2;
}
.p_career__numbers__bg {
  position: absolute;
  left: 0;
  top: 84%;
  z-index: -1;
  pointer-events: none;
}
.p_career__numbers::after {
  content: "";
  width: 100%;
  height: calc(100% + 114px);
  background-color: #f0f1f5;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 80% 100%, 20% 100%, 0 94%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p_career__numbers__inner {
  padding: 0 16px;
  max-width: 1076px;
  margin: 0 auto;
  text-align: center;
}
.p_career__numbers .c_title01 {
  position: relative;
  top: -47px;
  margin-bottom: -5px;
}
.p_career__numbers__list {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
}
.p_career__numbers__list::after {
  content: "";
  background: #4184cd;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px;
}
.p_career__numbers .cl_span2 {
  grid-column: span 2;
  padding: 32px 20px 20px 20px;
  padding: 32px clamp(1.25rem, 45.4545454545vw + -7.8409090909rem, 2.8125rem) 20px clamp(1.25rem, 60vw + -10.75rem, 3.3125rem);
}
.p_career__numbers__ttl {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 5.4545454545vw + 0.0340909091rem, 1.3125rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.15;
  color: #0c419a;
  display: block;
  margin-bottom: 5px;
}
.p_career__numbers__ttl01 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 5.4545454545vw + 0.0340909091rem, 1.3125rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.15;
  color: #0c419a;
}
.p_career__numbers__ttl02 {
  font-size: 1rem;
  font-size: clamp(1rem, 3.6363636364vw + 0.2727272727rem, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.15;
  color: #0c419a;
  display: block;
  margin-bottom: 5px;
  margin-top: -6px;
}
.p_career__numbers__num {
  display: inline-block;
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 7.2727272727vw + 0.2954545455rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.15;
  font-family: "Montserrat", serif;
}
.p_career__numbers__txt {
  display: inline-block;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 5.4545454545vw + 0.0340909091rem, 1.3125rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.15;
}
.p_career__numbers__txt01 {
  display: block;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 5.4545454545vw + 0.0340909091rem, 1.3125rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.15;
  background: linear-gradient(45deg, #0c419a, #6dbce8) no-repeat top left;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p_career__numbers__small {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.15;
  color: #0c419a;
  margin-top: 10px;
}
.p_career__numbers__child {
  width: 100%;
}
.p_career__numbers__child.custom .p_career__numbers__small {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.p_career__numbers__flex {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 216px;
  min-width: clamp(13.5rem, 36.3636363636vw + 6.2272727273rem, 14.75rem);
}
.p_career__numbers__flex .p_career__numbers__content {
  padding-left: 24px;
}
.p_career__numbers__flex:first-child {
  margin-top: -3px;
  margin-bottom: 9px;
}
.p_career__numbers__content {
  display: block;
  position: relative;
  z-index: 1;
  background: linear-gradient(45deg, #0c419a, #6dbce8) no-repeat top left;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p_career__numbers__item {
  background-color: #fbfbfb;
  padding: 30px 14px 20px 14px;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_career__search {
  position: relative;
  z-index: 2;
  padding: 0 14px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.p_career__search .c_btnsearch {
  margin: 0 auto;
}
.p_career__search__inner {
  width: 100%;
  margin: 0 auto;
  background: #1f3150;
  color: #fbfbfb;
  border-radius: 8px;
  max-width: 996px;
  padding: 16px 26px 13px 26px;
}
.p_career__search__left {
  padding: 11px 0 19px 0;
  border-bottom: 1px solid #fbfbfb;
}
.p_career__search__right {
  padding: 27px 0;
}
.p_career__search__label {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  display: block;
  margin-bottom: 7px;
}
.p_career__search__item {
  margin: 0 auto;
  margin-bottom: 20px;
}
.p_career__search__btn {
  padding-top: 20px;
}
.p_career__banner {
  position: relative;
  z-index: 2;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.p_career__banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0c419a 0%, #6dbce8 70%) no-repeat top left;
  background-size: 100% 100%;
  background-position: 60% 50%;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  mix-blend-mode: hard-light;
}

.c_footercareer {
  background-color: #1f3150;
  color: #fbfbfb;
  padding: 21px 20px;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

.c_select {
  position: relative;
  width: 100%;
  cursor: pointer;
  height: 50px;
}
.c_select .nice-select {
  width: 100%;
  background-color: #fbfbfb;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  color: #1f3150;
  border-radius: 4px;
  padding: 15px 20px;
  cursor: pointer;
  height: auto;
}
.c_select .nice-select:focus {
  outline: none;
}
.c_select .nice-select .current {
  font-weight: 500;
}
.c_select .nice-select .current.placeholder {
  color: #dddddd;
}
.c_select .nice-select .list {
  width: 100%;
  border-radius: 8px;
  max-height: 186px;
  overflow: auto;
}
.c_select .nice-select .list li {
  color: #1f3150;
}
.c_select .nice-select .list li:first-child {
  color: #dddddd;
  font-weight: 400 !important;
}
.c_select .nice-select .list li.option.selected {
  font-weight: 500;
}
.c_select .nice-select .list li.option:hover {
  background-color: #1967d2;
  color: #fbfbfb;
}
.c_select .nice-select.open + .c_select__icon svg {
  transform: rotate(180deg);
}
.c_select__icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  z-index: 1;
  background-color: #ccddf2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
  padding-top: 3px;
  pointer-events: none;
}
.c_select__icon svg {
  width: 14px;
  transition: all 0.5s;
}

.c_popup01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 13;
  background-color: rgba(31, 49, 80, 0.27);
  padding: 30px 14px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.c_popup01__head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: calc(1330px + clamp(2.5rem, 5.2083333333vw + 0rem, 4.6875rem));
}
.c_popup01__scroll {
  height: calc(100vh - 120px);
  overflow: auto;
  margin: 0 auto;
  max-width: 1290px;
  position: relative;
}
.c_popup01__inner {
  position: relative;
  z-index: 1;
  background-color: #fbfbfb;
  overflow: hidden;
}
.c_popup01__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.c_popup01__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c_popup01__close {
  text-align: center;
  width: 189px;
  border-radius: 4px;
  border: 2px solid #0c419a;
  padding: 9px 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.c_popup01__close__inner {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #0c419a;
}
.c_popup01__close__icon {
  width: 26px;
  position: absolute;
  right: -31px;
  top: 50%;
  transform: translateY(-50%);
}
.c_popup01__close01 {
  width: 49px;
  position: absolute;
  right: 28px;
  top: 43px;
}
.c_popup01__title__jp {
  font-feature-settings: "palt";
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fbfbfb;
  display: block;
}
.c_popup01__title__en {
  font-family: "Oswald", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.15;
  color: #fbfbfb;
  display: block;
}
.c_popup01__name {
  position: absolute;
  left: 0;
  top: 231px;
  display: flex;
  align-items: flex-end;
  background: #3575bb;
  width: 100%;
  height: calc(75vw - 100px);
  overflow: hidden;
}
.c_popup01__name__inner {
  font-family: "Montserrat", serif;
  font-size: 5.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  color: #ccddf2;
  display: block;
  letter-spacing: 0.03em;
  background: linear-gradient(45deg, #0c419a 0%, #6dbce8 70%) no-repeat top left;
  background-size: 100% 100%;
  background-position: 60% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 18px;
  left: 0;
  opacity: 0.26;
}
.c_popup01__mv {
  padding: 50px 0 0 0;
  position: relative;
  z-index: 1;
}
.c_popup01__mv__inner {
  max-width: 1145px;
  padding: 0 14px;
  margin: 0 auto;
}
.c_popup01__mv .c_popup01__title {
  padding-left: 12px;
  padding-top: 30px;
}
.c_popup01__mv .c_popup01__title__en {
  margin-left: 5px;
}
.c_popup01__mv__right {
  border-radius: 4px;
  overflow: hidden;
}
.c_popup01__mv__right img {
  aspect-ratio: 319/188;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}
.c_popup01__mv__num {
  font-family: "Oswald", serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  color: #ccddf2;
  display: block;
  padding-left: 14px;
  margin-bottom: -42px;
  position: relative;
  z-index: 2;
}
.c_popup01__txt {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #1f3150;
}
.c_popup01__txt__blue {
  color: #0c419a;
}
.c_popup01__box {
  background-color: #d8e5f0;
  color: #1f3150;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding: 24px 19px;
  margin: 0 auto;
  max-width: 820px;
  border-radius: 8px;
  font-feature-settings: "palt";
  margin-bottom: 50px;
}
.c_popup01__tags {
  width: calc(100% + 12px);
  margin-bottom: 8px;
}
.c_popup01__tags__item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.c_popup01__tags__link {
  display: block;
  background-color: #5a9ae0;
  color: #fbfbfb;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  border-radius: 4px;
  padding: 7px 15px 7px 20px;
  font-feature-settings: "palt";
}
.c_popup01__flex {
  position: relative;
  margin-bottom: 43px;
}
.c_popup01__flex__img {
  position: relative;
  z-index: 1;
  padding-left: 27px;
  padding-bottom: 22px;
  margin-bottom: 12px;
}
.c_popup01__flex__img::after {
  content: "";
  background-color: #ccddf2;
  width: 156px;
  aspect-ratio: 156/121;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c_popup01__flex__img img {
  aspect-ratio: 216/149;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.c_popup01__flex__content .c_popup01__txt {
  padding-left: 20px;
  padding-right: 20px;
}
.c_popup01__flex_reverse .c_popup01__flex__img {
  padding-left: 0;
  padding-right: 27px;
  padding-bottom: 21px;
  margin-bottom: 19px;
}
.c_popup01__flex_reverse .c_popup01__flex__img::after {
  content: "";
  background-color: #ccddf2;
  width: 189px;
  aspect-ratio: 189/146;
  position: absolute;
  left: auto;
  right: 0;
}
.c_popup01__flex_reverse .c_popup01__tags {
  margin-bottom: 17px;
}
.c_popup01__flex01 {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.c_popup01__flex01__left {
  position: relative;
  z-index: 1;
}
.c_popup01__flex01__left::after {
  content: "";
  background-color: #f2f2f2;
  border-radius: 0 16px 16px 0;
  width: 100vw;
  height: calc(100% + 15px);
  position: absolute;
  right: 56px;
  top: 18px;
  z-index: -1;
}
.c_popup01__flex01__left .c_title03 {
  margin-bottom: 15px;
}
.c_popup01__flex01__left .c_popup01__txt {
  line-height: 1.8;
  width: calc(100% + 2px);
}
.c_popup01__flex01__left .c_popup01__txt span {
  line-height: 2.3;
  font-size: 0.8125rem;
  display: inline-block;
  letter-spacing: 0.1em;
}
.c_popup01__flex01__right {
  position: relative;
  margin-bottom: 30px;
}
.c_popup01__flex01__right img {
  aspect-ratio: 401/462;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.c_popup01__about {
  padding: calc(34vw - 50px) 0 24px 0;
}
.c_popup01__about .c_title01 {
  margin-bottom: 20px;
}
.c_popup01__about .c_title03 {
  margin-bottom: 17px;
  text-align: center;
}
.c_popup01__about__inner {
  max-width: 1030px;
  padding: 0 26px;
  margin: 0 auto;
}
.c_popup01__about__item {
  max-width: 818px;
  margin: 0 auto;
}
.c_popup01__career {
  background-color: #f0f1f5;
  padding: 44px 0 21px 0;
}
.c_popup01__career__inner {
  max-width: 1030px;
  padding: 0 26px;
  margin: 0 auto;
}
.c_popup01__career__flex .c_title01 {
  padding-bottom: 21px;
}
.c_popup01__career__img {
  max-width: 708px;
  margin-right: 0;
  margin-left: auto;
  padding: 28px 20px;
}
.c_popup01__interview {
  padding: 52px 0 43px 0;
  position: relative;
  z-index: 1;
}
.c_popup01__interview__inner {
  max-width: 1030px;
  padding: 0 26px;
  margin: 0 auto;
}
.c_popup01__interview .c_title01 {
  margin-bottom: 30px;
}
.c_popup01__interview__bg01 {
  position: absolute;
  right: -55px;
  top: 17%;
  z-index: -1;
  width: 100%;
  pointer-events: none;
}
.c_popup01__interview__bg01 img {
  width: 100%;
}
.c_popup01__search {
  position: relative;
  z-index: 2;
  padding: 0 14px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.c_popup01__search .c_btnsearch {
  margin: 0 auto;
}
.c_popup01__search__inner {
  width: 100%;
  margin: 0 auto;
  background: #1f3150;
  color: #fbfbfb;
  border-radius: 8px;
  max-width: 996px;
  padding: 16px 32px 13px 31px;
}
.c_popup01__search__left {
  padding: 11px 0 19px 0;
  border-bottom: 1px solid #fbfbfb;
}
.c_popup01__search__right {
  padding: 0 0 20px 0;
}
.c_popup01__search__right .c_btnsearch {
  padding: 17px 20px;
}
.c_popup01__search__right .c_btnsearch__txt {
  min-width: 168px;
  line-height: 1.3;
}
.c_popup01__search__right .c_btnsearch__icon {
  left: -10px;
}
.c_popup01__search__label {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  display: block;
  margin-bottom: 7px;
}
.c_popup01__search__item {
  margin: 0 auto;
  margin-bottom: 20px;
}
.c_popup01__search__btn {
  padding-top: 20px;
}
.c_popup01#popup01 .c_popup01__flex__img img {
  border-radius: 4px;
}
.c_popup01#popup_02 .c_popup01__box {
  margin-bottom: 77px;
}
.c_popup01#popup_02 .c_popup01__flex {
  margin-bottom: 29px;
}
.c_popup01#popup_02 .c_popup01__flex_reverse .c_popup01__tags {
  margin-bottom: 6px;
}
.c_popup01#popup_02 .c_popup01__name__inner {
  top: 8px;
  font-size: 2.5rem;
}
.c_popup01#popup_02 .c_popup01__about {
  padding-bottom: 39px;
}

.js_popup__close {
  z-index: 10;
  cursor: pointer;
  transition: 0.5s;
}
.js_popup__close:hover {
  opacity: 1;
}
@media screen and (min-width: 768px){
  .c_headercareer__inner {
    padding: 20px 43px 12px 43px;
  }
  .c_headercareer__logo:hover {
    opacity: 0.8;
  }
  .c_headercareer__logo__img {
    max-width: 208px;
  }
  .c_headercareer__logo__txt {
    font-size: 0.875rem;
  }
  .c_toggle {
    left: auto;
    right: 43px;
    top: 16px;
    width: 57px;
    height: 57px;
  }
  .c_toggle:hover {
    opacity: 0.7;
  }
  .c_toggle__line {
    width: 31px;
    top: 28px;
  }
  .c_toggle::before {
    width: 31px;
    top: 20px;
  }
  .c_toggle::after {
    width: 31px;
    bottom: 19px;
  }
  .c_toggle.active::before {
    width: 35px;
    transform: translate(-50%, 7px) rotate(-42deg);
  }
  .c_toggle.active::after {
    width: 35px;
    transform: translate(-50%, -9px) rotate(42deg);
  }
  .c_gnavi {
    width: 426px;
  }
  .c_gnavi__flex {
    padding: 26vh 20px 40px 20px;
  }
  .c_gnavi__inner {
    padding: 0 20px 0 42px;
    max-width: 385px;
  }
  .c_gnavi__item {
    margin-bottom: 5.08vh;
  }
  .c_gnavi__link__en {
    width: 155px;
  }
  .c_gnavi__link__jp {
    width: calc(100% - 155px);
  }
  .c_gnavi__link:hover {
    color: #ffd966;
  }
  .c_gnavi__btn {
    padding-top: 12vh;
  }
  .c_gnavi__btn .c_button01 {
    max-width: 289px;
  }
  .c_button01 {
    max-width: 289px;
    padding: 29px 20px;
  }
  .c_button01:hover::after {
    transform: translateX(-64%);
  }
  .c_button01__txt {
    padding-right: 32px;
  }
  .c_button01__icon {
    right: -13px;
    top: 50%;
  }
  .c_btnsearch {
    padding: 17px 20px;
    max-width: 445px;
  }
  .c_btnsearch:hover::after {
    transform: translateX(-64%);
  }
  .c_btnsearch__txt {
    padding-left: 34px;
    padding-right: 9px;
  }
  .c_btnsearch__icon {
    left: 0;
    top: 50%;
  }
  .c_title01__jp {
    padding-left: 25px;
    font-size: 1.125rem;
  }
  .c_title01__jp::after {
    width: 15px;
    height: 15px;
    top: 7px;
    left: 2px;
  }
  .c_title01__en {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 5rem;
  }
  .c_title01_small .c_title01__jp {
    padding-left: 17px;
    margin-bottom: -2px;
    font-size: 1rem;
  }
  .c_title01_small .c_title01__jp::after {
    width: 10px;
    height: 10px;
    top: 8px;
    left: 0;
  }
  .c_title01_small .c_title01__en {
    font-size: 2.5rem;
  }
  .c_title01_small01 .c_title01__jp {
    padding-left: 22px;
    padding-right: 11px;
    margin-bottom: 6px;
    font-size: 1.125rem;
  }
  .c_title01_small01 .c_title01__jp::after {
    width: 15px;
    height: 15px;
    top: 8px;
    left: 0;
  }
  .c_title01_small01 .c_title01__en {
    font-size: 4rem;
  }
  .c_title01_white .c_title01__jp {
    padding-left: 25px;
  }
  .c_title01_white .c_title01__jp::after {
    top: 7px;
    left: 2px;
  }
  .c_title02 {
    font-size: clamp(2rem, 2.380952381vw + 0.8571428571rem, 3rem);
  }
  .c_title03 {
    font-size: clamp(1.75rem, 0.5952380952vw + 1.4642857143rem, 2rem);
  }
  #to_top {
    bottom: 120px;
  }
  .p_career__txt01 {
    font-size: clamp(1rem, 0.2976190476vw + 0.8571428571rem, 1.125rem);
  }
  .p_career__txt02 {
    font-size: clamp(1.125rem, 0.4464285714vw + 0.9107142857rem, 1.3125rem);
  }
  .p_career__main {
    padding-top: 88px;
  }
  .p_career__btn {
    right: 37px;
    bottom: 28px;
  }
  .p_career__mv {
    height: calc(100vh - 88px);
    height: calc(100lvh - 88px);
    padding: 0 clamp(2.5rem, 5.2083333333vw + 0rem, 4.6875rem) 6vh clamp(2.5rem, 5.2083333333vw + 0rem, 4.6875rem);
  }
  .p_career__mv__bg01 {
    width: 83%;
    left: 0;
    top: 64px;
  }
  .p_career__mv__inner {
    display: flex;
    align-items: center;
  }
  .p_career__mv__left {
    left: auto;
    padding: 0;
  }
  .p_career__mv__img {
    right: 0vw;
    bottom: 0;
    width: 50%;
    height: 80lvh;
    max-height: 95%;

  }

  .p_career__mv__img img{
    border-bottom-right-radius: 16px;
  }
  .p_career__mv__en {
    left: clamp(-0.8125rem, -0.8928571429vw + -0.0089285714rem, -0.4375rem);
    top: clamp(-0.9375rem, -1.0416666667vw + 0rem, -0.5rem);
    font-size: clamp(5rem, 11.9047619048vw + -0.7142857143rem, 10rem);
  }
  .p_career__mv__en.p_career__mv__blm {
    left: auto;
    right: clamp(-1.125rem, -1.1904761905vw + -0.0535714286rem, -0.625rem);
    bottom: clamp(-0.75rem, -0.744047619vw + -0.0803571429rem, -0.4375rem);
  }
  .p_career__mv__ttl {
    margin-left: clamp(2.5rem, 15.9226190476vw + -5.1428571429rem, 9.1875rem);
    padding-bottom: clamp(0rem, 4.4642857143vw + -2.1428571429rem, 1.875rem);
  }
  .p_career__mv__small {
    font-size: clamp(1.875rem, 2.6785714286vw + 0.5892857143rem, 3rem);
    margin-bottom: clamp(-0.375rem, -0.4464285714vw + 0.0267857143rem, -0.1875rem);
  }
  .p_career__mv__normal {
    font-size: clamp(2.25rem, 2.9761904762vw + 0.8214285714rem, 3.5rem);
  }
  .p_career__message {
    padding-top: 100px;
  }
  .p_career__message__bg01 {
    width: 1440px;
    left: -50px;
    top: calc(50% + 32px);
  }
  .p_career__message__inner {
    flex-direction: unset;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .p_career__message__img {
    padding: 0;
    margin-top: 0;
    width: 40.75%;
  }
  .p_career__message__img img {
    border-radius: 16px;
  }
  .p_career__message__content {
    padding-left: 0;
    padding-right: 0;
  }
  .p_career__message__content {
    width: 59.25%;
    padding-right: 40px;
    padding-left: clamp(2.5rem, 8.9285714286vw + -1.7857142857rem, 6.25rem);
    padding-top: 123px;
    padding-bottom: 46px;
  }
  .p_career__message__content::after {
    top: 0;
    right: -20px;
    width: calc(100% + clamp(6.25rem, 15.625vw + -1.25rem, 12.8125rem));
    height: calc(100% + 104px);
  }
  .p_career__message__content .c_title01 {
    margin-bottom: 32px;
  }
  .p_career__message__content .c_title02 {
    margin-bottom: clamp(3.125rem, 3.4226190476vw + 1.4821428571rem, 4.5625rem);
  }
  .p_career__message__content .p_career__txt02 {
    margin-bottom: clamp(1.875rem, 1.1904761905vw + 1.3035714286rem, 2.375rem);
    padding-left: 6px;
  }
  .p_career__solutions {
    padding-top: 212px;
  }
  .p_career__solutions__bg01 {
    width: 1440px;
    right: -100px;
    top: calc(50% - 1px);
  }
  .p_career__solutions__inner {
    padding: 0 40px;
  }
  .p_career__solutions .c_title03 {
    margin-bottom: 29px;
  }
  .p_career__solutions .p_career__txt01 {
    padding: 0;
  }
  .p_career__solutions__banner {
    padding-top: 68px;
  }
  .p_career__work {
    padding-top: 167px;
    padding-bottom: 145px;
  }
  .p_career__work__bg01 {
    top: -55%;
    width: 1193px;
  }
  .p_career__work::after {
    width: 58%;
    height: 35vw;
  }
  .p_career__work__inner {
    padding: 0 40px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 38px;
  }
  .p_career__work__item .c_title01 {
    margin-bottom: 0;
  }
  .p_career__work__img {
    border-radius: 8px;
  }
  .p_career__work .c_title01 {
    padding: 2px 10px 10px 33px;
  }
  .p_career__work__link .c_button01 {
    bottom: -15px;
    padding: 21px 20px;
    max-width: 244px;
  }
  .p_career__work__link .c_button01__txt {
    min-width: 145px;
    padding-right: 40px;
  }
  .p_career__work__link .c_button01__icon {
    right: -10px;
  }
  .p_career__work__link:hover img {
    transform: scale(1.1);
  }
  .p_career__work__link:hover .c_button01::after {
    transform: translateX(-64%);
  }
  .p_career__culture {
    padding-top: 107px;
    padding-bottom: 150px;
  }
  .p_career__culture__bg01 {
    top: 96px;
    width: 100%;
  }
  .p_career__culture__bg02 {
    display: none;
    top: 96px;
    width: 100%;
  }
  .p_career__culture__inner {
    padding: 0 40px;
  }
  .p_career__culture__title {
    padding: 0 53px;
  }
  .p_career__culture__title .c_title01 {
    padding: 0 42px 0 48px;
  }
  .p_career__culture__title .c_title01::before {
    top: 69px;
    height: 3px;
  }
  .p_career__culture__title .c_title01::after {
    top: 69px;
    height: 3px;
  }
  .p_career__culture__content {
    display: flex;
    padding-top: 35px;
  }
  .p_career__culture__chart {
    max-width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 64px;
    padding-right: 4px;
    width: 50%;
  }
  .p_career__culture__info {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 50%;
    padding-left: 50px;
    padding-right: 13px;
    padding-top: 43px;
  }
  .p_career__culture__process {
    padding-top: 46px;
    margin-bottom: 20px;
  }
  .p_career__culture__txt {
    padding: 33px 112px 34px 112px;
  }
  .p_career__youtube {
    padding-top: 138px;
    padding-bottom: 130px;
    padding-left: clamp(0rem, 3.5714285714vw + -1.7142857143rem, 1.5rem);
  }
  .p_career__youtube__bg {
    top: 32px;
    width: 100%;
  }
  .p_career__youtube__bg01 {
    left: -120px;
    top: 15px;
    width: 1440px;
  }
  .p_career__youtube__inner {
    padding: 0 40px;
  }
  .p_career__youtube .c_title03 {
    margin-bottom: 25px;
    padding-right: clamp(0rem, 1.1904761905vw + -0.5714285714rem, 0.5rem);
  }
  .p_career__youtube__icon {
    top: calc(50% + 5px);
  }
  .p_career__youtube img.p_career__youtube__icon {
    width: 72px;
  }
  .p_career #ttl_numbers {
    height: 100px;
  }
  .p_career__numbers {
    padding-bottom: 97px;
  }
  .p_career__numbers__bg {
    top: 22px;
    width: 100%;
  }
  .p_career__numbers::after {
    height: calc(100% + 360px);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 63% 100%, 37% 100%, 0 80%);
  }
  .p_career__numbers__inner {
    padding: 0 40px;
  }
  .p_career__numbers .c_title01 {
    top: -64px;
    margin-bottom: 32px;
  }
  .p_career__numbers__list {
    grid-gap: 1px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .p_career__numbers .cl_span2 {
    grid-column: unset;
    padding: 30px 20px 30px 21px;
  }
  .p_career__numbers__ttl {
    font-size: clamp(1.125rem, 4.5454545455vw + -1.0568181818rem, 2rem);
    margin-bottom: 10px;
    margin-top: clamp(0rem, 7.7922077922vw + -3.7402597403rem, 1.5rem);
  }
  .p_career__numbers__ttl01 {
    font-size: clamp(1rem, 2.4096385542vw + -0.156626506rem, 1.5rem);
  }
  .p_career__numbers__ttl02 {
    margin-bottom: 14px;
    margin-top: -8px;
    font-size: clamp(1rem, 2.5974025974vw + -0.2467532468rem, 1.5rem);
  }
  .p_career__numbers__num {
    font-size: clamp(1.625rem, 4.5454545455vw + -0.5568181818rem, 2.5rem);
    margin: 0 -3px clamp(0.25rem, 3.2467532468vw + -1.3084415584rem, 0.875rem) -4px;
  }
  .p_career__numbers__txt {
    font-size: clamp(1rem, 2.5974025974vw + -0.2467532468rem, 1.5rem);
  }
  .p_career__numbers__txt01 {
    font-size: clamp(1.125rem, 3.8961038961vw + -0.7451298701rem, 1.875rem);
  }
  .p_career__numbers__small {
    margin-top: 0;
    font-size: clamp(0.75rem, 0.974025974vw + 0.2824675325rem, 0.9375rem);
    margin-bottom: clamp(0.625rem, 3.2467532468vw + -0.9334415584rem, 1.25rem);
  }
  .p_career__numbers__child.custom {
    text-align: left;
  }
  .p_career__numbers__child.custom .p_career__numbers__small {
    margin-top: 4px;
  }
  .p_career__numbers__flex {
    min-width: clamp(11.25rem, 33.1168831169vw + -4.6461038961rem, 17.625rem);
    padding: 0 0px 0px clamp(0rem, 4.2207792208vw + -2.025974026rem, 0.8125rem);
  }
  .p_career__numbers__flex .p_career__numbers__content {
    padding-top: 10px;
    padding-left: clamp(0.75rem, 5.1948051948vw + -1.7435064935rem, 1.75rem);
  }
  .p_career__numbers__flex:first-child {
    margin-top: clamp(0rem, 0.974025974vw + -0.4675324675rem, 0.1875rem);
    margin-bottom: -21px;
  }
  .p_career__numbers__flex:first-child .p_career__numbers__content {
    padding-top: 14px;
  }
  .p_career__numbers__item {
    padding: 30px 20px 30px 21px;
    min-height: clamp(10.625rem, 23.7012987013vw + -0.7516233766rem, 15.1875rem);
  }
  .p_career__search {
    padding: 0 40px;
    padding-bottom: 113px;
  }
  .p_career__search__inner {
    border-radius: 16px;
    display: flex;
    padding: 55px 40px;
  }
  .p_career__search__left {
    border-bottom: 1px solid transparent;
    border-right: 1px solid #fbfbfb;
    flex-shrink: 0;
    padding: 10px;
    width: clamp(11.25rem, 15.4761904762vw + 3.8214285714rem, 17.75rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 29px 20px 0px;
  }
  .p_career__search__right {
    width: calc(100% - clamp(11.25rem, 15.4761904762vw + 3.8214285714rem, 17.75rem));
    padding: 13px clamp(0rem, 8.7797619048vw + -4.2142857143rem, 3.6875rem) 13px 40px;
  }
  .p_career__search__label {
    margin-bottom: 0;
    font-size: 1rem;
    width: 131px;
  }
  .p_career__search__item {
    max-width: 462px;
    display: flex;
    align-items: center;
    margin-bottom: 43px;
    padding-left: 9px;
  }
  .p_career__search__btn {
    padding-top: 5px;
  }
  .p_career__banner {
    border-radius: 24px 24px 0 0;
  }
  .c_footercareer {
    padding: 32px 40px 31px;
    font-size: 0.75rem;
  }
  .c_select {
    padding-right: clamp(0rem, 1.3392857143vw + -0.6428571429rem, 0.5625rem);
  }
  .c_select .nice-select {
    font-size: 1rem;
    padding: 12px 20px;
  }
  .c_select__icon {
    padding-top: 1px;
    width: 54px;
    right: clamp(0rem, 1.3392857143vw + -0.6428571429rem, 0.5625rem);
    top: 0;
  }
  .c_select__icon svg {
    width: 14px;
  }
  .c_popup01 {
    padding: 44px clamp(2.5rem, 5.2083333333vw + 0rem, 4.6875rem);
  }
  .c_popup01__scroll {
    height: calc(100vh - 87px);
  }
  .c_popup01__close {
    width: 244px;
    padding: 19px 20px;
    margin-bottom: 95px;
  }
  .c_popup01__close__icon {
    right: -31px;
  }
  .c_popup01__close01 {
    width: 57px;
    right: clamp(5rem, 5.8673469388vw + 2.1836734694rem, 6.4375rem);
    top: 74px;
  }
  .c_popup01__title__jp {
    font-size: clamp(2.125rem, 2.0833333333vw + 1.125rem, 3rem);
  }
  .c_popup01__title__en {
    font-size: clamp(1.875rem, 1.4880952381vw + 1.1607142857rem, 2.5rem);
  }
  .c_popup01__name {
    top: clamp(10.625rem, 5.2083333333vw + 8.125rem, 12.8125rem);
    height: clamp(12.5rem, 12.0535714286vw + 6.7142857143rem, 17.5625rem);
  }
  .c_popup01__name__inner {
    font-size: clamp(5.9375rem, 9.6726190476vw + 1.2946428571rem, 10rem);
    top: clamp(1.25rem, 1.7857142857vw + 0.3928571429rem, 2rem);
    left: -3px;
  }
  .c_popup01__mv {
    padding: 124px 0 0 0;
  }
  .c_popup01__mv__inner {
    padding: 0 40px;
    display: flex;
  }
  .c_popup01__mv .c_popup01__title {
    padding-left: clamp(0.3125rem, 8.3333333333vw + -3.6875rem, 3.8125rem);
    padding-top: clamp(0.3125rem, 2.0833333333vw + -0.6875rem, 1.1875rem);
  }
  .c_popup01__mv .c_popup01__title__en {
    margin-left: 5px;
  }
  .c_popup01__mv__left {
    width: clamp(18.75rem, 24.4047619048vw + 7.0357142857rem, 29rem);
    padding-left: 26px;
  }
  .c_popup01__mv__right {
    width: calc(100% - clamp(18.75rem, 24.4047619048vw + 7.0357142857rem, 29rem));
  }
  .c_popup01__mv__right img {
    aspect-ratio: 601/424;
  }
  .c_popup01__mv__num {
    margin-bottom: 0;
    padding-left: 0;
    font-size: clamp(7.5rem, 5.9523809524vw + 4.6428571429rem, 10rem);
    margin-top: -46px;
  }
  .c_popup01__txt {
    font-size: clamp(1rem, 0.2976190476vw + 0.8571428571rem, 1.125rem);
  }
  .c_popup01__box {
    margin-bottom: 54px;
    font-size: 1.125rem;
    padding: 33px 33px;
  }
  .c_popup01__tags {
    width: calc(100% + clamp(0.75rem, 7.8869047619vw + -3.0357142857rem, 4.0625rem));
    margin-bottom: 4px;
  }
  .c_popup01__tags__item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .c_popup01__tags__link {
    padding: 6px 20px;
    font-size: clamp(0.9375rem, 0.4464285714vw + 0.7232142857rem, 1.125rem);
  }
  .c_popup01__flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 39px;
  }
  .c_popup01__flex__img {
    margin-bottom: 0;
    width: clamp(12.5rem, 6.5476190476vw + 9.3571428571rem, 15.25rem);
    padding-left: 27px;
    padding-bottom: 27px;
  }
  .c_popup01__flex__img::after {
    border-radius: 8px;
  }
  .c_popup01__flex__content {
    width: calc(100% - clamp(12.5rem, 6.6964285714vw + 9.2857142857rem, 15.3125rem));
    padding-top: 20px;
    padding-left: 40px;
  }
  .c_popup01__flex__content .c_popup01__txt {
    padding-left: 0;
    padding-right: 0;
  }
  .c_popup01__flex_reverse {
    flex-direction: row-reverse;
  }
  .c_popup01__flex_reverse .c_popup01__flex__img {
    left: 0;
    margin-bottom: 0;
    width: clamp(12.5rem, 9.2261904762vw + 8.0714285714rem, 16.375rem);
    padding-left: 0;
    padding-right: clamp(1.6875rem, 2.8273809524vw + 0.3303571429rem, 2.875rem);
    padding-bottom: clamp(1.6875rem, 1.6369047619vw + 0.9017857143rem, 2.375rem);
  }
  .c_popup01__flex_reverse .c_popup01__flex__img::after {
    width: 170px;
    aspect-ratio: 170/131;
  }
  .c_popup01__flex_reverse .c_popup01__tags {
    margin-bottom: 4px;
  }
  .c_popup01__flex_reverse .c_popup01__flex__content {
    width: calc(100% - clamp(12.5rem, 9.2261904762vw + 8.0714285714rem, 16.375rem));
    padding-left: 0;
    padding-right: 39px;
    padding-top: 3px;
  }
  .c_popup01__flex01 {
    flex-direction: unset;
    flex-wrap: nowrap;
    display: flex;
    align-items: flex-start;
    margin-bottom: 39px;
  }
  .c_popup01__flex01__left {
    width: calc(100% - clamp(16.25rem, 20.9821428571vw + 6.1785714286rem, 25.0625rem));
    padding-left: clamp(0rem, 9.8214285714vw + -4.7142857143rem, 4.125rem);
    padding-right: clamp(1.25rem, 5.2083333333vw + -1.25rem, 3.4375rem);
  }
  .c_popup01__flex01__left::after {
    height: calc(100% + 45px);
    border-radius: 0 16px 16px 0;
    right: clamp(3.75rem, 9.6726190476vw + -0.8928571429rem, 7.8125rem);
    top: 27px;
  }
  .c_popup01__flex01__left .c_title03 {
    margin-bottom: 42px;
  }
  .c_popup01__flex01__left .c_popup01__txt {
    width: 100%;
  }
  .c_popup01__flex01__left .c_popup01__txt span {
    line-height: 2;
    font-size: 0.9375rem;
  }
  .c_popup01__flex01__right {
    margin-bottom: 0;
    width: clamp(16.25rem, 20.9821428571vw + 6.1785714286rem, 25.0625rem);
    right: clamp(-1.4375rem, -3.4226190476vw + 1.6428571429rem, 0rem);
    padding-top: 14px;
  }
  .c_popup01__flex01__right img {
    border-radius: 8px;
  }
  .c_popup01__about {
    padding: clamp(2.5rem, -14.1369047619vw + 15.2232142857rem, 8.4375rem) 0 57px 0;
  }
  .c_popup01__about .c_title01 {
    margin-bottom: 30px;
  }
  .c_popup01__about .c_title03 {
    text-align: left;
    margin-bottom: 40px;
  }
  .c_popup01__about__inner {
    padding: 0 40px;
  }
  .c_popup01__career {
    padding: 80px 0 87px 0;
  }
  .c_popup01__career__inner {
    padding: 0 40px;
  }
  .c_popup01__career__flex {
    display: flex;
    align-items: center;
  }
  .c_popup01__career__flex .c_title01 {
    width: 200px;
    padding-bottom: 6px;
  }
  .c_popup01__career__flex .c_popup01__txt {
    width: calc(100% - 200px);
  }
  .c_popup01__career__img {
    padding: 0;
    margin-right: 16px;
    margin-top: clamp(-1.25rem, -5.9523809524vw + 4.1071428571rem, 1.25rem);
  }
  .c_popup01__interview {
    padding: 72px 0 113px 0;
  }
  .c_popup01__interview__inner {
    padding: 0 40px;
  }
  .c_popup01__interview .c_title01 {
    margin-bottom: 46px;
  }
  .c_popup01__interview__bg01 {
    width: 1440px;
    right: -220px;
    top: 13px;
  }
  .c_popup01__search {
    padding: 0 40px;
    padding-bottom: 80px;
  }
  .c_popup01__search__inner {
    border-radius: 16px;
    display: flex;
    padding: 42px 40px;
  }
  .c_popup01__search__left {
    border-bottom: 1px solid transparent;
    border-right: 1px solid #fbfbfb;
    flex-shrink: 0;
    padding: 10px;
    width: clamp(11.25rem, 15.4761904762vw + 3.8214285714rem, 17.75rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 29px 20px 0px;
  }
  .c_popup01__search__left .c_title01_white .c_title01__jp {
    padding-left: 19px;
  }
  .c_popup01__search__right {
    width: calc(100% - clamp(11.25rem, 15.4761904762vw + 3.8214285714rem, 17.75rem));
    padding: 13px clamp(0rem, 8.7797619048vw + -4.2142857143rem, 3.6875rem) 20px clamp(2.5rem, 8.4821428571vw + -1.5714285714rem, 6.0625rem);
  }
  .c_popup01__search__right .c_btnsearch {
    padding: 27px 20px;
    max-width: 459px;
  }
  .c_popup01__search__right .c_btnsearch__txt {
    min-width: unset;
  }
  .c_popup01__search__right .c_btnsearch__icon {
    left: 0;
  }
  .c_popup01__search__label {
    margin-bottom: 0;
    font-size: 1rem;
    width: 131px;
  }
  .c_popup01__search__item {
    max-width: 462px;
    display: flex;
    align-items: center;
    margin-bottom: 43px;
    padding-left: 9px;
  }
  .c_popup01__search__btn {
    padding-top: 3px;
  }
  .c_popup01#popup01 .c_popup01__flex__img img {
    border-radius: 8px;
  }
  .c_popup01#popup_02 .c_popup01__box {
    margin-bottom: 86px;
  }
  .c_popup01#popup_02 .c_popup01__flex {
    margin-bottom: 39px;
  }
  .c_popup01#popup_02 .c_popup01__flex__content {
    padding-top: 10px;
  }
  .c_popup01#popup_02 .c_popup01__tags {
    margin-bottom: clamp(-0.125rem, -2.9166666667vw + 2.5rem, 0.3125rem);
  }
  .c_popup01#popup_02 .c_popup01__flex_reverse .c_popup01__tags {
    margin-bottom: 4px;
  }
  .c_popup01#popup_02 .c_popup01__flex_reverse .c_popup01__flex__content {
    padding-top: 4px;
  }
  .c_popup01#popup_02 .c_popup01__name__inner {
    top: clamp(1.25rem, 1.7857142857vw + 0.3928571429rem, 2rem);
    font-size: clamp(5rem, 8.3333333333vw + 1rem, 8.5rem);
  }
  .c_popup01#popup_02 .c_popup01__about {
    padding: clamp(2.5rem, -14.1369047619vw + 15.2232142857rem, 8.4375rem) 0 57px 0;
  }
  .c_popup01#popup_03 .c_popup01__box {
    margin-bottom: 86px;
  }
  .c_popup01#popup_03 .c_popup01__career {
    padding-top: 93px;
  }
  .c_popup01#popup_03 .c_popup01__career__img {
    margin-top: -5px;
  }
  .c_popup01#popup_03 .c_popup01__flex {
    margin-bottom: 41px;
  }
  .c_popup01#popup_03 .c_popup01__flex__img {
    width: clamp(12.5rem, 4.3154761905vw + 10.4285714286rem, 14.3125rem);
    left: -18px;
  }
  .c_popup01#popup_03 .c_popup01__flex__img img {
    aspect-ratio: 202/149;
  }
  .c_popup01#popup_03 .c_popup01__flex__content {
    padding-left: 15px;
  }
  .c_popup01#popup_03 .c_popup01__tags__link {
    font-feature-settings: unset;
  }
  .c_popup01#popup_03 .c_popup01__flex_reverse .c_popup01__flex__img {
    left: 0;
    aspect-ratio: 216/149;
    width: clamp(12.5rem, 9.0773809524vw + 8.1428571429rem, 16.3125rem);
  }
  .c_popup01#popup_03 .c_popup01__flex_reverse .c_popup01__flex__content {
    padding-left: 0;
  }
  .js_popup__close:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=maps/career.css.map */
