.page-request-form input[type='checkbox'] {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.page-request-form input[type='checkbox']:checked {
  background-image: url(/assets/atoms-icon/done_blue_24dp.svg);
  background-size: 14px;
  background-repeat: no-repeat;
}
#corfirmation-error {
  padding-left: 1rem;
  display: block;
  text-align: center;
}
#contents_inquiry_block label.error {
  padding-top: 0.5rem;
  display: block;
}
@charset "UTF-8";
html {
  color: #333;
}
body {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em;
  line-height: 180%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 160%;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}
dd {
  margin-inline-start: 0;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}
input,
textarea,
select {
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
#wrapper {
  position: relative;
  padding: 0;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.inner {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding: 120px 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .inner {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type='submit'] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.5;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
button {
  outline: none;
}
#wapper {
  display: flex;
  position: relative;
  overflow: hidden;
}
#as_main {
  width: calc(100% - 485px);
}
@media screen and (max-width: 1380px) {
  #as_main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #as_main {
    width: 100%;
  }
}
.after {
  position: relative;
}
.after::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 20;
  height: 100%;
  opacity: 0.9;
}
.show_flex {
  display: flex !important;
  transition: 0.3s ease-in-out;
}
.show {
  display: block !important;
  right: 0 !important;
  transition: 0.3s ease-in-out;
}
.hide {
  display: none !important;
}
.hide_r {
  right: -360px !important;
  transition: 0.3s ease-in-out;
}
#side_close {
  display: none;
  background: #006eba;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 60px;
  z-index: 80;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
#side .py-2 {
  display: none;
}
#side_btn {
  display: none;
  z-index: 20;
  background: #f49f00;
  position: relative;
  border-radius: 20px 0 0 20px;
  padding: 55px 15px 30px 15px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  writing-mode: tb-rl;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #side_btn {
    border-radius: 5px 0 0 5px;
    padding: 50px 8px 35px 8px;
    font-size: 13px;
  }
}
#side_btn:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}
#side_btn::after {
  position: absolute;
  content: '';
  width: 39px;
  height: 26px;
  left: calc(50% - 19.5px);
  top: 30px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/side_btn_icon.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #side_btn::after {
    width: 18px;
    height: 13px;
    left: calc(50% - 9px);
    top: 40px;
  }
}
@media screen and (max-width: 1380px) {
  #side_btn {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
  }
}
@media screen and (min-width: 1381px) {
  #side_btn {
    display: none !important;
  }
  #side.hide_r {
    right: 0 !important;
  }
}
#side {
  z-index: 20;
  width: 485px;
  background: #eaf6ff;
  padding: 20px 30px;
  position: fixed;
  right: 0;
  top: 0;
  height: -webkit-fill-available;
  padding-top: 70px;
}
@media screen and (max-width: 1380px) {
  #side {
    position: fixed;
    width: 360px;
    right: -360px;
    transition: 0.3s ease-in-out;
    padding: 20px 20px;
    padding-top: 80px;
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  #side {
    height: 100vh !important;
  }
}
#side .ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #f49f00;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1380px) {
  #side .ttl {
    font-size: 20px;
  }
}
#side .ttl span {
  font-size: 18px;
  display: block;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 1380px) {
  #side .ttl span {
    font-size: 16px;
  }
}
#side .contact dl {
  width: 100%;
  display: block;
}
#side .contact dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #side .contact dl + dl {
    margin-top: 5px;
  }
}
#side .contact dl dt {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  font-weight: 700;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  #side .contact dl dt {
    margin-bottom: 0;
  }
}
#side .contact dl dt .required {
  background: #f49f00;
  color: #fff;
  font-size: 10px;
  line-height: 100%;
  font-weight: 700;
  width: fit-content;
  padding: 3px 5px;
  border-radius: 3px;
  margin-left: 5px;
}
#side .contact dl dt .any {
  background: #999;
  color: #fff;
  font-size: 10px;
  line-height: 100%;
  font-weight: 700;
  width: fit-content;
  padding: 3px 5px;
  border-radius: 3px;
  margin-left: 5px;
}
#side .contact input,
#side .contact textarea {
  width: 100%;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #717171;
  font-weight: 400;
  font-size: 14px;
}
#side .contact textarea {
  height: 80px;
}
#side .mb-4 {
  margin-bottom: 12px;
}
#side .mb-2 {
  margin-bottom: 0.2rem;
}
#side .font-semibold {
  font-size: 12px;
}
#side .font-bold {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #side .contact input,
  #side .contact textarea {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  #side .contact .send_item {
    margin-top: 0;
  }
}
#side .contact .send_item dt {
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #side .contact .send_item dt {
    margin-bottom: 3px;
  }
}
#side .contact .send_item dt input {
  width: fit-content;
}
#side .contact .send_item dd {
  display: flex;
  justify-content: center;
}
#side .send_btn {
  position: relative !important;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}
