/*
brakepoint
*/
/*
read-content
*/
/* line 32, health.scss */
.read-content {
  overflow: hidden;
  padding: 100px 0; }
  @media screen and (max-width: 800px) {
    /* line 32, health.scss */
    .read-content {
      padding: 0 0 50px; } }
  /* line 38, health.scss */
  .read-content .cbox {
    padding-left: 420px; }
    @media screen and (max-width: 800px) {
      /* line 38, health.scss */
      .read-content .cbox {
        padding-left: 0; } }
  /* line 44, health.scss */
  .read-content::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 523px;
    height: 100%;
    content: "";
    background-image: url("../img/bg_health01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 800px) {
      /* line 44, health.scss */
      .read-content::after {
        display: none; } }
  /* line 61, health.scss */
  .read-content p.cap_page {
    margin-bottom: 50px; }
    @media screen and (max-width: 800px) {
      /* line 61, health.scss */
      .read-content p.cap_page {
        margin-bottom: 35px; } }

/* line 69, health.scss */
.bg_health01 {
  display: none; }
  @media screen and (max-width: 800px) {
    /* line 69, health.scss */
    .bg_health01 {
      display: block;
      width: 100%;
      margin: 0 auto 40px; } }
  @media screen and (max-width: 800px) {
    /* line 76, health.scss */
    .bg_health01 img {
      width: 100%; } }

