@charset "UTF-8";
body {
  font-family: "Zen Old Mincho", serif;
  color: #4c4347;
}
.wholewrapper * {
  box-sizing: border-box;
}
.wholewrapper *::before, .wholewrapper *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wholewrapper .pc {
    display: none;
  }
}
.wholewrapper .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wholewrapper .sp {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .wholewrapper .sp_br {
    display: block;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 899;
  flex-direction: column;
  width: 240px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  header {
    right: 0;
    bottom: unset;
    flex-direction: row;
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  header .sp_button {
    z-index: 899;
  }
}
header .header_wrap {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  header .header_wrap {
    flex-direction: row;
    height: 100%;
  }
}
header .site_logo {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  flex: 0 0 160px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  header .site_logo {
    display: block;
    padding: 0 0 0 10px;
  }
}
header .site_logo .site_logo_inner {
  display: block;
}
header .site_logo a {
  display: block;
}
@media screen and (min-width: 1025px) {
  header .site_logo a {
    transition: 0.5s;
  }
  header .site_logo a:hover {
    opacity: 0.8;
  }
}
header .site_logo img {
  display: block;
  width: 177px;
}
@media screen and (max-width: 767px) {
  header .site_logo img {
    width: 100%;
  }
}
header .recruit_gnav_wrap {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .recruit_gnav_wrap {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-image: linear-gradient(to left, rgba(237, 130, 156, 0.95), rgba(235, 205, 136, 0.95));
    transition: visibility 0.2s, opacity 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  header .recruit_gnav_wrap.active {
    visibility: visible;
    opacity: 1;
  }
}
header .recruit_gnav_wrap .menu_logo_h1 {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .recruit_gnav_wrap .menu_logo_h1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 899;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    flex: 0 0 160px;
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  header .recruit_gnav_wrap .menu_logo_h1 img {
    width: 177px;
  }
}
header .recruit_gnav_wrap .recruit_gnav_inner {
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  header .recruit_gnav_wrap .recruit_gnav_inner {
    height: 100vh;
    overflow-y: auto;
    padding: 60px 15px 100px;
  }
}
header .recruit_gnav_wrap .menu_logo_h2 {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .recruit_gnav_wrap .menu_logo_h2 {
    display: block;
    margin: 30px 0 10px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.8181818182;
    letter-spacing: 0.1em;
    font-family: bebas-neue, sans-serif;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  header .recruit_gnav_wrap .menu_logo_h2 a {
    color: #fff;
    text-decoration: none;
  }
}
header .recruit_gnav_wrap .entry_button {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .recruit_gnav_wrap .entry_button {
    display: block;
    width: 40%;
    height: 50px;
    margin: 30px auto 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #eb798c;
  }
}
@media screen and (max-width: 1024px) {
  header .recruit_gnav_wrap .entry_button a {
    color: #eb798c;
  }
}
header ul.recruit_gnav {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-direction: column;
  height: calc(100vh - 280px);
  padding: 0 0 80px;
  margin: 0 auto;
  color: #4c4347;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: zen-kaku-gothic-antique, sans-serif;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  header ul.recruit_gnav {
    height: unset;
    padding: 0;
    margin: 0 auto;
  }
}
header ul.recruit_gnav li {
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  header ul.recruit_gnav li {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #fff;
  }
}
header ul.recruit_gnav li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  header ul.recruit_gnav li:not(:last-child) {
    margin-bottom: 0;
  }
}
header ul.recruit_gnav li:hover .depth2_wrap {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
header ul.recruit_gnav li:hover .depth2_wrap ul.depth2 {
  opacity: 1;
}
header ul.recruit_gnav li .depth2_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: 0.5s width, 0.5s opacity;
}
@media screen and (max-width: 767px) {
  header ul.recruit_gnav li .depth2_wrap {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  header ul.recruit_gnav li .depth2_wrap {
    display: none;
  }
}
header ul.recruit_gnav li ul.depth2 {
  padding-left: 0;
  list-style: none;
  white-space: nowrap;
  opacity: 0;
}
header ul.recruit_gnav li a {
  color: #4c4347;
  text-decoration: none;
  transition: color 0.5s;
}
@media screen and (max-width: 1024px) {
  header ul.recruit_gnav li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    color: #fff;
    text-align: center;
  }
}
header ul.recruit_gnav li a:hover {
  color: #eb798c;
}
@media screen and (max-width: 1024px) {
  header ul.recruit_gnav li a:hover {
    color: #fff;
  }
}
header .entry_button {
  width: 100%;
  height: 120px;
  background-color: #eb798c;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
  line-height: 120px;
  font-family: bebas-neue, sans-serif;
}
@media screen and (max-width: 1024px) {
  header .entry_button {
    width: 80px;
    height: 40px;
    margin-right: 60px;
    line-height: 40px;
  }
}
header .entry_button a {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
header .entry_button a:hover {
  opacity: 0.8;
}
#main {
  width: 100%;
  counter-reset: section;
}
@media screen and (max-width: 1024px) {
  #main {
    margin-top: 60px;
  }
}
#main h3 {
  margin: 0 0 223px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #main h3 {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  #main h3 {
    margin: 0 0 40px;
  }
}
#main h3 span {
  display: block;
}
#main h3 span.ja {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main h3 span.ja {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0.1em;
  }
}
#main h3 span.en {
  font-weight: 400;
  font-size: 18px;
  line-height: 2.6666666667;
  letter-spacing: 0.1em;
  font-family: bebas-neue, sans-serif;
}
#main .detail_link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 4.6666666667;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main .detail_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 3.75;
    letter-spacing: 0.1em;
  }
}
#main .detail_link a {
  display: block;
  width: 132px;
  margin: 0 12px 0 auto;
  color: #4c4347;
  text-decoration: none;
  text-align: left;
  transition: opacity 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .detail_link a {
    width: 120px;
  }
}
#main .detail_link a:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: url("../media/images/recruit/arrow_pink.svg");
}
#main .detail_link a:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
#main .detail_link a:hover {
  opacity: 0.8;
}
#main .kv {
  position: relative;
  height: 100vh;
  min-height: 768px;
  background-image: url("../media/images/recruit/visual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #main .kv {
    height: calc(100vh - 60px);
    min-height: unset;
    background-position: right 22% bottom;
  }
}
@media screen and (max-width: 767px) {
  #main .kv {
    margin-top: -60px;
  }
}
#main .kv.kv_2024 .recruit_logo {
  position: absolute;
  top: 15.4%;
  left: 374px;
  max-width: 760px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #main .kv.kv_2024 .recruit_logo {
    top: 5.4%;
    left: 5%;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #main .kv.kv_2024 .recruit_logo {
    top: 90px;
    left: 20px;
    right: 20px;
    bottom: 10px;
    transform: none;
    width: auto;
    justify-content: space-between;
    height: auto;
  }
}
#main .kv.kv_2024 .recruit_logo h2 {
  margin: 0 0 12px 32px;
}
#main .kv .recruit_logo {
  position: absolute;
  top: 31.2%;
  left: 423px;
}
@media screen and (max-width: 1024px) {
  #main .kv .recruit_logo {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  #main .kv .recruit_logo {
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
#main .kv .recruit_logo h2 {
  margin: 0 0 32px 32px;
  color: #fff;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.5151515152;
  letter-spacing: 0.1em;
  font-family: bebas-neue, sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .kv .recruit_logo h2 {
    order: 2;
    margin: 0;
    text-align: center;
  }
}
#main .kv .recruit_logo h2:after {
  position: absolute;
  left: 0;
  bottom: -28px;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main .kv .recruit_logo h2:after {
    top: -16px;
    left: 50%;
    bottom: unset;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #main .kv .recruit_logo img {
    width: 100%;
    max-width: 400px;
    order: 1;
    margin: 0 auto 20px;
  }
}
#main .kv h3, #main .kv .scroll {
  position: absolute;
  right: 28px;
  margin: 8px 0 0 35px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 0.1em;
  font-family: bebas-neue, sans-serif;
  text-align: left;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #main .kv h3, #main .kv .scroll {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}
