@charset "UTF-8";
/* -- foundation -- */
/* CSS Document */
/*----------------------------------------------------
	☆etc
----------------------------------------------------*/
/*----------------------------------------------------
    ☆component
----------------------------------------------------*/
/*----------------------------------------------------
    ☆margin
----------------------------------------------------*/
/*----------------------------------------------------
    ☆element size fix
----------------------------------------------------*/
/*----------------------------------------------------
    ☆position
----------------------------------------------------*/
/*----------------------------------------------------
    ☆border
----------------------------------------------------*/
/*----------------------------------------------------
    ☆button
----------------------------------------------------*/
/*----------------------------------------------------
    ☆animation
----------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-100%);
    opacity: 0; }
  50.1% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(100%);
    opacity: 0; }
  50.1% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-100%);
    opacity: 0; }
  50.1% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-100%);
    opacity: 0; }
  50.1% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
/* ------------------------------ */
/* -- FONT -- */
/* ------------------------------ */
/* -- Function -- */
.noby {
  font-size: 62.5%;
  color: #000;
  background-color: #fff;
  margin-top: 15px; }
.noby-container {
  position: relative;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","HelveticaNeue","Helvetica Neue",Arial,sans-serif;
  font-size: 15px;
  /*font-size: $size * 0.1rem;*/ }
.noby-margin {
  padding: 0 30px; }
.noby p {
  margin-bottom: 0; }
.noby div:after {
  content: none; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

.anchor {
  margin-top: 0px;
  padding-top: 0px; }

.nolink {
  pointer-events: none;
  cursor: default; }

.modaal-close:after, .modaal-close:before {
  background: #006ab0; }

.modaal-close:before, .modaal-close:after {
  background: #006ab0; }

.modaal-close {
  color: #006ab0;
  background: transparent; }

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #006ab0; }
.modaal-close:focus:before, .modaal-close:hover:before {
  background: #fff; }
.modaal-close:focus:after, .modaal-close:hover:after {
  background: #fff; }

.modaal-close {
  position: absolute;
  right: -50px;
  top: -50px; }

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .anchor {
    margin-top: 0px;
    padding-top: 0px; }

  .noby {
    margin-top: 0; }
  .noby-container {
    font-size: 13px;
    /*font-size: $size * 0.1rem;*/
    /*padding-top: 46px !important;*/ }
  .noby-margin {
    padding: 0 6.25vw; }

  #header_new {
    display: none; }

  #aboutus {
    display: none; }

  #fnav {
    display: none; }

  #footer_new {
    display: none; }

  .modaal-close {
    right: -16px; } }
/* -- layout -- */
/* -- foundation -- */
/* --------------------------- */
/* main */
.l-main {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box; }
.l-main--fullwindow {
  position: absolute;
  height: calc( 100% - 69px - 50px );
  padding: 0; }
.l-main__content {
  position: relative;
  position: relative;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 4.6875%;
    padding-right: 4.6875%; }
  .l-main--fullwindow {
    height: calc( 100% - 36px - 28px ); } }

.l-block {
  position: relative;
  /* ブラウザのスクロールバーの幅を考慮 */ }
.l-block:after {
  display: table;
  content: "";
  clear: both; }
.l-block--breaking-mg {
  margin-right: -webkit-calc(50% - 50vw + 9px);
  margin-left: -webkit-calc(50% - 50vw + 9px);
  margin-right: calc(50% - 50vw + 9px);
  margin-left: calc(50% - 50vw + 9px); }
.l-block--breaking-pd {
  padding-right: -webkit-calc(50vw - 50%);
  padding-left: -webkit-calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%); }
.l-block--padding {
  padding-left: 30px;
  padding-right: 30px; }
.l-block__inner {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto; }
.l-block__innerMin {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 768px) {
  .l-block--breaking-mg {
    margin-right: -webkit-calc(50% - 50vw);
    margin-left: -webkit-calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw); }
  .l-block--breaking-pd {
    padding-right: -webkit-calc(50vw - 50%);
    padding-left: -webkit-calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%); }
  .l-block--padding {
    padding-left: 4.66667vw;
    padding-right: 4.66667vw; } }

.l-flex {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
.l-flex--wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.l-flex--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
.l-flex--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
.l-flex--center {
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.l-flex--spb {
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.l-flex--spa {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
.l-flex--v-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
.l-flex--v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.l-flex--v-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-items: flex-end; }
.l-flex--reverse {
  -webkit-box-direction: reverse;
  /*--- Androidブラウザ用 ---*/
  -webkit-flex-direction: row-reverse;
  /*--- safari（PC）用 ---*/
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.l-flex--column {
  -webkit-box-direction: column;
  /*--- Androidブラウザ用 ---*/
  -webkit-flex-direction: column;
  /*--- safari（PC）用 ---*/
  -ms-flex-direction: column;
  flex-direction: column; }
.l-flex__elm20p {
  width: 20%; }
.l-flex__elm25p {
  width: 25%; }
.l-flex__elm30p {
  width: 30%; }
.l-flex__elm33p {
  width: 33.33%; }
.l-flex__elm40p {
  width: 40%; }
.l-flex__elm50p {
  width: 50%; }
.l-flex__elm60p {
  width: 60%; }
.l-flex__elm66p {
  width: 66.66%; }
.l-flex__elm70p {
  width: 70%; }
.l-flex__elm80p {
  width: 80%; }
.l-flex__elem, .l-flex__elem--blank {
  position: relative;
  /*
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%; }
.l-flex__elem-inline {
  position: relative;
  /*
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%; }
.l-flex__elem--sep {
  width: 100% !important; }
@media only screen and (max-width: 768px) {
  .l-flex__elem, .l-flex__elem--blank {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.l-flexMargin {
  /* -- マージンをセットする --*/
  margin-left: 40px; }
.l-flexMargin:first-child {
  margin-left: 0; }
@media only screen and (max-width: 768px) {
  .l-flexMargin {
    margin-left: 0;
    margin-top: 40px; }
  .l-flexMargin:first-child {
    margin-top: 0; } }
.l-flexMargin--sep {
  margin-top: 40px; }
.l-flexMargin--sep + * {
  margin-left: 0; }
@media only screen and (max-width: 768px) {
  .l-flexMargin--sep {
    margin-top: 0; } }
.l-flexMargin--blank {
  margin-left: 40px; }
.l-flexMargin--blank:first-child {
  margin-left: 0; }
@media only screen and (max-width: 768px) {
  .l-flexMargin--blank {
    margin-left: 0;
    margin-top: 40px; }
  .l-flexMargin--blank:first-child {
    margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .l-flexMargin--blank {
    margin-top: 0; } }
.l-flexMargin--w200 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 200px !important;
  -webkit-flex: 0 0 200px !important;
  -ms-flex: 0 0 200px !important;
  flex: 0 0 200px !important;
  max-width: 200px !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  /* @include block__elem--width( ( 200 / 1000 ) * 100% ); */ }

@media only screen and (max-width: 768px) {
  .l-order1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .l-order2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .l-order3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .l-order4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .l-order5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; } }
.l-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0; }
.l-modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9); }
.l-modal__inner {
  position: relative; }

/* -- object -- */
/* -- title -- */
.c-h1-header {
  display: inline-block;
  font-size: 62px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.2; }
.c-h1-header + .caption {
  font-size: 26px;
  /*font-size: $size * 0.1rem;*/
  text-align: center;
  font-weight: 200;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 25px; }
.c-h1-header--detail {
  font-size: 38px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500;
  color: #f7c000;
  line-height: 1.2;
  margin-bottom: 37px; }
.c-h1-header--detail span {
  font-size: 23px;
  /*font-size: $size * 0.1rem;*/ }
.c-h1-header--reports {
  font-style: italic;
  color: #15983a;
  font-weight: 300;
  letter-spacing: 0.15em; }
@media only screen and (max-width: 1280px) {
  .c-h1-header {
    font-size: 4.84375vw; }
  .c-h1-header + .caption {
    font-size: 2.03125vw; } }
@media only screen and (max-width: 768px) {
  .c-h1-header {
    font-size: 9.6875vw;
    text-align: center;
    width: 100%; }
  .c-h1-header + .caption {
    font-size: 4.0625vw;
    margin-bottom: 16px; }
  .c-h1-header--detail {
    font-size: 17px;
    /*font-size: $size * 0.1rem;*/
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 18px; }
  .c-h1-header--detail span {
    font-size: 10px;
    /*font-size: $size * 0.1rem;*/ } }

.c-h2-header {
  position: relative;
  font-size: 27px;
  /*font-size: $size * 0.1rem;*/
  padding-left: 50px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 23px; }
.c-h2-header--info:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/company/efforts/vitality/noby/assets/images/common/icon-info.png") left top no-repeat; }
.c-h2-header--report:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/company/efforts/vitality/noby/assets/images/common/icon-report.png") left top no-repeat; }
.c-h2-header--detail {
  font-size: 45px;
  /*font-size: $size * 0.1rem;*/
  color: #006ab0;
  font-weight: 300;
  text-align: center;
  line-height: 1.2; }
.c-h2-header--detail + p {
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/
  text-align: center;
  margin-top: 15px; }
@media only screen and (max-width: 768px) {
  .c-h2-header {
    font-size: 16px;
    /*font-size: $size * 0.1rem;*/
    padding-left: 25px;
    margin-bottom: 15px; }
  .c-h2-header--info:before {
    width: 17px;
    height: 17px;
    background-size: 100%; }
  .c-h2-header--report:before {
    width: 17px;
    height: 12px;
    background-size: 100%; }
  .c-h2-header--detail {
    font-size: 19px;
    /*font-size: $size * 0.1rem;*/ }
  .c-h2-header--detail + p {
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/
    margin-top: 20px; } }

.c-h3-header {
  font-size: 27px;
  /*font-size: $size * 0.1rem;*/
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px; }
@media only screen and (max-width: 768px) {
  .c-h3-header {
    font-size: 14px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 13px; } }

.c-h4-osusume {
  font-size: 26px;
  /*font-size: $size * 0.1rem;*/
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: 400; }

.c-h4-header {
  font-size: 15px;
  /*font-size: $size * 0.1rem;*/
  line-height: 1.4;
  margin-bottom: 5px;
  color: #626262;
  font-weight: 400; }

.c-h5-header {
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/
  line-height: 1.1;
  margin-bottom: 1.5rem; }
.c-h5-header--icon {
  color: #000;
  padding-left: 1em; }
.c-h5-header--icon:before {
  content: "■";
  color: #004097;
  margin-left: -1em; }
.c-h5-header--blue {
  font-size: 16px;
  /*font-size: $size * 0.1rem;*/
  color: #004097;
  margin-bottom: 20px; }

.c-hd-label {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  font-weight: bold;
  margin-bottom: 5px; }

.c-hd--center {
  text-align: center; }

.c-link {
  display: inline-block; }
.c-link:before {
  content: "●"; }

/* --------------------------- */
/* text */
.c-txt {
  line-height: 1.8em; }
.c-txt--large {
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/ }
.c-txt--base {
  font-size: 16px;
  /*font-size: $size * 0.1rem;*/ }
.c-txt--small {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/ }

.c-txt + .c-txt {
  margin-top: 2em; }

.copyright {
  font-size: 10px;
  /*font-size: $size * 0.1rem;*/
  text-align: center; }

.c-notice {
  font-weight: 200;
  font-size: 12px;
  /*font-size: $size * 0.1rem;*/ }

/* -- foundation -- */
/* CSS Document */
/*----------------------------------------------------
	☆etc
----------------------------------------------------*/
/*----------------------------------------------------
    ☆component
----------------------------------------------------*/
/*----------------------------------------------------
    ☆margin
----------------------------------------------------*/
/*----------------------------------------------------
    ☆element size fix
----------------------------------------------------*/
/*----------------------------------------------------
    ☆position
----------------------------------------------------*/
/*----------------------------------------------------
    ☆border
----------------------------------------------------*/
/*----------------------------------------------------
    ☆button
----------------------------------------------------*/
/*----------------------------------------------------
    ☆animation
----------------------------------------------------*/
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-100%);
    opacity: 0; }
  50.1% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(100%);
    opacity: 0; }
  50.1% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-100%);
    opacity: 0; }
  50.1% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-100%);
    opacity: 0; }
  50.1% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
/* ------------------------------ */
/* -- FONT -- */
/* ------------------------------ */
/* -- Function -- */
/* --------------------------- */
/* media */
.c-media {
  line-height: 0; }
.c-media--mw100 {
  max-width: 100%; }
.c-media__image {
  /* -- img tags -- */
  width: 100%; }
.c-media--video {
  position: relative;
  line-height: 0; }
.c-media--video:before {
  display: block;
  content: "";
  padding-top: 56.25%;
  pointer-events: none; }