#side .send_btn::after {
  position: absolute !important;
  content: '' !important;
  width: 20px !important;
  height: 18px !important;
  left: 80px !important;
  top: 50% !important;
  z-index: 1 !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  background: url(/assets/img/recruit/send_icon.png) no-repeat center / contain !important;
  transition: 0.3s ease-in-out !important;
}
#side .send_btn button,
#side .send_btn [type='button'],
#side .send_btn [type='reset'],
#side .send_btn [type='submit'] {
  margin: auto !important;
  width: fit-content !important;
  cursor: pointer !important;
  background: #006eba !important;
  border-radius: 28px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 15px 80px 15px 110px !important;
  line-height: 100% !important;
  transition: 0.3s ease-in-out !important;
}
#side .send_btn button:hover,
#side .send_btn [type='button']:hover,
#side .send_btn [type='reset']:hover,
#side .send_btn [type='submit']:hover {
  background: #f49f00 !important;
  transition: 0.3s ease-in-out !important;
}
.fv2 {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/assets/img/recruit/fv_bg.jpg) no-repeat center / contain;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .fv2 {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  #side .send_btn button,
  #side .send_btn [type='button'],
  #side .send_btn [type='reset'],
  #side .send_btn [type='submit'] {
    font-size: 14px !important;
    padding: 10px 80px 10px 110px !important;
  }
  .fv2 {
    background: url(/assets/img/recruit/fv_bg_sp.jpg) no-repeat center / contain;
    background-size: 100% 100%;
    height: fit-content;
    overflow: hidden;
  }
}
.fv2 dl {
  max-width: 1180px;
  height: 100%;
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .fv2 dl {
    padding-top: 0;
    display: block;
    padding-bottom: 100px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.fv2 dl dd {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .fv2 dl dd {
    width: 100%;
    text-align: center;
  }
}
.fv2 dl dd img {
  position: absolute;
  width: 123%;
  bottom: 0;
  left: 0;
  max-width: 380px;
}
@media screen and (max-width: 1560px) {
  .fv2 dl dd img {
    max-width: 340px;
  }
}
@media screen and (max-width: 1460px) {
  .fv2 dl dd img {
    max-width: 320px;
    left: -20px;
  }
}
@media screen and (max-width: 1330px) {
  .fv2 dl dd img {
    max-width: 360px;
    left: 0;
  }
}
@media screen and (max-width: 950px) {
  .fv2 dl dd img {
    left: -20px;
    max-width: 320px;
  }
}
@media screen and (max-width: 820px) {
  .fv2 dl dd img {
    left: -20px;
    width: 230px !important;
    bottom: -20px !important;
  }
}
@media screen and (max-width: 768px) {
  .fv2 dl dd img {
    left: 0;
    max-width: 54%;
    bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .fv2 dl dd img {
    bottom: -30px;
  }
}
.fv2 dl dt {
  width: 73%;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 768px) {
  .fv2 dl dt {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    background: none;
    height: auto;
  }
}
.fv2 dl dt .sub_ttl {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 1024px) {
  .fv2 dl dt .sub_ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .fv2 dl dt .sub_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.fv2 dl dt .sub_ttl span {
  background: var(--Linear, linear-gradient(180deg, #ce9c00 21.21%, #e5b22b 45.11%, #da9308 78.79%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .fv2 dl dt .sub_ttl span {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fv2 dl dt .sub_ttl span {
    font-size: 22px;
  }
}
.fv2 dl dt .sub_ttl .b_t {
  margin-left: 5px;
  font-size: 46px;
}
@media screen and (max-width: 1024px) {
  .fv2 dl dt .sub_ttl .b_t {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .fv2 dl dt .sub_ttl .b_t {
    margin-left: 5px;
    font-size: 26px;
  }
}
.fv2 dl dt .logo {
  max-width: 280px;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .fv2 dl dt .logo {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .fv2 dl dt .logo {
    max-width: 200px;
  }
}
.fv2 dl dt .icon {
  max-width: 535px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .fv2 dl dt .icon {
    max-width: 505px;
  }
}
@media screen and (max-width: 768px) {
  .fv2 dl dt .icon {
    max-width: 90%;
  }
}
.fv2 dl dt ul {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .fv2 dl dt ul {
    width: 55%;
    display: block;
    text-align: right;
    margin-right: 20px;
    margin-top: 40px;
  }
}
.fv2 dl dt ul li {
  width: fit-content;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 7px 35px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .fv2 dl dt ul li {
    padding: 15px 15px 7px 15px;
  }
}
@media screen and (max-width: 768px) {
  .fv2 dl dt ul li {
    width: 100%;
  }
  .fv2 dl dt ul li + li {
    margin-top: 10px;
  }
}
.fv2 dl dt ul li .list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv2 dl dt ul li .list {
    justify-content: center;
  }
}
.fv2 dl dt ul li .list .txt {
  font-size: 20px;
  font-weight: 700;
  color: #006eba;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fv2 dl dt ul li .list .txt {
    font-size: 13px;
  }
}
.fv2 dl dt ul li .list .num_ttl {
  font-size: 24px;
  font-weight: 700;
  color: #006eba;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .fv2 dl dt ul li .list .num_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 413px) {
  .fv2 dl dt ul li .list .num_ttl {
    font-size: 20px;
  }
}
.fv2 dl dt ul li .list .num_ttl .t48 {
  font-size: 54px;
}
@media screen and (max-width: 1024px) {
  .fv2 dl dt ul li .list .num_ttl .t48 {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .fv2 dl dt ul li .list .num_ttl .t48 {
    font-size: 26px;
  }
}
.fv2 dl dt ul li .list .num_ttl .t36 {
  font-size: 36px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1024px) {
  .fv2 dl dt ul li .list .num_ttl .t36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .fv2 dl dt ul li .list .num_ttl .t36 {
    font-size: 24px;
  }
}
.fv2 dl dt ul li .list .num_ttl .small {
  font-size: 8px;
  font-weight: 400;
  width: 100%;
  text-align: right;
  color: #555;
  line-height: 100%;
  letter-spacing: 0;
}
.fv {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/assets/img/recruit/fv_bg.jpg) no-repeat center / contain;
  background-size: cover;
}
@media screen and (max-width: 1480px) {
  .fv {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(/assets/img/recruit/fv_bg_sp.jpg) no-repeat center / contain;
    background-size: 100% 100%;
    height: fit-content;
    overflow: hidden;
  }
}
.fv dl {
  max-width: 1080px;
  height: 100%;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .fv dl {
    padding-top: 50px;
    background: url(/assets/img/recruit/fv_dl_bg_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
    display: block;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
.fv dl dd {
  position: relative;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .fv dl dd {
    width: 100%;
    text-align: center;
  }
}
.fv dl dd img {
  position: absolute;
  width: 136%;
  bottom: 0;
  left: 0;
  max-width: 136%;
}
@media screen and (max-width: 820px) {
  .fv dl dd img {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .fv dl dd img {
    left: 10px;
    max-width: 54%;
    bottom: -110px;
  }
}
@media screen and (max-width: 413px) {
  .fv dl dd img {
    left: -10px;
    max-width: 54%;
    bottom: -80px;
  }
}
.fv dl dt {
  width: 73%;
  background: url(/assets/img/recruit/fv_bg01.png) no-repeat center / contain;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv dl dt {
    display: block;
    padding-right: 30px;
    width: 100%;
    background: none;
    height: auto;
  }
}
@media screen and (max-width: 280px) {
  .fv dl dt {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.fv dl dt .sub_ttl {
  font-size: 24px;
  text-align: center;
  color: #f49f00;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .fv dl dt .sub_ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fv dl dt .sub_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.fv dl dt .logo {
  max-width: 350px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .fv dl dt .logo {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .fv dl dt .logo {
    max-width: 260px;
  }
}
.fv dl dt ul {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .fv dl dt ul {
    column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fv dl dt ul {
    display: block;
    text-align: right;
    margin-right: 0;
  }
}
.fv dl dt ul li {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .fv dl dt ul li + li {
    margin-top: 10px;
  }
}
.fv dl dt ul li .list {
  display: flex;
  align-items: center;
}
.fv dl dt ul li .list .txt {
  font-size: 14px;
  font-weight: 700;
  color: #555;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fv dl dt ul li .list .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 413px) {
  .fv dl dt ul li .list .txt {
    font-size: 12px;
  }
}
.fv dl dt ul li .list .p_t_10 {
  padding-top: 10px;
}
.fv dl dt ul li .list .num_ttl {
  font-size: 24px;
  font-weight: 700;
  color: #006eba;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .fv dl dt ul li .list .num_ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 413px) {
  .fv dl dt ul li .list .num_ttl {
    font-size: 20px;
  }
}
.fv dl dt ul li .list .num_ttl .t40 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .fv dl dt ul li .list .num_ttl .t40 {
    font-size: 38px;
  }
}
@media screen and (max-width: 413px) {
  .fv dl dt ul li .list .num_ttl .t40 {
    font-size: 36px;
  }
}
.fv dl dt ul li .list .num_ttl .t48 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .fv dl dt ul li .list .num_ttl .t48 {
    font-size: 46px;
  }
}
@media screen and (max-width: 413px) {
  .fv dl dt ul li .list .num_ttl .t48 {
    font-size: 42px;
  }
}
.fv dl dt ul li .list .num_ttl .small {
  font-size: 8px;
  font-weight: 400;
  width: 100%;
  text-align: right;
  color: #555;
  line-height: 100%;
  letter-spacing: 0;
}
#cv .ttl_icon {
  margin: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #cv .ttl_icon {
    margin-bottom: 20px;
  }
}
#cv .ttl_icon .ttl {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  #cv .ttl_icon .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #cv .ttl_icon .ttl {
    font-size: 16px;
  }
}
#cv .ttl_icon .icon {
  margin-left: 10px;
  max-width: 123px;
}
@media screen and (max-width: 1280px) {
  #cv .ttl_icon .icon {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  #cv .ttl_icon .icon {
    max-width: 70px;
  }
}
#cv .tag {
  display: flex;
  column-gap: 30px;
  width: fit-content;
  margin: auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  #cv .tag {
    column-gap: 20px;
    width: 100%;
  }
}
#cv .tag li {
  width: calc(50% - 15px);
  background: url(/assets/img/recruit/tag_bg.png) no-repeat center / contain;
  background-size: 100% 100%;
  padding: 20px 140px 20px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #cv .tag li {
    padding: 15px 100px 15px 60px;
  }
}
@media screen and (max-width: 768px) {
  #cv .tag li {
    width: calc(50% - 10px);
    padding: 10px 40px 10px 20px;
  }
}
@media screen and (max-width: 400px) {
  #cv .tag li {
    padding: 10px 25px 10px 15px;
  }
}
#cv .tag .t {
  font-size: 28px;
  color: #f49f00;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  #cv .tag .t {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #cv .tag .t {
    font-size: 16px;
  }
}
#cv .tag .b {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  #cv .tag .b {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #cv .tag .b {
    font-size: 20px;
    margin-top: 10px;
  }
}
#cv .tag .b span {
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  #cv .tag .b span {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  #cv .tag .b span {
    font-size: 28px;
  }
}
#cv .tag p {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #cv .tag p {
    font-size: 12px;
  }
}
#cv .logo_list {
  display: flex;
  column-gap: 35px;
  margin-top: 35px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #cv .logo_list {
    margin-top: 15px;
    column-gap: 15px;
  }
}
#cv .logo_list li {
  width: calc(25% - 26.25px);
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #cv .logo_list li {
    width: calc(33.3333% - 10px);
    margin-top: 10px;
  }
}
#reason {
  background: #f4f4f4;
  overflow: hidden;
  position: relative;
}
#reason::after {
  position: absolute;
  content: '';
  width: 662px;
  height: 690px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(/assets/img/recruit/reason_after.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #reason::after {
    width: 439px;
    height: 458px;
  }
}
#reason .inner {
  position: relative;
  z-index: 5;
}
#reason ul {
  display: block;
}
#reason ul li {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #reason ul li {
    display: block;
  }
}
#reason ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#reason ul li:nth-child(even) .img {
  padding-right: 0;
  padding-left: 7%;
}
@media screen and (max-width: 768px) {
  #reason ul li:nth-child(even) .img {
    padding-left: 0;
  }
}
#reason ul li:nth-child(even) .img img {
  border-radius: 0 15px 15px 0;
}
#reason ul li:nth-child(even) .img .icon {
  right: auto;
  left: 40px;
}
@media screen and (max-width: 768px) {
  #reason ul li:nth-child(even) .img .icon {
    left: -10px;
  }
}
#reason ul li:nth-child(odd) .img img {
  border-radius: 15px 0 0 15px;
}
#reason ul li + li {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #reason ul li + li {
    margin-top: 60px;
  }
}
#reason ul li .img {
  position: relative;
  width: 50%;
  padding-right: 7%;
}
@media screen and (max-width: 768px) {
  #reason ul li .img {
    width: 100%;
    padding-right: 0;
  }
}
#reason ul li .img .icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 70px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
  background: #006ebb5e;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #reason ul li .img .icon {
    padding: 0 15px;
    font-size: 40px;
    right: -10px;
    bottom: 20px;
  }
}
#reason ul li .txt {
  width: 50%;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #reason ul li .txt {
    width: 100%;
    margin-top: 20px;
  }
}
#reason ul li .txt .en {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #reason ul li .txt .en {
    font-size: 30px;
  }
}
#reason ul li .txt .h3_ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1365b1;
}
@media screen and (max-width: 1580px) {
  #reason ul li .txt .h3_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  #reason ul li .txt .h3_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #reason ul li .txt .h3_ttl {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 140%;
  }
}
#reason ul li .txt p {
  font-size: 16px;
  line-height: 180%;
  color: #1e1e1e;
}
@media screen and (max-width: 768px) {
  #reason ul li .txt p {
    font-size: 14px;
    line-height: 160%;
  }
}
.h2_ttl {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
  line-height: 1.6;
  color: #006eba;
}
@media screen and (max-width: 768px) {
  .h2_ttl {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.h2_ttl span {
  color: #ea6d69;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .h2_ttl span {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
#plan .movice {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #plan .movice {
    margin-bottom: 50px;
  }
}
#plan table {
  width: 100%;
}
#plan table td {
  padding: 30px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #plan table td {
    padding: 8px 3px;
  }
}
#plan table td:nth-child(1) {
  width: 20%;
  background: #e6f1f9;
  color: #006eba;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  #plan table td:nth-child(1) {
    width: 19%;
    font-size: 10px;
    letter-spacing: -0.03em;
    line-height: 140%;
  }
}
#plan table td:nth-child(2) {
  border-left: 3px solid #fff;
  width: 30%;
  background: #006eba;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #plan table td:nth-child(2) {
    line-height: 140%;
    width: 35%;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}
