@charset "UTF-8";
body {
  padding: 130px 0 0; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  body {
    padding: 120px 0 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  body {
    padding: 100px 0 0; } }
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  body {
    padding: 70px 0 0; } }
/*max-width:480px*/
/******************************************/
.circle_scroll {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  background-image: url("../images/common/circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 380px;
  background-attachment: fixed;
  opacity: 0.5;
  z-index: -1; }
  .circle_scroll.active {
    opacity: 0.5; }

/*max-width:768px*/
@media (max-width: 480px) {
  .circle_scroll {
    background-position: center 285px; } }
/*max-width:480px*/
/******************************************/
.recruit_top {
  text-align: center; }
  .recruit_top p {
    width: fit-content; }
    .recruit_top p strong {
      padding: 15px 0 5px;
      display: block;
      width: 100%;
      border-bottom: 1px solid #C0C9D5; }
      .recruit_top p strong:nth-of-type(1) {
        padding-top: 0; }
  .recruit_top h2 br {
    display: none; }

@media (max-width: 480px) {
  .recruit_top h2 br {
    display: block; } }
/*max-width:480px*/
/******************************************/
.recruit_list {
  width: calc(100% - 40px);
  margin: 0 auto 150px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 100px 100px 120px; }
  .recruit_list h2 {
    color: #00275C;
    font: 9rem/1em "Albert Sans", sans-serif;
    font-weight: 200;
    max-width: 1240px;
    margin: 0 auto 60px; }
    .recruit_list h2 small {
      text-align: left;
      margin: 0 0 20px;
      display: block;
      width: fit-content;
      font: 2rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.1em;
      padding: 0 20px 0 50px;
      background: url("../images/recruit/ttl_icon.svg") center left 25px no-repeat;
      border-left: 1px solid #00275C;
      border-right: 1px solid #00275C; }
  .recruit_list .recruitment_item:last-of-type {
    margin-bottom: 0; }

.recruitment_item {
  width: 100%;
  margin: 0 auto 120px; }
  .recruitment_item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 1240px;
    margin: 0 auto 80px;
    width: 100%;
    letter-spacing: 0.1em; }
  .recruitment_item dt {
    color: #4F61B8;
    font: 1.7rem/2em "Noto Sans", sans-serif;
    font-weight: 500;
    position: relative;
    width: 200px;
    margin: 0 60px 0 0;
    border-bottom: 1px solid #D3D9F8;
    padding: 20px 20px 20px 35px; }
    .recruitment_item dt:nth-of-type(1) {
      border-top: 1px solid #D3D9F8; }
    .recruitment_item dt:before {
      position: absolute;
      content: "・";
      left: 10px; }
  .recruitment_item dd {
    color: #00275C;
    font: 1.7rem/2em "Noto Sans", sans-serif;
    font-weight: 400;
    padding: 20px;
    width: calc(100% - 260px);
    border-bottom: 1px solid #D3D9F8; }
    .recruitment_item dd a {
      text-decoration: none;
      color: #00275C; }
    .recruitment_item dd:nth-of-type(1) {
      border-top: 1px solid #D3D9F8; }
  .recruitment_item .entry_btn {
    text-decoration: none;
    background: linear-gradient(#C80F2F, #9F0721);
    max-width: 400px;
    width: calc(100% - 40px);
    height: 100px;
    margin: 0 auto;
    border-radius: 20px;
    color: #fff;
    font: 4rem/100px "Albert Sans", sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: block;
    text-align: center; }
    .recruitment_item .entry_btn:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/recruit/entry_arrow.svg") center center no-repeat;
      background-size: contain;
      width: 40px;
      height: 40px;
      top: 50%;
      right: 30px;
      left: auto;
      transform: translate(0%, -50%); }
    .recruitment_item .entry_btn:after {
      transition: .3s;
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1;
      opacity: 0;
      background: #00275C; }

@media (hover: hover) {
  .recruitment_item .entry_btn:hover:after {
    opacity: 1; } }
/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .recruit_list {
    padding: 80px 60px 120px; }

  .recruitment_item dt {
    width: 170px;
    margin: 0 30px 0 0; }
  .recruitment_item dd {
    width: calc(100% - 200px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruit_list {
    margin: 0 auto 100px;
    padding: 60px 40px 100px; }
    .recruit_list h2 {
      font: 5.3rem/1em "Albert Sans", sans-serif;
      font-weight: 200; }
      .recruit_list h2 small {
        font: 1.8rem/1em "Noto Sans", sans-serif;
        font-weight: 700;
        padding: 0 15px 0 45px;
        background: url("../images/recruit/ttl_icon.svg") center left 20px no-repeat; }

  .recruitment_item {
    margin: 0 auto 100px; }
    .recruitment_item dl {
      margin: 0 auto 50px; }
    .recruitment_item dt {
      font: 1.6rem/2em "Noto Sans", sans-serif;
      font-weight: 500;
      width: 120px;
      margin: 0 20px 0 0;
      padding: 15px 0 15px 20px; }
      .recruitment_item dt:before {
        left: 0; }
    .recruitment_item dd {
      font: 1.5rem/2em "Noto Sans", sans-serif;
      font-weight: 400;
      padding: 15px;
      width: calc(100% - 140px); }
    .recruitment_item .entry_btn {
      max-width: 300px;
      height: 90px;
      padding: 0 30px 0 0;
      font: 4rem/90px "Albert Sans", sans-serif;
      font-weight: 300; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruit_list {
    width: calc(100% - 30px);
    margin: 0 auto 100px;
    padding: 60px 10px 80px; }
    .recruit_list h2 {
      max-width: 315px;
      margin: 0 auto 30px;
      font: 4.5rem/1em "Albert Sans", sans-serif;
      font-weight: 200; }
      .recruit_list h2 small {
        font: 1.4rem/1em "Noto Sans", sans-serif;
        font-weight: 700;
        padding: 0 10px 0 40px;
        background: url("../images/recruit/ttl_icon.svg") center left 15px no-repeat;
        background-size: 13px; }

  .recruitment_item {
    margin: 0 auto 60px; }
    .recruitment_item dl {
      max-width: 315px;
      margin: 0 auto 30px; }
    .recruitment_item dt {
      font: 1.4rem/2em "Noto Sans", sans-serif;
      font-weight: 500;
      width: 100px;
      margin: 0 15px 0 0;
      padding: 15px 0 15px 18px; }
    .recruitment_item dd {
      font: 1.4rem/2em "Noto Sans", sans-serif;
      font-weight: 400;
      padding: 15px 15px;
      width: calc(100% - 120px); }
    .recruitment_item .entry_btn {
      max-width: 240px;
      height: 60px;
      padding: 0 30px 0 0;
      font: 3rem/60px "Albert Sans", sans-serif;
      font-weight: 300;
      border-radius: 10px; }
      .recruitment_item .entry_btn:before {
        width: 30px;
        height: 30px;
        top: 50%;
        right: 20px; } }
/*max-width:480px*/
