/* line 5, work-ethic.scss */
.page-title .page-title-left h1 {
  margin-bottom: 0; }
  /* line 7, work-ethic.scss */
  .page-title .page-title-left h1 .en {
    margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    /* line 10, work-ethic.scss */
    .page-title .page-title-left h1 .jp {
      display: block;
      font-size: 28px;
      letter-spacing: 0;
      margin-top: -8px; } }
  /* line 17, work-ethic.scss */
  .page-title .page-title-left h1 .jp .jp-sub {
    display: inline-block;
    color: #FFFFFF;
    background-color: #525A64;
    border-radius: 4px;
    padding: 0 12px; }
    @media screen and (max-width: 800px) {
      /* line 17, work-ethic.scss */
      .page-title .page-title-left h1 .jp .jp-sub {
        font-size: 13px;
        padding: 2px 6px; } }
/* line 31, work-ethic.scss */
.page-title .page-title-right {
  background-image: url("../img/topimage_risk.jpg"); }
  @media screen and (max-width: 800px) {
    /* line 31, work-ethic.scss */
    .page-title .page-title-right {
      background-image: url("../img/topimage_risk_sp.jpg"); } }

@media screen and (max-width: 800px) {
  /* line 41, work-ethic.scss */
  .wrapper section.we-top {
    margin-bottom: 104px; } }
/* line 45, work-ethic.scss */
.wrapper section.we-top::after {
  position: absolute;
  left: 50%;
  bottom: -64px;
  translate: -50% 0;
  width: 32px;
  height: 16px;
  content: "";
  background-color: #F08A42;
  clip-path: polygon(50% 100%, 0 0, 100% 0); }
  @media screen and (max-width: 800px) {
    /* line 45, work-ethic.scss */
    .wrapper section.we-top::after {
      width: 24px;
      height: 12px;
      bottom: -45px; } }