#plan table td:nth-child(3) {
  border-left: 3px solid #fff;
  width: 22%;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #333;
}
@media screen and (max-width: 768px) {
  #plan table td:nth-child(3) {
    width: 20%;
    font-size: 11px;
    letter-spacing: -0.02em;
    line-height: 140%;
  }
}
#plan table td:nth-child(4) {
  border-left: 3px solid #fff;
  width: 28%;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #333;
}
@media screen and (max-width: 768px) {
  #plan table td:nth-child(4) {
    width: 26%;
    font-size: 11px;
    letter-spacing: -0.02em;
    line-height: 140%;
  }
}
#plan table span {
  display: contents;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #plan table span {
    font-size: 10px;
    line-height: 120%;
  }
}
#plan table .num {
  display: contents;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #plan table .num {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
#plan table .b {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #plan table .b {
    font-size: 13px;
    letter-spacing: -0.02em;
  }
}
#plan table tr {
  display: flex;
  border-bottom: 3px solid #fff;
}
#plan table tr:nth-child(1) td:first-child {
  background: #fff;
}
#plan table tr:nth-child(1) td:nth-child(2) {
  background: #f8e671;
  border-left: 3px solid #fff;
}
#plan table tr:nth-child(1) td:nth-child(2) img {
  margin: auto;
  width: 88%;
}
#plan table tr:nth-child(1) td:nth-child(3),
#plan table tr:nth-child(1) td:nth-child(4) {
  background: #6e6e6e;
  border-left: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  #plan table tr:nth-child(1) td:nth-child(3),
  #plan table tr:nth-child(1) td:nth-child(4) {
    font-size: 13px;
  }
}
#plan table tr:nth-child(1) td:nth-child(3) span,
#plan table tr:nth-child(1) td:nth-child(4) span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #plan table tr:nth-child(1) td:nth-child(3) span,
  #plan table tr:nth-child(1) td:nth-child(4) span {
    font-size: 10px;
    font-weight: 500;
    line-height: 120%;
  }
}
#voice {
  background: #fef8eb;
}
#voice ul li {
  background: #fff;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 1px 15px 0 rgb(0 0 0 / 0.2);
}
@media screen and (max-width: 768px) {
  #voice ul li {
    padding: 20px 20px;
    border-radius: 10px;
  }
}
#voice ul li + li {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #voice ul li + li {
    margin-top: 30px;
  }
}
#voice ul li dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  #voice ul li dl {
    display: block;
  }
}
#voice ul li dl dt {
  width: 240px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #voice ul li dl dt {
    width: 100%;
    padding-right: 0;
  }
}
#voice ul li dl dt img {
  max-width: 200px;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #voice ul li dl dt img {
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
  }
}
#voice ul li dl dd {
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #voice ul li dl dd {
    width: 100%;
  }
}
#voice ul li dl dd .sub_ttl {
  text-align: left;
  font-size: 14px;
  color: #006eba;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #voice ul li dl dd .sub_ttl {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
  }
}
#voice ul li dl dd .ttl {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #voice ul li dl dd .ttl {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
  }
}
#voice ul li dl dd p {
  text-align: left;
}
#faq {
  background: #eaeaea;
  color: #fff;
}
#faq .inner {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #faq .inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #faq .h2_ttl {
    margin-bottom: 50px;
  }
}
#faq .h2_ttl span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #faq .h2_ttl span {
    font-size: 18px;
  }
}
#faq .faq_item {
  background: #fff;
  padding: 50px 65px 30px 65px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #faq .faq_item {
    padding: 15px 25px 25px 25px;
    border-radius: 10px;
  }
}
#faq .faq_item p:last-child {
  margin-bottom: 0;
}
#faq .faq_item .sub_ttl {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #faq .faq_item .sub_ttl {
    font-size: 20px;
  }
}
#faq .faq_item .faq-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list {
    margin-bottom: 20px;
  }
}
#faq .faq_item .faq-list label {
  position: relative;
  display: flex;
  margin-top: 0;
  cursor: pointer;
}
#faq .faq_item .faq-list label:first-of-type {
  margin-top: 0;
}
#faq .faq_item label {
  padding-bottom: 15px;
  padding-top: 15px;
}
#faq .faq_item .faq-list label .faq-q {
  width: 100%;
  padding: 8px 60px 15px 10px;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list label .faq-q {
    font-size: 14px;
    padding: 8px 30px 0 10px;
    line-height: 140%;
  }
}
#faq .faq_item .faq-list label .faq-q:hover {
  color: #006eba;
}
#faq .faq_item .faq-list label .q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  line-height: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #006eba;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list label .q-icon {
    width: 44px;
    font-size: 18px;
  }
}
#faq .faq_item .faq-list label:after {
  content: '';
  display: block;
  background: url(/assets/img/recruit/open.png) center no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list label:after {
    width: 18px;
    height: 18px;
  }
}
#faq .faq_item .faq-list input[type='checkbox']:checked + label:after {
  content: '';
  display: block;
  background: url(/assets/img/recruit/close.png) center no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list input[type='checkbox']:checked + label:after {
    width: 18px;
    height: 18px;
  }
}
#faq .faq_item .faq-list input[type='checkbox'].on-off {
  display: none;
}
#faq .faq_item .faq-list .acc-inner {
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ececec;
}
#faq .faq_item .faq-list .acc-inner .a-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background: #f49f00;
  border-radius: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list .acc-inner .a-icon {
    width: 44px;
    font-size: 18px;
  }
}
#faq .faq_item .f_b {
  font-weight: 900;
}
#faq .faq_item .faq-list .acc-inner .acc_box {
  width: 100%;
  text-align: left;
  padding: 5px 60px 12px 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 180%;
  color: #333;
  word-wrap: break-word;
}
#faq .faq_item .faq-list .acc-inner .acc_box a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #faq .faq_item .faq-list .acc-inner .acc_box {
    padding: 5px 20px 12px 10px;
    font-size: 14px;
  }
}
#faq .faq_item .faq-list label + .acc-inner {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: max-height 0.5s;
}
#faq .faq_item .faq-list input[type='checkbox'].on-off:checked + label + .acc-inner {
  max-height: 500px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: max-height 0.5s;
}
#faq .faq_item .faq-list input[type='checkbox'].on-off:checked + label .acc-inner {
  overflow: initial;
  transition: none;
}
#faq .faq_item .faq-list:last-of-type {
  margin-bottom: 0;
}
#step {
  background: #006eba;
  color: #fff;
}
#step .inner {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #step .inner {
    padding-top: 40px;
  }
}
#step .h2_ttl {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #step .h2_ttl {
    margin-bottom: 50px;
  }
}
#step .h2_ttl span {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #step .h2_ttl span {
    font-size: 18px;
  }
}
#step .box02 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #step .box02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#step .box02::after {
  position: absolute;
  content: '';
  background: #fff;
  border-radius: 60px 0 0 60px;
  width: 190%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #step .box02::after {
    border-radius: 30px 0 0 30px;
  }
}
#step .box02 .list {
  position: relative;
  z-index: 5;
}
#step .box02 .list .ttl {
  color: #f49f00;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #step .box02 .list .ttl {
    font-size: 19px;
    margin-bottom: 40px;
  }
}
#step .box02 .list .ul01 li img,
#step .box02 .list .ul02 li img {
  max-width: 96px;
  margin: auto;
  margin-bottom: 5px;
}
#step .box02 .list .ul01 li span,
#step .box02 .list .ul02 li span {
  margin: auto;
  display: block;
  line-height: 1.6;
}
#step .box02 .list .ul01 li div,
#step .box02 .list .ul02 li div {
  display: block;
  text-align: center;
}
#step .box02 .list .ul01 {
  max-width: 785px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #step .box02 .list .ul01 {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #step .box02 .list .ul01 {
    display: block;
    max-width: 85%;
  }
}
.inline-flex input,
items-center input {
  width: fit-content !important;
}
.text-xs .flex input {
  width: fit-content !important;
}
#step .box02 .list .ul01 li {
  width: calc(33.3333% - 40px);
  padding: 30px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #fce1ae;
  filter: drop-shadow(0 1px 15px rgb(222 155 18 / 0.3));
}
@media screen and (max-width: 768px) {
  #step .box02 .list .ul01 li {
    border-radius: 5px;
    width: 100%;
    padding: 20px 10px;
    font-size: 16px;
    filter: drop-shadow(0 1px 5px rgb(222 155 18 / 0.3)) !important;
  }
  #step .box02 .list .ul01 li + li {
    margin-top: 30px;
  }
}
#step .box02 .list .ul01 li:nth-child(1) {
  background: #f49f00;
  color: #fff;
}
#step .box02 .list .ul01 li:nth-child(1)::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  right: -40px;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon_l.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #step .box02 .list .ul01 li:nth-child(1)::after {
    background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
    width: 12px;
    height: 12px;
    right: calc(50% - 6px);
    top: auto;
    bottom: -26px;
  }
}
#step .box02 .list .ul01 li:nth-child(2) {
  background: #fefaf2;
  color: #333;
}
#step .box02 .list .ul01 li:nth-child(2)::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  right: -40px;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon_l.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #step .box02 .list .ul01 li:nth-child(2)::after {
    background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
    width: 12px;
    height: 12px;
    right: calc(50% - 6px);
    top: auto;
    bottom: -26px;
  }
}
#step .box02 .list .ul01 li:nth-child(3) {
  background: #fef6e6;
  color: #333;
}
#step .box02 .list .ul01 li:nth-child(3)::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  right: calc(50% - 8.5px);
  bottom: -46px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #step .box02 .list .ul01 li:nth-child(3)::after {
    background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
    width: 12px;
    height: 12px;
    right: calc(50% - 6px);
    bottom: -26px;
  }
}
#step .box02 .list .ul02 {
  max-width: 785px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  margin: auto;
  flex-direction: row-reverse;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  #step .box02 .list .ul02 {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #step .box02 .list .ul02 {
    display: block;
    margin-top: 30px;
    max-width: 85%;
  }
}
#step .box02 .list .ul02 li {
  width: calc(33.3333% - 40px);
  padding: 30px 10px;
  border: 1px solid #fce1ae;
  filter: drop-shadow(0 1px 15px rgb(222 155 18 / 0.3));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #step .box02 .list .ul02 li {
    filter: drop-shadow(0 1px 5px rgb(222 155 18 / 0.3));
    border-radius: 5px;
    width: 100%;
    padding: 20px 10px;
    font-size: 16px;
  }
  #step .box02 .list .ul02 li + li {
    margin-top: 30px;
  }
}
#step .box02 .list .ul02 li:nth-child(3) {
  background: #f49f00;
  color: #fff;
}
#step .box02 .list .ul02 li:nth-child(2) {
  background: #fdeccc;
  color: #333;
}
#step .box02 .list .ul02 li:nth-child(2)::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  left: -40px;
  top: 46%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon_l.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  #step .box02 .list .ul02 li:nth-child(2)::after {
    background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: auto;
    bottom: -21px;
  }
}
#step .box02 .list .ul02 li:nth-child(1) {
  background: #fef1d9;
  color: #333;
}
#step .box02 .list .ul02 li:nth-child(1)::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  left: -40px;
  top: 46%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon_l.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  #step .box02 .list .ul02 li:nth-child(1)::after {
    background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: auto;
    bottom: -21px;
  }
}
#step .box01 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #step .box01 {
    margin-bottom: 50px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