#main .kv h3 {
  top: 60px;
}
@media screen and (max-width: 767px) {
  #main .kv h3 {
    display: none;
  }
}
#main .kv .scroll {
  bottom: 0;
  margin-bottom: 105px;
}
#main .kv .scroll:after {
  position: absolute;
  right: 50%;
  bottom: -105px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 90px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main .kv .scroll:after {
    left: -35px;
    right: unset;
    transform: unset;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main .kv .scroll span {
    display: none;
  }
}
#main .message {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  height: 890px;
  padding-left: 240px;
  background-image: url("../media/images/recruit/bg_top_01.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #main .message {
    padding: 80px 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .message {
    height: unset;
    padding: 50px 15px;
    background-position: top left 22%;
  }
}
#main .message_inner {
  margin: 0 auto;
  height: 58%;
  color: #fff;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 1200px) {
  #main .message_inner {
    right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  #main .message_inner {
    right: 0;
    left: 0;
    display: table;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main .message_inner {
    position: unset;
    width: 100%;
    writing-mode: revert;
  }
}
#main .message h3 {
  margin: 8px 0 0 35px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main .message h3 {
    margin: 0 0 20px;
  }
}
#main .message h3 span.en {
  font-weight: 400;
  font-size: 18px;
  line-height: 2.6666666667;
  letter-spacing: 0.1em;
  font-family: bebas-neue, sans-serif;
}
@media screen and (max-width: 767px) {
  #main .message h3 span.en {
    text-align: center;
  }
}
#main .message h4 {
  margin: 0 0 0 72px;
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  #main .message h4 {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .message p.vertical_contents {
  padding-top: 132px;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  #main .message p.vertical_contents {
    padding-top: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .works {
  width: 100%;
  padding-top: 225px;
  padding-left: 240px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
@media screen and (max-width: 1024px) {
  #main .works {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #main .works {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .works {
    background-color: #fff;
    background-image: unset;
  }
}
@media screen and (max-width: 1024px) {
  #main .works h3 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  #main .works h3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main .works h3 span.ja {
    color: #4c4347;
  }
}
@media screen and (max-width: 767px) {
  #main .works h3 span.en {
    color: #eb798c;
  }
}
#main .works_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .works_list {
    display: block;
  }
}
#main .works_list li {
  width: 50%;
  padding: 0 0 274px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .works_list li {
    width: 100%;
    padding: 0 0 80px;
  }
}
#main .works_list li:not(:last-child) {
  border-right: 1px solid #f0ebe6;
}
@media screen and (max-width: 767px) {
  #main .works_list li:not(:last-child) {
    margin-bottom: 40px;
    border-right: none;
  }
}
#main .works_list li img {
  width: 79%;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  #main .works_list li img {
    width: 100%;
    margin-top: 0;
  }
}
#main .works_list li h4 {
  margin: 56px 0 103px;
  color: #4c4347;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.1428571429;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .works_list li h4 {
    margin: 20px 0 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#main .works_list li h4:after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
@media screen and (max-width: 767px) {
  #main .works_list li h4:after {
    bottom: -15px;
  }
}
#main .works_list li p {
  width: 62%;
  margin: 0 auto;
  color: #4c4347;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  #main .works_list li p {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #main .works_list li p {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .works_list li .detail_link {
  bottom: 164px;
  width: 62%;
}
@media print, screen and (max-width: 1200px) {
  #main .works_list li .detail_link {
    bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #main .works_list li .detail_link {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #main .works_list li .detail_link {
    width: 100%;
    bottom: 0;
  }
}
#main .interview {
  width: 100%;
  padding-top: 270px;
  padding-left: 240px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #main .interview {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #main .interview {
    padding: 50px 0;
    background-image: unset;
    background-color: #fbf9f7;
  }
}
#main .interview h3 {
  margin-bottom: 375px;
}
@media screen and (max-width: 1024px) {
  #main .interview h3 {
    margin-bottom: 400px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview h3 span.ja {
    color: #4c4347;
  }
}
@media screen and (max-width: 767px) {
  #main .interview h3 span.en {
    color: #eb798c;
  }
}
#main .interview_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding: 405px 0 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .interview_list {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #main .interview_list {
    padding: 345px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list {
    background-color: unset;
    padding: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  #main .interview_list.list_noname {
    padding-top: 435px;
    margin-bottom: -70px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list.list_noname {
    padding-top: 0;
    margin-bottom: 0px;
  }
  #main .interview_list.list_noname .detail_link {
    bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #main .interview_list.list_noname li {
    margin-bottom: 100px;
  }
}
#main .interview_list.list_noname li .interviewee_title {
  height: 465px;
}
@media screen and (max-width: 767px) {
  #main .interview_list.list_noname li .interviewee_title {
    height: auto;
    aspect-ratio: 2;
  }
}
#main .interview_list.list_noname li .interviewee_title h4 {
  top: 40px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #main .interview_list.list_noname li .interviewee_title h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list.list_noname li .interviewee_title h4 {
    top: 0;
    font-size: 17px;
  }
}
#main .interview_list li {
  width: calc(100% / 3);
  padding-left: 100px;
  padding-bottom: 228px;
  margin-top: -345px;
  background-color: #fff;
  position: relative;
}
@media print, screen and (max-width: 1500px) {
  #main .interview_list li {
    padding-left: 40px;
    padding-bottom: 188px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li {
    width: calc(100% - 15px);
    padding-top: 25px;
    padding-left: 0;
    padding-bottom: 100px;
    margin: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li:nth-child(odd) {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li:nth-child(odd) .interviewee_title h4 {
    left: unset;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li:nth-child(odd) .interviewee_title img {
    left: -30px;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li:nth-child(odd) .interviewee_info {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li:nth-child(even) {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li:nth-child(even) .interviewee_title h4 {
    left: 15px;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li:nth-child(even) .interviewee_title img {
    left: unset;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li:nth-child(even) .interviewee_info {
    left: 15px;
  }
}
#main .interview_list li:not(:last-child) {
  border-right: 1px solid #f0ebe6;
}
@media screen and (max-width: 767px) {
  #main .interview_list li:not(:last-child) {
    margin-bottom: 20px;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li:nth-child(3) .interviewee_title img {
    left: -30px;
  }
}
#main .interview_list li .interviewee_title {
  width: 100%;
  height: 425px;
  margin-top: -375px;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_title {
    height: 230px;
    margin-top: 0;
    overflow: visible;
  }
}
#main .interview_list li .interviewee_title h4 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 5px;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_title h4 {
    width: 58%;
    color: #4c4347;
    writing-mode: revert;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
  }
}
#main .interview_list li .interviewee_title .interviewer_img {
  position: absolute;
  overflow: hidden;
}
#main .interview_list li .interviewee_title .interviewer_img img {
  position: static;
  display: block;
  object-fit: cover;
}
#main .interview_list li .interviewee_title .interviewer_img.interview_01 {
  right: -50px;
  bottom: 10px;
  width: 73%;
  aspect-ratio: 0.9382716049;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_title .interviewer_img.interview_01 {
    right: auto;
    bottom: 0px;
    width: 50%;
  }
}
#main .interview_list li .interviewee_title .interviewer_img.interview_02 {
  right: 0px;
  bottom: 10px;
  width: 72%;
  aspect-ratio: 0.9038461538;
  max-width: 376px;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_title .interviewer_img.interview_02 {
    right: 0;
    bottom: auto;
    width: 50%;
  }
}
#main .interview_list li .interviewee_title .interviewer_img.interview_03 {
  right: -16px;
  bottom: 11px;
  width: 66.5%;
  aspect-ratio: 0.7990970655;
  max-width: 354px;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_title .interviewer_img.interview_03 {
    right: auto;
    bottom: -10px;
    left: 0;
    width: 44%;
  }
  #main .interview_list li .interviewee_title .interviewer_img.interview_03 img {
    width: 100%;
    min-width: unset;
  }
}
#main .interview_list li .interviewee_title img {
  position: absolute;
  right: -80px;
  bottom: -35px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_title img {
    right: 0;
    bottom: 0;
    width: 42%;
    min-width: 200px;
    height: auto;
  }
}
#main .interview_list li .interviewee_info {
  width: 85%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #main .interview_list li .interviewee_info {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_info {
    position: absolute;
    top: 35%;
    width: 58%;
  }
}
#main .interview_list li .interviewee_info span {
  display: block;
  color: #4c4347;
}
#main .interview_list li .interviewee_info span.position_2 {
  margin: 15px 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 0.9285714286;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_info span.position_2 {
    margin: 45px 0 0;
  }
}
#main .interview_list li .interviewee_info span.position {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_info span.position {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}
#main .interview_list li .interviewee_info span.name {
  padding-bottom: 45px;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 36px;
  line-height: 0.8888888889;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #f0ebe6;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_info span.name {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6363636364;
    letter-spacing: 0.1em;
  }
}
#main .interview_list li .interviewee_info span.workplace {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_info span.workplace {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}
#main .interview_list li .interviewee_info span.period {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .interview_list li .interviewee_info span.period {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}
#main .interview_list li .detail_link {
  width: 75%;
  bottom: 160px;
}
@media print, screen and (max-width: 1500px) {
  #main .interview_list li .detail_link {
    bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #main .interview_list li .detail_link {
    bottom: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li .detail_link {
    bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_list li .detail_link a {
    margin: 0 auto;
  }
}
#main .about {
  width: 100%;
  padding: 270px 0 210px 240px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
@media screen and (max-width: 1024px) {
  #main .about {
    padding: 80px 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .about {
    padding: 50px 15px;
  }
}
#main .about h3 {
  margin-bottom: 124px;
}
@media screen and (max-width: 1024px) {
  #main .about h3 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main .about h3 {
    margin-bottom: 60px;
  }
}
#main .about_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1060px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  counter-reset: number;
}
@media print, screen and (max-width: 1280px) {
  #main .about_list {
    padding: 0 50px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main .about_list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .about_list {
    padding: 0;
  }
}
#main .about_list li {
  width: calc((100% - 75px) / 2);
  height: 200px;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  font-size: 22px;
  line-height: 3.8181818182;
  letter-spacing: 0.1em;
  transition: background-color 0.2s;
  position: relative;
}
@media print, screen and (max-width: 1100px) {
  #main .about_list li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #main .about_list li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #main .about_list li {
    height: 150px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#main .about_list li:nth-child(1), #main .about_list li:nth-child(2) {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #main .about_list li:nth-child(1), #main .about_list li:nth-child(2) {
    margin-bottom: 30px;
  }
}
#main .about_list li:before {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  counter-increment: number;
  content: "0" counter(number);
  color: #fff;
  font-weight: 500;
  font-size: 64px;
  line-height: 0.75;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  #main .about_list li:before {
    top: -15px;
    font-weight: 500;
    font-size: 48px;
    line-height: 0.5;
    letter-spacing: -0.05em;
  }
}
#main .about_list li:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
#main .about_list li a {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#main .about_list li a span.text {
  margin-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .about_list li a span.text {
    margin-bottom: 0;
  }
}
#main .about_list li a span.text:after {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 90px;
  height: 1px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