/* line 62, work-ethic.scss */
.wrapper section.case {
  padding: 104px 140px 96px;
  counter-reset: count2;
  overflow: hidden; }
  @media screen and (max-width: 1350px) {
    /* line 62, work-ethic.scss */
    .wrapper section.case {
      padding: 104px 20px 96px; } }
  @media screen and (max-width: 800px) {
    /* line 62, work-ethic.scss */
    .wrapper section.case {
      padding: 40px 20px; } }
  /* line 72, work-ethic.scss */
  .wrapper section.case::before {
    position: absolute;
    right: -20.3vw;
    top: -25.3vw;
    width: 63.3vw;
    height: 63.3vw;
    content: "";
    border-radius: 50%;
    background-image: url("../img/we_case_topimage.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 37.9vw;
    z-index: 1;
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      /* line 72, work-ethic.scss */
      .wrapper section.case::before {
        right: -30.7vw;
        top: -35.5vw;
        width: 88.8vw;
        height: 88.8vw;
        background-size: auto 53.3vw;
        z-index: 0; } }
  /* line 95, work-ethic.scss */
  .wrapper section.case h2 {
    color: #004097;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 56px; }
    @media screen and (max-width: 800px) {
      /* line 95, work-ethic.scss */
      .wrapper section.case h2 {
        display: inline-block;
        font-size: 15px;
        line-height: 1.4;
        padding-bottom: 10px;
        z-index: 1; } }
    /* line 107, work-ethic.scss */
    .wrapper section.case h2::after {
      position: absolute;
      left: 0;
      top: 50%;
      translate: 0 -50%;
      width: 100%;
      height: 1px;
      content: "";
      background-color: #004097;
      z-index: 0;
      pointer-events: none; }
      @media screen and (max-width: 800px) {
        /* line 107, work-ethic.scss */
        .wrapper section.case h2::after {
          top: auto;
          bottom: 0;
          translate: 0 0; } }
    /* line 124, work-ethic.scss */
    .wrapper section.case h2 .b-white {
      position: relative;
      display: inline-block;
      background-color: #FFFFFF;
      padding-right: 16px;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        /* line 124, work-ethic.scss */
        .wrapper section.case h2 .b-white {
          background: none;
          padding: 0; } }
  /* line 136, work-ethic.scss */
  .wrapper section.case h3 {
    margin-bottom: 8px; }
    @media screen and (max-width: 800px) {
      /* line 136, work-ethic.scss */
      .wrapper section.case h3 {
        width: 60px;
        margin: 0; } }
    /* line 142, work-ethic.scss */
    .wrapper section.case h3 .en {
      color: #004097;
      font-size: 20px; }
  /* line 147, work-ethic.scss */
  .wrapper section.case h4 {
    font-family: "BIZ UDPMincho", serif;
    color: #0E2841;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-left: 56px;
    margin-bottom: 24px; }
    @media screen and (max-width: 800px) {
      /* line 147, work-ethic.scss */
      .wrapper section.case h4 {
        font-size: 20px;
        padding-left: 40px;
        margin-bottom: 16px; } }
    /* line 160, work-ethic.scss */
    .wrapper section.case h4::before {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0px;
      top: 50%;
      translate: 0 -50%;
      width: 36px;
      height: 36px;
      color: #FFFFFF;
      font-family: "Libertinus Sans", sans-serif;
      font-size: 30px;
      font-weight: 400;
      line-height: 1;
      background-color: #004097;
      border-radius: 4px;
      counter-increment: count2;
      content: counter(count2);
      z-index: 1; }
      @media screen and (max-width: 800px) {
        /* line 160, work-ethic.scss */
        .wrapper section.case h4::before {
          width: 28px;
          height: 28px;
          font-size: 24px; } }
/* line 190, work-ethic.scss */
.wrapper section.ta h2 {
  margin-bottom: 56px; }
  @media screen and (max-width: 800px) {
    /* line 190, work-ethic.scss */
    .wrapper section.ta h2 {
      width: 100%;
      margin-bottom: 24px; } }
  /* line 196, work-ethic.scss */
  .wrapper section.ta h2::after {
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #004097;
    z-index: 0;
    pointer-events: none; }
  /* line 208, work-ethic.scss */
  .wrapper section.ta h2 .en {
    display: inline-block;
    width: auto;
    font-family: "Libertinus Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      /* line 208, work-ethic.scss */
      .wrapper section.ta h2 .en {
        font-size: 18px; } }
    /* line 219, work-ethic.scss */
    .wrapper section.ta h2 .en::before {
      display: none; }
  /* line 223, work-ethic.scss */
  .wrapper section.ta h2 .b-gray {
    position: relative;
    display: inline-block;
    background-color: #f9f9f9;
    padding-right: 16px;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 223, work-ethic.scss */
      .wrapper section.ta h2 .b-gray {
        padding-right: 12px; } }

/* line 240, work-ethic.scss */
.read-we {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px; }
  @media screen and (max-width: 800px) {
    /* line 240, work-ethic.scss */
    .read-we {
      display: block;
      margin-bottom: 20px; } }
  /* line 248, work-ethic.scss */
  .read-we .read-page {
    width: auto;
    font-size: 40px;
    text-align: left;
    margin: 0 11.2% 0 0; }
    @media screen and (max-width: 800px) {
      /* line 248, work-ethic.scss */
      .read-we .read-page {
        width: 100%;
        font-size: 25px;
        line-height: 1.6;
        margin: 0; } }
  /* line 260, work-ethic.scss */
  .read-we .we-top-illust01 {
    width: 15.6%; }
    @media screen and (max-width: 800px) {
      /* line 260, work-ethic.scss */
      .read-we .we-top-illust01 {
        width: 35.8%;
        margin: -32px 6% 0 auto; } }
    /* line 266, work-ethic.scss */
    .read-we .we-top-illust01 img {
      width: 100%; }

/* line 271, work-ethic.scss */
.cap-we {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 800px) {
    /* line 271, work-ethic.scss */
    .cap-we {
      flex-direction: column-reverse;
      gap: 8px 0; } }
  /* line 279, work-ethic.scss */
  .cap-we .we-top-illust02 {
    width: 26.6%; }
    @media screen and (max-width: 800px) {
      /* line 279, work-ethic.scss */
      .cap-we .we-top-illust02 {
        width: 60.9%;
        margin: 0 auto; } }
    /* line 285, work-ethic.scss */
    .cap-we .we-top-illust02 img {
      width: 100%; }
  /* line 289, work-ethic.scss */
  .cap-we p {
    width: 57.3%;
    font-size: 18px;
    line-height: 2;
    margin: 0 5.5% 0 0; }
    @media screen and (max-width: 800px) {
      /* line 289, work-ethic.scss */
      .cap-we p {
        width: 100%;
        font-size: 15px;
        margin: 0; } }

/* line 304, work-ethic.scss */
.case-head {
  position: relative;
  margin-bottom: 40px;
  z-index: 0; }
  @media screen and (max-width: 800px) {
    /* line 304, work-ethic.scss */
    .case-head {
      margin-bottom: 32px; } }
  /* line 311, work-ethic.scss */
  .case-head .read-page {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 24px; }
    @media screen and (max-width: 800px) {
      /* line 311, work-ethic.scss */
      .case-head .read-page {
        width: 100%;
        font-size: 25px;
        line-height: 1.4;
        margin: 0 0 16px; } }
  /* line 322, work-ethic.scss */
  .case-head .cap-case {
    line-height: 2;
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      /* line 322, work-ethic.scss */
      .case-head .cap-case {
        line-height: 1.8; } }

/* line 330, work-ethic.scss */
.case-menu {
  position: relative;
  margin-bottom: 102px;
  z-index: 2; }
  @media screen and (max-width: 800px) {
    /* line 330, work-ethic.scss */
    .case-menu {
      display: flex;
      margin-bottom: 64px; } }
  @media screen and (max-width: 800px) {
    /* line 338, work-ethic.scss */
    .case-menu nav {
      width: calc(100% - 60px); } }
  /* line 342, work-ethic.scss */
  .case-menu nav ol {
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: count; }
    @media screen and (max-width: 800px) {
      /* line 342, work-ethic.scss */
      .case-menu nav ol {
        flex-direction: column;
        gap: 8px 0; } }
    /* line 353, work-ethic.scss */
    .case-menu nav ol li {
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0; }
      /* line 358, work-ethic.scss */
      .case-menu nav ol li a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        min-height: 48px;
        font-family: "BIZ UDPMincho", serif;
        color: #0E2841;
        letter-spacing: 0.05em;
        text-decoration: none;
        background-color: #F0F2F3;
        border-radius: 4px;
        padding: 8px 40px 8px 48px; }
        @media screen and (max-width: 800px) {
          /* line 358, work-ethic.scss */
          .case-menu nav ol li a {
            min-height: 40px;
            padding: 4px 32px 4px 40px; } }
        /* line 376, work-ethic.scss */
        .case-menu nav ol li a::before {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          left: 12px;
          top: 50%;
          translate: 0 -50%;
          width: 24px;
          height: 24px;
          color: #FFFFFF;
          font-family: "Libertinus Sans", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 1;
          background-color: #004097;
          border-radius: 4px;
          counter-increment: count;
          content: counter(count);
          z-index: 1; }
          @media screen and (max-width: 800px) {
            /* line 376, work-ethic.scss */
            .case-menu nav ol li a::before {
              left: 10px;
              width: 20px;
              height: 20px;
              font-size: 15px; } }
        /* line 403, work-ethic.scss */
        .case-menu nav ol li a::after {
          position: absolute;
          right: 16px;
          top: 50%;
          translate: 0 -50%;
          width: 12px;
          height: 6px;
          content: "";
          background-color: #F08A42;
          mask-image: url("../img/arrow_d.svg");
          mask-repeat: no-repeat;
          mask-position: left top;
          mask-size: cover;
          pointer-events: none; }
          @media screen and (max-width: 800px) {
            /* line 403, work-ethic.scss */
            .case-menu nav ol li a::after {
              width: 9px;
              height: 5px; } }

/* line 428, work-ethic.scss */
.case-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 48px;
  padding-bottom: 48px;
  z-index: 2; }
  @media screen and (max-width: 800px) {
    /* line 428, work-ethic.scss */
    .case-content {
      flex-direction: column;
      gap: 16px 0; } }
  /* line 441, work-ethic.scss */
  .case-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  /* line 446, work-ethic.scss */
  .case-content .l-case {
    width: 28.1%; }
    @media screen and (max-width: 800px) {
      /* line 446, work-ethic.scss */
      .case-content .l-case {
        width: 100%; } }
    /* line 451, work-ethic.scss */
    .case-content .l-case img {
      width: 100%;
      border-radius: 8px; }
  /* line 459, work-ethic.scss */
  .case-content .r-case {
    width: 65.6%; }
    @media screen and (max-width: 800px) {
      /* line 459, work-ethic.scss */
      .case-content .r-case {
        width: 100%; } }
    /* line 464, work-ethic.scss */
    .case-content .r-case p {
      margin: 0; }
      /* line 466, work-ethic.scss */
      .case-content .r-case p.read-case {
        color: #004097;
        font-family: "BIZ UDPMincho", serif;
        font-size: 25px;
        line-height: 1.6;
        letter-spacing: 0.1em;
        margin-bottom: 24px; }
        @media screen and (max-width: 800px) {
          /* line 466, work-ethic.scss */
          .case-content .r-case p.read-case {
            font-size: 20px;
            margin-bottom: 16px; } }