#step .box01::after {
  position: absolute;
  content: '';
  background: #fff;
  border-radius: 0 60px 60px 0;
  width: 190%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #step .box01::after {
    border-radius: 0 30px 30px 0;
  }
}
#step .box01 .icon {
  position: absolute;
  z-index: 5;
  height: 140px;
  width: 140px;
  left: calc(50% - 70px);
  top: -50px;
}
@media screen and (max-width: 768px) {
  #step .box01 .icon {
    height: 100px;
    width: 100px;
    left: calc(50% - 50px);
    top: -40px;
  }
}
#step .box01 .list {
  position: relative;
  max-width: 590px;
  z-index: 5;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #step .box01 .list {
    max-width: 85%;
  }
}
#step .box01 .list .ttl {
  color: #006eba;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #step .box01 .list .ttl {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
#step .box01 .list ul li {
  position: relative;
  background: #e6f1f9;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: #006eba;
  border: 1px solid #a7c7e4;
  font-size: 20px;
  font-weight: 700;
  filter: drop-shadow(0 1px 15px rgb(19 101 177 / 0.2));
}
@media screen and (max-width: 768px) {
  #step .box01 .list ul li {
    border-radius: 5px;
    filter: drop-shadow(0 1px 5px rgb(19 101 177 / 0.2));
    font-size: 16px;
  }
}
#step .box01 .list ul li::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  right: calc(50% - 8.5px);
  bottom: -27px;
  z-index: 5;
  background: url(/assets/img/recruit/step_icon01.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #step .box01 .list ul li::after {
    width: 12px;
    height: 12px;
    right: calc(50% - 6px);
    bottom: -21px;
  }
}
#step .box01 .list ul li:last-child::after {
  display: none;
}
#step .box01 .list ul li:nth-child(2) {
  background: #006eba;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #step .box01 .list ul li:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 110px;
  }
}
#step .box01 .list ul li:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 125px;
  height: 64px;
  left: 23px;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/recruit/step_icon02.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #step .box01 .list ul li:nth-child(2)::before {
    width: 107px;
    height: 55px;
    left: 15px;
  }
}
#step .box01 .list ul li + li {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #step .box01 .list ul li + li {
    margin-top: 30px;
  }
}
#logos .inner {
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  #logos .inner {
    padding: 20px 20px;
  }
}
#logos .logos_ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #logos .logos_ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
#logos span {
  color: #006eba;
}
#logos .logo_img img,
#challenge .logo_img img {
  width: 100%;
}
#challenge .inner {
  padding-top: 60px;
  padding-bottom: 0px;
}
#movice .inner {
  padding-top: 0;
}

