/* ------------------------------------
 gheader
------------------------------------ */
#gheader {
  width: 100%;
  overflow: hidden;
}
#gheader .header_pc {
  width: 100%;
  display: block;
}
@media (max-width: 559px) {
  #gheader .header_pc {
    display: none;
  }
}
#gheader .header_pc img {
  max-width: none;
  display: block;
  margin: 0 auto;
  width: auto;
}
#gheader .header_sp {
  display: none;
}
@media (max-width: 559px) {
  #gheader .header_sp {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
#gheader .header_sp img {
  width: auto;
}

/* ------------------------------------
 gfooter
------------------------------------ */
#gfooter {
  width: 100%;
  overflow: hidden;
}
#gfooter .footer_pc {
  width: 100%;
  display: block;
}
@media (max-width: 559px) {
  #gfooter .footer_pc {
    display: none;
  }
}
#gfooter .footer_sp {
  width: 100%;
  display: none;
}
@media (max-width: 559px) {
  #gfooter .footer_sp {
    display: block;
  }
}
#gfooter img {
  max-width: none;
  margin: 0 auto;
  display: block;
  width: auto;
}

/* ------------------------------------
 foodloss
------------------------------------ */
#health-and-productivity-management {
  font-family: "Aoto Gothic Regular";
  overflow: hidden;
}
#health-and-productivity-management .wrapper {
  max-width: 1200px;
  width: 91.5%;
  margin: 0 auto;
}
#health-and-productivity-management .wrap-1540 {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}
#health-and-productivity-management .leadText {
  font-size: 16px;
  font-family: "Aoto Gothic Medium";
  line-height: 160%;
  text-align: center;
  padding-bottom: 17px;
  border-bottom: 2px solid #333333;
  margin-bottom: 63px;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .leadText {
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 43px;
    text-align: left;
  }
}
#health-and-productivity-management .redLink {
  display: inline-block;
  color: #FF0000;
  position: relative;
  padding-right: 30px;
  line-height: 160%;
  transition: all 0.3s;
  font-size: 16px;
}
#health-and-productivity-management .redLink.mt-18 {
  margin-top: 18px;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .redLink.mt-18 {
    margin-top: 14px;
  }
}
#health-and-productivity-management .redLink:hover {
  opacity: 0.6;
}
#health-and-productivity-management .redLink::before {
  position: absolute;
  content: "\e903";
  color: #FF0000;
  font-size: 17px;
  height: 20px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 19px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .redLink {
    margin-top: 10px;
  }
}
#health-and-productivity-management #main .mainImage {
  position: relative;
  margin-bottom: 67px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #main .mainImage {
    margin-bottom: 32px;
  }
}
#health-and-productivity-management #main .mainImage .mainTitle {
  position: absolute;
  top: -12px;
  left: calc(50% - 6px);
  width: 753px;
  opacity: 0;
  transform: translate(-50%, 0) scale(0.4, 0.4);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.3, 1.2);
}
@media screen and (max-width: 1300px), print {
  #health-and-productivity-management #main .mainImage .mainTitle {
    top: -0.9vw;
    width: 57.9vw;
    left: calc(50% + 0.5vw);
  }
}
#health-and-productivity-management #main .mainImage .mainTitle.active {
  opacity: 1;
  transform: translate(-50%, 0) scale(1, 1);
}
#health-and-productivity-management .healthSection + .healthSection {
  margin-top: 170px;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection + .healthSection {
    margin-top: 90px;
  }
}
#health-and-productivity-management .healthSection .secTitle {
  margin: 0 auto 26px;
}
#health-and-productivity-management .healthSection .healthFlex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection .healthFlex {
    flex-direction: column;
  }
  #health-and-productivity-management .healthSection .healthFlex.row {
    flex-direction: column-reverse;
  }
}
#health-and-productivity-management .healthSection .healthFlex + .healthTextArea {
  margin-top: 72px;
}
#health-and-productivity-management .healthSection .healthTextArea .subTitle {
  font-family: "Aoto Gothic Bold";
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.05rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection .healthTextArea .subTitle {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0;
    margin-bottom: 11px;
  }
}
#health-and-productivity-management .healthSection .healthTextArea .healthText {
  font-size: 16px;
  line-height: 160%;
}
#health-and-productivity-management .healthSection .healthTextArea .healthText.mb-16 {
  margin-bottom: 16px;
}
#health-and-productivity-management .healthSection .healthTextArea .healthText.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection .healthTextArea .healthText.mb-40 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 560px) {
  #health-and-productivity-management .healthSection .healthImageArea {
    opacity: 0;
  }
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection .healthImageArea {
    margin-top: 25px;
  }
}
@media screen and (min-width: 560px) {
  #health-and-productivity-management .healthSection .healthImageArea.rightItem {
    transform: translateX(40%);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.4, 1.25);
  }
}
#health-and-productivity-management .healthSection .healthImageArea.rightItem.active {
  transform: translateX(0%);
  opacity: 1;
}
@media screen and (min-width: 560px) {
  #health-and-productivity-management .healthSection .healthImageArea.bottomItem {
    transform: translate3d(0, 100px, 0);
    transition-property: opacity, transform;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
}
#health-and-productivity-management .healthSection .healthImageArea.bottomItem.active {
  opacity: 1;
  transform: translateZ(0);
}
@media screen and (min-width: 560px) {
  #health-and-productivity-management .healthSection .healthImageArea.leftItem {
    transform: translateX(-40%);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.4, 1.25);
  }
}
#health-and-productivity-management .healthSection .healthImageArea.leftItem.active {
  transform: translateX(0%);
  opacity: 1;
}
#health-and-productivity-management .healthSection#health01 .healthTextArea {
  width: 49.2%;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health01 .healthTextArea {
    width: 100%;
  }
}
#health-and-productivity-management .healthSection#health01 .healthTextArea .healthText {
  margin-bottom: 40px;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health01 .healthTextArea .healthText {
    margin-bottom: 12px;
  }
}
#health-and-productivity-management .healthSection#health01 .healthImageArea {
  width: 50.3%;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health01 .healthImageArea {
    width: 100%;
  }
}
#health-and-productivity-management .healthSection#health02 .healthImageArea {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 100px, 0);
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health02 .healthImageArea {
    width: 100%;
  }
}
#health-and-productivity-management .healthSection#health02 .healthImageArea.active {
  transform: translate3d(-50%, 0, 0);
}
#health-and-productivity-management .healthSection#health02 .healthImageArea .text {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.4, 1.25);
}
#health-and-productivity-management .healthSection#health02 .healthImageArea .text.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#health-and-productivity-management .healthSection#health02 .healthImageArea .text01 {
  position: absolute;
  top: 240px;
  right: 67px;
  width: 56px;
}
@media screen and (max-width: 1300px) {
  #health-and-productivity-management .healthSection#health02 .healthImageArea .text01 {
    top: 18.5vw;
    right: 5.2vw;
    width: 4.3vw;
  }
}
#health-and-productivity-management .healthSection#health02 .healthImageArea .text02 {
  position: absolute;
  top: 49px;
  left: 581px;
  width: 56px;
}
@media screen and (max-width: 1535px) {
  #health-and-productivity-management .healthSection#health02 .healthImageArea .text02 {
    top: 3.8vw;
    left: 44.7vw;
    width: 4.3vw;
  }
}
#health-and-productivity-management .healthSection#health02 .healthImageArea .text03 {
  position: absolute;
  top: 306px;
  left: 249px;
  width: 56px;
}
@media screen and (max-width: 1535px) {
  #health-and-productivity-management .healthSection#health02 .healthImageArea .text03 {
    top: 23.6vw;
    left: 19.2vw;
    width: 4.3vw;
  }
}
#health-and-productivity-management .healthSection#health03 .healthFlex .healthImageArea {
  width: 47.25%;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health03 .healthFlex .healthImageArea {
    width: 100%;
  }
}
#health-and-productivity-management .healthSection#health03 .healthFlex .healthTextArea {
  width: 49.2%;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health03 .healthFlex .healthTextArea {
    width: 100%;
  }
}
#health-and-productivity-management .healthSection#health03 .iconFlex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health03 .iconFlex {
    flex-direction: column;
    margin-top: 20px;
  }
}
#health-and-productivity-management .healthSection#health03 .iconFlex .iconItem {
  width: 31.2%;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health03 .iconFlex .iconItem {
    width: 100%;
    margin: 0 auto;
  }
  #health-and-productivity-management .healthSection#health03 .iconFlex .iconItem + .iconItem {
    margin-top: 14px;
  }
}
#health-and-productivity-management .healthSection#health04 .healthFlex .healthTextArea {
  width: 49.2%;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health04 .healthFlex .healthTextArea {
    width: 100%;
  }
}
#health-and-productivity-management .healthSection#health04 .healthFlex .healthImageArea {
  width: 46.75%;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health04 .healthFlex .healthImageArea {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health04 .healthFlex .healthImageArea.bottomItem {
    width: 110%;
  }
}
#health-and-productivity-management .healthSection#health04 .healthImageArea.bottomItem {
  width: 87.1%;
  margin: 0 auto;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .healthSection#health04 .healthImageArea.bottomItem {
    width: 100%;
    position: relative;
  }
}
#health-and-productivity-management #lead .leadText {
  margin-bottom: 110px;
  text-align: left;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #lead .leadText {
    text-align: left;
  }
}
#health-and-productivity-management #other {
  margin-top: 58px;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #other {
    margin-top: 82px;
  }
}
#health-and-productivity-management #other .otherBg {
  background-image: url(../images/health-and-productivity-management/dot.png);
  padding: 85px;
}
@media screen and (max-width: 1420px) {
  #health-and-productivity-management #other .otherBg {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1150px) {
  #health-and-productivity-management #other .otherBg {
    padding: 40px 0;
  }
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #other .otherBg {
    padding: 33px 0;
  }
}
#health-and-productivity-management #other .otherBg .whiteBg {
  background-image: url(../images/health-and-productivity-management/whiteBg02.png);
  background-size: 100% 100%;
  padding: 35px 65px;
  position: relative;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #other .otherBg .whiteBg {
    background-image: url(../images/health-and-productivity-management/whiteBg02_sp.png);
    padding: 40px 25px 50px;
    width: 88%;
    margin: 0 auto;
  }
}
#health-and-productivity-management #other .otherBg .whiteBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/health-and-productivity-management/pen02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 225px;
  height: 230px;
  bottom: 0;
  right: -155px;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #other .otherBg .whiteBg::before {
    width: 29vw;
    height: 38vw;
    right: -9.1vw;
  }
}
#health-and-productivity-management #other .otherBg .whiteBg::after {
  position: absolute;
  content: "";
  background-image: url(../images/health-and-productivity-management/memo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 186px;
  height: 77px;
  top: -60px;
  left: 0;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #other .otherBg .whiteBg::after {
    width: 36vw;
    height: 13vw;
    top: -10vw;
  }
}
#health-and-productivity-management #other .otherBg .whiteBg .otherTitle {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #other .otherBg .whiteBg .otherTitle {
    text-align: left;
    margin-bottom: 20px;
  }
}
#health-and-productivity-management #other .otherBg .whiteBg .otherTitle h2 {
  font-family: "Aoto Gothic Bold";
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.05rem;
  display: inline-block;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #other .otherBg .whiteBg .otherTitle h2 {
    font-size: 20px;
    line-height: 160%;
    display: inline;
    border-bottom: 1px solid #333;
  }
}
#health-and-productivity-management #other .otherBg .healthFlex .healthTextArea {
  width: 63.6%;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #other .otherBg .healthFlex .healthTextArea {
    width: 100%;
  }
}
#health-and-productivity-management #other .otherBg .healthFlex .healthImageArea {
  width: 35.1%;
  opacity: 1;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management #other .otherBg .healthFlex .healthImageArea {
    width: 74.3%;
    margin: 21px auto 0;
  }
}
#health-and-productivity-management .buttonArea {
  padding: 80px 0;
}
@media screen and (max-width: 559px) {
  #health-and-productivity-management .buttonArea {
    padding: 50px 0;
  }
}
@media print {
  #health-and-productivity-management .buttonArea {
    visibility: visible;
    opacity: 1 !important;
    transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 960px), print {
  .hide__959 {
    display: block !important;
  }
  .show__959 {
    display: none !important;
  }
}
@media screen and (max-width: 959px), print {
  .hide__959 {
    display: none !important;
  }
  .show__959 {
    display: block !important;
  }
}
@media screen and (min-width: 561px) {
  .hide__560 {
    display: block !important;
  }
  .show__560 {
    display: none !important;
  }
}
@media screen and (max-width: 560px) {
  .hide__560 {
    display: none !important;
  }
  .show__560 {
    display: block !important;
  }
}
@media screen and (min-width: 560px) {
  .hide__559 {
    display: block !important;
  }
  .show__559 {
    display: none !important;
  }
}
@media screen and (max-width: 559px) {
  .hide__559 {
    display: none !important;
  }
  .show__559 {
    display: block !important;
  }
}
@media print {
  .hide__559 {
    display: block !important;
  }
  .show__559 {
    display: none !important;
  }
  .hide__560 {
    display: block !important;
  }
  .show__560 {
    display: none !important;
  }
}
/* ========================================================================
 variables
======================================================================== */
:root {
  /* ------------------------------------
   animin
  ------------------------------------ */
  /* --animin-duration: 0.6s;
  --animin-easing: cubic-bezier(0.165, 0.84, 0.44, 1); */
  --animin-duration: 0.8s;
  --animin-easing: cubic-bezier(0.32, 0.13, 0.21, 0.99);
}

/* ------------------------------------
slidein_BtoT
------------------------------------ */
@keyframes slidein_BtoT {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes MvIllustBounds {
  0% {
    scale: 1;
    opacity: 0;
  }
  8% {
    scale: 1.07;
    opacity: 1;
  }
  17% {
    scale: 1.12;
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    scale: 1.02;
    opacity: 1;
  }
  68% {
    scale: 1;
    opacity: 1;
  }
  84% {
    scale: 1.01;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@media screen and (max-width: 959px), print {
  @keyframes slidein_BtoT_02 {
    0% {
      transform: translate(-50%, 50px);
      opacity: 0;
    }
    100% {
      transform: translate(-50%, 0);
      opacity: 1;
    }
  }
}