@charset "UTF-8";
:root {
  --gradation:linear-gradient(to bottom,#828AFF 0,#CEA1FE 100%);
}

header.recruit .return_buttons a {
  display: block;
  padding: 10px 40px;
  background: var(--gradation);
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
}

.recruit .rec_page_top {
  display: flex;
  align-items: center;
  padding-top: 70px;
  aspect-ratio: 50/36;
  background: url("../images/recruit/header_recruit_sp.png") no-repeat right top/cover;
}
@media screen and (min-width: 768px) {
  .recruit .rec_page_top {
    background: url("../images/recruit/header_recruit.png") no-repeat right top/cover;
    aspect-ratio: 16/5;
  }
}
.recruit .rec_page_top.diaogue {
  background: url("../images/recruit/header_diaogue_sp.png") no-repeat right top/cover;
}
@media screen and (min-width: 768px) {
  .recruit .rec_page_top.diaogue {
    background: url("../images/recruit/header_diaogue.png") no-repeat right top/cover;
  }
}
.recruit .rec_page_top.staff_box {
  background: url("../images/recruit/header_staff_sp.png") no-repeat right top/cover;
}
@media screen and (min-width: 768px) {
  .recruit .rec_page_top.staff_box {
    background: url("../images/recruit/header_staff.png") no-repeat right top/cover;
  }
}
.recruit .rec_page_top.message_detail {
  background: url("../images/recruit/header_message_sp.png") no-repeat right top/cover;
}
@media screen and (min-width: 768px) {
  .recruit .rec_page_top.message_detail {
    background: url("../images/recruit/header_message.png") no-repeat right top/cover;
  }
}
.recruit .rec_page_top h2 {
  color: #fff;
}
.recruit .rec_page_top h2 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 992px) {
  .recruit .rec_page_top h2 span {
    font-size: 80px;
  }
}
.recruit h2 {
  margin-bottom: 50px;
  color: #333;
  text-align: center;
}
.recruit h2 strong {
  font-family: "Noto Sans JP", sans-serif;
  color: #1C86F3;
  font-size: 10vw;
}
@media screen and (min-width: 768px) {
  .recruit h2 strong {
    font-size: 56px;
  }
}
@media screen and (min-width: 992px) {
  .recruit h2 strong {
    font-size: 80px;
  }
}
.recruit .link_button_gradation_box a, .recruit .link_button_gradation {
  width: min(380px, 100%);
  height: 70px;
  border-radius: 40px;
  background: var(--gradation);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recruit .link_button_gradation_box a, .recruit .link_button_gradation {
    font-size: 24px;
  }
}
.recruit .link_button_gradation_box a.center, .recruit .link_button_gradation.center {
  margin: 20px auto;
}
.recruit .link_button_gradation_box a .arrow, .recruit .link_button_gradation .arrow {
  width: 40px;
  aspect-ratio: 1;
  background-color: white;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.recruit .link_button_gradation_box a .arrow:after, .recruit .link_button_gradation .arrow:after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid #917eaa;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
.recruit #news {
  padding: 50px 0;
  background: #F9F8F4;
}
@media screen and (min-width: 768px) {
  .recruit #news {
    padding: 100px 0;
  }
}
.recruit #news figure {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px #aaa;
}
@media screen and (min-width: 768px) {
  .recruit #news figure {
    padding: 50px;
  }
}
.recruit #news figure img {
  margin: 0 auto;
}
.recruit .message {
  padding: 50px 0;
  background: url("../images/recruit/pattern_message01.png") no-repeat right top/30%, url("../images/recruit/pattern_message02.png") no-repeat left bottom/20%;
}
@media screen and (min-width: 768px) {
  .recruit .message {
    padding: 100px 0;
    background: url("../images/recruit/pattern_message01.png") no-repeat right top/15%, url("../images/recruit/pattern_message02.png") no-repeat left bottom/10%;
  }
}
.recruit .message .wrapper {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .recruit .message .wrapper {
    gap: 50px;
    grid-template-columns: 490px 1fr;
  }
}
.recruit .message .wrapper p {
  font-size: 18px;
}
.recruit .about {
  padding: 50px 0;
  background: #F9F8F4;
}
@media screen and (min-width: 992px) {
  .recruit .about {
    padding: 100px 0;
  }
}
.recruit .about .wrapper {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .recruit .about .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .recruit .about .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.recruit .about .wrapper > div {
  background: #fff;
  padding: 50px 0;
  border-radius: 30px;
  box-shadow: 0 1px 2px #aaa;
  text-align: center;
}
.recruit .about .wrapper > div p {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .recruit .about .wrapper > div p {
    font-size: 32px;
  }
}
.recruit .about .wrapper > div img {
  margin: 0 auto;
  max-height: 200px;
  width: auto;
}
.recruit .staff {
  background: url("../images/recruit/pattern_staff01.png") no-repeat right top/20%, url("../images/recruit/pattern_staff02.png") no-repeat left bottom/30%;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .recruit .staff {
    padding: 100px 0;
    background: url("../images/recruit/pattern_message01.png") no-repeat right top/15%, url("../images/recruit/pattern_message02.png") no-repeat left bottom/10%;
  }
}
.recruit .staff .interview_content a {
  display: block;
  padding: 15px;
  background: #58D6F7;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #fe0;
  font-weight: bold;
}
.recruit .staff .interview_content a figure {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.recruit .staff .interview_content a .text {
  font-size: 110%;
  font-weight: bold;
}
.recruit .staff .recruit_bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .recruit .staff .recruit_bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .recruit .staff .recruit_bottom {
    grid-template-columns: repeat(3, 1fr);
  }
}
.recruit .staff .recruit_bottom iframe {
  aspect-ratio: 16/9;
  border-radius: 20px;
}
.recruit .job {
  background-color: #F9F8F4;
  background-image: url("../images/recruit/pattern_recruit02.png"), url("../images/recruit/pattern_recruit01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, left bottom;
  background-size: 15%, 15%;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .recruit .job {
    padding: 100px 0;
  }
}
.recruit .job .wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
.recruit .job .wrapper .recruit_content {
  display: grid;
  grid-template-rows: 1fr 50px;
  border: 1px solid #1C86F3;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recruit .job .wrapper .recruit_content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 50px;
  }
}
.recruit .job .wrapper .recruit_content .recruit_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .recruit .job .wrapper .recruit_content .recruit_inner {
    grid-template-columns: 260px 1fr;
  }
}
.recruit .job .wrapper .recruit_content .recruit_inner .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.recruit .job .wrapper .recruit_content .recruit_inner .tags span {
  padding: 1px 5px;
  background: #fe0;
}
.recruit .job .wrapper .recruit_content .recruit_inner h4 {
  font-size: 20px;
}
.recruit .job .wrapper .recruit_content .arrow {
  background: #1C86F3;
  display: grid;
  place-content: center;
}
.recruit .job .wrapper .recruit_content .arrow:after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
.recruit.message p {
  font-size: 18px;
}
.recruit.message .message_top_img {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.recruit.message .img_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  .recruit.message .img_box {
    grid-template-columns: repeat(4, 1fr);
  }
}
.recruit.message .text-end img {
  margin-left: auto;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .recruit.message .text-end img {
    width: auto;
  }
}
.recruit.staff .staff {
  background: none;
}
.recruit.job .job {
  background: none;
}
.recruit.job .accordion {
  margin-bottom: 50px;
  background: #fff;
  border: 1px solid #1C86F3;
  border-radius: 20px;
  overflow: hidden;
}
.recruit.job .accordion h3 {
  padding: 0;
  background: #1C86F3;
}
.recruit.job .accordion .accordion-body {
  padding: 0 20px;
  background: #fff;
}
.recruit.job .accordion .accordion-body .item {
  padding: 20px;
}
.recruit.job .accordion .accordion-body .item:not(.fr1) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  border-bottom: 1px dashed;
}
@media screen and (min-width: 768px) {
  .recruit.job .accordion .accordion-body .item:not(.fr1) {
    grid-template-columns: 200px 1fr;
  }
}
.recruit.job .accordion .accordion-body .item:not(.fr1) > *:first-child {
  color: #1C86F3;
  font-weight: bold;
}
.recruit.job .accordion .accordion-body .item .type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.recruit.job .accordion .accordion-body .item .type .check_item {
  padding: 3px 15px;
  border-radius: 100px;
  background: #1C86F3;
}
.recruit.job .accordion .accordion-body .item .type .check_item label {
  color: #fff;
}
.recruit.job .accordion .accordion-body .item input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.recruit.job .accordion .accordion-body .item input[type=checkbox] {
  position: static;
  margin-left: 0;
  margin-right: 5px;
}
.recruit.job .accordion .accordion-body .item button {
  display: block;
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  background: #FFB84D;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.recruit.dialogue .dialogue_wrapper .dialogue_content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
  padding: 10px;
  padding-top: 0;
  border-bottom: 1px solid #1C86F3;
}
@media screen and (min-width: 768px) {
  .recruit.dialogue .dialogue_wrapper .dialogue_content {
    grid-template-columns: 360px 1fr;
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .recruit.dialogue .dialogue_wrapper .dialogue_content {
    grid-template-columns: 500px 1fr;
    gap: 50px;
    padding: 30px;
  }
}
.recruit.dialogue .dialogue_wrapper .dialogue_content figure {
  border-radius: 20px;
  overflow: hidden;
}
.recruit.dialogue .dialogue_wrapper .dialogue_content .detail .title {
  margin-bottom: 20px;
  color: #1C86F3;
  font-size: 18px;
  font-weight: bold;
}
.recruit.dialogue .dialogue_wrapper .dialogue_content .detail .member {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.recruit.single .bg {
  margin: 20px 0;
  padding: 20px;
  border-radius: 20px;
  background: #F9F8F4;
  font-weight: bold;
  text-align: center;
}
.recruit.single .bg strong {
  display: block;
  font-size: 28px;
}
.recruit.single p {
  min-height: 10px;
}
.recruit.single h4 {
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #1C86F3;
  border-left-width: 10px;
  font-size: 24px;
}
.recruit.single h5 {
  margin-bottom: 15px;
  font-size: 20px;
}
.recruit.single h5:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 10px;
  background: #1C86F3;
  vertical-align: middle;
}
.recruit .pager {
  margin-top: 50px;
}
.recruit .pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.recruit .pager ul .page-item {
  height: 50px;
  width: 50px;
}
.recruit .pager ul .page-item span, .recruit .pager ul .page-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 100%;
}
.recruit .pager ul .page-item span {
  background: #1C86F3;
  color: #fff;
  font-weight: bold;
}
.recruit .pager ul .page-item a {
  background: #ddd;
  color: #333;
  font-weight: bold;
}

.rec_banner {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .rec_banner {
    padding: 100px 0;
  }
}
.rec_banner figure {
  border-radius: 20px;
  overflow: hidden;
}

footer.rec_footer {
  border: none;
  padding: 100px 0;
  background-color: #F9F8F4;
}
footer.rec_footer .footer_wrapper + .copy {
  margin-top: 0;
}

.floating {
  position: fixed;
  right: 0;
  bottom: 60px;
  width: 80px;
  height: 80px;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .floating {
    width: 100px;
    height: 100px;
  }
}
.floating a {
  display: block;
  height: 100%;
}
.floating a div {
  font-size: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, #7324F5 20%, #EA6C2C 40%, #F09737 67%, #E9416B 75%);
  /* 背景をテキストの形で切り抜く（ベンダープレフィックスも併記）*/
  -webkit-background-clip: text;
  background-clip: text;
  /* 本来のアイコンの色を透明にする */
  color: transparent;
  /* アイコンのサイズを調整したい場合 */
}/*# sourceMappingURL=recruit.css.map */