/*------------------------------------------------------------------------------
reason section (Figma renew — request-form)
------------------------------------------------------------------------------*/
#reason.reason--figma {
  background: transparent;
  overflow: visible;
  position: relative;
}
/* decorative image: same as #reason::after; was display:none on Figma renew */
#reason.reason--figma .reason-figma__inner {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  box-sizing: border-box;
}
.reason-figma__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}
.reason-figma__card {
  flex: 1 1 720px;
  max-width: 1080px;
  box-sizing: border-box;
  background: #f9fdff;
  border-radius: 20px;
  padding: 40px 48px 48px;
}
.reason-figma__head {
  text-align: center;
  margin-bottom: 36px;
}
.reason-figma__kicker {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ea6d69;
}
.reason-figma__rule {
  width: min(620px, 100%);
  height: 0;
  margin: 0 auto 16px;
  border: 0;
  border-top: 2px solid #006eba;
}
.reason-figma__title {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #006eba;
}
.reason-figma__title::after {
  content: "";
  display: block;
  width: min(620px, 100%);
  height: 5px;
  margin: 0px auto 0;
  background: url(/assets/img/recruit/Line_521.png) no-repeat center / 100% 100%;
}
@media screen and (max-width: 768px) {
  .reason-figma__title {
    font-size: 24px;
  }
  .reason-figma__title::after {
    height: 4px;
  }
}
.reason-figma__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 36px;
}
.reason-figma__col {
  text-align: center;
}
.reason-figma__icon-ring {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason-figma__icon-img {
  position: relative;
  z-index: 1;
  max-width: 81%;
  height: auto;
  object-fit: contain;
}
.reason-figma__lead {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.7px;
  color: #333;
}
.reason-figma__col--price .reason-figma__lead,
.reason-figma__col--pick .reason-figma__lead,
.reason-figma__col--speed .reason-figma__lead {
  margin-bottom: 16px;
  font-size: 24px;
  letter-spacing: 0.04em;
}
.reason-figma__h3 {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.7px;
  color: #1365b1;
}
.reason-figma__h3--blue {
  color: #006eba;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.reason-figma__col--price .reason-figma__h3--blue,
.reason-figma__col--pick .reason-figma__h3--blue,
.reason-figma__col--speed .reason-figma__h3--blue {
  margin-bottom: 16px;
}
.reason-figma__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.7px;
  color: #1e1e1e;
  text-align: left;
}

.reason-figma__accent {
  color: #ea6d69;
  font-weight: 700;
}
.reason-figma__cta {
  margin: 0;
  text-align: center;
}
.reason-figma__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  min-height: 57px;
  padding: 0 24px;
  box-sizing: border-box;
  background: #006eba;
  border-radius: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.2s ease;
}
.reason-figma__btn:hover {
  background: #f49f00;
}
.reason-figma__photo-wrap {
  flex: 0 1 662px;
  max-width: 662px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason-figma__photo {
  width: 100%;
  max-width: 662px;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .reason-figma__layout {
    flex-direction: column;
    align-items: center;
  }
  .reason-figma__photo-wrap {
    max-width: min(662px, 100%);
  }
}
@media screen and (max-width: 900px) {
  .reason-figma__grid {
    grid-template-columns: 1fr;
  }
  .reason-figma__text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #reason.reason--figma .reason-figma__inner {
    padding: 40px 20px;
  }
  .reason-figma__card {
    padding: 28px 20px 36px;
  }
  .reason-figma__kicker {
    font-size: 16px;
    line-height: 1.3;
  }
  .reason-figma__lead {
    font-size: 20px;
  }
}