@media screen and (max-width: 767px) {
  #main .about_list li a span.text:after {
    bottom: -10px;
  }
}
#main .about_list li a span.text .sp {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #main .about_list li a span.text .sp {
    display: block;
  }
}
#main .about_list li a:after {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 18px;
  height: 14px;
  background-image: url("../media/images/recruit/arrow_white.svg");
  background-size: cover;
}
@media print, screen and (max-width: 1280px) {
  #main .about_list li a:after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_list li a:after {
    right: 10px;
  }
}
#main .visual {
  position: relative;
  height: 622px;
  background-image: url("../media/images/recruit/lower_visual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #main .visual {
    height: 60vh;
    min-height: unset;
    background-position: right 16% bottom;
  }
}
@media screen and (max-width: 767px) {
  #main .visual {
    height: 30vh;
  }
}
#main .visual.visual_02 {
  background-image: url("../media/images/recruit/lower_visual_2.jpg");
}
#main .visual .recruit_logo {
  position: absolute;
  top: 19.4%;
  left: 23.6%;
  width: calc(100% - 423px);
}
@media print, screen and (max-width: 1500px) {
  #main .visual .recruit_logo {
    top: 25%;
    left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  #main .visual .recruit_logo {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  #main .visual .recruit_logo {
    display: flex;
    flex-direction: column;
    top: 15px;
    left: 10px;
    transform: none;
    width: 90%;
  }
}
#main .visual .recruit_logo h2 {
  margin: 0 0 32px 32px;
  color: #fff;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.5151515152;
  letter-spacing: 0.1em;
  font-family: bebas-neue, sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .visual .recruit_logo h2 {
    display: none;
  }
}
#main .visual .recruit_logo h2:after {
  position: absolute;
  left: 0;
  bottom: -28px;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main .visual .recruit_logo h2:after {
    top: -16px;
    left: 50%;
    bottom: unset;
    transform: translateX(-50%);
  }
}
#main .visual .recruit_logo h3 {
  position: unset;
  width: 50%;
  margin: 78px 0 0 42px;
  font-family: "Zen Old Mincho", serif;
  writing-mode: revert;
  text-align: center;
}
@media print, screen and (max-width: 1500px) {
  #main .visual .recruit_logo h3 {
    width: 100%;
    margin: 60px 0 0 32px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #main .visual .recruit_logo h3 {
    display: block;
    margin: 0 0 30px;
    text-align: left;
  }
}
#main .visual .recruit_logo h3 span.ja {
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.21875;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #main .visual .recruit_logo h3 span.ja {
    margin-bottom: 0;
    font-size: 24px;
  }
}
#main .visual .recruit_logo h3 span.en {
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#main .visual h3 {
  position: absolute;
  top: 60px;
  right: 28px;
  margin: 8px 0 0 35px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 0.1em;
  font-family: bebas-neue, sans-serif;
  text-align: left;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #main .visual h3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #main .scroll_top {
    margin-top: -60px;
    padding-top: 60px;
  }
}
#main ul.anchor {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  padding: 72px 0 72px 240px;
  margin: 0;
  list-style: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main ul.anchor {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #main ul.anchor {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main ul.anchor {
    padding: 30px 0;
  }
}
#main ul.anchor li {
  color: #4c4347;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main ul.anchor li {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main ul.anchor li:not(:last-child) {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  #main ul.anchor li:not(:last-child) {
    margin-right: 0;
  }
}
#main ul.anchor li a {
  padding-right: 35px;
  color: #4c4347;
  text-decoration: none;
  transition: opacity 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main ul.anchor li a {
    padding-right: 25px;
  }
}
#main ul.anchor li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  display: block;
  content: "";
  width: 19px;
  height: 14px;
  background-image: url("../media/images/recruit/arrow_pink.svg");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #main ul.anchor li a:after {
    width: 14px;
    height: 10px;
  }
}
#main ul.anchor li a:hover {
  opacity: 0.8;
}
#main ol.number_list {
  width: 90%;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  #main ol.number_list {
    width: calc(100% - 15px);
  }
}
#main ol.number_list > li {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main ol.number_list > li {
    padding: 60px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  #main ol.number_list > li:not(:last-child) {
    margin-bottom: 80px;
  }
}
#main ol.number_list > li:before {
  position: absolute;
  top: -44px;
  left: 172px;
  display: block;
  content: "";
  counter-increment: number;
  content: "0" counter(number);
  background: linear-gradient(to left, #ac99f5, #8cf4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media print, screen and (max-width: 1500px) {
  #main ol.number_list > li:before {
    left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #main ol.number_list > li:before {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main ol.number_list > li:before {
    top: -30px;
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.05em;
  }
}
#main .interview_top {
  padding: 110px 0 110px 240px;
  margin: 0;
  background-color: #fff;
  color: #4c4347;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #main .interview_top {
    padding: 115px 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_top {
    padding: 40px 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .interview_anchor {
  width: 100%;
  padding: 475px 0 200px 240px;
  background-color: #fbf9f7;
  overflow: hidden;
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  #main .interview_anchor {
    padding: 275px 0 100px 240px;
  }
}
@media screen and (max-width: 1024px) {
  #main .interview_anchor {
    padding: 275px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor {
    padding: 50px 0;
  }
}
#main .interview_anchor.anchor_noname {
  padding-top: 320px;
  padding-bottom: 0px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #main .interview_anchor.anchor_noname {
    padding-top: 50px;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .interview_anchor.anchor_noname .list_noname > li {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor.anchor_noname .list_noname > li {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor.anchor_noname .list_noname > li {
    position: relative;
    aspect-ratio: 1.5;
  }
  #main .interview_anchor.anchor_noname .list_noname > li .detail_link {
    position: absolute;
    padding: 0;
    width: auto;
  }
  #main .interview_anchor.anchor_noname .list_noname > li:nth-child(odd) .detail_link {
    right: -20px;
    left: auto;
  }
  #main .interview_anchor.anchor_noname .list_noname > li:nth-child(even) .detail_link {
    right: 0;
    left: 80px;
  }
}
#main .interview_anchor.anchor_noname .list_noname > li .position_2 {
  margin-top: 40px;
}
#main .interview_anchor.anchor_noname .list_noname > li .detail_link {
  bottom: 150px;
}
@media screen and (max-width: 767px) {
  #main .interview_anchor.anchor_noname .list_noname > li .detail_link {
    bottom: 20px;
  }
}
#main .interview_anchor.anchor_noname .interviewee_title {
  margin-right: 0;
  margin-left: auto;
  bottom: 40px;
  bottom: 0px;
  height: 410px;
}
@media screen and (max-width: 767px) {
  #main .interview_anchor.anchor_noname .interviewee_title {
    position: absolute;
    height: auto;
  }
}
#main .interview_anchor.anchor_noname .interviewee_title img {
  position: static;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