/* line 82, health.scss */
.pagemenu {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 5.5%; }
  @media screen and (max-width: 800px) {
    /* line 82, health.scss */
    .pagemenu {
      gap: 0;
      padding: 0 25px; } }
  /* line 90, health.scss */
  .pagemenu li {
    width: 47.1%;
    line-height: 1.4;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 90, health.scss */
      .pagemenu li {
        width: 100%; } }
    /* line 97, health.scss */
    .pagemenu li a {
      position: relative;
      display: flex;
      align-items: center;
      padding: 20px 45px 20px 0;
      text-decoration: none;
      overflow: hidden; }
      /* line 104, health.scss */
      .pagemenu li a::before, .pagemenu li a::after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        content: "";
        pointer-events: none;
        transition: width 0.3s ease-out; }
      /* line 114, health.scss */
      .pagemenu li a::before {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 0; }
      /* line 119, health.scss */
      .pagemenu li a::after {
        width: 0%;
        background-color: #008CAF;
        z-index: 1; }
        @media screen and (max-width: 800px) {
          /* line 119, health.scss */
          .pagemenu li a::after {
            display: none; } }
      /* line 127, health.scss */
      .pagemenu li a .arrow-d {
        position: absolute;
        right: 25px;
        top: 50%;
        width: 12px;
        height: 6px;
        transform: translateY(-50%);
        overflow: hidden; }
        /* line 135, health.scss */
        .pagemenu li a .arrow-d::before, .pagemenu li a .arrow-d::after {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          content: "";
          background-image: url("../img/arrow_d_blue.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        /* line 150, health.scss */
        .pagemenu li a .arrow-d::before {
          animation: slidedownoff1_wide 0.3s linear 0s forwards; }
          @media screen and (max-width: 800px) {
            /* line 150, health.scss */
            .pagemenu li a .arrow-d::before {
              animation: none; } }
        /* line 156, health.scss */
        .pagemenu li a .arrow-d::after {
          animation: slidedownoff2_wide 0.3s linear 0s forwards; }
          @media screen and (max-width: 800px) {
            /* line 156, health.scss */
            .pagemenu li a .arrow-d::after {
              animation: none; } }
      /* line 164, health.scss */
      .pagemenu li a:hover::after {
        width: 100%; }
      /* line 168, health.scss */
      .pagemenu li a:hover .arrow-d::before {
        animation: slidedown1_wide 0.3s linear 0s forwards; }
        @media screen and (max-width: 800px) {
          /* line 168, health.scss */
          .pagemenu li a:hover .arrow-d::before {
            animation: none; } }
      /* line 174, health.scss */
      .pagemenu li a:hover .arrow-d::after {
        animation: slidedown2_wide 0.3s linear 0s forwards; }
        @media screen and (max-width: 800px) {
          /* line 174, health.scss */
          .pagemenu li a:hover .arrow-d::after {
            animation: none; } }

/* line 187, health.scss */
.health01 {
  width: 100%;
  background-image: url("../img/bg_health02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    /* line 187, health.scss */
    .health01 {
      background-image: url("../img/bg_health02_sp.jpg");
      background-position: left center;
      padding: 55px 0; } }
  /* line 200, health.scss */
  .health01 #health01 {
    position: absolute;
    top: -10px;
    left: 0; }
  /* line 205, health.scss */
  .health01 h2 {
    margin-bottom: 60px; }
    @media screen and (max-width: 800px) {
      /* line 205, health.scss */
      .health01 h2 {
        margin-bottom: 40px; } }
  /* line 212, health.scss */
  .health01 p.read_health {
    font-size: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      /* line 212, health.scss */
      .health01 p.read_health {
        font-size: 18px;
        width: calc(100% + 20px); } }
  /* line 220, health.scss */
  .health01 p.cap_health {
    line-height: 2;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 220, health.scss */
      .health01 p.cap_health {
        line-height: 1.8;
        padding-left: 44.7%; } }

/* line 233, health.scss */
.health-content {
  padding: 100px 0; }
  @media screen and (max-width: 800px) {
    /* line 233, health.scss */
    .health-content {
      display: block;
      padding: 50px 0; } }
  /* line 239, health.scss */
  .health-content::before, .health-content::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: ""; }
  /* line 247, health.scss */
  .health-content::before {
    top: 0px;
    background-color: rgba(0, 0, 0, 0.2); }
  /* line 251, health.scss */
  .health-content::after {
    top: 1px;
    background-color: #FFFFFF; }
  /* line 255, health.scss */
  .health-content:first-child {
    padding-top: 150px;
    padding-top: 60px; }
    /* line 258, health.scss */
    .health-content:first-child::before, .health-content:first-child::after {
      display: none; }
  /* line 263, health.scss */
  .health-content:last-child {
    padding-bottom: 0; }
  /* line 267, health.scss */
  .health-content .r-sticky p {
    margin: 0; }
  /* line 272, health.scss */
  .health-content#health02 h2 {
    margin-bottom: 25px; }
  /* line 275, health.scss */
  .health-content#health02 h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 30px 0 20px; }
  /* line 281, health.scss */
  .health-content .logo_img {
    margin: 35px 0 0; }
    @media screen and (max-width: 800px) {
      /* line 281, health.scss */
      .health-content .logo_img {
        margin-top: 20px; } }

/* line 289, health.scss */
.torikumi-content {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 3.2%; }
  @media screen and (max-width: 800px) {
    /* line 289, health.scss */
    .torikumi-content {
      flex-wrap: wrap;
      gap: 40px 0; } }
  /* line 297, health.scss */
  .torikumi-content .torikumi {
    width: 48.4%;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 0 35px 50px; }
    @media screen and (max-width: 800px) {
      /* line 297, health.scss */
      .torikumi-content .torikumi {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
        padding: 0 20px 35px 20px; } }
    /* line 309, health.scss */
    .torikumi-content .torikumi h3 {
      display: grid;
      place-content: center;
      width: 100%;
      max-width: 240px;
      min-height: 48px;
      margin: -24px auto 30px;
      color: #FFFFFF;
      font-size: 20px;
      background-color: #008CAF;
      border-radius: 9999px; }
      @media screen and (max-width: 800px) {
        /* line 309, health.scss */
        .torikumi-content .torikumi h3 {
          max-width: 192px;
          min-height: 32px;
          font-size: 15px;
          margin: -16px auto 15px; } }
    /* line 327, health.scss */
    .torikumi-content .torikumi h4 {
      display: grid;
      place-content: center;
      width: 100%;
      max-width: 72px;
      min-height: 32px;
      color: #008CAF;
      font-size: 15px;
      line-height: 1.4;
      border: 2px solid #008CAF;
      border-radius: 4px;
      margin-bottom: 12px; }
      @media screen and (max-width: 800px) {
        /* line 327, health.scss */
        .torikumi-content .torikumi h4 {
          max-width: 50px;
          min-height: 24px;
          font-size: 13px;
          margin-bottom: 10px; } }
    /* line 346, health.scss */
    .torikumi-content .torikumi p {
      margin-bottom: 15px; }
      @media screen and (max-width: 800px) {
        /* line 346, health.scss */
        .torikumi-content .torikumi p {
          line-height: 1.4; } }
      /* line 351, health.scss */
      .torikumi-content .torikumi p.percent {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5; }
        @media screen and (max-width: 800px) {
          /* line 351, health.scss */
          .torikumi-content .torikumi p.percent {
            font-size: 15px; } }
        /* line 358, health.scss */
        .torikumi-content .torikumi p.percent span {
          font-size: 15px; }
          @media screen and (max-width: 800px) {
            /* line 358, health.scss */
            .torikumi-content .torikumi p.percent span {
              font-size: 13px; } }
    /* line 366, health.scss */
    .torikumi-content .torikumi dl {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 16px 0 0;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 800px) {
        /* line 366, health.scss */
        .torikumi-content .torikumi dl {
          flex-wrap: wrap; } }
      /* line 375, health.scss */
      .torikumi-content .torikumi dl dt,
      .torikumi-content .torikumi dl dd {
        line-height: 1.6;
        padding: 0 0 8px;
        margin: 0; }
        @media screen and (max-width: 800px) {
          /* line 375, health.scss */
          .torikumi-content .torikumi dl dt,
          .torikumi-content .torikumi dl dd {
            line-height: 1.4; } }
      /* line 384, health.scss */
      .torikumi-content .torikumi dl dt {
        width: 70px;
        padding-right: 10px;
        color: #008CAF; }
        @media screen and (max-width: 800px) {
          /* line 384, health.scss */
          .torikumi-content .torikumi dl dt {
            width: 100%;
            padding: 0 0 8px; } }
      /* line 393, health.scss */
      .torikumi-content .torikumi dl dd {
        width: calc(100% - 70px); }
        @media screen and (max-width: 800px) {
          /* line 393, health.scss */
          .torikumi-content .torikumi dl dd {
            width: 100%;
            padding-bottom: 15px; } }
        @media screen and (max-width: 800px) {
          /* line 399, health.scss */
          .torikumi-content .torikumi dl dd:last-child {
            padding-bottom: 0; } }
        /* line 404, health.scss */
        .torikumi-content .torikumi dl dd strong {
          display: inline-block;
          margin-top: 10px; }
          /* line 407, health.scss */
          .torikumi-content .torikumi dl dd strong:first-child {
            margin-top: 0; }
        /* line 411, health.scss */
        .torikumi-content .torikumi dl dd .bikou {
          display: block;
          padding-top: 10px; }
          @media screen and (max-width: 800px) {
            /* line 411, health.scss */
            .torikumi-content .torikumi dl dd .bikou {
              font-size: 13px;
              line-height: 1.38; } }

/* line 425, health.scss */
.logo_img.health-and-productivity {
  padding: 10px 0; }
  /* line 427, health.scss */
  .logo_img.health-and-productivity img {
    max-width: 608px; }
/* line 432, health.scss */
.logo_img.cho img {
  max-width: 592px; }
  @media screen and (max-width: 800px) {
    /* line 432, health.scss */
    .logo_img.cho img {
      max-width: inherit; } }

/*# sourceMappingURL=health.css.map */