/* --- 他求人サービスとの違い (#difference) --- */
#difference.difference {
  position: relative;
  width: 100%;
  padding: 56px 0 60px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.difference__accent {
  color: #ea6d69;
  font-weight: 700;
}
.difference__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.difference__title {
  margin: 0 0 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.2vw, 46px);
  line-height: 1.35;
  letter-spacing: 2.3px;
  text-align: center;
  color: #006eba;
}
.difference__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.difference__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  max-width: 970px;
  margin: 0 auto;
}
.difference__media {
  flex: 0 0 auto;
}
.difference__logo-ring {
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e6f1f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.difference__logo-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.difference__body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 4px;
}
.difference__h3 {
  margin: 0 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.7px;
  color: #1365b1;
}
.difference__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.7px;
  color: #1e1e1e;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  #difference.difference {
    padding: 40px 0 56px;
  }
  .difference__title {
    margin-bottom: 32px;
    letter-spacing: 1.2px;
  }
  .difference__row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .difference__body {
    padding-top: 0;
    text-align: left;
  }
  .difference__h3 {
    text-align: center;
  }
  .difference__text {
    text-align: justify;
  }
}
@media screen and (max-width: 600px) {
  .difference__logo-ring {
    width: 160px;
    height: 160px;
  }
  .difference__h3 {
    font-size: 20px;
  }
  .difference__text {
    font-size: 15px;
  }
}