#main .interview_anchor.anchor_noname .interviewee_title.interview_01 {
  right: 0;
  aspect-ratio: 0.9382716049;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  #main .interview_anchor.anchor_noname .interviewee_title.interview_01 {
    right: auto;
    width: 50%;
    margin-left: 0;
  }
}
#main .interview_anchor.anchor_noname .interviewee_title.interview_02 {
  right: 0px;
  aspect-ratio: 0.9038461538;
  max-width: 376px;
}
@media screen and (max-width: 767px) {
  #main .interview_anchor.anchor_noname .interviewee_title.interview_02 {
    right: 0;
    width: 50%;
  }
}
#main .interview_anchor.anchor_noname .interviewee_title.interview_03 {
  right: -16px;
  aspect-ratio: 0.7990970655;
  max-width: 354px;
}
@media screen and (max-width: 767px) {
  #main .interview_anchor.anchor_noname .interviewee_title.interview_03 {
    right: auto;
    left: 0;
    width: 44%;
    margin-left: 0;
  }
}
#main .interview_anchor:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 818px;
  color: #fff;
  font-weight: 500;
  font-size: 64px;
  line-height: 0.75;
  letter-spacing: -0.05em;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
@media screen and (max-width: 767px) {
  #main .interview_anchor:before {
    top: -15px;
    font-weight: 500;
    font-size: 48px;
    line-height: 0.5;
    letter-spacing: -0.05em;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .interview_anchor:before {
    height: 500px;
  }
}
#main .interview_anchor .interview_list {
  height: 517px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list {
    height: unset;
  }
}
#main .interview_anchor .interview_list li {
  padding-left: 110px;
}
@media print, screen and (max-width: 1500px) {
  #main .interview_anchor .interview_list li {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li {
    width: calc(100% - 15px);
    padding-top: 25px;
    padding-left: 0;
    padding-bottom: 80px;
    margin: 0;
    background-color: #fff;
  }
}
#main .interview_anchor .interview_list li:first-child .detail_link a:before {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:first-child .detail_link a:before {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:nth-child(odd) {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:nth-child(odd) .interviewee_title h4 {
    left: unset;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:nth-child(odd) .interviewee_title img {
    left: -30px;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:nth-child(odd) .interviewee_info {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:nth-child(even) {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:nth-child(even) .interviewee_title h4 {
    left: 15px;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:nth-child(even) .interviewee_title img {
    left: unset;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:nth-child(even) .interviewee_info {
    left: 15px;
  }
}
#main .interview_anchor .interview_list li:not(:last-child) {
  border-right: 1px solid #f0ebe6;
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:not(:last-child) {
    margin-bottom: 20px;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li:nth-child(3) .interviewee_title img {
    left: -30px;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .interview_anchor .interview_list li .interviewee_title {
    height: 325px;
    margin-top: -245px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li .interviewee_title {
    height: 225px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li p.interviewee_info {
    top: 12%;
  }
}
#main .interview_anchor .interview_list li p.interviewee_info span.position {
  position: absolute;
  top: -148px;
  left: 107px;
  padding: 0 18px;
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 3.125;
  letter-spacing: 0.1em;
  color: #fff;
  border-top: 1px solid #fff;
}
@media print, screen and (max-width: 1500px) {
  #main .interview_anchor .interview_list li p.interviewee_info span.position {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li p.interviewee_info span.position {
    position: unset;
    padding: 0;
    margin-bottom: 0;
    color: #4c4347;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    border-top: none;
  }
}
#main .interview_anchor .interview_list li p.interviewee_info span.kana {
  margin-top: 6px;
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li p.interviewee_info span.kana {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}
#main .interview_anchor .interview_list li p.interviewee_info span.name {
  padding-bottom: 34px;
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li p.interviewee_info span.name {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6363636364;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li p.interviewee_info span.workplace {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_anchor .interview_list li p.interviewee_info span.period {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}
#main .interview_sec {
  width: 100%;
  padding-left: 240px;
  background-color: #fbf9f7;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #main .interview_sec {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_sec {
    height: unset;
  }
}
#main .interview_sec:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 818px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
@media print, screen and (min-width: 1921px) {
  #main .interview_sec:before {
    background-size: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main .interview_sec:before {
    height: 650px;
    background-size: 150%;
  }
}
#main .interview_sec .interviewee_contents {
  position: relative;
  z-index: 1;
  padding-top: 170px;
}
@media print, screen and (max-width: 1200px) {
  #main .interview_sec .interviewee_contents {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents {
    padding-top: 30px;
  }
}
#main .interview_sec .interviewee_contents .interviewee_title {
  position: relative;
  width: 90%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: center;
}
@media print, screen and (max-width: 1500px) {
  #main .interview_sec .interviewee_contents .interviewee_title {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents .interviewee_title {
    width: calc(100% - 15px);
  }
}
#main .interview_sec .interviewee_contents .interviewee_title h4 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 150px 0 0 210px;
  color: #fff;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1500px) {
  #main .interview_sec .interviewee_contents .interviewee_title h4 {
    margin: 0 0 0 150px;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.6842105263;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .interview_sec .interviewee_contents .interviewee_title h4 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents .interviewee_title h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .interview_sec .interviewee_contents .interviewee_title img {
  margin-left: auto;
}
@media print, screen and (max-width: 1500px) {
  #main .interview_sec .interviewee_contents .interviewee_title img {
    width: 50%;
  }
}
#main .interview_sec .interviewee_contents p.interviewee_info {
  position: relative;
  z-index: -1;
  width: 90%;
  padding: 65px 280px 100px 280px;
  margin: -200px 0 0 auto;
  background-color: #fff;
}
@media print, screen and (max-width: 1500px) {
  #main .interview_sec .interviewee_contents p.interviewee_info {
    padding: 65px 100px 100px;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .interview_sec .interviewee_contents p.interviewee_info {
    margin: -50px 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents p.interviewee_info {
    width: calc(100% - 15px);
    padding: 20px 30px 60px;
  }
}
#main .interview_sec .interviewee_contents p.interviewee_info span {
  display: block;
}
#main .interview_sec .interviewee_contents p.interviewee_info span.position {
  position: absolute;
  top: -115px;
  left: 0;
  padding: 0 18px;
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 3.125;
  letter-spacing: 0.1em;
  color: #fff;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents p.interviewee_info span.position {
    position: unset;
    padding: 0;
    color: #4c4347;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .interview_sec .interviewee_contents p.interviewee_info span.kana {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents p.interviewee_info span.kana {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}
