@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 h2 br {
  display: none; }

@media (max-width: 480px) {
  .recruit_top h2 br {
    display: block; } }
/*max-width:480px*/
/******************************************/
.service_box {
  max-width: 1360px;
  width: calc(100% - 100px);
  margin: 0 auto 120px; }
  .service_box .img {
    position: relative;
    overflow: hidden;
    margin: 0 0 100px; }
    .service_box .img .ttl {
      position: absolute;
      left: -1px;
      bottom: 0;
      width: 479px;
      height: 190px;
      border-radius: 0 20px 0 0;
      background: url("../images/service/img_ttl.svg") left top no-repeat;
      background-size: contain;
      padding: 20px 0 0 150px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center; }
      .service_box .img .ttl:before {
        color: #4F61B8;
        font: 11rem/1em "Albert Sans", sans-serif;
        font-weight: 100;
        position: absolute;
        top: 55%;
        left: 0;
        transform: translate(0%, -50%); }
      .service_box .img .ttl h2 span {
        font: 3rem/1em "Noto Sans", sans-serif;
        font-weight: 500;
        letter-spacing: 0.3em;
        margin: 0 0 20px;
        position: relative;
        display: block;
        padding: 0 0 0 30px;
        background: url("../images/common/icon.svg") left center no-repeat; }
      .service_box .img .ttl h2 small {
        display: block;
        font: 1.6rem/1.5em "Albert Sans", sans-serif;
        font-weight: 300; }
    .service_box .img .pic {
      border-radius: 20px;
      overflow: hidden; }
  .service_box .txt {
    max-width: 1120px;
    margin: 0 0 0 auto;
    width: calc(100% - 100px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .service_box .txt div {
      width: calc(100%/2); }
      .service_box .txt div:nth-of-type(1) {
        padding: 0 40px 0 0;
        border-right: 1px solid #ccc; }
      .service_box .txt div:nth-of-type(2) {
        padding: 0 0 0 40px; }
        .service_box .txt div:nth-of-type(2) p {
          margin: 0 0 25px; }
    .service_box .txt p {
      text-align: justify;
      text-justify: inter-ideograph;
      font: 1.8rem/2.4em "Noto Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.03em; }
    .service_box .txt span {
      border: 1px solid #CBD3FD;
      font: 1.6rem/1.8em "Noto Sans", sans-serif;
      font-weight: 400;
      display: block;
      width: fit-content;
      background-color: #fff;
      padding: 5px 25px;
      margin: 0 0 15px;
      border-radius: 25px; }
      .service_box .txt span br {
        display: none; }
  .service_box.service01 .ttl:before {
    content: "01"; }
  .service_box.service02 .ttl:before {
    content: "02"; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .service_box .txt {
    max-width: 1120px;
    margin: 0 0 0 auto;
    width: 100%; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .service_box {
    max-width: 1360px;
    width: calc(100% - 80px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .service_box {
    max-width: 1360px;
    width: calc(100% - 60px);
    margin: 0 auto 120px; }
    .service_box .img {
      position: relative;
      overflow: hidden;
      margin: 0 0 20px; }
      .service_box .img .ttl {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        background: none;
        padding: 20px 0 30px 110px; }
        .service_box .img .ttl:before {
          font: 8.5rem/1em "Albert Sans", sans-serif;
          font-weight: 100;
          top: 45%;
          left: 0; }
      .service_box .img .pic {
        display: block;
        margin: 0 0 20px; }
    .service_box .txt {
      max-width: 1120px;
      margin: 0 0 0 auto;
      width: 100%;
      display: block; }
      .service_box .txt p {
        font: 1.7rem/2.4em "Noto Sans", sans-serif;
        font-weight: 400; }
      .service_box .txt span br {
        display: block; }
      .service_box .txt div {
        width: 100%; }
        .service_box .txt div:nth-of-type(1) {
          padding: 0;
          border-right: none; }
        .service_box .txt div:nth-of-type(2) {
          padding: 0; }
          .service_box .txt div:nth-of-type(2) p {
            margin: 0 0 25px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .service_box {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto 80px; }
    .service_box.service02 {
      margin: 0 auto 60px; }
      .service_box.service02 .img .ttl {
        padding: 35px 0 30px 110px; }
    .service_box .img {
      position: relative;
      overflow: hidden;
      margin: 0; }
      .service_box .img .ttl {
        max-width: 325px;
        margin: 0 auto;
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        background: none;
        padding: 35px 0 30px 100px; }
        .service_box .img .ttl:before {
          font: 7.5rem/1em "Albert Sans", sans-serif;
          font-weight: 100;
          top: 50%;
          left: 0; }
        .service_box .img .ttl h2 span {
          font: 2.4rem/1em "Noto Sans", sans-serif;
          font-weight: 500;
          letter-spacing: 0.3em;
          margin: 0 0 10px;
          position: relative;
          display: block;
          padding: 0 0 0 25px;
          background: url("../images/common/icon.svg") left center no-repeat;
          background-size: 13px; }
        .service_box .img .ttl h2 small {
          display: block;
          font: 1.3rem/1.5em "Albert Sans", sans-serif;
          font-weight: 300; }
      .service_box .img .pic {
        border-radius: 0;
        aspect-ratio: 375/315;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
      .service_box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .service_box .txt {
      max-width: 325px;
      margin: 0 auto;
      width: 100%;
      display: block; }
      .service_box .txt p {
        font: 1.5rem/2em "Noto Sans", sans-serif;
        font-weight: 400; }
      .service_box .txt span {
        font: 1.4rem/1.5em "Noto Sans", sans-serif;
        font-weight: 400; }
        .service_box .txt span br {
          display: block; }
      .service_box .txt div {
        width: 100%; }
        .service_box .txt div:nth-of-type(1) {
          padding: 0;
          border-right: none; }
        .service_box .txt div:nth-of-type(2) {
          padding: 0; }
          .service_box .txt div:nth-of-type(2) p {
            margin: 0 0 25px; } }
/*max-width:480px*/
/******************************************/
.support {
  width: calc(100% - 40px);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 100px 80px; }

.support_flex {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .support_flex .txt {
    max-width: 770px;
    width: calc(100% - 550px); }
  .support_flex h3 {
    color: #00275C;
    font: 9rem/1em "Albert Sans", sans-serif;
    font-weight: 200;
    margin: 0 0 40px; }
    .support_flex h3 small {
      text-align: left;
      margin: 0 0 20px;
      display: block;
      width: fit-content;
      font: 1.8rem/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; }
  .support_flex p {
    text-align: justify;
    text-justify: inter-ideograph;
    font: 1.7rem/2.2em "Noto Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em; }
    .support_flex p span {
      font: 2.7rem/2em "Noto Sans", sans-serif;
      font-weight: 400;
      display: block;
      margin: 0 0 30px; }
  .support_flex .img {
    margin: 120px 0 0;
    width: 500px;
    aspect-ratio: 500/620;
    height: auto;
    overflow: hidden;
    border-radius: 20px; }
    .support_flex .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .support {
    width: calc(100% - 40px);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 100px 70px; }

  .support_flex {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .support_flex .txt {
      max-width: 770px;
      width: calc(100% - 450px);
      padding: 240px 0 0; }
    .support_flex h3 {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .support_flex .img {
      margin: 240px 0 0;
      width: 400px;
      aspect-ratio: 500/620; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .support {
    width: calc(100% - 40px);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 70px 40px 100px; }

  .support_flex {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .support_flex .txt {
      max-width: 770px;
      width: 100%;
      padding: 0;
      margin: 0 auto 40px; }
    .support_flex h3 {
      width: 100%;
      position: relative;
      left: auto;
      top: auto; }
    .support_flex .img {
      margin: 0 auto;
      width: 100%;
      max-width: 500px;
      aspect-ratio: 500/620; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .support {
    width: calc(100% - 40px);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 70px 40px 100px; }

  .support_flex {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .support_flex .txt {
      max-width: 770px;
      width: 100%;
      padding: 0;
      margin: 0 auto 40px; }
    .support_flex h3 {
      font: 6.0rem/1em "Albert Sans", sans-serif;
      font-weight: 200;
      width: 100%; }
      .support_flex h3 small {
        text-align: left;
        margin: 0 0 20px;
        display: block;
        width: fit-content;
        font: 1.6rem/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; }
    .support_flex p {
      text-align: justify;
      text-justify: inter-ideograph;
      font: 1.6rem/2.2em "Noto Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.03em; }
      .support_flex p span {
        font: 2.4rem/2em "Noto Sans", sans-serif;
        font-weight: 400;
        display: block;
        margin: 0 0 40px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .support {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 50px 20px 50px; }

  .support_flex {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .support_flex .txt {
      max-width: 770px;
      width: 100%;
      padding: 0;
      margin: 0 auto 30px; }
    .support_flex h3 {
      margin: 0 0 25px;
      font: 5.0rem/1em "Albert Sans", sans-serif;
      font-weight: 200;
      width: 100%; }
      .support_flex h3 small {
        font: 1.4rem/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;
        background-size: 13px; }
    .support_flex p {
      font: 1.5rem/2em "Noto Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.03em; }
      .support_flex p span {
        font: 1.9rem/1.8em "Noto Sans", sans-serif;
        font-weight: 400;
        display: block;
        margin: 0 0 25px; } }
/*max-width:480px*/