/* --- 求職者の満足の声ランキング (#rank) --- */
#rank.rank {
  position: relative;
  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.rank__inner {
  max-width: 1079px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.rank__card {
  position: relative;
  margin-top: 44px;
  padding: 52px 28px 44px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}
.rank__ribbon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(736px, calc(100% - 32px));
  min-height: 75px;
  padding: 12px 16px;
  box-sizing: border-box;
  background: #f6728b;
  border-radius: 8px;
}
.rank__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.4vw, 40px);
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
.rank__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 995px;
  margin: 0 auto;
}
.rank__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 16px 0;
  box-sizing: border-box;
}
.rank__col + .rank__col {
  border-left: 1px solid #eeeeee;
}
.rank__medal {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-bottom: -28px;
  z-index: 99;
}
.rank__medal img {
  width: auto;
  height: auto;
  max-height: 55px;
  object-fit: contain;
  vertical-align: top;
}
.rank__figure {
  width: 173px;
  height: 173px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #e6f1f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
}
.rank__figure-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.rank__copy {
  width: 100%;
  max-width: 279px;
  margin: 0 auto;
  text-align: left;
}
.rank__h3 {
  margin: 0 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-align: center;
  color: #006eba;
}
.rank__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-align: left;
  color: #1e1e1e;
}
.rank__accent {
  color: #f6728b;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #rank.rank {
    padding-top: 40px;
  }
  .rank__card {
    margin-top: 40px;
    padding: 40px 16px 32px;
  }
  .rank__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .rank__col + .rank__col {
    border-left: 0;
    border-top: 1px solid #eeeeee;
    margin-top: 24px;
    padding-top: 28px;
  }
  .rank__copy {
    max-width: min(279px, 100%);
  }
}

/* CTA 「まずは話を聞く」→ 企業名フィールドへの誘目用シェイク */
@keyframes request-form-highlight-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  18% {
    transform: translateX(-7px);
  }
  36% {
    transform: translateX(7px);
  }
  54% {
    transform: translateX(-5px);
  }
  72% {
    transform: translateX(5px);
  }
  90% {
    transform: translateX(-3px);
  }
}
#company_name.request-form-highlight-shake {
  animation: request-form-highlight-shake 0.55s ease-in-out;
  outline: 2px solid #006eba;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  #company_name.request-form-highlight-shake {
    animation: none;
    outline: 2px solid #006eba;
    outline-offset: 2px;
  }
}