#main .interview_sec .interviewee_contents p.interviewee_info span.name {
  padding-bottom: 36px;
  margin-bottom: 37px;
  font-weight: 700;
  font-size: 52px;
  line-height: 0.6153846154;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #f0ebe6;
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents p.interviewee_info span.name {
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 32px;
    line-height: 0.875;
    letter-spacing: 0.1em;
  }
}
#main .interview_sec .interviewee_contents p.interviewee_info span.workplace {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents p.interviewee_info span.workplace {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .interview_sec .interviewee_contents p.interviewee_info span.period {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents p.interviewee_info span.period {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}
#main .interview_sec .interviewee_contents ul.hashtag_list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
  width: 60%;
  padding: 0;
  margin: -20px auto 0;
  list-style: none;
}
@media print, screen and (max-width: 1500px) {
  #main .interview_sec .interviewee_contents ul.hashtag_list {
    width: 90%;
    margin: -40px 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents ul.hashtag_list {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: calc(100% - 30px);
    gap: 5px;
  }
}
#main .interview_sec .interviewee_contents ul.hashtag_list li {
  padding: 9px 40px 10px;
  background-image: linear-gradient(to left, #ac99f5, #8cf4ff);
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 23px;
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents ul.hashtag_list li {
    padding: 4px 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0.1em;
  }
}
#main .interview_sec .interviewee_contents ul.hashtag_list li:before {
  display: inline-block;
  content: "#";
}
#main .interview_sec .interviewee_contents ol {
  margin: 142px 0 200px auto;
}
@media screen and (max-width: 1024px) {
  #main .interview_sec .interviewee_contents ol {
    margin: 80px 0 80px auto;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents ol {
    margin: 50px 0 50px auto;
  }
}
#main .interview_sec .interviewee_contents ol li {
  padding: 96px 300px 90px 180px;
}
@media print, screen and (max-width: 1500px) {
  #main .interview_sec .interviewee_contents ol li {
    padding: 96px 100px 90px;
  }
}
@media screen and (max-width: 1024px) {
  #main .interview_sec .interviewee_contents ol li {
    padding: 96px 30px 90px;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents ol li {
    padding: 60px 30px 80px;
  }
}
#main .interview_sec .interviewee_contents ol li:not(:last-child) {
  margin-bottom: 108px;
}
#main .interview_sec .interviewee_contents ol li h5 {
  margin: 0 0 56px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents ol li h5 {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#main .interview_sec .interviewee_contents ol li p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .interview_sec .interviewee_contents ol li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .interview_sec.interview_2024 .interviewee_title img {
  margin-right: 10vw;
  width: 35%;
}
#main .interview_sec.interview_2024 .interviewee_title img.interview_03 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #main .interview_sec.interview_2024 .interviewee_title img.interview_03 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #main .interview_sec.interview_2024 .interviewee_title img {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  #main .interview_sec.interview_2024 .interviewee_contents p.interviewee_info {
    padding: 35px 280px 90px 150px;
    margin: -4% 0 0 auto;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .interview_sec.interview_2024 .interviewee_contents p.interviewee_info {
    padding-left: 40px;
  }
}
#main .interview_sec.interview_2024 .interviewee_contents .position_2 {
  font-size: 28px;
}
#main #interviewee_01 .interview_sec::before {
  background-image: url("../media/images/recruit/bg_interviewee_01.jpg");
}
#main #interviewee_02 .interview_sec:before {
  background-image: url("../media/images/recruit/bg_interviewee_02.jpg");
}
#main #interviewee_03 .interview_sec:before {
  background-image: url("../media/images/recruit/bg_interviewee_03.jpg");
}
#main .works_sec.caregiver .works_outline {
  background-image: url("../media/images/recruit/bg_works_01.jpg");
}
#main .works_sec.caregiver .works_contents li ul li.day .graph span.label {
  top: 36%;
  left: -10px;
}
@media screen and (max-width: 767px) {
  #main .works_sec.caregiver .works_contents li ul li.day .graph span.label {
    top: 0;
    left: 0;
  }
}
#main .works_sec.caregiver .works_contents li ul li.night .graph span.label {
  top: 35%;
  left: -10px;
}
@media screen and (max-width: 767px) {
  #main .works_sec.caregiver .works_contents li ul li.night .graph span.label {
    top: 0;
    left: 0;
  }
}
#main .works_sec.nurse .works_outline {
  background-image: url("../media/images/recruit/bg_works_02.jpg");
}
#main .works_sec.nurse .works_contents li ul li.early .graph span.label {
  top: 33%;
  left: 6.3%;
}
@media print, screen and (max-width: 1500px) {
  #main .works_sec.nurse .works_contents li ul li.early .graph span.label {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .works_sec.nurse .works_contents li ul li.early .graph span.label {
    top: 0;
  }
}
#main .works_sec.nurse .works_contents li ul li.late .graph span.label {
  top: 23.5%;
  left: 9.8%;
}
@media print, screen and (max-width: 1500px) {
  #main .works_sec.nurse .works_contents li ul li.late .graph span.label {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .works_sec.nurse .works_contents li ul li.late .graph span.label {
    top: 0;
  }
}
#main .works_outline {
  width: 100%;
  height: 890px;
  padding-left: 240px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #main .works_outline {
    height: 650px;
    padding-top: 80px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .works_outline {
    height: 600px;
    padding-top: 50px;
  }
}
#main .works_outline_inner {
  width: calc(100% - 240px);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #main .works_outline_inner {
    position: unset;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .works_outline_inner {
    padding: 0 15px;
  }
}
#main .works_outline_inner h4 {
  margin: 235px 0 62px;
  color: #fff;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #main .works_outline_inner h4 {
    margin: 0 0 62px;
  }
}
@media screen and (max-width: 767px) {
  #main .works_outline_inner h4 {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0.1em;
  }
}
#main .works_outline_inner p.sub_title {
  margin: 0 0 146px;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #main .works_outline_inner p.sub_title {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #main .works_outline_inner p.sub_title {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
#main .works_outline_inner p.explanation {
  width: 50.5%;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1500px) {
  #main .works_outline_inner p.explanation {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #main .works_outline_inner p.explanation {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .works_contents_wrap {
  padding-left: 240px;
  padding-bottom: 238px;
  background-color: #fbf9f7;
}
@media screen and (max-width: 1024px) {
  #main .works_contents_wrap {
    padding-left: 0;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main .works_contents_wrap {
    padding-bottom: 50px;
  }
}
#main .works_contents {
  position: relative;
  z-index: 1;
  margin: -146px 0 0 auto;
}
#main .works_contents > li {
  padding: 102px 318px 133px 180px;
}
@media print, screen and (max-width: 1500px) {
  #main .works_contents > li {
    padding: 102px 100px 133px;
  }
}
@media screen and (max-width: 1024px) {
  #main .works_contents > li {
    padding: 102px 30px 133px;
  }
}
@media screen and (max-width: 767px) {
  #main .works_contents > li {
    padding: 60px 30px 80px;
  }
}
#main .works_contents > li:not(:last-child) {
  margin-bottom: 145px;
}
#main .works_contents > li h5 {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  margin: 0 0 100px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .works_contents > li h5 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .works_contents > li h5 {
    margin: 0 0 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#main .works_contents > li h5 span {
  margin-left: 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 3.4285714286;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  #main .works_contents > li h5 span {
    display: block;
    margin-left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.7142857143;
    letter-spacing: -0.05em;
  }
}
#main .works_contents > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .works_contents > li ul > li:last-child ul {
  margin-bottom: 0;
}
#main .works_contents > li ul > li span.label {
  display: inline-block;
  padding: 8px 41px 9px;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
  border-radius: 41px;
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li span.label {
    padding: 8px 30px 7px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.05em;
  }
}
#main .works_contents > li ul > li.day span.label {
  padding: 8px 41px 9px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li.day span.label {
    padding: 7px 30px;
  }
}
#main .works_contents > li ul > li.day span.label:before {
  display: inline-block;
  margin-right: 6px;
  content: url("../media/images/recruit/day_icon.svg");
}
#main .works_contents > li ul > li.early span.label {
  padding: 8px 53px 9px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li.early span.label {
    padding: 7px 41px;
  }
}
#main .works_contents > li ul > li.early ul li:before, #main .works_contents > li ul > li.early ul li:after {
  background-color: #eb798c;
}
#main .works_contents > li ul > li.night span.label {
  padding: 8px 41px 9px;
  background-image: linear-gradient(to left, #ac99f5, #8cf4ff);
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li.night span.label {
    padding: 7px 30px;
  }
}
#main .works_contents > li ul > li.night span.label:before {
  display: inline-block;
  margin-right: 6px;
  content: url("../media/images/recruit/night_icon.svg");
}
#main .works_contents > li ul > li.late span.label {
  padding: 8px 53px 9px;
  background-image: linear-gradient(to left, #ac99f5, #8cf4ff);
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li.late span.label {
    padding: 7px 41px;
  }
}
#main .works_contents > li ul > li.late ul li:before, #main .works_contents > li ul > li.late ul li:after {
  background-color: #ac99f5;
}
#main .works_contents > li ul > li .graph {
  margin-left: 116px;
  margin-bottom: 83px;
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  #main .works_contents > li ul > li .graph {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li .graph {
    padding-top: 45px;
    margin-bottom: 50px;
  }
}
#main .works_contents > li ul > li .graph span.label {
  position: absolute;
}
#main .works_contents > li ul > li ul {
  margin: 22px 0 72px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li ul {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .works_contents > li ul > li ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  flex-grow: 1;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #main .works_contents > li ul > li ul li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li ul li {
    padding-top: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
#main .works_contents > li ul > li ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #main .works_contents > li ul > li ul li:before {
    top: 0;
    transform: unset;
    width: 100%;
    height: 1px;
  }
}
#main .works_contents > li ul li.night + li.early {
  margin-top: 98px;
}
#main .works_detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .works_detail {
    display: block;
  }
}
#main .works_detail li {
  width: calc((100% - 90px) / 3);
}
@media screen and (max-width: 1024px) {
  #main .works_detail li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #main .works_detail li {
    width: 100%;
  }
}
#main .works_detail li:not(:last-child) {
  margin-bottom: 40px;
}
#main .works_detail li img {
  width: 100%;
  height: auto;
}
#main .works_detail li h6 {
  margin: 20px 0 17px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .works_detail li h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
  }
}
#main .works_detail li p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .works_detail li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .about_sec {
  padding: 230px 0 112px 240px;
}
@media screen and (max-width: 1024px) {
  #main .about_sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #main .about_sec {
    padding: 50px 15px;
  }
}
#main .about_sec.see_by_data {
  padding-bottom: 112px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