.c-media--video__vid {
  /* -- video tags and Youtube iframe -- */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

/* --------------------------- */
/* alerts */
.c-badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }
.c-badge--new:after {
  content: "NEW";
  display: inline-block;
  color: #fff;
  background-color: #ff0000;
  font-size: 11px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  padding: 0 3px;
  margin-left: 5px; }
.c-badge--round {
  border-radius: .5rem; }
.c-badge--secondary {
  color: #fff;
  background-color: #868e96; }
.c-badge__bakudan:after {
  content: "";
  position: absolute;
  width: 98px;
  height: 97px;
  background: url("/company/efforts/vitality/noby/assets/images/common/bakudan-icon.png");
  background-size: 100%;
  left: -18px;
  top: -32px; }
.c-badge__bakudan--center:after {
  top: 12px; }
@media only screen and (max-width: 1080px) {
  .c-badge__bakudan:after {
    width: 9.07407vw;
    height: 8.98148vw; } }
@media only screen and (max-width: 768px) {
  .c-badge__bakudan:after {
    width: 55px;
    height: 55px;
    left: -9px;
    top: -13px; } }

@media only screen and (max-width: 768px) {
  .c-badge--new:after {
    font-size: 2.4vw;
    padding: 0 0.66667vw;
    margin-left: 1.73333vw; } }
/* --------------------------- */
/* button component */
.c-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  /*font-size: $size * 0.1rem;*/
  line-height: 1.25;
  font-weight: 400;
  /* 16px × 1.25 = 高さ20px */
  /* padding .5rem × 2 = 10px */
  /* border 1px × 2 = 2px */
  /* 合計 30px */
  padding: 0.5rem 0.75rem;
  border: 1px solid transparent;
  transition: all .15s ease-in-out;
  background-color: #fff !important; }
.c-btn:hover {
  text-decoration: none; }
.c-btn --text:hover {
  text-decoration: none; }
.c-btn--img {
  transition: filter 0.2s; }
.c-btn--img:hover {
  -webkit-filter: sepia(110%);
  -moz-filter: sepia(110%);
  -o-filter: sepia(110%);
  -ms-filter: sepia(110%);
  filter: brightness(110%); }
.c-btn--box {
  position: relative;
  padding: 21px 45px;
  border: 1px solid #006ab0;
  text-decoration: none !important;
  color: #006ab0 !important; }
.c-btn--box:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #006ab0;
  border-right: 2px solid #006ab0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 13px; }
@media only screen and (max-width: 768px) {
  .c-btn--box {
    padding: 13px 44px;
    font-size: 13px;
    /*font-size: $size * 0.1rem;*/ }
  .c-btn--box:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #006ab0;
    border-right: 1px solid #006ab0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 11px; } }
.c-btn--base {
  border-style: none;
  font-size: 16px;
  /*font-size: $size * 0.1rem;*/
  position: relative;
  display: block;
  width: 202px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  color: #fff !important;
  font-weight: bold;
  background-color: #ec1651;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #b2113d; }
.c-btn--base:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px; }
.c-btn--base:hover {
  text-decoration: none;
  transform: translateY(3px);
  box-shadow: 0px 0px 0px 0px #b2113d;
  -webkit-filter: sepia(120%);
  -moz-filter: sepia(120%);
  -o-filter: sepia(120%);
  -ms-filter: sepia(120%);
  filter: brightness(120%); }
@media only screen and (max-width: 768px) {
  .c-btn--base {
    font-size: 10px;
    /*font-size: $size * 0.1rem;*/
    width: 140px;
    height: 28px;
    line-height: 28px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    font-weight: 500; }
  .c-btn--base:after {
    right: 12px; } }
.c-btn--block {
  display: block;
  width: 100%; }
.c-btn--round {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }
.c-btn--arrow {
  position: relative;
  /*
  &:hover:after {
  	border-color: #fff;
  }
  */ }
.c-btn--arrow:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #006ab0;
  border-right: 2px solid #006ab0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.c-btn--arrow-left {
  padding-left: 16px; }
.c-btn--arrow-left:after {
  left: 0; }
.c-btn--arrow-right {
  padding-right: 16px; }
.c-btn--arrow-right:after {
  right: 0; }
.c-btn--arrow-center:before {
  left: 0;
  right: 0; }
.c-btn--arrow-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.c-btn--arrow-prev:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }
.c-btn--arrow-up:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.c-btn--arrow-down:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }
.c-btn--arrow:hover {
  text-decoration: none; }
.c-btn--primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.c-btn--exlink {
  border: 1px solid #004097;
  background-color: #fff !important;
  color: #004097;
  font-size: 16px;
  /*font-size: $size * 0.1rem;*/
  font-weight: normal;
  height: auto;
  line-height: 1.4 !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important; }