/* line 484, work-ethic.scss */
.ta-content {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    /* line 484, work-ethic.scss */
    .ta-content {
      flex-direction: column;
      gap: 32px 0; } }
  /* line 491, work-ethic.scss */
  .ta-content .l-ta {
    position: relative;
    width: 43.8%; }
    @media screen and (max-width: 800px) {
      /* line 491, work-ethic.scss */
      .ta-content .l-ta {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%; } }
    /* line 500, work-ethic.scss */
    .ta-content .l-ta .read-page {
      font-family: "BIZ UDPMincho", serif;
      font-size: 35px;
      line-height: 1.8;
      text-align: left;
      letter-spacing: 0.1em;
      margin-bottom: 0; }
      @media screen and (max-width: 800px) {
        /* line 500, work-ethic.scss */
        .ta-content .l-ta .read-page {
          display: inline-block;
          width: 222px;
          font-size: 25px;
          white-space: nowrap;
          margin: 0; } }
    /* line 515, work-ethic.scss */
    .ta-content .l-ta .thinkabout-illust01 {
      width: 33.9%;
      margin: -96px 0 0 auto; }
      @media screen and (max-width: 800px) {
        /* line 515, work-ethic.scss */
        .ta-content .l-ta .thinkabout-illust01 {
          width: calc(100% - 222px);
          margin: 0; } }
      /* line 522, work-ethic.scss */
      .ta-content .l-ta .thinkabout-illust01 img {
        width: 100%; }
  /* line 527, work-ethic.scss */
  .ta-content .r-ta {
    width: 50%; }
    @media screen and (max-width: 800px) {
      /* line 527, work-ethic.scss */
      .ta-content .r-ta {
        width: 100%; } }
    /* line 532, work-ethic.scss */
    .ta-content .r-ta p {
      color: #0E2841;
      margin-bottom: 24px; }
      /* line 535, work-ethic.scss */
      .ta-content .r-ta p:last-child {
        margin-bottom: 0; }

/*# sourceMappingURL=work-ethic.css.map */