@media screen and (max-width: 1024px) {
  #main .about_sec.see_by_data {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_sec.see_by_data {
    padding-bottom: 50px;
  }
}
#main .about_sec.environment {
  padding-bottom: 120px;
  background-image: linear-gradient(to left, #ac99f5, #8cf4ff);
}
@media screen and (max-width: 1024px) {
  #main .about_sec.environment {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_sec.environment {
    padding-bottom: 50px;
  }
}
#main .about_sec_inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main .about_sec_inner {
    width: 100%;
  }
}
#main .about_sec h4 {
  margin: 0 0 76px;
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .about_sec h4 {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: 0.1em;
  }
}
#main .about_sec .data_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  color: #fff;
  list-style: none;
}
#main .about_sec .data_list li {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  flex-direction: column;
  width: calc((100% - 220px) / 3);
  min-width: 260px;
  padding-bottom: 33px;
  margin-top: 41px;
  margin-bottom: 71px;
  position: relative;
}
@media print, screen and (max-width: 1500px) {
  #main .about_sec .data_list li {
    width: calc((100% - 110px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #main .about_sec .data_list li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
#main .about_sec .data_list li:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ed829c, #ebcd88);
}
#main .about_sec .data_list li.wide {
  width: calc((100% - 110px) / 2);
  padding-bottom: 45px;
  margin-top: 39px;
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  #main .about_sec .data_list li.wide {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
#main .about_sec .data_list li.wide .data_wrap p.data {
  margin: 0 0 28px;
}
#main .about_sec .data_list li .data_wrap {
  width: 100%;
  text-align: center;
}
#main .about_sec .data_list li h5 {
  margin: 0 0 34px;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.8461538462;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .about_sec .data_list li h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#main .about_sec .data_list li h5:before {
  position: absolute;
  bottom: 6px;
  display: block;
  content: "";
  width: 100%;
  height: 12px;
  background-image: linear-gradient(to right, #ed829c, #ebcd88);
}
@media screen and (max-width: 767px) {
  #main .about_sec .data_list li h5:before {
    bottom: 0;
  }
}
#main .about_sec .data_list li h5 span {
  position: relative;
  z-index: 1;
}
#main .about_sec .data_list li p.data {
  margin: 0 0 19px;
  text-align: center;
  white-space: nowrap;
}
#main .about_sec .data_list li p.data.mark {
  display: inline-block;
  position: relative;
}
#main .about_sec .data_list li p.data.mark:before {
  position: absolute;
  top: -3px;
  display: block;
}
#main .about_sec .data_list li p.data.niigata:before {
  left: -50px;
  content: url("../media/images/recruit/niigata.svg");
}
#main .about_sec .data_list li p.data.meadl:before {
  left: -38px;
  content: url("../media/images/recruit/meadl.svg");
}
#main .about_sec .data_list li p.data.coffee:before {
  left: -34px;
  content: url("../media/images/recruit/coffee.svg");
}
#main .about_sec .data_list li p.data.kira:before {
  left: -45px;
  content: url("../media/images/recruit/kira.svg");
}
#main .about_sec .data_list li p.data.time:before {
  left: -43px;
  content: url("../media/images/recruit/time.svg");
}
#main .about_sec .data_list li p.data.baby:before {
  left: -48px;
  content: url("../media/images/recruit/baby.svg");
}
#main .about_sec .data_list li p.data span {
  display: inline-block;
}
#main .about_sec .data_list li p.data span.value {
  margin: 0 0 0 5px;
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.05em;
  transform: skewX(-10deg);
}
@media screen and (max-width: 767px) {
  #main .about_sec .data_list li p.data span.value {
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}
#main .about_sec .data_list li p.data span.ratio {
  margin: 0 15px 0 25px;
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.05em;
  transform: skewX(-10deg);
}
@media screen and (max-width: 767px) {
  #main .about_sec .data_list li p.data span.ratio {
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}
#main .about_sec .data_list li p.data span.unit {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.05em;
  transform: skewX(-10deg);
}
@media screen and (max-width: 767px) {
  #main .about_sec .data_list li p.data span.unit {
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}
#main .about_sec .data_list li p.data span.side {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}
#main .about_sec .data_list li p.data span.side:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
#main .about_sec .data_list li p.data span.male {
  margin-right: 8px;
}
#main .about_sec .data_list li p.data span.male:before {
  top: -52px;
  content: url("../media/images/recruit/male.svg");
}
#main .about_sec .data_list li p.data span.female {
  margin-left: 22px;
}
#main .about_sec .data_list li p.data span.female:before {
  top: -52px;
  content: url("../media/images/recruit/female.svg");
}
#main .about_sec .data_list li p.data span.new_graduate {
  margin-right: 16px;
}
#main .about_sec .data_list li p.data span.new_graduate:before {
  top: -35px;
  content: url("../media/images/recruit/new_graduate.svg");
}
#main .about_sec .data_list li p.data span.mid_career {
  margin-left: 16px;
}
#main .about_sec .data_list li p.data span.mid_career:before {
  top: -35px;
  content: url("../media/images/recruit/mid_career.svg");
}
#main .about_sec .data_list li p.memo {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  height: calc(100% - 197px);
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .about_sec .data_list li p.memo {
    display: block;
  }
}
#main .about_sec p.notes {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  text-align: right;
}
#main .about_sec.environment h5 {
  margin: 121px 0 97px;
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.8461538462;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .about_sec.environment h5 {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#main .about_sec.environment h5:before {
  position: absolute;
  bottom: 6px;
  display: block;
  content: "";
  width: 100%;
  height: 12px;
  background-image: linear-gradient(to right, #ac99f5, #8cf4ff);
}
@media screen and (max-width: 767px) {
  #main .about_sec.environment h5:before {
    bottom: 0;
  }
}
#main .about_sec.environment h5 span {
  position: relative;
  z-index: 1;
}
#main .about_sec .environment_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 0 11px;
  margin: 0;
  color: #fff;
  list-style: none;
  position: relative;
}
#main .about_sec .environment_list:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ac99f5, #8cf4ff);
}
#main .about_sec .environment_list:not(:last-child) {
  margin: 0 0 167px;
}
@media screen and (max-width: 1024px) {
  #main .about_sec .environment_list:not(:last-child) {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_sec .environment_list:not(:last-child) {
    margin: 0 0 60px;
  }
}
#main .about_sec .environment_list.col3 li {
  width: calc((100% - 90px) / 3);
}
@media screen and (max-width: 767px) {
  #main .about_sec .environment_list.col3 li {
    width: 100%;
  }
}
#main .about_sec .environment_list.col4 li {
  width: calc((100% - 180px) / 4);
}
@media print, screen and (max-width: 1500px) {
  #main .about_sec .environment_list.col4 li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #main .about_sec .environment_list.col4 li {
    width: 100%;
  }
}
#main .about_sec .environment_list li {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #main .about_sec .environment_list li {
    margin-bottom: 50px;
  }
}
#main .about_sec .environment_list li .image_wrap {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-direction: column;
  height: 117px;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  #main .about_sec .environment_list li .image_wrap {
    margin: 0 0 15px;
  }
}
#main .about_sec .environment_list li .image_wrap .image {
  height: calc(100% - 1em);
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  flex-direction: column;
}
#main .about_sec .environment_list li .image_wrap h6 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
#main .about_sec .environment_list li p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .about_sec .environment_list li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .training_outline {
  width: 100%;
  height: 780px;
  padding-left: 240px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #main .training_outline {
    height: 600px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .training_outline {
    height: 500px;
  }
}
#main .training_outline:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
#main .training_outline_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-left: 240px;
}
@media screen and (max-width: 1024px) {
  #main .training_outline_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .training_outline_inner {
    padding: 0 15px;
  }
}
#main .training_outline_inner h4 {
  margin: 233px 0 52px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #main .training_outline_inner h4 {
    margin: 80px 0 62px;
  }
}
@media screen and (max-width: 767px) {
  #main .training_outline_inner h4 {
    margin: 50px 0 40px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
  }
}
#main .training_outline_inner p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
#main .training_contents_wrap {
  padding-left: 240px;
  padding-bottom: 270px;
  background-color: #fbf9f7;
}
@media screen and (max-width: 1024px) {
  #main .training_contents_wrap {
    padding-left: 0;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main .training_contents_wrap {
    padding-bottom: 50px;
  }
}
#main .training_contents {
  position: relative;
  z-index: 1;
  margin: -256px 0 0 auto;
}
@media screen and (max-width: 767px) {
  #main .training_contents {
    margin: -200px 0 0 auto;
  }
}
#main .training_contents > li {
  padding: 104px 318px 90px 180px;
}
@media print, screen and (max-width: 1500px) {
  #main .training_contents > li {
    padding: 104px 100px 90px;
  }
}
@media screen and (max-width: 1024px) {
  #main .training_contents > li {
    padding: 104px 30px 90px;
  }
}
@media screen and (max-width: 767px) {
  #main .training_contents > li {
    padding: 60px 30px 80px;
  }
}
#main .training_contents > li:not(:last-child) {
  margin-bottom: 107px;
}
#main .training_contents > li h5 {
  margin: 0 0 63px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .training_contents > li h5 {
    margin: 0 0 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#main .training_contents > li h5 span {
  margin-left: 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 3.4285714286;
  letter-spacing: -0.05em;
}
#main .training_contents > li p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .training_contents > li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .training_contents > li ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
  counter-reset: number;
}
#main .training_contents > li ol li {
  width: calc((100% - 120px) / 3);
  padding-top: 50px;
  margin-top: 10px;
  margin-bottom: 82px;
  border-top: 1px solid #000;
  position: relative;
}
@media print, screen and (max-width: 1500px) {
  #main .training_contents > li ol li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #main .training_contents > li ol li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .training_contents > li ol li:not(:last-child) {
    margin-bottom: 50px;
  }
}
#main .training_contents > li ol li h6 {
  margin: 0 0 45px -8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .training_contents > li ol li h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
