@charset "UTF-8";
.scttl {
  font-size: clamp(21px, 2.73vw, 30px);
  line-height: 1.12;
  margin-bottom: clamp(44px, 5.73vw, 2.5em);
}
.scttl .rubik {
  font-size: clamp(50px, 6.51vw, 80px);
  display: block;
  margin-bottom: 0.2em;
}

/* ======================
page_head
========================= */
.page_head {
  overflow-x: clip;
}
.page_head-imgbk {
  width: 100%;
  height: 48.44vw;
  min-height: 532px;
  position: relative;
  overflow-x: clip;
}
.page_head-imgbk img {
  width: 100%;
  height: 69.27vw;
  min-width: 980px;
  min-height: 762px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.page_head-imgbk .sp {
  display: none;
}
.page_head-imgbk .pc {
  display: block;
}
.page_head-entrybtn {
  font-size: 25px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 22%;
  height: clamp(70px, 5.47vw, 90px);
  max-width: 230px;
  border: 1px solid #3c3c3c;
  border-radius: 30px;
  background: #3c3c3c;
  position: fixed;
  bottom: 40px;
  right: 8.8vw;
  z-index: 99;
  transition: 0.2s;
}
.page_head-entrybtn::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../imgs/common/arrow_wh.svg) no-repeat center / contain;
  transition: 0.2s;
}
.page_head-entrybtn:hover {
  color: #3c3c3c;
  background: #fff;
}
.page_head-entrybtn:hover::after {
  background: url(../imgs/common/arrow_gry.svg) no-repeat center / contain;
}
article::before {
  content: "";
  width: 100%;
  height: 17.14vw;
  background: url(../imgs/recruit/mv_btm.png) no-repeat center bottom / 100%;
  position: absolute;
  bottom: calc(100% - 1px);
}
/* rct_top */
.rct_top .page_head-inner {
  width: 93%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rct_top .page_head-ttl {
  width: 35%;
  max-width: 622px;
  min-width: 254px;
}
/* ======================
lead
========================= */
.lead {
  background: #00a0da;
  padding-bottom: clamp(90px, 11.72vw, 270px);
}
.lead .lead_in::before {
  content: "";
  width: 76.74%;
  max-width: 1105px;
  height: 460px;
  background: url(../imgs/recruit/lead_bg.png) no-repeat center/contain;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-19.5%, -50%);
}
.lead .txtbk {
  font-size: clamp(19px, 2.47vw, 22px);
  line-height: 2.27;
  display: flex;
  flex-direction: column;
  gap: 2.27em;
  padding-top: clamp(130px, 16.93vw, 238px);
  max-width: 638px;
  position: relative;
}
.lead .txtbk {
  max-width: 638px;
}
.lead .txtbk p span {
  display: inline-block;
}
.lead .imgbk {
  width: 100%;
  max-width: 1436px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-11%, 48%);
}
/* ======================
doto
========================= */
.doto {
  padding: 26px 0 37px;
}
.doto::before {
  content: "";
  width: 100%;
  height: 18.23vw;
  min-height: 350px;
  background: url(../imgs/common/milk_top.png) no-repeat bottom center/100%;
  position: absolute;
  bottom: calc(100% - 1px);
}
.doto .doto_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 33.18vw;
  max-height: 637px;
  min-height: 390px;
}
.doto .doto_list li:not(:last-child) {
  margin-bottom: 64px;
}
.doto .doto_list li:nth-child(odd) {
  flex-direction: row-reverse;
}
.doto .doto_list li .imgbk {
  width: 50%;
  position: relative;
}
.doto .doto_list li:nth-child(odd) .imgbk img {
  width: 144%;
  max-width: 1034px;
}
.doto .doto_list li:nth-child(even) .imgbk img {
  width: 141%;
  max-width: 1014px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.doto .doto_list li .txtbk {
  width: 44%;
  max-width: 600px;
}
.doto .doto_list li .txtbk .doto_list-ttlWrap::before {
  content: "";
  width: 18.23vw;
  max-width: 204.5px;
  min-width: 140px;
  height: 14.45vw;
  max-height: 161.5px;
  min-height: 111px;
  background-image: url(../imgs/recruit/doto_deco_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-27%, -58%);
}
.doto .doto_list li .txtbk .doto_list-ttlWrap {
  margin-bottom: 2.1em;
}
.doto .doto_list li:nth-child(even) .txtbk .doto_list-ttlWrap::before {
  background-image: url(../imgs/recruit/doto_deco_2.png);
}
.doto .doto_list li .txtbk .doto_list-ttl {
  font-size: clamp(21px, 2.73vw, 30px);
  line-height: 1.66;
  display: flex;
  align-items: center;
  max-width: 15em;
  min-height: 3.32em;
}

.doto .doto_list li .txtbk .doto_list-ttl span {
  display: inline-block;
}
.doto .doto_list li .txtbk p {
  line-height: 1.75;
}
/* ======================
message
========================= */
.message {
  padding-top: max(130px, 28.54vw);
  margin-bottom: 645px;
  background: url(../imgs/recruit/message_bg.png) no-repeat center top / 100%;
}
.message_in {
  padding-bottom: 748px;
}
.message_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(100px, 16.93vw, 257px);
}
.message .message_cont .scttl .rubik {
  margin-bottom: 0.23em;
}
.message .message_cont .txtbk {
  width: 58%;
  max-width: 900px;
}
.message .message_cont .txtbk p {
  font-size: clamp(18px, 2.34vw, 25px);
  line-height: 1.6;
}
.message .message_cont .namebk {
  display: flex;
  flex-direction: column;
  gap: 1.4em;
  position: absolute;
  left: 0;
  bottom: 0;
}
.message .message_cont .namebk .namebk_post {
  line-height: 1.5;
  flex-shrink: 0;
}
.message .message_cont .namebk .namebk_post span {
  font-size: clamp(18px, 2.34vw, 25px);
  line-height: 1.2;
  display: block;
}
.message .message_cont .namebk .namebk_name {
  max-width: 342px;
}
/* company_btn */
.company_btn {
  display: flex;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.company_btn * {
  transition: 0.3s;
}
.company_btn .company_btn-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  max-width: 300px;
  padding: 3.68%;
}
.company_btn .company_btn-txt .rubik {
  font-size: clamp(25px, 3.26vw, 35px);
  line-height: 1.14;
  display: block;
  margin-bottom: 0.2em;
}
.company_btn .company_btn-txt .ja {
  font-size: 18px;
  line-height: 1.66;
  display: flex;
  align-items: center;
  gap: 1em;
}
.company_btn .company_btn-txt .ja::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../imgs/common/arrow_bl.svg) no-repeat center / contain;
}
.company_btn .imgbk {
  min-width: 70%;
  width: calc(100% - 300px);
}
.company_btn:hover .company_btn-txt {
  color: #fff;
  background: #00a0da;
}
.company_btn:hover .company_btn-txt .ja::after {
  background: url(../imgs/common/arrow_wh.svg) no-repeat center / contain;
}
/* intervew */
.rct_top .interview {
  width: 90%;
  max-width: 1440px;
  padding: 12.85% 6.25% 12.15% 8.19%;
  background: url(../imgs/recruit/interview_bg.jpg) repeat center / 93.75%;
  border-radius: clamp(50px, 13.33vw, 200px);
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
}
.rct_top .interview * {
  transition: 0.3s;
}
.rct_top .interview .scttl {
  margin-bottom: clamp(44px, 5.73vw, 2em);
}
.rct_top .interview .imgbk {
  width: 66%;
  max-width: 810px;
  position: absolute;
  top: 50%;
  left: 34.3%;
  transform: translateY(-50%);
}
.rct_top .interview p {
  line-height: 1.75;
  width: 36%;
  max-width: 443px;
  margin-bottom: 116px;
}
.rct_top .interview a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 34%;
  max-width: 350px;
  min-width: 288px;
  padding: 25px min(11.43%, 40px) 25px min(8.57%, 30px);
  border-radius: 35px;
}
.rct_top .interview a::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../imgs/common/arrow_bl.svg) no-repeat center / contain;
}
.rct_top .interview:hover {
  scale: 0.9;
}
.rct_top .interview:hover .interview_in {
  scale: 1.1;
}
.rct_top .interview a:hover {
  background: #8fc31f;
  color: #fff;
}
.rct_top .interview a:hover::after {
  background: url(../imgs/common/arrow_wh.svg) no-repeat center / contain;
}
/* ======================
recruiting
========================= */
.recruiting {
  padding-bottom: clamp(100px, 13.02vw, 230px);
}
.recruiting_sttl {
  font-size: clamp(21px, 2.73vw, 30px);
  line-height: 1;
  margin-bottom: 70px;
}
.recruiting_sttl::before {
  content: "●";
  margin-right: 0.5em;
}
/* requirements */
.requirements .requirements_cont {
  padding-bottom: clamp(100px, 13.02vw, 130px);
}
.requirements .requirements_cont-ttl {
  font-size: clamp(18px, 2.34vw, 25px);
  line-height: 1.2;
  margin-bottom: 15px;
  padding-left: 2.5%;
}
.requirements .requirements_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(50px, 6.51vw, 108px);
}
.requirements .requirements_list dt {
  font-size: clamp(17px, 2.21vw, 20px);
  font-weight: 700;
  width: 20.83%;
  min-width: 100px;
  border-bottom: 1px solid #8fc31f;
  display: flex;
  align-items: center;
  padding-left: 2.5%;
}
.requirements .requirements_list dt span span {
  display: inline-block;
}
.requirements .requirements_list dt:first-child {
  border-top: 1px solid #8fc31f;
}
.requirements .requirements_list dd {
  font-size: clamp(17px, 2.21vw, 20px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  max-width: 79.17%;
  min-height: clamp(100px, 16.93vw, 130px);
  padding: 1em 3.2%;
  border-bottom: 1px solid #ddd;
}
.requirements .requirements_list dt:first-child + dd {
  border-top: 1px solid #ddd;
}
.requirements .requirements_list dd span {
  display: inline-block;
}
.requirements .entry_btn:hover {
  background: #00a0da;
}

/* flow */
.flow .recruiting_sttl {
  margin-bottom: 46px;
}
.flow .flow_list {
  display: flex;
  justify-content: space-between;
  gap: calc((100% - 1000px) / 3);
  margin-bottom: clamp(50px, 6.51vw, 93px);
}
/* .flow .flow_list::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #f5f5f5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} */
.flow .flow_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1em 12%;
  width: 23.35%;
  max-width: 250px;
  aspect-ratio: 1/1;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 2%;
  position: relative;
}
.flow .flow_list li:not(:last-child):after {
  content: "";
  width: calc(200px / 3);
  height: 30px;
  background: url(../imgs/recruit/flow_arrow.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.flow .flow_list li .imgbk {
  width: 11.33vw;
  max-width: 87px;
  min-width: 72px;
}
.flow .flow_list li .txtbk {
  display: flex;
  align-items: center;
  height: 2.4em;
}
.flow .flow_list li .txtbk p {
  font-size: clamp(18px, 2.34vw, 25px);
  line-height: 1.2;
}
.flow .faq_btn {
  background: #727171;
}
.flow .faq_btn:hover {
  background: #8e8e8e;
}
@media screen and (max-width: 1600px) {
  /* ======================
	message
	========================= */
  .message {
    margin-bottom: max(520px, 40.31vw);
  }
  .message_in {
    padding-bottom: max(612px, 46.75vw);
  }
}

@media screen and (max-width: 1280px) {
  #totop {
    bottom: 126px;
  }
  /* ======================
	page_head
	========================= */
  .page_head-entrybtn {
    right: 2vw;
  }
  /* ======================
	recruiting
	========================= */
  .flow .flow_list {
    gap: 50px 30px;
  }
  .flow .flow_list li:not(:last-child):after {
    width: 30px;
  }
}
@media screen and (max-width: 1060px) {
}
@media screen and (max-width: 980px) {
  /* ======================
	lead
	========================= */
  .lead {
    padding-bottom: 0;
  }
  .lead_in {
    width: 100%;
  }
  .lead .txtbk {
    width: 90%;
    margin: 0 auto 30px 5%;
  }

  .lead .imgbk {
    width: 100%;
    max-width: 882px;
    height: 57.26vw;
    max-height: 505px;
    min-height: 287px;
    margin: 0 auto;
    position: relative;
    left: auto;
    transform: initial;
    overflow-x: clip;
  }
  .lead .imgbk img {
    min-width: 500px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* ======================
	doto
	========================= */
  .doto .doto_list li {
    flex-direction: column !important;
    height: auto;
    max-height: initial;
    min-height: initial;
  }
  .doto .doto_list li .imgbk {
    width: 100%;
    height: 330px;
    margin: 0 auto 40px;
    position: relative;
    left: 0;
    bottom: 0;
    transform: initial;
  }
  .doto .doto_list li .imgbk img,
  .doto .doto_list li:nth-child(even) .imgbk img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .doto .doto_list li:nth-child(even) .imgbk img {
    width: 526px;
  }
  .doto .doto_list li:nth-child(odd) .imgbk img {
    width: 537px;
  }
  .doto .doto_list li .txtbk {
    width: 100%;
    max-width: initial;
  }
  /* ======================
	message
	========================= */
  .message {
    margin-bottom: clamp(470px, 67.71vw, 520px);
  }
  .message_in {
    padding-bottom: clamp(520px, 79.69vw, 612px);
  }
  .message_cont {
    flex-direction: column;
    align-items: center;
  }
  .message .message_cont .txtbk {
    width: 100%;
    margin-bottom: 80px;
  }
  .message .message_cont .namebk {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.4em;
    position: static;
  }

  /* intervew */
  .rct_top .interview {
    padding: max(50px, 6.51vw) 10% max(50px, 6.51vw) 10%;
  }
  .rct_top .interview .scttl {
    text-align: center;
  }
  .rct_top .interview .imgbk {
    width: 110%;
    max-width: 450px;
    margin: 0 auto 45px;
    position: static;
    transform: translateX(-5%);
  }
  .rct_top .interview p {
    width: 100%;
    max-width: initial;
    margin-bottom: 45px;
  }
  .rct_top .interview a {
    width: 100%;
    min-width: initial;
    margin: 0 auto;
  }
  .rct_top .interview:hover {
    scale: 1;
  }
  .rct_top .interview:hover .interview_in {
    scale: 1;
  }
  /* ======================
	recruiting
	========================= */
  /* flow */
  .flow .flow_list {
    flex-direction: column;
    align-items: center;
  }
  .flow .flow_list li:not(:last-child):after {
    width: 6.67%;
    height: 50px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .flow .flow_list::before {
    width: 3px;
    height: 100%;
  }
  .flow .flow_list li {
    flex-direction: row;
    width: 100%;
    max-width: 450px;
    padding: 4% 10%;
    aspect-ratio: initial;
  }
  .flow .flow_list li .txtbk {
    width: 60%;
  }
  .flow .flow_list li .txtbk p {
    text-align: left;
  }
}
@media screen and (max-width: 840px) {
  .company_btn .company_btn-txt {
    width: 227px;
  }
  .company_btn .imgbk {
    width: calc(100% - 227px);
    min-width: initial;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 80px 5% 78px;
  }
  #totop {
    bottom: 78px;
  }
  .scttl .rubik > span {
    display: block;
  }
  /* ======================
	page_head
	========================= */
  .page_head-imgbk .sp {
    display: block;
  }
  .page_head-imgbk .pc {
    display: none;
  }
  .page_head-imgbk img {
    width: auto;
    height: 538px;
    min-width: initial;
    min-height: initial;
  }
  .page_head-entrybtn {
    bottom: 0;
    right: 0;
    transform: initial;
    width: 100%;
    max-width: initial;
    border-radius: 0;
  }

  /* ======================
	message
	========================= */
  .message .message_cont .txtbk {
    margin-bottom: 16vw;
  }
  .message .message_cont .namebk {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    max-width: 342px;
  }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 500px) {
  /* ======================
	lead
	========================= */
  .lead .lead_in::before {
    content: none;
  }
  /* ======================
	message
	========================= */
  .company_btn {
    flex-direction: column-reverse;
    max-width: 290px;
  }
  .company_btn .company_btn-txt {
    align-items: center;
    width: 100%;
    max-width: initial;
    height: 90px;
  }
  .company_btn .imgbk {
    width: 100%;
    min-width: initial;
  }
  .company_btn img[src*="_sp"] {
    display: block;
  }
  .company_btn img[src*="_pc"] {
    display: none;
  }
}

@media screen and (min-width: 769px) {
}