.c-btn--exlink:after {
  border-top: 1px solid #004097 !important;
  border-right: 1px solid #004097 !important; }
@media only screen and (max-width: 768px) {
  .c-btn--exlink {
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/ } }
.c-btn--card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -20px;
  top: -20px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px #a6a6a6;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s; }
.c-btn--card:hover {
  text-decoration: none; }
.c-btn--card:hover p {
  color: #b0272d; }
.c-btn--card:hover > .p-idxCard__img img {
  transform: scale(1.1); }
.c-btn--card:hover > .c-btn--readmore {
  text-decoration: none;
  color: #fff;
  background-color: #b0272d; }
.c-btn--card:hover > .c-btn--readmore:after {
  border-color: #fff; }
.c-btn--card:hover:before {
  opacity: 1; }

.c-linkbtn {
  line-height: 2em;
  /*border-bottom: 1px solid $COL_BLUE;*/ }
.c-linkbtn--arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-right: 1rem;
  box-sizing: border-box;
  float: right; }
.c-linkbtn--arrow:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #006ab0;
  border-right: 2px solid #006ab0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0; }
@media only screen and (max-width: 768px) {
  .c-linkbtn--arrow {
    padding-right: 0.7rem; }
  .c-linkbtn--arrow:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #006ab0;
    border-right: 1px solid #006ab0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

.c-btn-hover {
  position: relative;
  display: block; }
.c-btn-hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s; }
.c-btn-hover:hover:after {
  opacity: 0.5; }

.hover-animation {
  /*
  overflow: hidden;
  */ }
.hover-animation img {
  /*transform: scale(1);*/
  transition: all 0.6s ease; }
.hover-animation:hover img {
  /*transform: scale(1.1);*/
  opacity: 0.7; }

.c-blockBtn {
  display: block;
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #ff8c00;
  text-align: center;
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/
  padding: 16px;
  transition: opacity 0.2s ease;
  margin-top: 40px; }
.c-blockBtn:hover {
  opacity: 0.7; }
.c-blockBtn--next:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 18px; }
.c-blockBtn--prev:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 18px; }
@media only screen and (max-width: 768px) {
  .c-blockBtn {
    font-size: 4vw;
    padding: 4.53333vw; } }

/* --------------------------- */
/* list */
.c-list {
  position: relative;
  width: 100%; }
.c-list__elem {
  position: relative;
  width: 100%; }

/* --------------------------- */
/* block */
.col--yellow {
  color: #f7c000 !important; }

.col--blue {
  color: #00b7ee !important; }

.col--green {
  color: #90b821 !important; }

.col--pink {
  color: #f19ec2 !important; }

.col--purple {
  color: #aa89bd !important; }

.col--orange {
  color: #ec6941 !important; }

.col--red {
  color: #da3250 !important; }

.col--dark-green {
  color: #22ac38 !important; }

.col--dark-blue {
  color: #00479d !important; }

.col--dark-pink {
  color: #ea68a2 !important; }

.col--brown {
  color: #996c33 !important; }

.bg--yellow {
  background-color: #f7c000 !important; }

.bg--blue {
  background-color: #00b7ee !important; }

.bg--green {
  background-color: #90b821 !important; }

.bg--pink {
  background-color: #f19ec2 !important; }

.bg--purple {
  background-color: #aa89bd !important; }

.bg--orange {
  background-color: #ec6941 !important; }

.bg--red {
  background-color: #da3250 !important; }

.bg--dark-green {
  background-color: #22ac38 !important; }

.bg--dark-blue {
  background-color: #00479d !important; }

.bg--dark-pink {
  background-color: #ea68a2 !important; }

.bg--brown {
  background-color: #996c33 !important; }

.c-detailTitleBlock {
  padding: 30px 30px 42px 30px;
  border-bottom: 1px solid #c9c9c9; }

.c-navBtn {
  position: absolute;
  right: 0;
  top: -10px;
  color: #fff !important;
  background-color: #006ab0;
  z-index: 999;
  text-decoration: none !important;
  width: 228px;
  height: 95px;
  box-sizing: border-box;
  transition: all 0.3s;
  overflow: hidden; }
.c-navBtn .c-media__image {
  width: auto; }
.c-navBtn__hitarea {
  position: absolute;
  width: 100%;
  height: 95px;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 999; }
.c-navBtn__txtBlock {
  position: absolute;
  left: 30px;
  top: 18px; }
.c-navBtn__catch {
  font-size: 7.5px;
  /*font-size: $size * 0.1rem;*/
  margin-bottom: 6px !important; }
.c-navBtn.open {
  width: 950px;
  height: 369px; }

.c-contentNav {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s,opacity 0.2s 0.3s; }
.c-contentNav.open {
  opacity: 1;
  visibility: visible;
  /*transition: opacity 0.2s,visibility 0s 0.2s;*/ }
.c-contentNav__elem {
  margin: 10px 0; }
.c-contentNav__elem a {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 200;
  color: #fff !important;
  padding-left: 32px;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.1em; }
.c-contentNav__elem a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0; }
.c-contentNav__elem a:hover {
  opacity: 0.7; }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: absolute;
  width: 50px;
  height: 41px;
  right: 30px;
  top: 26px;
  cursor: pointer; }
.menu-trigger span {
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #fff;
  cursor: pointer; }
.menu-trigger span:nth-child(1) {
  top: 0; }
.menu-trigger span:nth-child(2) {
  top: 20px; }
.menu-trigger span:nth-child(3) {
  bottom: 0; }

.c-navBtn.open .menu-trigger {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.c-navBtn.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg); }

.c-navBtn.open .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.c-navBtn.open .menu-trigger span:nth-of-type(3) {
  opacity: 0; }

.c-snsblock {
  background-color: #fffdeb;
  padding: 60px 30px; }
.c-snsblock--container {
  width: auto;
  margin: -15px; }
.c-snsblock__elem {
  padding: 25px 30px;
  margin: 15px;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  text-align: center; }
.c-snsblock__label {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 600;
  color: #006ab0; }
.c-snsblock__dsc {
  margin-top: 10px; }
.c-snsblock__btnarea {
  margin-top: 18px; }
.c-snsblock__fkds {
  margin-right: 24px; }

.c-sponsorBlock {
  padding: 55px 30px; }
.c-sponsorBlock__title {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  color: #006ab0;
  text-align: center;
  margin-bottom: 45px; }
.c-sponsorBlock__detaillink {
  position: absolute;
  right: 15px;
  top: 5px; }
.c-sponsorBlock__detaillink:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #006ab0;
  border-right: 2px solid #006ab0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px; }
.c-sponsorBlock--container {
  width: auto;
  margin: 0 -24px; }
.c-sponsorBlock__elem {
  margin: 0 24px; }

.c-tryItBlock {
  padding: 65px 30px 45px 30px;
  border-top: 1px solid #c9c9c9; }
.c-tryItBlock--noborder {
  border-top: none; }
.c-tryItBlock__head {
  margin-bottom: 50px; }
.c-tryItBlock__lHead {
  width: 230px;
  margin-right: 17px; }
.c-tryItBlock__hCopy {
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 600;
  margin-bottom: 13px !important; }
.c-tryItBlock__tryLogo {
  max-width: 193px; }
.c-tryItBlock__sub {
  margin-bottom: 10px !important;
  font-size: 16px; }
.c-tryItBlock--container {
  width: auto;
  margin: 0 -15px; }
.c-tryItBlock__elem {
  margin: 0 15px; }
.c-tryItBlock__elem a {
  text-decoration: none !important;
  color: #535353 !important; }
.c-tryItBlock__thumb {
  margin-bottom: 13px !important; }
.c-tryItBlock__label {
  font-size: 28px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 300;
  margin-bottom: 5px !important; }
.c-tryItBlock__label--yellow {
  color: #ffd92a; }
.c-tryItBlock__label--green {
  color: #15983a; }
.c-tryItBlock__label--red {
  color: #bc2a2c; }
.c-tryItBlock__dsc {
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 600;
  margin-bottom: 18px !important; }
.c-tryItBlock__link {
  position: relative;
  font-weight: 500; }
.c-tryItBlock__link:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 17px; }

.c-tryItBlockMin {
  background-color: #f3f3f3; }
.c-tryItBlockMin__inner {
  padding: 60px 0; }
.c-tryItBlockMin__head {
  margin-bottom: 30px; }
.c-tryItBlockMin__headTxt {
  font-size: 16px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 600; }
.c-tryItBlockMin__logo {
  margin-left: 15px; }
.c-tryItBlockMin__list {
  width: auto;
  margin: 0 -12px; }
.c-tryItBlockMin__elem {
  width: 33.33%;
  margin: 0; }
.c-tryItBlockMin__link {
  display: block;
  color: #000 !important;
  text-decoration: none !important;
  margin: 0 12px; }
.c-tryItBlockMin__thumb {
  max-width: 300px;
  margin-bottom: 8px; }
.c-tryItBlockMin__title {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400; }

.c-bannerBlock {
  background-color: #f5f5f5;
  padding: 40px 30px 25px 30px; }
.c-bannerBlock--w {
  background-color: #fff; }
.c-bannerBlock--bnrlist {
  margin-bottom: 15px; }
.c-bannerBlock__elem {
  margin: 0 12px;
  max-width: 100%; }
.c-bannerBlock__txtContainer {
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.c-bannerBlock__txtlink {
  color: #006ab0 !important;
  margin: 0 35px; }
.c-bannerBlock__txtlink:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #006ab0;
  border-right: 2px solid #006ab0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px; }

.c-footerArea {
  padding: 8px 30px; }
.c-footerArea__linearea {
  position: absolute;
  left: -2px;
  top: 17px;
  padding: 14px 10px;
  border: 1px solid #00b900;
  background-color: #fff;
  z-index: 999; }
.c-footerArea__copy {
  font-size: 13px;
  /*font-size: $size * 0.1rem;*/
  /*color: #858585;*/
  text-align: center; }

.c-thumbBlockContainer {
  width: auto;
  margin: -15px; }

.c-thumbBlock {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  margin: 15px;
  position: relative;
  transition: opacity 0.2s; }
.c-thumbBlock:hover {
  opacity: 0.7; }
.c-thumbBlock--shokudo:after {
  content: "" !important;
  position: absolute;
  width: 77px;
  height: 76px;
  right: -21px;
  top: -30px;
  background: url("/company/efforts/vitality/noby/assets/images/common/icon-shoku-do.png");
  visibility: visible; }
.c-thumbBlock__img {
  position: relative;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 39.78261% !important;
  -webkit-flex: 0 0 39.78261% !important;
  -ms-flex: 0 0 39.78261% !important;
  flex: 0 0 39.78261% !important;
  max-width: 39.78261% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.c-thumbBlock__new {
  position: relative; }
.c-thumbBlock__new:after {
  content: "" !important;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  background: url("/company/efforts/vitality/noby/assets/images/common/label-new.png");
  visibility: visible; }
.c-thumbBlock__txtarea {
  position: relative;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 60.21739% !important;
  -webkit-flex: 0 0 60.21739% !important;
  -ms-flex: 0 0 60.21739% !important;
  flex: 0 0 60.21739% !important;
  max-width: 60.21739% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  padding: 12px 20px;
  box-sizing: border-box; }
.c-thumbBlock__txtarea:before {
  content: "";
  position: absolute;
  left: -29px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 29px 19px 0;
  border-color: transparent #90b821 transparent transparent; }
.c-thumbBlock--yellow {
  background-color: #f7c000; }
.c-thumbBlock--yellow .c-thumbBlock__txtarea:before {
  border-color: transparent #f7c000 transparent transparent; }
.c-thumbBlock--blue {
  background-color: #00b7ee; }
.c-thumbBlock--blue .c-thumbBlock__txtarea:before {
  border-color: transparent #00b7ee transparent transparent; }
.c-thumbBlock--green {
  background-color: #90b821; }
.c-thumbBlock--green .c-thumbBlock__txtarea:before {
  border-color: transparent #90b821 transparent transparent; }
.c-thumbBlock--pink {
  background-color: #f19ec2; }
.c-thumbBlock--pink .c-thumbBlock__txtarea:before {
  border-color: transparent #f19ec2 transparent transparent; }
.c-thumbBlock--purple {
  background-color: #aa89bd; }
.c-thumbBlock--purple .c-thumbBlock__txtarea:before {
  border-color: transparent #aa89bd transparent transparent; }
.c-thumbBlock--orange {
  background-color: #ec6941; }
.c-thumbBlock--orange .c-thumbBlock__txtarea:before {
  border-color: transparent #ec6941 transparent transparent; }
.c-thumbBlock--red {
  background-color: #da3250; }
.c-thumbBlock--red .c-thumbBlock__txtarea:before {
  border-color: transparent #da3250 transparent transparent; }
.c-thumbBlock--darkgreen {
  background-color: #22ac38; }
.c-thumbBlock--darkgreen .c-thumbBlock__txtarea:before {
  border-color: transparent #22ac38 transparent transparent; }
.c-thumbBlock--darkblue {
  background-color: #00479d; }
.c-thumbBlock--darkblue .c-thumbBlock__txtarea:before {
  border-color: transparent #00479d transparent transparent; }
.c-thumbBlock--darkpink {
  background-color: #ea68a2; }
.c-thumbBlock--darkpink .c-thumbBlock__txtarea:before {
  border-color: transparent #ea68a2 transparent transparent; }
.c-thumbBlock--brown {
  background-color: #996c33; }
.c-thumbBlock--brown .c-thumbBlock__txtarea:before {
  border-color: transparent #996c33 transparent transparent; }
.c-thumbBlock__catch {
  font-size: 28px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 15px !important;
  white-space: nowrap; }
.c-thumbBlock__catch--min {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/ }
.c-thumbBlock__btm {
  position: absolute;
  bottom: 10px; }
.c-thumbBlock__name {
  font-size: 25px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap; }
.c-thumbBlock__title {
  font-size: 12px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500; }
.c-thumbBlock__san {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500; }
.c-thumbBlock__rp {
  font-size: 13px;
  /*font-size: $size * 0.1rem;*/
  position: relative;
  font-weight: 300; }
.c-thumbBlock__rp:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px; }
@media only screen and (max-width: 1030px) {
  .c-thumbBlock__txtarea {
    padding: 1.16505vw 1.94175vw; }
  .c-thumbBlock__catch {
    font-size: 2.71845vw;
    margin-bottom: 1.45631vw !important; }
  .c-thumbBlock__catch--min {
    font-size: 1.94175vw; }
  .c-thumbBlock__name {
    font-size: 2.42718vw; }
  .c-thumbBlock__title {
    font-size: 1.16505vw; }
  .c-thumbBlock__san {
    font-size: 1.35922vw; }
  .c-thumbBlock__rp {
    font-size: 1.26214vw; } }

.c-rpEventArea {
  background-color: #fdf2cc;
  padding: 60px 30px; }

.c-rpEventBlock {
  background-color: #fff;
  white-space: nowrap;
  position: relative; }
.c-rpEventBlock__img {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 15.68421% !important;
  -webkit-flex: 0 0 15.68421% !important;
  -ms-flex: 0 0 15.68421% !important;
  flex: 0 0 15.68421% !important;
  max-width: 15.68421% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.c-rpEventBlock__icon {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 13.26316% !important;
  -webkit-flex: 0 0 13.26316% !important;
  -ms-flex: 0 0 13.26316% !important;
  flex: 0 0 13.26316% !important;
  max-width: 13.26316% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  margin-right: 25px; }
.c-rpEventBlock__txtarea {
  padding: 0 22px; }
.c-rpEventBlock__detailLink {
  position: relative;
  display: block;
  height: 64px;
  line-height: 64px;
  color: #fff !important;
  background-color: #006ab0;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  margin-right: 30px;
  transition: opacity 0.2s; }
@media only screen and (min-width: 768px) {
  .c-rpEventBlock__detailLink {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 18.84211% !important;
    -webkit-flex: 0 0 18.84211% !important;
    -ms-flex: 0 0 18.84211% !important;
    flex: 0 0 18.84211% !important;
    max-width: 18.84211% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ } }
.c-rpEventBlock__detailLink:hover {
  opacity: 0.7; }
.c-rpEventBlock__detailLink:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px; }
.c-rpEventBlock__label {
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/ }
.c-rpEventBlock__h3 {
  font-size: 28px;
  /*font-size: $size * 0.1rem;*/
  color: #f7c000;
  line-height: 1.3;
  margin-bottom: 10px; }
.c-rpEventBlock__title {
  font-size: 12px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500;
  margin-right: 15px; }
.c-rpEventBlock__name {
  font-size: 25px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 600; }
.c-rpEventBlock__san {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500; }
@media only screen and (max-width: 1030px) {
  .c-rpEventBlock__label {
    font-size: 1.74757vw; }
  .c-rpEventBlock__h3 {
    font-size: 2.71845vw; }
  .c-rpEventBlock__title {
    font-size: 1.16505vw; }
  .c-rpEventBlock__name {
    font-size: 2.42718vw; }
  .c-rpEventBlock__san {
    font-size: 1.35922vw; }
  .c-rpEventBlock__detailLink {
    font-size: 1.45631vw; } }

.c-textBlock {
  margin-bottom: 50px !important; }
.c-textBlock__label {
  font-size: 23px;
  /*font-size: $size * 0.1rem;*/
  text-align: center;
  font-weight: 600;
  color: #00479d;
  margin-bottom: 35px !important; }
.c-textBlock__txt {
  color: #626262;
  line-height: 1.9;
  letter-spacing: 0.03em; }

.c-imgTextBlock {
  width: auto;
  margin: 0 -20px;
  margin-bottom: 45px; }
.c-imgTextBlock__elem {
  margin: 0 20px; }
.c-imgTextBlock__label {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 600;
  color: #00479d;
  margin-bottom: 15px !important; }
.c-imgTextBlock__txt {
  color: #626262;
  line-height: 1.9;
  letter-spacing: 0.03em; }

.c-largePhotoBlock {
  margin-bottom: 37px; }
.c-largePhotoBlock__photo {
  margin-bottom: 25px; }
.c-largePhotoBlock__caption {
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500;
  text-align: center; }
.c-largePhotoBlock__caption span {
  font-weight: 500; }

.c-localNav {
  padding-top: 45px;
  border-top: 1px solid #b2b2b2;
  margin-top: 60px;
  margin-bottom: 75px; }

.c-localNavList {
  width: auto;
  margin: 0 -12px; }
.c-localNavList__elem {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 12px; }
.c-localNavList__link {
  position: relative;
  display: block;
  text-decoration: none !important;
  color: #000 !important; }
.c-localNavList__thumb {
  margin-bottom: 10px; }
.c-localNavList__label {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px !important; }
.c-localNavList__en {
  font-size: 12px;
  /*font-size: $size * 0.1rem;*/
  color: #b2b2b2 !important; }

@media only screen and (max-width: 768px) {
  .c-navBtn {
    right: 0;
    top: 0;
    width: 100%;
    height: 46px;
    overflow: hidden; }
  .c-navBtn .c-media__image {
    width: 100%; }
  .c-navBtn__hitarea {
    height: 46px; }
  .c-navBtn__txtBlock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 46px; }
  .c-navBtn__logo {
    width: 56px;
    float: left;
    margin-top: 16px;
    margin-left: 10px; }
  .c-navBtn__catch {
    font-size: 9px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 0 !important;
    float: left;
    line-height: 46px;
    margin-left: 6.25vw; }
  .c-navBtn.open {
    width: 100%;
    height: 178px; }

  .c-contentNav {
    margin-top: 46px; }
  .c-contentNav__elem {
    margin: 10px 0; }
  .c-contentNav__elem a {
    font-size: 10px;
    /*font-size: $size * 0.1rem;*/
    padding-left: 15px; }
  .c-contentNav__elem a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .menu-trigger {
    width: 15px;
    height: 15px;
    right: 20px;
    top: 15px; }
  .menu-trigger span {
    width: 15px; }
  .menu-trigger span:nth-child(1) {
    top: 7px; }
  .menu-trigger span:nth-child(2) {
    top: 7px;
    transform: rotate(90deg); }
  .menu-trigger span:nth-child(3) {
    display: none; }

  .c-navBtn.open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .c-detailTitleBlock {
    padding: 21px 6.25vw 21px 6.25vw; }
  .c-detailTitleBlock--noborder {
    border-bottom: 0; }

  .c-rpEventArea {
    background-color: #fdf2cc;
    padding: 6.875vw 6.25vw; }

  .c-rpEventBlock {
    padding: 14px 6.25vw 85px 6.25vw;
    box-sizing: border-box;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .c-rpEventBlock__img {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 36.875% !important;
    -webkit-flex: 0 0 36.875% !important;
    -ms-flex: 0 0 36.875% !important;
    flex: 0 0 36.875% !important;
    max-width: 36.875% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    margin-top: 27px; }
  .c-rpEventBlock__icon {
    max-width: 60px !important;
    margin-top: 10px;
    margin-left: 10px; }
  .c-rpEventBlock__txtarea {
    padding: 0;
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 63.125% !important;
    -webkit-flex: 0 0 63.125% !important;
    -ms-flex: 0 0 63.125% !important;
    flex: 0 0 63.125% !important;
    max-width: 63.125% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .c-rpEventBlock__detailLink {
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/
    width: 135px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
    position: absolute;
    height: 40px;
    line-height: 40px; }
  .c-rpEventBlock__detailLink:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px; }
  .c-rpEventBlock__label {
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 10px !important;
    font-weight: 500; }
  .c-rpEventBlock__h3 {
    font-size: 5.3125vw;
    line-height: 1.5;
    margin-bottom: 15px; }
  .c-rpEventBlock__title {
    font-size: 3.28125vw;
    margin-right: 0; }
  .c-rpEventBlock__name {
    font-size: 5.3125vw; }
  .c-rpEventBlock__san {
    font-size: 3.28125vw; }

  .c-thumbBlockContainer {
    margin: 0; }

  .c-thumbBlock {
    margin: 0; }
  .c-thumbBlock + .c-thumbBlock {
    margin-top: 20px; }
  .c-thumbBlock--sep {
    margin-top: 20px; }
  .c-thumbBlock--shokudo:after {
    width: 43px;
    height: 43px;
    right: -10px;
    top: -15px;
    background-size: 100%; }
  .c-thumbBlock__img {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 39.82143% !important;
    -webkit-flex: 0 0 39.82143% !important;
    -ms-flex: 0 0 39.82143% !important;
    flex: 0 0 39.82143% !important;
    max-width: 39.82143% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .c-thumbBlock__new:after {
    width: 30px;
    height: 30px;
    background-size: 100%; }
  .c-thumbBlock__txtarea {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 60.35714% !important;
    -webkit-flex: 0 0 60.35714% !important;
    -ms-flex: 0 0 60.35714% !important;
    flex: 0 0 60.35714% !important;
    max-width: 60.35714% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    padding: 2.34375vw 4.0625vw 2.34375vw 4.0625vw; }
  .c-thumbBlock__txtarea:before {
    left: -18px;
    border-width: 11.5px 18px 11.5px 0; }
  .c-thumbBlock__catch {
    font-size: 5.3125vw;
    margin-bottom: 12px !important;
    line-height: 1.2; }
  .c-thumbBlock__catch--min {
    font-size: 3.75vw; }
  .c-thumbBlock__btm {
    position: absolute;
    bottom: 5px; }
  .c-thumbBlock__name {
    font-size: 4.6875vw; }
  .c-thumbBlock__title {
    font-size: 3.1875vw;
    letter-spacing: -0.03em; }
  .c-thumbBlock__san {
    font-size: 3.8125vw; }
  .c-thumbBlock__rp {
    font-size: 2.5vw; }
  .c-thumbBlock__rp:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 3px; }

  .c-snsblock {
    padding: 6.25vw 5.46875vw; }
  .c-snsblock--container {
    width: 100%;
    margin: 0; }
  .c-snsblock__elem {
    padding: 20px;
    margin: 0;
    min-height: 205px;
    box-sizing: border-box; }
  .c-snsblock__elem + .c-snsblock__elem {
    margin-top: 20px; }
  .c-snsblock__label {
    font-size: 10px;
    /*font-size: $size * 0.1rem;*/ }
  .c-snsblock__dsc {
    margin-top: 12px; }
  .c-snsblock__btnarea {
    margin-top: 15px; }
  .c-snsblock__fkds {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 45.38653% !important;
    -webkit-flex: 0 0 45.38653% !important;
    -ms-flex: 0 0 45.38653% !important;
    flex: 0 0 45.38653% !important;
    max-width: 45.38653% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    margin-right: 7px; }

  .c-sponsorBlock {
    padding: 6.25vw 5.46875vw; }
  .c-sponsorBlock__title {
    font-size: 13px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 26px; }
  .c-sponsorBlock__detaillink {
    position: relative;
    right: auto;
    top: auto;
    display: table;
    margin: 0 auto;
    margin-top: 22px;
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/ }
  .c-sponsorBlock__detaillink:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #006ab0;
    border-right: 2px solid #006ab0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px; }
  .c-sponsorBlock--container {
    margin: 0 -16px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .c-sponsorBlock__elem {
    margin: 0 16px; }
  .c-sponsorBlock__margin {
    margin-top: 31px; }

  .c-tryItBlock {
    padding: 6.25vw 5.46875vw; }
  .c-tryItBlock__head {
    margin-bottom: 20px; }
  .c-tryItBlock__lHead {
    width: auto;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-right: auto;
    margin-bottom: 15px; }
  .c-tryItBlock__hCopy {
    font-size: 11px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 16px !important; }
  .c-tryItBlock__tryLogo {
    max-width: 114px;
    margin: 0 auto; }
  .c-tryItBlock__sub {
    margin-bottom: 0 !important;
    font-size: 12px; }
  .c-tryItBlock--container {
    width: 100%;
    margin: 0; }
  .c-tryItBlock__elem {
    margin: 0; }
  .c-tryItBlock__elem + .c-tryItBlock__elem {
    margin-top: 15px; }
  .c-tryItBlock__thumb {
    margin-bottom: 13px !important; }
  .c-tryItBlock__label {
    font-size: 20px;
    /*font-size: $size * 0.1rem;*/
    font-weight: 400;
    margin-bottom: 5px !important; }
  .c-tryItBlock__dsc {
    font-size: 13px;
    /*font-size: $size * 0.1rem;*/
    line-height: 1.8;
    margin-bottom: 10px !important; }
  .c-tryItBlock__link {
    font-size: 13px;
    /*font-size: $size * 0.1rem;*/ }
  .c-tryItBlock__link:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 8px; }

  .c-tryItBlockMin__inner {
    padding: 35px 0 42px 0; }
  .c-tryItBlockMin__head {
    margin-bottom: 6.4vw; }
  .c-tryItBlockMin__headTxt {
    font-size: 3.46667vw; }
  .c-tryItBlockMin__logo {
    width: 27.33333vw;
    margin-left: 3.46667vw; }
  .c-tryItBlockMin__list {
    display: block;
    width: 100%;
    margin: 0; }
  .c-tryItBlockMin__elem {
    width: 100%;
    margin: 0;
    margin-bottom: 4.66667vw; }
  .c-tryItBlockMin__link {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff; }
  .c-tryItBlockMin__thumb {
    width: 50%;
    margin-bottom: 0; }
  .c-tryItBlockMin__title {
    font-size: 4vw;
    padding: 0 3.6vw; }

  .c-bannerBlock {
    padding: 8.28125vw 6.25vw 4.6875vw 6.25vw; }
  .c-bannerBlock--bnrlist {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px; }
  .c-bannerBlock__elem {
    margin: 0;
    width: 83.57143%; }
  .c-bannerBlock__elem + .c-bannerBlock__elem {
    margin-top: 10px; }
  .c-bannerBlock__txtContainer {
    display: block !important; }
  .c-bannerBlock__txtContainer li {
    margin-top: 12px; }
  .c-bannerBlock__txtlink {
    position: relative;
    margin: 0;
    font-size: 11px;
    /*font-size: $size * 0.1rem;*/ }
  .c-bannerBlock__txtlink:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #006ab0;
    border-right: 2px solid #006ab0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px; }

  .c-footerArea {
    padding: 5.9375vw 6.25vw 5.625vw 6.25vw;
    margin: 0;
    margin-top: 0; }
  .c-footerArea__linearea {
    position: absolute;
    left: -2px;
    top: 17px;
    padding: 14px 10px;
    border: 1px solid #00b900;
    background-color: #fff;
    z-index: 999; }
  .c-footerArea__copy {
    font-size: 10px;
    /*font-size: $size * 0.1rem;*/ }

  .c-textBlock {
    margin-bottom: 25px !important; }
  .c-textBlock__label {
    font-size: 16px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 14px !important; }

  .c-imgTextBlock {
    width: 100%;
    margin: 0;
    margin-bottom: 22px; }
  .c-imgTextBlock__elem {
    margin: 0; }
  .c-imgTextBlock__elem + .c-imgTextBlock__elem {
    margin-top: 20px; }
  .c-imgTextBlock__label {
    font-size: 16px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 15px !important; }

  .c-largePhotoBlock {
    width: auto;
    margin: 0 -6.25vw;
    margin-bottom: 23px; }
  .c-largePhotoBlock__photo {
    margin-bottom: 13px; }
  .c-largePhotoBlock__caption {
    display: block;
    padding: 0 6.25vw !important;
    line-height: 2.4;
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/ } }
/* -------------------------------- */
.c-nbCover {
  margin-top: 18px; }
.c-nbCover__inner {
  max-width: 1260px;
  margin: 0 auto; }
.c-nbCover__title {
  width: 38.25397%;
  background: #bc2a2c;
  padding: 55px 48px 27px 48px;
  box-sizing: border-box;
  margin-bottom: 42px; }
.c-nbCover__title--g {
  background-color: #15983a; }
.c-nbCover__titletxt {
  white-space: nowrap;
  font-size: 43px;
  /*font-size: $size * 0.1rem;*/
  color: #fff;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 38px; }
.c-nbCover__txt {
  font-size: 17px;
  /*font-size: $size * 0.1rem;*/
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.25em;
  line-height: 1.9; }
.c-nbCover__img {
  width: 61.74603%;
  margin-top: 42px; }
@media only screen and (max-width: 1260px) {
  .c-nbCover__title {
    padding-left: 3.80952vw;
    padding-right: 3.80952vw; }
  .c-nbCover__titletxt {
    font-size: 3.4127vw; }
  .c-nbCover__txt {
    font-size: 1.34921vw; } }

.c-nbContact {
  position: relative;
  max-width: 870px;
  padding-top: 37px;
  margin: 0 auto;
  margin-top: 95px;
  margin-bottom: 88px; }
.c-nbContact:before {
  content: "";
  position: absolute;
  width: 445px;
  height: 359px;
  background: url("/company/efforts/vitality/noby/assets/images/common/nb-contact-bg.png") left top no-repeat;
  right: -58px;
  top: 0; }
.c-nbContact--idx {
  margin-top: 47px; }
.c-nbContact__catch {
  font-size: 19px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500;
  margin-bottom: 12px !important;
  position: relative; }
.c-nbContact__label {
  font-size: 38px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500;
  margin-bottom: 20px !important;
  position: relative; }
.c-nbContact__elem {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8); }
.c-nbContact__elem + .c-nbContact__elem {
  margin-left: 30px; }
.c-nbContact__inner {
  padding: 22px 26px;
  box-sizing: border-box;
  height: calc( 100% - 42px);
  min-height: 163px; }
.c-nbContact__internet {
  border: 2px solid #0f6b50; }
.c-nbContact__inLabel {
  color: #fff;
  background-color: #0f6b50;
  text-align: center;
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  line-height: 42px; }
.c-nbContact__btn {
  position: relative;
  display: block;
  text-decoration: none !important;
  color: #000 !important;
  text-align: center;
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  line-height: 49px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
.c-nbContact__btn span {
  font-size: 25px;
  /*font-size: $size * 0.1rem;*/
  margin-right: 1em;
  font-weight: 600; }
.c-nbContact__btn + .c-nbContact__btn {
  margin-top: 20px; }
.c-nbContact__inBtn01 {
  background-color: #c6e4f6; }
.c-nbContact__inBtn01 span {
  color: #3679b8; }
.c-nbContact__inBtn01:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px; }
.c-nbContact__inBtn02 {
  background-color: #dbebdc; }
.c-nbContact__inBtn02 span {
  color: #0f6b50; }
.c-nbContact__inBtn02:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px; }
.c-nbContact__mail {
  border: 2px solid #eb794a; }
.c-nbContact__mailLabel {
  color: #fff;
  background-color: #eb794a;
  text-align: center;
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  line-height: 42px; }
.c-nbContact__addr {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  text-align: center; }
.c-nbContact__addr span {
  display: inline-block;
  font-size: 28px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500;
  margin-bottom: 8px; }

.c-backTopBtn {
  display: block;
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #006ab0;
  text-align: center;
  width: 176px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto; }
.c-backTopBtn:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 13px; }

@media only screen and (max-width: 768px) {
  .c-nbCover {
    margin-top: 0; }
  .c-nbCover__inner {
    display: block !important; }
  .c-nbCover__title {
    width: 100%;
    padding: 35px 6.25vw 33px 6.25vw;
    margin-bottom: 0; }
  .c-nbCover__titletxt {
    font-size: 31px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 17px; }
  .c-nbCover__txt {
    font-size: 10px;
    /*font-size: $size * 0.1rem;*/ }
  .c-nbCover__img {
    width: 100%;
    margin-top: 0; }

  .c-nbContact {
    padding-top: 9px;
    margin-top: 5px;
    margin-bottom: 30px; }
  .c-nbContact:before {
    width: 148px;
    height: 119.5px;
    background: url("/company/efforts/vitality/noby/assets/images/common/nb-contact-bg-sp.png") left top no-repeat;
    background-size: 100%;
    right: -4px; }
  .c-nbContact__catch {
    font-size: 9px;
    /*font-size: $size * 0.1rem;*/
    line-height: 1.6;
    margin-bottom: 4px !important; }
  .c-nbContact__label {
    font-size: 15px;
    /*font-size: $size * 0.1rem;*/
    line-height: 1.3;
    margin-bottom: 5px !important; }
  .c-nbContact__flex {
    display: block !important; }
  .c-nbContact__elem + .c-nbContact__elem {
    margin-left: 0;
    margin-top: 10px; }
  .c-nbContact__inner {
    padding: 15px 18px;
    box-sizing: border-box;
    height: calc( 100% - 29px);
    min-height: 109px; }
  .c-nbContact__internet {
    border: 1px solid #0f6b50; }
  .c-nbContact__inLabel {
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/
    line-height: 29px; }
  .c-nbContact__btn {
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/
    line-height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .c-nbContact__btn span {
    font-size: 17px;
    /*font-size: $size * 0.1rem;*/ }
  .c-nbContact__btn + .c-nbContact__btn {
    margin-top: 20px; }
  .c-nbContact__inBtn01:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 13px; }
  .c-nbContact__inBtn02:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 13px; }
  .c-nbContact__mail {
    border: 1px solid #eb794a; }
  .c-nbContact__mailLabel {
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/
    line-height: 29px; }
  .c-nbContact__addr {
    font-size: 9px;
    /*font-size: $size * 0.1rem;*/ }
  .c-nbContact__addr span {
    white-space: nowrap;
    font-size: 19px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 4px; }

  .c-backTopBtn {
    width: 135px;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    /*font-size: $size * 0.1rem;*/ }
  .c-backTopBtn:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 11px; }

  .c-localNav {
    padding-top: 10.66667vw;
    margin-top: 9.33333vw;
    margin-bottom: 12vw; }

  .c-localNavList {
    display: block !important;
    width: 72vw;
    margin: 0 auto; }
  .c-localNavList__elem {
    width: 100%;
    padding: 0; }
  .c-localNavList__elem + .c-localNavList__elem {
    margin-top: 5.33333vw; }
  .c-localNavList__thumb {
    margin-bottom: 10px; }
  .c-localNavList__label {
    font-size: 4.8vw;
    margin-bottom: 3px !important; }
  .c-localNavList__en {
    font-size: 2.4vw; } }
.c-list {
  padding-left: 1.5em; }
.c-list__elem {
  list-style-type: disc; }
.c-list__elem + .c-list__elem {
  margin-top: 12px !important; }
.c-list--m__elem {
  list-style-type: disc; }
.c-list--m__elem + .c-list--m__elem {
  margin-top: 0 !important; }

.c-map {
  position: relative;
  width: 100%;
  margin-bottom: 42px; }
.c-map:before {
  display: block;
  content: "";
  padding-top: 51.89474%;
  pointer-events: none; }
.c-map__elem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.c-h3Block {
  margin-bottom: 50px; }
.c-h3Block--end {
  margin-bottom: 80px; }

.c-h4Block {
  margin-bottom: 32px; }

.c-h5Block {
  margin-bottom: 40px; }

.c-txt {
  line-height: 1.8; }
.c-txt + .c-txt {
  margin-top: 1.5em; }
.c-txt--red {
  color: #bc2a2c; }
.c-txt--notice {
  font-size: 13px;
  /*font-size: $size * 0.1rem;*/ }

/* --------------------------- */
/* card */
.c-card {
  margin-left: 45px;
  background-color: #fff;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 0; }
.c-card:first-child {
  margin-left: 0; }
@media only screen and (max-width: 768px) {
  .c-card {
    margin-left: 0;
    margin-top: 45px; }
  .c-card:first-child {
    margin-top: 0; } }
.c-card--frame {
  padding: 20px; }
.c-card--frame:hover {
  box-shadow: 0px 0px 10px 0px #a6a6a6; }
.c-card__thumb, .c-card__thumb-pd {
  width: 100%; }
.c-card__thumb img, .c-card__thumb-pd img {
  width: 100%; }
.c-card__thumb-pd {
  padding: 0 0 0 0;
  box-sizing: border-box; }
.c-card__body {
  padding: 20px 15px 85px 15px;
  line-height: 1.5; }
@media only screen and (max-width: 768px) {
  .c-card {
    margin-top: 25px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 78px; }
  .c-card:last-child {
    border-bottom: none; }
  .c-card__body {
    margin-top: 15px;
    padding-bottom: 0; }
  .c-card--empty {
    display: none; } }
.c-card--parallel {
  line-height: 0; }
.c-card--parallel + .c-card--parallel {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 15px; }
.c-card--parallel__thumb img {
  width: 100%; }
.c-card--parallel__thumb + .c-card--parallel__body {
  margin-left: 40px; }
.c-card--parallel__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5; }
.c-card--parallel__body + .c-card--parallel__thumb {
  margin-left: 40px; }
@media only screen and (max-width: 768px) {
  .c-card--parallel__thumb {
    /*flex: 0 0 100% !important;
    max-width: 100% !important;*/
    width: 54px; }
  .c-card--parallel__thumb + .c-card--parallel__body {
    margin-left: 24px;
    margin-top: 0; }
  .c-card--parallel__body + .c-card--parallel__thumb {
    margin-left: 24px;
    margin-top: 0; } }

.c-cardW100 {
  padding: 50px 30px 55px 30px; }
.c-cardW100__flexbox {
  border: 1px solid #e1dedf;
  background-color: #fff;
  padding: 3px;
  box-sizing: border-box; }
.c-cardW100__flexbox + .c-cardW100__flexbox {
  margin-top: 27px; }
.c-cardW100__thumbElem {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 53.22581% !important;
  -webkit-flex: 0 0 53.22581% !important;
  -ms-flex: 0 0 53.22581% !important;
  flex: 0 0 53.22581% !important;
  max-width: 53.22581% !important;


  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.c-cardW100__textElem {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 46.77419% !important;
  -webkit-flex: 0 0 46.77419% !important;
  -ms-flex: 0 0 46.77419% !important;
  flex: 0 0 46.77419% !important;
  max-width: 46.77419% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  background-color: #fafafa;
  padding: 35px 20px 60px 20px;
  box-sizing: border-box; }
.c-cardW100__textElem-fmy {
  padding: 18px 20px 20px 20px; }
.c-cardW100__tab {
  color: #fff;
  font-size: 15px;
  /*font-size: $size * 0.1rem;*/
  font-weight: bold;
  line-height: 25px;
  padding: 0 10px;
  white-space: nowrap;
  position: absolute;
  left: -4px;
  top: -9px; }
.c-cardW100__tab:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: -6px;
  top: 0;
  background: url("/company/efforts/vitality/noby/assets/images/index/idx-tab-frame.png"); }
.c-cardW100__tab--orange {
  background-color: #ff5400; }
.c-cardW100__tab--red {
  background-color: #ad0000; }
.c-cardW100__tab-min {
  left: -1px;
  top: -5px;
  font-size: 13px;
  /*font-size: $size * 0.1rem;*/ }
.c-cardW100__label {
  font-size: 22px;
  /*font-size: $size * 0.1rem;*/
  color: #da3250;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.07em; }
.c-cardW100__label-b {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.07em; }
.c-cardW100__detail {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  margin-bottom: 25px; }
.c-cardW100__link {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/ }
.c-cardW100__cartBtn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px; }
.c-cardW100__readmore {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 23px; }
@media only screen and (max-width: 1080px) {
  .c-cardW100__tab {
    font-size: 1.38889vw;
    line-height: 2.31481vw; }
  .c-cardW100__tab-min {
    font-size: 1.2037vw; }
  .c-cardW100__textElem {
    padding: 3.24074vw 1.85185vw 6.48148vw 1.85185vw;
    box-sizing: border-box; }
  .c-cardW100__textElem-fmy {
    padding: 1.66667vw 1.85185vw 1.85185vw 1.85185vw;
    box-sizing: border-box; }
  .c-cardW100__label {
    font-size: 2.03704vw;
    margin-bottom: 0.92593vw; }
  .c-cardW100__label-b {
    font-size: 1.85185vw;
    margin-bottom: 0.92593vw; }
  .c-cardW100__detail {
    font-size: 1.2963vw;
    margin-bottom: 2.31481vw; }
  .c-cardW100__link {
    font-size: 1.2963vw; }
  .c-cardW100__readmore {
    bottom: 2.12963vw; } }
@media only screen and (max-width: 768px) {
  .c-cardW100 {
    padding: 28px 4.6875% 20px 4.6875%; }
  .c-cardW100__thumbElem {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .c-cardW100__textElem {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    background-color: #fafafa;
    padding: 35px 20px 60px 20px;
    box-sizing: border-box; }
  .c-cardW100__textElem-fmy {
    padding: 10px 10px 73px 10px; }
  .c-cardW100__tab {
    font-size: 11px;
    /*font-size: $size * 0.1rem;*/
    line-height: 18px; }
  .c-cardW100__tab-min {
    font-size: 11px;
    /*font-size: $size * 0.1rem;*/ }
  .c-cardW100__label {
    font-size: 15px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 4px; }
  .c-cardW100__label-b {
    font-size: 13px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 4px;
    font-weight: 600; }
  .c-cardW100__detail {
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/
    margin-bottom: 4px; }
  .c-cardW100__link {
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/ }
  .c-cardW100__readmore {
    bottom: 27px; } }

.c-cardPickup {
  padding: 53px 0 70px 0; }
.c-cardPickup__head {
  margin-bottom: 35px; }
.c-cardPickup__h2 {
  position: relative;
  font-size: 30px;
  /*font-size: $size * 0.1rem;*/
  padding-right: 22px;
  margin-right: 20px;
  line-height: 50px; }
.c-cardPickup__h2:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background-color: #da3250;
  right: 0;
  top: 0; }
.c-cardPickup__h2cache {
  font-size: 17px;
  /*font-size: $size * 0.1rem;*/ }
.c-cardPickup__elem {
  border: 1px solid #e1dedf;
  background-color: #f6f6f6;
  box-shadow: 0 0 0 3px #fff inset;
  padding: 3px;
  box-sizing: border-box;
  margin: 0; }
.c-cardPickup__elem + .c-cardPickup__elem {
  margin-left: 20px; }
.c-cardPickup__elem--sep {
  margin-top: 15px; }
.c-cardPickup__elem--empty {
  visibility: hidden; }
.l-flex__elem--sep + .c-cardPickup__elem {
  margin-left: 0; }
.c-cardPickup__body {
  padding-bottom: 50px; }
.c-cardPickup__label {
  font-size: 22px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 600;
  color: #da3250;
  margin-bottom: 14px;
  line-height: 1.5;
  letter-spacing: -0.06em; }
.c-cardPickup__label-m {
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/
  margin-bottom: 9px; }
.c-cardPickup__cache {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500;
  color: #000;
  margin-bottom: 13px;
  line-height: 1.5;
  letter-spacing: -0.06em; }
.c-cardPickup__cache-m {
  font-size: 16px;
  /*font-size: $size * 0.1rem;*/ }
.c-cardPickup__txt {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  margin-bottom: 10px;
  line-height: 1.5; }
.c-cardPickup__link {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  display: block;
  text-align: right; }
.c-cardPickup__linkArrow {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  position: absolute;
  right: 26px;
  bottom: 25px;
  padding-right: 10px;
  line-height: 1.2; }
.c-cardPickup__linkArrow:after {
  right: 0; }
.c-cardPickup__cartBtn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 28px; }
@media only screen and (max-width: 1080px) {
  .c-cardPickup__h2 {
    font-size: 2.77778vw;
    line-height: 4.62963vw; }
  .c-cardPickup__h2:after {
    height: 4.62963vw; }
  .c-cardPickup__cache {
    font-size: 1.57407vw; }
  .c-cardPickup__label {
    font-size: 2.03704vw;
    margin-bottom: 0.92593vw; }
  .c-cardPickup__txt {
    font-size: 1.2963vw;
    margin-bottom: 0.92593vw; }
  .c-cardPickup__link {
    font-size: 1.2963vw; }
  .c-cardPickup__linkArrow {
    font-size: 1.2963vw; } }
@media only screen and (max-width: 768px) {
  .c-cardPickup {
    padding: 20px 0; }
  .c-cardPickup__head {
    margin-bottom: 15px; }
  .c-cardPickup__h2 {
    font-size: 18px;
    /*font-size: $size * 0.1rem;*/
    line-height: 4.62963vw;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%; }
  .c-cardPickup__h2:after {
    content: none; }
  .c-cardPickup__h2cache {
    font-size: 11px;
    /*font-size: $size * 0.1rem;*/
    width: 100%;
    text-align: center;
    margin-bottom: 0; }
  .c-cardPickup__elem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex; }
  .c-cardPickup__elem + .c-cardPickup__elem {
    margin-left: 0;
    margin-top: 13px; }
  .c-cardPickup__elem--sep {
    margin-top: 13px; }
  .c-cardPickup__elem--empty {
    display: none; }
  .c-cardPickup__thumb {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 46.55172% !important;
    -webkit-flex: 0 0 46.55172% !important;
    -ms-flex: 0 0 46.55172% !important;
    flex: 0 0 46.55172% !important;
    max-width: 46.55172% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .c-cardPickup__body {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 53.44828% !important;
    -webkit-flex: 0 0 53.44828% !important;
    -ms-flex: 0 0 53.44828% !important;
    flex: 0 0 53.44828% !important;
    max-width: 53.44828% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    padding: 14px 10px 37px 10px;
    box-sizing: border-box;
    margin-top: 0; }
  .c-cardPickup__label {
    font-size: 4.0625vw;
    margin-bottom: 6px; }
  .c-cardPickup__cache {
    display: none; }
  .c-cardPickup__txt {
    font-size: 3.125vw;
    margin-bottom: 0.92593vw; }
  .c-cardPickup__link {
    font-size: 3.125vw; }
  .c-cardPickup__linkArrow {
    font-size: 3.125vw;
    right: 19px;
    bottom: 18px;
    padding-right: 10px; } }

/* ---------------------------- */
.p-idxMainArea {
  padding-bottom: 45px; }
.p-idxMainArea__head {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  /*font-size: $size * 0.1rem;*/
  margin-bottom: 25px; }

/* --20200219 Added-- */

h1.p-idxMainArea__head {
  margin-bottom:1px;!important;
 padding-bottom:20px;

}

#efforts h2.copy{
	font-size:26px;
	padding-bottom:0;
	margin-bottom:0;
	color:#fff;
}

@media only screen and (max-width: 768px) {
#efforts h2.copy {
    font-size:4.5555vw;
    text-align:center;
    text-shadow:1px 1px 3px #666;
	margin-bottom:1px;
border:none;
}
}

.p-idxMainArea__head span {
  font-weight: 600;
  font-size: 50px;
  /*font-size: $size * 0.1rem;*/ }
.p-idxMainArea__noby {
  max-width: 181px;
  margin-bottom: 13px; }
.p-idxMainArea__memberBtn {
  width: 386px;
  display: block;
  position: relative;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #ff8c00;
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  padding: 18px 30px;
  box-sizing: border-box;
  border: 2px solid #fff;
  line-height: 1.3; }
.p-idxMainArea__memberBtn span {
  font-size: 25px;
  /*font-size: $size * 0.1rem;*/ }
.p-idxMainArea__memberBtn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px; }
@media only screen and (max-width: 1200px) {
  .p-idxMainArea__head {
    font-size: 2.5vw; }
  .p-idxMainArea__head span {
    font-size: 4.16667vw; }
  .p-idxMainArea__noby {
    width: 15.08333vw;
    margin-bottom: 1.08333vw; }
  .p-idxMainArea__memberBtn {
    width: 32.16667vw;
    font-size: 1.16667vw;
    padding: 1.16667vw 2.5vw; }
  .p-idxMainArea__memberBtn span {
    font-size: 2.83333vw; }
  .p-idxMainArea__memberBtn:after {
    right: 1.66667vw; } }

.p-idxCover {
  max-width: 1200px;
  margin: 0 auto;
  background: url("/company/efforts/vitality/noby/assets/images/index/cover.jpg") left top no-repeat;
  background-size: 100%; }
.p-idxCover__inner {
  margin-left: 50px;}
.p-idxCover:before {
  display: block;
  content: "";
  padding-top: 31.25%;
  pointer-events: none; }
@media only screen and (max-width: 1200px) {
  .p-idxCover__inner {
    margin-left: 4.16667vw; } }

.p-idxFeature__head {
  font-size: 28px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px; }
.p-idxFeature__body {
  width: auto;
  margin: 0 -13px; }
.p-idxFeature__elem {
  width: 50%;
  padding: 0 13px;
  box-sizing: border-box; }
.p-idxFeature__txt {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  line-height: 1.8; }

.p-idxMiddeCover {
  background: url("/company/efforts/vitality/noby/assets/images/index/middle-cover.jpg") center center no-repeat;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px; }
.p-idxMiddeCover:before {
  display: block;
  content: "";
  padding-top: 900px;
  pointer-events: none; }
.p-idxMiddeCover__head {
  font-size: 60px;
  /*font-size: $size * 0.1rem;*/
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 30px; }
.p-idxMiddeCover__txt {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 210px !important; }
@media only screen and (max-width: 1010px) {
  .p-idxMiddeCover {
    background-size: cover; }
  .p-idxMiddeCover:before {
    display: block;
    content: "";
    padding-top: 94.73684%;
    pointer-events: none; }
  .p-idxMiddeCover__head {
    font-size: 5.94059vw;
    margin-bottom: 2.9703vw; }
  .p-idxMiddeCover__txt {
    font-size: 1.9802vw; } }

.p-idxMenu__head {
  padding-bottom: 35px;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 30px; }
.p-idxMenu__h2 {
  font-size: 36px;
  /*font-size: $size * 0.1rem;*/
  color: #bc2a2c;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5px; }
.p-idxMenu__en {
  font-size: 12px;
  /*font-size: $size * 0.1rem;*/
  color: #b2b2b2;
  text-align: center; }

.p-idxMenuList {
  width: auto;
  margin: -15px -13px; }
.p-idxMenuList__head {
  font-size: 22px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  margin-bottom: 17px !important; }
.p-idxMenuList__head span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  /*font-size: $size * 0.1rem;*/
  color: #b2b2b2; }
.p-idxMenuList__elem {
  width: 50%;
  padding: 15px 13px;
  box-sizing: border-box; }
.p-idxMenuList__link {
  position: relative;
  display: block;
  text-decoration: none !important;
  color: #fff !important; }
.p-idxMenuList__link:before {
  display: block;
  content: "";
  padding-top: 28.13853%;
  pointer-events: none; }
.p-idxMenuList__thumb {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }
.p-idxMenuList__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 26px; }
.p-idxMenuList__label {
  font-size: 24px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px !important; }
.p-idxMenuList__target {
  font-size: 12px;
/*font-size: $size * 0.1rem;*/ }

/*20200220 Added*/
.p-idxMenuList__target span.shadow {
display:inline-block;
font-size: 12px;
 text-shadow: 1px 1px 0 #000000;
}

.p-idxMenuList__notice {
  display: inline-block;
  font-size: 12px;
  /*font-size: $size * 0.1rem;*/
  color: #808080;
  position: relative;
  padding-right: 25px;
  margin-top: 10px; }
.p-idxMenuList__notice:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  background: url("/company/efforts/vitality/noby/assets/images/common/icon-blank.png");
  top: 50%;
  transform: translateY(-50%);
  right: 0; }


.p-idx__notice{ /* 190327 added*/
  display: block;
  font-size: 12px;
  /*font-size: $size * 0.1rem;*/
  color: #808080;
  position: relative;
  padding-right: 25px;
  margin:5px 0 -5px !important;
}
.p-idxEntry__notice01 {
  font-size: 16px;
  /*font-size: $size * 0.1rem;*/
  margin-bottom: 10px !important; }
.p-idxEntry__notice02 {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  line-height: 1.6; }
.p-idxEntry__notice02 + .p-idxEntry__notice02 {
  margin-top: 0.5em; }

@media only screen and (min-width: 768px) {
  .secContact {
    background: url("/company/efforts/vitality/noby/assets/images/index/bg_contact.jpg") no-repeat center;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff; }
  .secContact div {
    box-sizing: border-box; }

  .secContact .inner {
    width: 994px;
    margin: 0 auto; }

  .secContact h3 {
    margin-bottom: 6px; }

  .secContact ul {
    width: 994px;
    margin: 0 auto 3px;
    height: 140px; }

  .secContact ul li {
    width: 320px;
    float: left; }

  .secContact ul .tel {
    float: right; }

  .secContact ul .link img {
    margin-left: -23px; }

  .secContact .ul_undertxt {
    font-size: 13px; }

  .secContact .ul_undertxt .ut_boxL {
    float: left;
    width: 635px;
    text-align: left;
    margin-left: 10px;
    padding: 10px;
    background: rgba(152, 66, 54, 0.7); }

  .secContact .ul_undertxt .ut_boxR {
    float: right;
    width: 295px;
    text-align: left;
    margin-right: 15px;
    padding: 10px;
    background: rgba(152, 66, 54, 0.7); }

  .secContact .conread {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 10px;
    clear: both; }

  .secContact .caution {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    padding-bottom: 43px; }

  .secContact a, .secContact a:hover {
    color: #ffffff; }

  #a_acbox {
    width: 994px;
    margin: 20px auto 0;
    font-size: 15px; } }
.p-idxRecruit {
  margin-top: 65px;
  margin-bottom: 40px;
  border: 1px solid #bc2a2c; }
.p-idxRecruit__head {
  background-color: #bc2a2c;
  text-align: center;
  color: #fff;
  padding: 18px; }
.p-idxRecruit__t1 {
  font-size: 36px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400; }
.p-idxRecruit__t2 {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400; }
.p-idxRecruit__body {
  font-size: 30px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  text-align: center;
  padding: 33px 0; }

.p-idxSNS {
  background-color: #f3f3f3;
  padding: 40px 27px;
  box-sizing: border-box;
  margin-bottom: 10px; }
.p-idxSNS__elem {
  width: 50%;
  padding: 0 13px;
  box-sizing: border-box; }
.p-idxSNS__txt {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/ }
.p-idxSNS__banner {
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #4267b2;
  padding: 15px 26px;
  box-sizing: border-box;
  font-size: 18px;
  /*font-size: $size * 0.1rem;*/ }
.p-idxSNS__banner:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px; }
.p-idxSNS__icon {
  width: 46px;
  border-right: 1px solid #fff;
  padding: 7px 25px 7px 0;
  margin-right: 20px; }

.p-idxGuideLink {
  display: block;
  font-size: 12px;
  /*font-size: $size * 0.1rem;*/
  color: #000 !important;
  margin-bottom: 75px !important; }

@media only screen and (max-width: 768px) {
  .p-idxMainArea {
    display: block;
    padding-bottom: 9.33333vw; }
  .p-idxMainArea__head {
    margin-left: 0;
    font-size: 4.53333vw;
    text-align: center; }
  .p-idxMainArea__head span {
    font-size: 9.06667vw; }
  .p-idxMainArea__noby {
    width: 30vw;
    margin: 0 auto;
    margin-top: 3.2vw;
    margin-bottom: -0.66667vw; }
  .p-idxMainArea__memberBtn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10.26667vw;
    width: 91.73333vw;
    font-size: 3.2vw;
    padding: 11px 20px;
    text-align: center; }
  .p-idxMainArea__memberBtn span {
    font-size: 6.66667vw; }
  .p-idxMainArea__memberBtn:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 14px; }

  .p-idxCover {
    display: block !important;
    margin-bottom: 0;
    background: url("/company/efforts/vitality/noby/assets/images/index/cover-sp.jpg") left top no-repeat;
    background-size: 100%; }
  .p-idxCover__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0; }
  .p-idxCover:before {
    display: block;
    content: "";
    padding-top: 142.66667%;
    pointer-events: none; }

  .p-idxFeature {
    margin-bottom: 8vw; }
  .p-idxFeature__head {
    font-size: 5.33333vw;
    margin-bottom: 4.66667vw; }
  .p-idxFeature__body {
    display: block !important;
    margin: 0; }
  .p-idxFeature__elem {
    width: 100%;
    padding: 0;
    margin-top: 5.33333vw; }
  .p-idxFeature__elem:first-child {
    margin-top: 0; }
  .p-idxFeature__txt {
    font-size: 3.2vw; }

  .p-idxMiddeCover {
    background: url("/company/efforts/vitality/noby/assets/images/index/middle-cover-sp.jpg") center center no-repeat;
    background-size: 100%;
    margin-bottom: 6vw; }
  .p-idxMiddeCover:before {
    display: block;
    content: "";
    padding-top: 164.70588%;
    pointer-events: none; }
  .p-idxMiddeCover__head {
    font-size: 8vw;
    margin-bottom: 2.9703vw; }
  .p-idxMiddeCover__txt {
    font-size: 3.73333vw; }

  .p-idxMenu__head {
    padding-bottom: 5.33333vw;
    margin-bottom: 6.66667vw; }
  .p-idxMenu__h2 {
    font-size: 6.13333vw;
    line-height: 1.3;
    margin-bottom: 3px; }
  .p-idxMenu__en {
    font-size: 2.4vw; }

  .p-idxMenuList {
    display: block !important;
    margin: 0; }
  .p-idxMenuList__head {
    font-size: 4.8vw;
    margin-bottom: 3.6vw !important; }
  .p-idxMenuList__head span {
    font-size: 2.4vw;
    margin-left: 2vw; }
  .p-idxMenuList__elem {
    width: 100%;
    padding: 0; }
  .p-idxMenuList__elem + .p-idxMenuList__elem {
    margin-top: 5.33333vw; }
  .p-idxMenuList__link:before {
    display: block;
    content: "";
    padding-top: 28.08824%;
    pointer-events: none; }
  .p-idxMenuList__txt {
    margin-left: 5.33333vw; }
  .p-idxMenuList__label {
    font-size: 4.66667vw;
    margin-bottom: 5px !important; }
  .p-idxMenuList__target {
    font-size: 2.4vw; }
  .p-idxMenuList__notice,
  .p-idx__notice{
    font-size: 3.2vw;
    padding-right: 25px;
    margin-top: 10px; }
  .p-idxMenuList__notice:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 14px;
    background: url("/company/efforts/vitality/noby/assets/images/common/icon-blank.png");
    top: 50%;
    transform: translateY(-50%);
    right: 0; }

   .p-idxEntry__notice01 {
    font-size: 3.46667vw;
    font-weight: 400;
    margin-bottom: 8px !important; }
  .p-idxEntry__notice02 {
    font-size: 3.2vw;
    font-weight: 400; }

  .secContact {
    background: url("/company/efforts/vitality/noby/assets/images/index/bg_contact.jpg") no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    text-align: center;
    margin-bottom: 5.86667vw;
    padding-bottom: 10px;
    color: #fff; }

  .secContact .inner {
    width: 100%; }

  .secContact h3 img {
    width: 100%; }

  .secContact .conread {
    font-size: 2.93333vw;
    padding-bottom: 10px; }

  .secContact ul {
    width: 100%;
    padding: 0 4% 0;
    box-sizing: border-box; }

  .secContact ul .link {
    margin-bottom: 1.86667vw; }
  .secContact ul .link img {
    width: 100%;
    margin-left: 0; }

  .secContact ul .caution {
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 2.93333vw;
    color: #ffffff;
    text-align: left;
    margin-bottom: 17.5px;
    font-weight: bold; }

  .secContact ul li.tel_area {
    color: #fff;
    font-size: 3.73333vw;
    font-weight: 400;
    margin-bottom: 1.86667vw; }

  .secContact ul li.tel_area a, .secContact ul li.tel_area a:hover {
    color: #fff; }

  .secContact ul li.noindent {
    text-indent: 0 !important;
    padding-left: 0 !important; }

  .p-idxRecruit {
    margin-top: 8.8vw;
    margin-bottom: 9.33333vw; }
  .p-idxRecruit__head {
    padding: 18px; }
  .p-idxRecruit__t1 {
    font-size: 6.13333vw; }
  .p-idxRecruit__t2 {
    font-size: 3.2vw; }
  .p-idxRecruit__body {
    font-size: 5.33333vw;
    padding: 33px 0; }

  .p-idxSNS {
    display: block !important;
    width: auto;
    margin: 0 -4.66667vw;
    padding: 6.93333vw 4.66667vw 9.86667vw;
    margin-bottom: 10px; }
  .p-idxSNS__elem {
    width: 100%;
    padding: 0; }
  .p-idxSNS__txt {
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 2.93333vw !important; }
  .p-idxSNS__banner {
    padding: 3.46667vw 4.8vw;
    font-size: 4vw; }
  .p-idxSNS__banner:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px; }
  .p-idxSNS__icon {
    width: 46px;
    border-right: 1px solid #fff;
    padding: 7px 25px 7px 0;
    margin-right: 20px; }

  .p-idxGuideLink {
    font-size: 2.93333vw;
    margin-bottom: 10vw !important; } }
.p-member {
  padding-bottom: 90px; }

.p-mbMainArea {
  padding-bottom: 55px; }
.p-mbMainArea__head {
  color: #fff;
  font-size: 30px;
  /*font-size: $size * 0.1rem;*/ }
.p-mbMainArea__head span {
  font-size: 44px;
  /*font-size: $size * 0.1rem;*/ }
@media only screen and (max-width: 1200px) {
  .p-mbMainArea__head {
    font-size: 2.5vw; }
  .p-mbMainArea__head span {
    font-size: 3.66667vw; } }

.p-mbCover {
  max-width: 1200px;
  margin: 0 auto;
  background: url("/company/efforts/vitality/noby/assets/images/member/cover.jpg") left top no-repeat;
  background-size: 100%; }
.p-mbCover__inner {
  margin-left: 50px; }
.p-mbCover:before {
  display: block;
  content: "";
  padding-top: 16.66667%;
  pointer-events: none; }
@media only screen and (max-width: 1200px) {
  .p-mbCover__inner {
    margin-left: 4.16667vw; } }

.p-mbHead {
  font-size: 36px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  color: #ff8c00;
  text-align: center;
  margin-bottom: 35px; }
.p-mbHead--s {
  margin-bottom: 5px; }
.p-mbHead--m {
  font-size: 34px;
  /*font-size: $size * 0.1rem;*/
  text-align: left;
  margin-bottom: 18px; }
.p-mbHead__sub {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  text-align: center;
  margin-bottom: 25px !important; }

.p-mbNews {
  margin-bottom: 60px; }
.p-mbNews__bg {
  background-color: #fff3e6;
  padding-top: 50px;
  padding-bottom: 50px; }
.p-mbNews__date {
  position: relative;
  width: 155px;
  color: #fff;
  font-size: 15px;
  /*font-size: $size * 0.1rem;*/
  padding: 13px 26px !important;
  box-sizing: border-box;
  margin-top: 20px !important; }
.p-mbNews__date:nth-of-type(1) {
  margin-top: 0; }
.p-mbNews__date:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 30px;
  border-color: transparent transparent #ffffff transparent;
  right: 0;
  top: 0; }
.p-mbNews__date--emergency {
  background-color: #ff0000; }
.p-mbNews__date--emergency:after {
  border-width: 0 0 48px 30px;
  top: 1px; }
.p-mbNews__date--imazu {
  background-color: #bc2a2c; }
.p-mbNews__date--morinomiya {
  background-color: #579743; }
.p-mbNews__date--maishima {
  background-color: #ea0069; }
.p-mbNews__date--other {
  background-color: #ff8c00; }
.p-mbNews__date--free {
  background-color: #006caa; }
.p-mbNews__title {
  width: calc( 100% - 155px );
  font-size: 15px;
  /*font-size: $size * 0.1rem;*/
  background-color: #fff;
  padding: 13px 15px ;
  box-sizing: border-box;
  margin-top: 20px;
  border: 1px solid #fff; }
@media only screen and (min-width: 768px) {
  .p-mbNews__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }
.p-mbNews__title:nth-of-type(1) {
  /*margin-top: 0; */}
.p-mbNews__title--emergency {
  color: #ff0000;
  border-top: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000; }
.p-mbNews__sep {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0 10px 0; }
.p-mbNews__sep:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  background-color: #b2b2b2;
  left: 0;
  right: 0;
  margin: auto; }

.p-mbNews__sep_noline {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0 10px 0; }
.p-mbNews__sep_noline:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  /*background-color: #b2b2b2;*/
  left: 0;
  right: 0;
  margin: auto; }

.p-mbNews a {
  color: #000 !important;
  display: inline-block; }
.p-mbNews a[href$='.pdf'] {
  position: relative;
  padding-right: 40px; }
.p-mbNews a[href$='.pdf']:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/company/efforts/vitality/noby/assets/images/common/icon-pdf.png");
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.p-mbSchedule {
  margin-bottom: 60px; }
.p-mbSchedule__body {
  width: auto;
  margin: 0 -12px; }
.p-mbSchedule__elem {
  padding: 0 12px; }
.p-mbSchedule__label {
  font-size: 20px;
  /*font-size: $size * 0.1rem;*/
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
  padding: 9px; }
.p-mbSchedule__label--imazu {
  background: url("/company/efforts/vitality/noby/assets/images/member/lbl-imazu.png");
  background-size: cover; }
.p-mbSchedule__label--morinomiya {
  background: url("/company/efforts/vitality/noby/assets/images/member/lbl-morinomiya.png");
  background-size: cover; }
.p-mbSchedule__label--maishima {
  background: url("/company/efforts/vitality/noby/assets/images/member/lbl-maishima.png");
  background-size: cover; }
.p-mbSchedule__btn {
  display: block;
  position: relative;
  margin-top: 15px;
  border: 1px solid #b2b2b2;
  padding: 13px 20px;
  color: #000 !important;
  text-decoration: none !important;
  box-sizing: border-box; }
.p-mbSchedule__btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #b2b2b2;
  border-right: 2px solid #b2b2b2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px; }
.p-mbSchedule__btn span {
  font-size: 15px;
  /*font-size: $size * 0.1rem;*/
  position: relative;
  padding-right: 40px; }
.p-mbSchedule__btn span:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  /*background: url("/company/efforts/vitality/noby/assets/images/common/icon-pdf.png");*/
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.p-mbNotification {
  margin-bottom: 60px; }

.p-ncTable {
  width: 100%;
  border-left: 1px solid #f2ae73;
  border-top: 1px solid #f2ae73; }
.p-ncTable__elem {
  font-size: 15px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 500;
  vertical-align: top;
  padding: 10px 15px;
  border-right: 1px solid #f2ae73;
  border-bottom: 1px solid #f2ae73; }
.p-ncTable__elem:nth-child(1) {
  width: 22%; }
.p-ncTable__elem:nth-child(2) {
  width: 22%; }
.p-ncTable__elem:nth-child(3) {
  width: 22%; }
.p-ncTable__elem:nth-child(4) {
  width: 34%; }
.p-ncTable__th {
  background-color: #f3cba7;
  font-weight: bold; }
.p-ncTable__label {
  padding: 15px 15px;
  background-color: #fff5eb; }
.p-ncTable__link {
  color: #9a3013 !important; }
.p-ncTable__att {
  font-size: 12px;
  /*font-size: $size * 0.1rem;*/ }

.p-mbOther {
  width: auto;
  margin: 0 -13px;
  margin-bottom: 60px; }
.p-mbOther__elem {
  padding: 0 13px; }
.p-mbOther__btn {
  display: block;
  position: relative;
  margin-top: 15px;
  border: 1px solid #f2ae74;
  background-color: #fff5eb;
  padding: 18px 20px;
  color: #000 !important;
  text-decoration: none !important;
  box-sizing: border-box; }
.p-mbOther__btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #b2b2b2;
  border-right: 2px solid #b2b2b2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px; }
.p-mbOther__btn span {
  font-size: 15px;
  /*font-size: $size * 0.1rem;*/
  position: relative;
  padding-right: 40px; }
.p-mbOther__btn span:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  /*background: url("/company/efforts/vitality/noby/assets/images/common/icon-pdf.png");*/
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.p-mbContact {
  margin-bottom: 40px; }
.p-mbContact__box {
  border: 1px solid #ff8c00; }
.p-mbContact__head {
  font-size: 24px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400;
  color: #fff;
  background-color: #ff8c00;
  text-align: center;
  padding: 22px; }
.p-mbContact__body {
  font-size: 14px;
  /*font-size: $size * 0.1rem;*/
  text-align: center;
  padding: 23px 0; }
.p-mbContact__body span {
  font-size: 30px;
  /*font-size: $size * 0.1rem;*/
  font-weight: 400; }

@media only screen and (max-width: 768px) {
  .p-member {
    padding-bottom: 90px; }

  .p-mbMainArea {
    padding-bottom: 6.66667vw; }
  .p-mbMainArea__head {
    text-align: center;
    margin-top: 8.8vw;
    font-size: 4.8vw; }
  .p-mbMainArea__head span {
    font-size: 8vw; }

  .p-mbCover {
    display: block !important;
    background: url("/company/efforts/vitality/noby/assets/images/member/cover-sp.jpg") left top no-repeat;
    background-size: 100%; }
  .p-mbCover__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0; }
  .p-mbCover:before {
    display: block;
    content: "";
    padding-top: 116%;
    pointer-events: none; }

  .p-mbHead {
    font-size: 6.13333vw;
    margin-bottom: 2.66667vw; }
  .p-mbHead--s {
    margin-bottom: 5px; }
  .p-mbHead--m {
    font-size: 5.86667vw;
    margin-bottom: 4vw; }
  .p-mbHead__sub {
    font-size: 3.2vw;
    margin-bottom: 25px !important; }

  .p-mbNews {
    margin-bottom: 10vw; }
  .p-mbNews__bg {
    padding-top: 8vw;
    padding-bottom: 8vw; }
  .p-mbNews__list {
    display: block !important; }
  .p-mbNews__date {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    background-color: #fff !important; }
  .p-mbNews__date:after {
    content: none; }
  .p-mbNews__date span {
    position: relative;
    display: inline-block;
    width: 26.4vw;
    padding: 0.66667vw 4vw;
    font-size: 3.2vw;
    box-sizing: border-box; }
  .p-mbNews__date span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5.73333vw 2.66667vw;
    border-color: transparent transparent #ffffff transparent;
    right: 0;
    top: 0; }
  .p-mbNews__date--imazu span {
    background-color: #bc2a2c; }
  .p-mbNews__date--morinomiya span {
    background-color: #579743; }
  .p-mbNews__date--maishima span {
    background-color: #ea0069; }
  .p-mbNews__date--other span {
    background-color: #ff8c00; }
  .p-mbNews__date--free span {
    background-color: #006caa; }
  .p-mbNews__date--emergency {
    border-right: 1px solid #ff0000;
    border-left: 1px solid #ff0000;
    border-top: 1px solid #ff0000; }
  .p-mbNews__date--emergency:after {
    border-width: 0; }
  .p-mbNews__date--emergency span {
    background-color: #ff0000; }
  .p-mbNews__date--emergency span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5.73333vw 2.66667vw;
    border-color: transparent transparent #ffffff transparent;
    right: 0;
    top: 1px; }
  .p-mbNews__title {
    width: 100%;
    font-size: 3.73333vw;
    padding: 13px 15px;
    margin-top: 0;
    border: 1px solid #fff; }
  .p-mbNews__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .p-mbNews__title--emergency {
    border-right: 1px solid #ff0000;
    border-left: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000; }
  .p-mbNews__sep {
    width: 100%;
    margin: 5.86667vw 0 0.53333vw 0;
    overflow: hidden;
    height: 2px; }
  .p-mbNews__sep:before {
    width: 29.33333vw;
    height: 1px; }
	
　 .p-mbNews__sep_noline {
    width: 100%;
    margin: 5.86667vw 0 0.53333vw 0;
    overflow: hidden;
    height: 2px; }
  .p-mbNews__sep_noline:before {
    width: 29.33333vw;
    height: 1px; }
	
  .p-mbNews a[href$='.pdf'] {
    padding-right: 40px; }
  .p-mbNews a[href$='.pdf']:after {
    width: 30px;
    height: 30px;
    background: url("/company/efforts/vitality/noby/assets/images/common/icon-pdf.png"); }

  .p-mbSchedule {
    margin-bottom: 10.66667vw; }
  .p-mbSchedule__body {
    display: block !important;
    margin: 0; }
  .p-mbSchedule__elem {
    padding: 0;
    width: 100%; }
  .p-mbSchedule__elem + .p-mbSchedule__elem {
    margin-top: 6.66667vw; }
  .p-mbSchedule__flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 3.6vw; }
  .p-mbSchedule__label {
    font-size: 4.8vw;
    padding: 4.26667vw; }
  .p-mbSchedule__label--imazu {
    background: url("/company/efforts/vitality/noby/assets/images/member/lbl-imazu-sp.png");
    background-size: cover; }
  .p-mbSchedule__label--morinomiya {
    background: url("/company/efforts/vitality/noby/assets/images/member/lbl-morinomiya-sp.png");
    background-size: cover; }
  .p-mbSchedule__label--maishima {
    background: url("/company/efforts/vitality/noby/assets/images/member/lbl-maishima-sp.png");
    background-size: cover; }
  .p-mbSchedule__btn {
    margin-top: 0;
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 1px;
    max-width: 100%;
    padding: 13px 20px; }
  .p-mbSchedule__btn + .p-mbSchedule__btn {
    margin-left: 2.66667vw; }
  .p-mbSchedule__btn:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #b2b2b2;
    border-right: 2px solid #b2b2b2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 8px; }
  .p-mbSchedule__btn span {
    font-size: 3.46667vw;
    padding-right: 7.73333vw; }
  .p-mbSchedule__btn span:after {
    width: 6.66667vw;
    height: 6.66667vw;
    /*background: url("/company/efforts/vitality/noby/assets/images/common/icon-pdf-sp.png");*/
    background-size: 100%; }

  .p-mbNotification {
    margin-bottom: 8vw; }
  .p-mbNotification__sub {
    text-align: left; }

  .p-ncTableWrapper {
    overflow-x: auto; }

  .p-ncTable {
    width: 200%; }
  .p-ncTable__elem {
    font-size: 2.93333vw;
    padding: 5px 7px; }
  .p-ncTable__label {
    padding: 7px 7px; }
  .p-ncTable__att {
    font-size: 12px;
    /*font-size: $size * 0.1rem;*/ }

  .p-mbOther {
    display: block !important;
    margin: 0;
    margin-bottom: 10vw; }
  .p-mbOther__elem {
    width: 100%;
    padding: 0; }
  .p-mbOther__elem + .p-mbOther__elem {
    margin-top: 8vw; }
  .p-mbOther__btn {
    margin-top: 15px;
    padding: 18px 20px; }
  .p-mbOther__btn:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #b2b2b2;
    border-right: 2px solid #b2b2b2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 12px; }
  .p-mbOther__btn span {
    font-size: 3.46667vw;
    padding-right: 7.73333vw; }
  .p-mbOther__btn span:after {
    width: 6.66667vw;
    height: 6.66667vw;
    /*background: url("/company/efforts/vitality/noby/assets/images/common/icon-pdf-sp.png");*/
    background-size: 100%; }

  .p-mbContact {
    margin-bottom: 40px; }
  .p-mbContact__head {
    font-size: 4.8vw;
    padding: 22px; }
  .p-mbContact__body {
    font-size: 3.2vw;
    padding: 23px 0; }
  .p-mbContact__body span {
    font-size: 5.33333vw; } }
/* ---------------------------- */
/* --------------------------- */
/* text */
.u-txt-lh0 {
  line-height: 0; }

.u-txt-indent {
  text-indent: 1em; }

.u-txt-indent-left {
  text-indent: -0.5em; }

.u-txt-strong {
  font-weight: bold; }

.u-txt-italic {
  font-face: italic; }

.u-txt-center {
  text-align: center; }

.u-txt-right {
  text-align: right; }

.u-txt-ls {
  letter-spacing: -0.05em; }

.u-txt-ls2 {
  letter-spacing: -0.08em; }

.u-txt-min {
  font-size: 60%; }

.u-txt-nolink {
  pointer-events: none; }

.u-txt-green {
  color: #1aa150; }

/* --------------------------- */
/* position */
.u-ab {
  position: absolute; }

.u-rel {
  position: relative; }

.u-fix {
  position: fixed; }

/* -- foundation -- */
/* --------------------------- */
/* margin */
.u-mb--ex-small3 {
  margin-bottom: 20px; }
.u-mb--ex-small2 {
  margin-bottom: 25px; }
.u-mb--ex-small1 {
  margin-bottom: 30px; }
.u-mb--ex-small {
  margin-bottom: 40px; }
.u-mb--small {
  margin-bottom: 60px; }
.u-mb--default {
  margin-bottom: 80px; }
.u-mb--large {
  margin-bottom: 100px; }
.u-mb--ex-large {
  margin-bottom: 120px; }
@media only screen and (max-width: 768px) {
  .u-mb--ex-small3 {
    margin-bottom: 10px; }
  .u-mb--ex-small2 {
    margin-bottom: 13px; }
  .u-mb--ex-small1 {
    margin-bottom: 16px; }
  .u-mb--ex-small {
    margin-bottom: 20px; }
  .u-mb--small {
    margin-bottom: 30px; }
  .u-mb--default {
    margin-bottom: 40px; }
  .u-mb--large {
    margin-bottom: 50px; }
  .u-mb--ex-large {
    margin-bottom: 60px; } }

.u-mt--ex-small {
  margin-top: 40px; }
.u-mt--small {
  margin-top: 60px; }
.u-mt--default {
  margin-top: 80px; }
.u-mt--large {
  margin-top: 100px; }
.u-mt--ex-large {
  margin-top: 120px; }
.u-mt--minus {
  margin-top: -20px; }
@media only screen and (max-width: 768px) {
  .u-mt--ex-small {
    margin-top: 20px; }
  .u-mt--small {
    margin-top: 30px; }
  .u-mt--default {
    margin-top: 40px; }
  .u-mt--large {
    margin-top: 50px; }
  .u-mt--ex-large {
    margin-top: 60px; } }

.u-ml--ex-small {
  margin-left: 10px; }
.u-ml--small {
  margin-left: 20px; }
.u-ml--default {
  margin-left: 30px; }
.u-ml--large {
  margin-left: 40px; }
.u-ml--ex-large {
  margin-left: 60px; }
@media only screen and (max-width: 768px) {
  .u-ml--ex-small {
    margin-left: 5px; }
  .u-ml--small {
    margin-left: 10px; }
  .u-ml--default {
    margin-left: 15px; }
  .u-ml--large {
    margin-left: 20px; }
  .u-ml--ex-large {
    margin-left: 30px; } }

.u-pb--zero {
  padding-bottom: 0 !important; }

.u-fltR {
  float: right;
  margin-left: 15px;
  width: 40%; }

/* noby-method-list */
.noby-method-list {
  margin-top: 30px;
}

.noby-method-list > ul > li {
  width: calc((99.9% - 60px) / 5);
  float: left;
  margin-right: 15px;
}

.noby-method-list > ul > li:last-of-type {
  margin-right: 0;
}

.noby-method-list > ul > li > div {
  text-align: center;
  background-color: #000;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
}

.noby-method-list > ul > li > p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  min-height: 60px;
}

.noby-method-list > ul > li > ul > li {
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 2px;
}

.noby-method-list > ul > li > ul > li:last-of-type {
  margin-bottom: 0;
}

.noby-method-list > ul > li:nth-of-type(1) > div {
  background-color: #6fba2c;
}

.noby-method-list > ul > li:nth-of-type(1) > p {
  color: #6fba2c;
}

.noby-method-list > ul > li:nth-of-type(1) > ul > li {
  border-color: #6fba2c;
}

.noby-method-list > ul > li:nth-of-type(2) > div {
  background-color: #1a96d5;
}

.noby-method-list > ul > li:nth-of-type(2) > p {
  color: #1a96d5;
}

.noby-method-list > ul > li:nth-of-type(2) > ul > li {
  border-color: #1a96d5;
}

.noby-method-list > ul > li:nth-of-type(3) > div {
  background-color: #e9537d;
}

.noby-method-list > ul > li:nth-of-type(3) > p {
  color: #e9537d;
}

.noby-method-list > ul > li:nth-of-type(3) > ul > li {
  border-color: #e9537d;
}

.noby-method-list > ul > li:nth-of-type(4) > div {
  background-color: #f8b500;
}

.noby-method-list > ul > li:nth-of-type(4) > p {
  color: #f8b500;
}

.noby-method-list > ul > li:nth-of-type(4) > ul > li {
  border-color: #f8b500;
}

.noby-method-list > ul > li:nth-of-type(5) > div {
  background-color: #9c5ea3;
}

.noby-method-list > ul > li:nth-of-type(5) > p {
  color: #9c5ea3;
}

.noby-method-list > ul > li:nth-of-type(5) > ul > li {
  border-color: #9c5ea3;
}

@media only screen and (max-width: 768px) {
  .noby-method-list {
    margin-top: 20px;
  }

  .noby-method-list > ul > li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .noby-method-list > ul > li:last-of-type {
    margin-bottom: 0px;
  }

  .noby-method-list > ul > li > div {
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .noby-method-list > ul > li > p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    min-height: auto;
  }

  .noby-method-list > ul > li > ul > li {
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 2px;
  }

  .noby-method-list > ul > li > ul > li:last-of-type {
    margin-bottom: 0;
  }
}