#main .training_contents > li ol li h6:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  counter-increment: number;
  content: "0" counter(number);
}
#main .training_contents > li ol li p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #main .training_contents > li ol li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
#main .training_contents > li ol li img {
  position: absolute;
  bottom: -270px;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1500px) {
  #main .training_contents > li ol li img {
    bottom: -200px;
  }
}
@media screen and (max-width: 767px) {
  #main .training_contents > li ol li img {
    position: unset;
    margin-top: 40px;
  }
}
#main .requirement {
  background-color: #fbf9f7;
  padding-bottom: 199px;
}
#main .requirement_outline {
  width: 100%;
  height: 780px;
  padding-left: 240px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #main .requirement_outline {
    height: 600px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .requirement_outline {
    height: 500px;
  }
}
#main .requirement_outline:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
#main .requirement_outline_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-left: 240px;
}
@media screen and (max-width: 1024px) {
  #main .requirement_outline_inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .requirement_outline_inner {
    padding: 0 15px;
  }
}
#main .requirement_outline_inner h4 {
  margin: 185px 0 0;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 12px;
}
@media screen and (max-width: 1024px) {
  #main .requirement_outline_inner h4 {
    margin: 80px 0 62px;
  }
}
@media screen and (max-width: 767px) {
  #main .requirement_outline_inner h4 {
    margin: 50px 0 40px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
  }
}
#main .requirement_contents_wrap {
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin: -367px 0 0 440px;
  padding: 67px 336px 78px 139px;
}
@media print, screen and (max-width: 1500px) {
  #main .requirement_contents_wrap {
    margin-left: 340px;
    padding-left: 89px;
    padding-right: 86px;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .requirement_contents_wrap {
    margin-left: 240px;
    padding-left: 39px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 1024px) {
  #main .requirement_contents_wrap {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#main .requirement_contents_wrap::before {
  position: absolute;
  display: block;
  top: -43px;
  left: 134px;
  counter-increment: section;
  content: "0" counter(section);
  background: linear-gradient(to left, #ac99f5, #8cf4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media print, screen and (max-width: 1200px) {
  #main .requirement_contents_wrap::before {
    left: 84px;
  }
}
@media screen and (max-width: 1024px) {
  #main .requirement_contents_wrap::before {
    left: 30px;
  }
}
#main .requirement_contents {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
  border-bottom: 1px solid #f0ebe6;
}
@media screen and (max-width: 767px) {
  #main .requirement_contents {
    padding: 1px 0;
  }
  #main .requirement_contents, #main .requirement_contents tbody, #main .requirement_contents tr, #main .requirement_contents th, #main .requirement_contents td {
    display: block;
    width: 100% !important;
  }
  #main .requirement_contents tr {
    margin-top: 1px;
  }
}
#main .requirement_contents th, #main .requirement_contents td {
  padding: 32px 0 33px;
  border-top: 1px solid #f0ebe6;
  border-bottom: 1px solid #f0ebe6;
  text-align: left;
  line-height: 32px;
  letter-spacing: 0.1em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #main .requirement_contents th, #main .requirement_contents td {
    line-height: 26px;
  }
}
#main .requirement_contents th {
  width: 28%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #main .requirement_contents th {
    border-bottom: none;
    padding: 10px 0 0;
  }
}
#main .requirement_contents td {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main .requirement_contents td {
    border-top: none;
    padding: 10px 0;
  }
}
#main .requirement_contents td .requirements_pdf {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  padding: 0 33px 12px 0;
  background: url(../media/images/common/arrow_pink.png) no-repeat top 0 right 0/18px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  color: #eb798c;
  text-decoration: none;
}
#main .requirement_contents td .requirements_pdf::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: linear-gradient(0deg, #fce3a9 0%, #ed829c 100%);
  width: 100%;
  height: 1px;
}
#main .requirement_contents td ul, #main .requirement_contents td ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .requirement_contents td p {
  margin: 0;
}
#main .requirement_contents td ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#main .requirement_contents td ul li::before {
  content: "◆";
}
#main .requirement_contents td ul.spacing li {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #main .requirement_contents td ul.spacing li {
    margin-top: 26px;
  }
}
#main .requirement_contents td ul.spacing li.no_space {
  margin-top: 0;
}
#main .requirement_contents td ul.spacing:first-child li:first-child {
  margin-top: 0;
}
#main .requirement_contents td ol {
  counter-reset: ol;
}
#main .requirement_contents td ol li {
  counter-increment: ol;
}
#main .requirement_contents td ol li::before {
  content: counter(ol) "）";
}
#main .requirement_contents tr:first-child th, #main .requirement_contents tr:first-child td {
  border-top: none;
}
#main .requirement_links {
  list-style: none;
  margin: 65px 0 44px 8px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main .requirement_links {
    margin: 20px;
    flex-direction: column;
    align-items: stretch;
  }
}
#main .requirement_links li {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin: 0 44px;
}
@media screen and (max-width: 767px) {
  #main .requirement_links li {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 10px 0;
    white-space: normal;
  }
}
#main .requirement_links li a {
  display: block;
  margin: 0 12px 0 auto;
  color: #4c4347;
  text-decoration: none;
  text-align: left;
  transition: opacity 0.2s;
  position: relative;
  padding: 32px 33px 32px 0;
}
@media screen and (max-width: 767px) {
  #main .requirement_links li a {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}
#main .requirement_links li a:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: url("../media/images/recruit/arrow_pink.svg");
}
#main .requirement_links li a:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
#main .requirement_links li a:hover {
  opacity: 0.8;
}
#main .requirement#common .requirement_contents_wrap::before {
  content: none;
  display: none;
}
#main .requirement#apply .requirement_outline::before {
  background: url(../media/images/recruit/apply-bg.png) no-repeat center / cover;
  height: 700px;
}
#main .requirement#apply .requirement_outline_inner h4 {
  margin-top: 173px;
}
@media screen and (max-width: 1024px) {
  #main .requirement#apply .requirement_outline_inner h4 {
    margin-top: 80px;
  }
}
#main .requirement#apply .requirement_outline_inner p {
  margin: 50px 0 0;
  padding-left: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_outline_inner p {
    padding-left: 0;
  }
}
#main .requirement#apply .requirement_contents_wrap {
  margin-top: -270px;
  background: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #main .requirement#apply .requirement_contents_wrap {
    margin-top: -237px;
  }
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap {
    margin-top: 30px;
  }
}
#main .requirement#apply .requirement_contents_wrap::before {
  content: none;
  display: none;
}
#main .requirement#apply .requirement_contents_wrap .steps {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  #main .requirement#apply .requirement_contents_wrap .steps {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .steps {
    flex-direction: column;
    align-items: stretch;
  }
}
#main .requirement#apply .requirement_contents_wrap .steps .step {
  margin-right: 1px;
  background-color: #fff;
  padding-bottom: 94px;
  padding-left: 65px;
}
@media print, screen and (max-width: 1500px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#main .requirement#apply .requirement_contents_wrap .steps .step h5 {
  margin: -51px 0 0;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-indent: 9px;
  letter-spacing: -0.05em;
}
#main .requirement#apply .requirement_contents_wrap .steps .step h5 span {
  display: block;
  margin-top: 4px;
  font-size: 82px;
  text-indent: 0;
  letter-spacing: -0.05em;
}
#main .requirement#apply .requirement_contents_wrap .steps .step .icons {
  margin-left: 2px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 192px;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step .icons {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step .icons .icon {
    margin-top: 20px;
  }
}
#main .requirement#apply .requirement_contents_wrap .steps .step .icons .icon img {
  display: block;
  margin: 0 auto;
}
#main .requirement#apply .requirement_contents_wrap .steps .step .icons .icon p {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
#main .requirement#apply .requirement_contents_wrap .steps .step:first-child {
  padding-left: 134px;
  padding-right: 59px;
}
@media print, screen and (max-width: 1500px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#main .requirement#apply .requirement_contents_wrap .steps .step:first-child .icons .icon img {
  margin-bottom: 32px;
}
#main .requirement#apply .requirement_contents_wrap .steps .step:nth-child(2) {
  padding-right: 90px;
  width: 460px;
}
@media print, screen and (max-width: 1500px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step:nth-child(2) {
    padding-right: 40px;
    width: 370px;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step:nth-child(2) {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step:nth-child(2) {
    width: auto;
  }
}
#main .requirement#apply .requirement_contents_wrap .steps .step:nth-child(2) .icons .icon:first-child img {
  margin-bottom: 29px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step:nth-child(2) .icons .icon:first-child img {
    margin-left: auto;
  }
}
#main .requirement#apply .requirement_contents_wrap .steps .step:nth-child(2) .icons .icon:last-child img {
  margin-bottom: 27px;
}
#main .requirement#apply .requirement_contents_wrap .steps .step:last-child {
  flex-grow: 1;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step:last-child {
    flex-grow: 0;
  }
}
#main .requirement#apply .requirement_contents_wrap .steps .step:last-child .icons {
  margin-left: 53px;
}
@media print, screen and (max-width: 1500px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step:last-child .icons {
    margin-left: 2px;
  }
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .steps .step:last-child .icons {
    margin-left: 0;
  }
}
#main .requirement#apply .requirement_contents_wrap .steps .step:last-child .icons .icon img {
  margin-bottom: 21px;
}
#main .requirement#apply .requirement_contents_wrap .contact {
  margin-top: 103px;
  background-color: #fff;
  padding: 105px 339px 200px 141px;
}
@media print, screen and (max-width: 1500px) {
  #main .requirement#apply .requirement_contents_wrap .contact {
    padding-left: 91px;
    padding-right: 89px;
  }
}
@media print, screen and (max-width: 1200px) {
  #main .requirement#apply .requirement_contents_wrap .contact {
    padding-left: 41px;
    padding-right: 39px;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact h5 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#main .requirement#apply .requirement_contents_wrap .contact table {
  margin: 70px 0 52px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
  border-top: 1px solid #f0ebe6;
  border-bottom: 1px solid #f0ebe6;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact table {
    padding: 1px 0;
  }
  #main .requirement#apply .requirement_contents_wrap .contact table, #main .requirement#apply .requirement_contents_wrap .contact table tbody, #main .requirement#apply .requirement_contents_wrap .contact table tr, #main .requirement#apply .requirement_contents_wrap .contact table th, #main .requirement#apply .requirement_contents_wrap .contact table td {
    display: block;
    width: 100% !important;
  }
  #main .requirement#apply .requirement_contents_wrap .contact table tr {
    margin-top: 1px;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact table th, #main .requirement#apply .requirement_contents_wrap .contact table td {
  padding: 32px 0 33px;
  border-top: 1px solid #f0ebe6;
  border-bottom: 1px solid #f0ebe6;
  text-align: left;
  line-height: 32px;
  letter-spacing: 0.1em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact table th, #main .requirement#apply .requirement_contents_wrap .contact table td {
    line-height: 26px;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact table th {
  width: 40%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact table th {
    border-bottom: none;
    padding: 10px 0 0;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact table td {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact table td {
    border-top: none;
    padding: 10px 0;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact p {
  margin: 52px 0 136px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #main .requirement#apply .requirement_contents_wrap .contact p {
    margin-bottom: 66px;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact .requirements_tel_wrap {
  display: table;
  margin: 45px auto 0;
  max-width: 820px;
  width: 100%;
}
#main .requirement#apply .requirement_contents_wrap .contact .tel {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media print, screen and (max-width: 1500px) {
  #main .requirement#apply .requirement_contents_wrap .contact .tel {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #main .requirement#apply .requirement_contents_wrap .contact .tel {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact .tel {
    flex-direction: column;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact .tel .frame {
  flex: 0 0 46.5%;
  background: linear-gradient(to left, #ed829c, #ebcd88);
  padding: 2px;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (max-width: 1500px) {
  #main .requirement#apply .requirement_contents_wrap .contact .tel .frame {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact .tel .frame {
    flex-basis: auto;
    margin: 10px 0;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact .tel .frame > div {
  min-height: 136px;
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 0;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact .tel .frame > div {
    min-height: auto;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 10px;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact .tel .frame > div span {
  display: block;
  margin-top: 11px;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact .tel .frame > div span {
    margin-top: 4px;
    font-size: 22px;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact .tel .frame > div span::before {
  content: "";
  display: inline-block;
  background: url(../media/images/recruit/requirement-icon-tel.png) no-repeat center / contain;
  width: 26px;
  height: 29px;
  margin-right: 12px;
  vertical-align: -1px;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact .tel .frame > div span::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact .mailform {
  margin: 63px 0 0;
  background: linear-gradient(to left, #ed829c, #ebcd88);
  padding: 2px;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (max-width: 1500px) {
  #main .requirement#apply .requirement_contents_wrap .contact .mailform {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #main .requirement#apply .requirement_contents_wrap .contact .mailform {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact .mailform a {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 38px 0;
  min-height: 106px;
  text-align: center;
  color: #4c4347;
  font-weight: normal;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact .mailform a {
    padding: 20px 0;
    font-size: 20px;
    line-height: 25px;
    min-height: auto;
  }
  #main .requirement#apply .requirement_contents_wrap .contact .mailform a span {
    display: block;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact .mailform a::before {
  content: "";
  display: inline-block;
  background: url(../media/images/recruit/requirement-icon-mail.png) no-repeat center / contain;
  width: 29px;
  height: 25px;
  margin-right: 10px;
  vertical-align: -4px;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact .mailform a::before {
    width: 20px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -2px;
  }
}
#main .requirement#apply .requirement_contents_wrap .contact .mailform a::after {
  content: "";
  display: block;
  background: url(../media/images/recruit/arrow_pink.svg) no-repeat center / contain;
  background-size: cover;
  width: 16px;
  height: 13px;
  position: absolute;
  top: calc(50% - 7px);
  right: 60px;
}
@media screen and (max-width: 767px) {
  #main .requirement#apply .requirement_contents_wrap .contact .mailform a::after {
    right: 10px;
  }
}
footer.footer {
  padding-left: 240px;
}
@media screen and (max-width: 1024px) {
  footer.footer {
    padding-left: 0;
  }
}
footer.footer .home_button {
  width: 260px;
  height: 50px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.8125;
  letter-spacing: 0.1em;
  border-left: 1px solid #ebcd88;
  border-right: 1px solid #ed829c;
}
@media screen and (max-width: 767px) {
  footer.footer .home_button {
    width: 220px;
    height: 40px;
    margin-left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0.1em;
  }
}
footer.footer .home_button:before, footer.footer .home_button:after {
  display: block;
  content: "";
  height: 1px;
  background-image: linear-gradient(to left, #ed829c, #ebcd88);
}
footer.footer .home_button a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: calc(100% - 2px);
  color: #eb798c;
  text-decoration: none;
}
footer.footer .home_button a:after {
  display: inline-block;
  content: url("../media/images/recruit/arrow_pink.svg");
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  footer.footer .home_button a:after {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=./recruit.css.map */