@charset "UTF-8";
body {
  background-color: #F2F2F2; }

.job-title {
  display: flex;
  position: relative;
  padding-left: 5%; }
  .job-title.blanc h2 {
    color: #fff; }
  .job-title.aqua h2 {
    color: #074CCE; }
  .job-title.rouge h2 {
    color: #E60012; }
  .job-title.aqua h1 {
    color: #074CCE; }
  .job-title.rouge h1 {
    color: #E60012; }
  .job-title img {
    position: absolute;
    top: -30px;
    left: 5px;
    width: 40px; }
    @media (min-width: 768px) {
      .job-title img {
        left: 20px; } }
    @media (min-width: 1024px) {
      .job-title img {
        top: -40px;
        left: 30px;
        width: 60px; } }
  .job-title h1 {
    position: relative;
    font-size: 2.2em;
    line-height: 1.2em;
    z-index: 10; }
    @media (min-width: 1024px) {
      .job-title h1 {
        font-size: 4em; } }
  .job-title h2 {
    position: relative;
    font-size: 1.8em;
    line-height: 1.2em;
    z-index: 10; }
    @media (min-width: 1024px) {
      .job-title h2 {
        font-size: 2.6em; } }

@media (min-width: 768px) {
  .common-title {
    display: flex;
    align-items: center; } }
.common-title .txt {
  padding-left: 5%; }
  .common-title .txt.blanc p {
    color: #fff; }
  .common-title .txt p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-top: 8px; }
    @media (min-width: 1024px) {
      .common-title .txt p {
        font-size: 1.125em;
        margin-top: 0; } }

.detail-btn a:hover .detail-btn-in > img {
  right: -5px; }
.detail-btn a .detail-btn-in {
  position: relative;
  width: 130px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  display: inline-block; }
  .detail-btn a .detail-btn-in.aqua {
    border-bottom: 2px solid #064CCE; }
    .detail-btn a .detail-btn-in.aqua h6 {
      color: #064CCE; }
  .detail-btn a .detail-btn-in.rouge {
    border-bottom: 2px solid #E60012; }
    .detail-btn a .detail-btn-in.rouge h6 {
      color: #E60012; }
  .detail-btn a .detail-btn-in h6 {
    font-size: 0.9em;
    text-align: left;
    color: #fff; }
    @media (min-width: 768px) {
      .detail-btn a .detail-btn-in h6 {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      .detail-btn a .detail-btn-in h6 {
        font-size: 1.125em; } }
  .detail-btn a .detail-btn-in img {
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 13px;
    transition: .5s; }

.card-common {
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */ }
  .card-common.aqua {
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */ }
    .card-common.aqua .swiper-button-prev::after {
      background-image: url("../../img/parts/arrow-s2.svg");
      transform: rotate(180deg); }
    .card-common.aqua .swiper-button-next::after {
      background-image: url("../../img/parts/arrow-s2.svg"); }
  .card-common.rouge {
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */ }
    .card-common.rouge .swiper-button-prev::after {
      background-image: url("../../img/parts/arrow-s1.svg");
      transform: rotate(180deg); }
    .card-common.rouge .swiper-button-next::after {
      background-image: url("../../img/parts/arrow-s1.svg"); }
  .card-common .swiper-button-prev,
  .card-common .swiper-button-next {
    height: 40px;
    width: 40px;
    z-index: 20; }
  .card-common .swiper-button-prev::after,
  .card-common .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 40px;
    width: 40px;
    border-radius: 50px; }
  .card-common .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 10px;
    color: #fff; }
  .card-common .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #BDBCB6; }
  .card-common.aqua .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0B46C9; }
  .card-common.rouge .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #E60012; }
