@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@400;500;700&display=swap);
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
}
body {
  font-size: 13px;
  *font-size: small;
  line-height: 1.5;
  *font: x-small;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
b,
strong {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
label {
  cursor: pointer;
}
input {
  outline: none;
}
legend {
  color: #333;
}
button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
input,
select,
textarea {
  *font-size: 100%;
}
html > body {
  font-size: small\9;
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  overflow-y: scroll;
}
body,
html {
  overflow-x: hidden;
}
body {
  color: #000;
  font-display: swap;
  font-family: Noto Sans JP, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体,
    ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-word;
}
body * {
  box-sizing: border-box;
}
a {
  color: #000;
  display: inline-block;
  outline: none;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: 0.5s;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
img[src$=".svg"] {
  display: inline-block;
  height: auto;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
table {
  table-layout: fixed;
}
input,
select,
textarea {
  max-width: 100%;
}
input[type="button"],
select {
  cursor: pointer;
  outline: none;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder,
:focus::-moz-placeholder {
  color: transparent;
}
::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
select {
  outline: none;
}
body ::-webkit-scrollbar {
  width: 12px;
}
body ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb:window-inactive {
  background: #bcbcbc;
}
@media screen and (max-width: 767px) {
  body ::-webkit-scrollbar {
    width: 8px;
  }
}
a[href^="tel:"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
@-webkit-keyframes up40 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes up40 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.articreList .articreList_card {
  border-bottom: 1px dashed #000;
  counter-increment: rankNum;
  padding-bottom: 25px;
  position: relative;
}
.articreList .articreList_card:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.articreList .articreList_link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.articreList .articreList_head {
  position: relative;
}
.articreList .articreList_body .cat {
  font-size: clamp(12px, 1.25vw, 15px);
  margin-top: 20px;
  padding-left: 1.2em;
  position: relative;
}
.articreList .articreList_body .cat:before {
  background: #5b5b5b;
  border-radius: 50%;
  content: "";
  height: 0.8em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.8em;
}
.articreList .articreList_body .ttl {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 0.5em;
}
.articreList .articreList_body .tags {
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 500;
  margin-left: -1em;
  margin-top: 20px;
}
.articreList .articreList_body .tags .tag {
  margin-left: 1em;
  position: relative;
  z-index: 4;
}
.articreList .is-wellulu-talk .cat:before {
  background: #96d3e5;
}
.articreList .is-well-being-challenge .cat:before {
  background: #f28e8e;
}
.articreList .is-well-being-tech .cat:before {
  background: #74da7e;
}
.articreList .is-biz4-well-being .cat:before {
  background: #e7cc6c;
}
.articreList .is-wellulu-academy .cat:before {
  background: #c47ce7;
}
.articreList.grid_col-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -7%;
}
.articreList.grid_col-4 > .grid_child {
  margin-left: 3%;
  margin-top: 7%;
  width: 22%;
}
.articreList.grid_col-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -7%;
}
.articreList.grid_col-3 > .grid_child {
  margin-left: 3%;
  margin-top: 7%;
  width: 30.33%;
}
.articreList.grid_col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -7%;
}
.articreList.grid_col-2 > .grid_child {
  margin-left: 3%;
  margin-top: 7%;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .articreList.grid_col-2-sp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -4%;
    margin-top: -9%;
    width: auto;
  }
  .articreList.grid_col-2-sp > .grid_child {
    margin-left: 4%;
    margin-top: 9%;
    width: 46%;
  }
  .articreList.grid_col-1-sp {
    display: block;
  }
  .articreList.grid_col-1-sp,
  .articreList.grid_col-1-sp > .grid_child {
    margin-left: 0;
    margin-top: 0;
    width: auto;
  }
}
.articreList.is-ranking {
  counter-reset: rankNum;
}
.articreList.is-ranking .articreList.is-ranking_card {
  counter-increment: rankNum;
}
.articreList.is-ranking .articreList_head:before {
  content: counter(rankNum, decimal-leading-zero);
  font-family: Roboto;
  font-size: clamp(17px, 1.75vw, 21px);
  font-weight: 400;
}
.articreList.is-side {
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .articreList.is-side {
    margin-top: -20px;
  }
}
.articreList.is-side .articreList > .grid_child {
  margin-left: 0;
  margin-top: 0;
}
.articreList.is-side .articreList_card {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 0;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .articreList.is-side .articreList_card {
    align-items: center;
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
  }
}
.articreList.is-side .articreList_head {
  margin-right: 5%;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .articreList.is-side .articreList_head {
    margin-right: 5%;
    width: 23%;
  }
}
.articreList.is-side .articreList_body {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .articreList.is-side .articreList_body {
    width: 72%;
  }
}
.articreList.is-side .articreList_body .cat {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .articreList.is-side .articreList_body .cat {
    margin-top: 0;
  }
  .articreList.is-side-sp {
    margin-top: -15px;
  }
  .articreList.is-side-sp > .grid_child {
    margin-left: 0;
    margin-top: 0;
  }
  .articreList.is-side-sp .articreList_card {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }
  .articreList.is-side-sp .articreList_card .articreList_head {
    margin-right: 5%;
    width: 23%;
  }
  .articreList.is-side-sp .articreList_card .articreList_body {
    width: 72%;
  }
  .articreList.is-side-sp .articreList_card .articreList_body .cat {
    margin-top: 0;
  }
}
.breadcrumbs {
  background: linear-gradient(180deg, #f9f9f9, hsla(0, 0%, 98%, 0));
  color: rgba(0, 0, 0, 0.5);
  font-size: clamp(10px, 1.083vw, 13px);
  font-weight: 500;
  line-height: 1.2;
  mix-blend-mode: multiply;
  padding: 10px 0;
}
.breadcrumbs-in {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1180px;
}
.breadcrumbs-in a {
  color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs-in a:active,
.breadcrumbs-in a:focus,
.breadcrumbs-in a:hover {
  opacity: 0.6;
}
.breadcrumbs-in li {
  display: inline-block;
  list-style: none;
  margin-right: 0.5em;
  padding-right: 1.5em;
  position: relative;
}
.breadcrumbs-in li:after {
  background-image: url(../../img/icon/breadcrumbs_arw.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
}
.breadcrumbs-in li.bcl-last:after,
.breadcrumbs-in li.bcl-last:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 12px;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.btn {
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: clamp(13px, 1.333vw, 16px);
  justify-content: center;
  line-height: 1.71;
  max-width: 100%;
  min-width: 160px;
  padding: 0.8em 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
.btn:hover .btn_txt span {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: up40;
  animation-name: up40;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  display: inline-block;
}
.btn:hover .btn_txt span:first-of-type {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.btn:hover .btn_txt span:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.btn:hover .btn_txt span:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.btn:hover .btn_txt span:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.btn:hover .btn_txt span:nth-of-type(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.btn:hover .btn_txt span:nth-of-type(6) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.btn:hover .btn_txt span:nth-of-type(7) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.btn:hover .btn_txt span:nth-of-type(8) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.btn:hover .btn_txt span:nth-of-type(9) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.btn:hover .btn_txt span:nth-of-type(10) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.btn.is-black {
  background: #000;
  color: #fff;
}
.btn.is-roud {
  border-radius: 50px;
}
.btn.is-bg_red {
  background: #c00;
  border-color: #c00;
}
.btn.is_outline_red {
  background: none;
  border-color: #c00;
  color: #c00;
}
.btn.is-icon .icon_arw {
  display: inline-block;
  margin-left: 0.5em;
}
.allBtnSec {
  margin-top: 40px;
  text-align: center;
}
.allBtnSec .btn {
  min-width: 160px;
}
/* ----------------------------------------

- expertList

---------------------------------------- */
.expertList_card {
  display: flex;
  border-bottom: 1px dashed #000000;
  padding: 3% 0;
  position: relative;
}
.expertList_card:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.expertList_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.expertList_head {
  width: 25%;
  margin-right: 5%;
  position: relative;
}
.expertList_head .thumbnail {
  position: relative;
}
.expertList_head .thumbnail > .img {
  padding-top: 100%;
  border-radius: 50%;
}
.expertList_body {
  width: 70%;
}
.expertList_body .name {
  font-size: clamp( 15px, 1.583vw, 19px );
  font-weight: 500;
}
.expertList_body .position {
  font-size: clamp( 10px, 1.083vw, 13px );
}
.expertList_body .profile {
  font-size: clamp( 10px, 1.083vw, 13px );
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 行数 */
  margin-top: 1.7692307692em;
}

/* ----------------------------------------

- expertList grid

---------------------------------------- */
.expertList.grid_col-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -3%;
}
.expertList.grid_col-4 > .grid_child {
  width: 22%;
  margin-left: 3%;
  margin-top: 3%;
}
.expertList.grid_col-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -3%;
}
.expertList.grid_col-3 > .grid_child {
  width: 30.33%;
  margin-left: 3%;
  margin-top: 3%;
}
.expertList.grid_col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -3%;
}
.expertList.grid_col-2 > .grid_child {
  width: 47%;
  margin-left: 3%;
  margin-top: 0%;
}

@media screen and (max-width: 767px) {
  .expertList.grid_col-2-sp {
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-top: -3%;
  }
  .expertList.grid_col-2-sp > .grid_child {
    width: 47%;
    margin-left: 3%;
    margin-top: 3%;
  }
  .expertList.grid_col-1-sp {
    width: auto;
    display: block;
    margin-left: 0;
    margin-top: -2%;
  }
  .expertList.grid_col-1-sp > .grid_child {
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }
}
.en {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.2;
}
.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
.fcBlue {
  color: #00a2c6;
}
.fcOrange {
  color: #d98f00;
}
.fcRed {
  color: #d63502;
}
.fcGreen {
  color: #00bb40;
}
.fcPurple {
  color: #c900db;
}
.fcGray { color: #949494; }
.alnC {
  text-align: center !important;
}
.alnR {
  text-align: right !important;
}
.alnL {
  text-align: left !important;
}
.fwB {
  font-weight: 700;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
#container {
  background-position: right -30vw top -30vw;
  background-repeat: no-repeat;
  background-size: 62.738vw 62.738vw;
}
body.archive #container {
  background-image: radial-gradient(
    50% 50% at 50% 50%,
    #bafbff 0,
    rgba(221, 255, 224, 0) 100%
  );
}
body.single #container {
  background-image: radial-gradient(
    50% 50% at 50% 50%,
    #d4fcff 0,
    rgba(212, 252, 255, 0) 100%
  );
}
body.single-serie #container {
  background-image: radial-gradient(
    50% 50% at 50% 50%,
    #66edff 0,
    rgba(255, 246, 169, 0) 100%
  );
}
body.single-blog #container,
body.post-type-archive-blog  #container,
body.single-expert #container,
body.post-type-archive-expert  #container {
  background-image: radial-gradient(
    50% 50% at 50% 50%,
    #FFCECE 0,
    rgba(212, 252, 255, 0) 100%
  );
}
body.page-template-page-all #container,
body.page-template-page-archive #container,
body.page-template-page-latest #container,
body.page-template-page-populart #container {
  background-image: radial-gradient(
    50% 50% at 50% 50%,
    #fff8ba 0,
    rgba(255, 237, 221, 0) 100%
  );
}
body.page-template-page-company #container,
body.page-template-page-privacypolicy #container,
body.page-template-page-tos #container {
  background-image: url(../../img/icon/circular_pattern_yellow.svg),
    url(../../img/icon/circular_pattern_green.svg);
  background-position: top -10vw left -15vw, top -5vw right -5vw;
  background-repeat: no-repeat;
  background-size: 34.7vw auto, 31.845vw auto;
}
body.home #container,
body.page-template-page-series #container,
body.tax-series #container {
  background: none;
}
#content {
  margin: 100px auto 200px;
}
#main > .sec:first-child {
  margin-top:0;
}
body.archive #content,
body.page-template-page-archive #content,
body.search #content,
body.single #content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
body.archive #content #main,
body.page-template-page-archive #content #main,
body.search #content #main,
body.single #content #main {
  width: 66%;
}
body.archive #content #sidebar,
body.page-template-page-archive #content #sidebar,
body.search #content #sidebar,
body.single #content #sidebar {
  margin-left: 10%;
  width: 24%;
}
@media screen and (max-width: 767px) {
  #content {
    margin: 60px auto;
  }
  body.archive #content,
  body.page-template-page-archive #content,
  body.search #content,
  body.single #content {
    display: block;
    flex-wrap: wrap;
  }
  body.archive #content #main,
  body.page-template-page-archive #content #main,
  body.search #content #main,
  body.single #content #main {
    width: auto;
  }
  body.archive #content #sidebar,
  body.page-template-page-archive #content #sidebar,
  body.search #content #sidebar,
  body.single #content #sidebar {
    margin-left: 0;
    margin-top: 50px;
    width: auto;
  }
}
.sec {
  margin-bottom: 100px;
  margin-top: 100px;
}
.sec_bg {
  padding-bottom: 100px;
  padding-top: 100px;
}
.sec_bg.is-gray {
  background: #f3f3f3;
}
.sec_bg.is-white {
  background: #fff;
}
.sec_bg.is-black {
  background: #000;
}
.sec_in {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  padding-left: 6vw;
  padding-right: 6vw;
}
.sec_in.is-1100 {
  max-width: 1100px;
}
.sec_in.is-850 {
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .sec {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.pc {
  display: block;
}
.sp,
.tablet {
  display: none !important;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
@media screen and (max-width: 1200px) {
  .tablet {
    display: block !important;
  }
  .tabletNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.mgt0 {
  margin-top: 0 !important;
}
.mgt3 {
  margin-top: 3px !important;
}
.mgt5 {
  margin-top: 5px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt13 {
  margin-top: 13px !important;
}
.mgt15 {
  margin-top: 15px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgt40 {
  margin-top: 40px !important;
}
.mgt50 {
  margin-top: 50px !important;
}
.mgt60 {
  margin-top: 60px !important;
}
.mgb0 {
  margin-bottom: 0 !important;
}
.mgb3 {
  margin-bottom: 3px !important;
}
.mgb5 {
  margin-bottom: 5px !important;
}
.mgb10 {
  margin-bottom: 10px !important;
}
.mgb13 {
  margin-bottom: 13px !important;
}
.mgb15 {
  margin-bottom: 15px !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgb40 {
  margin-bottom: 40px !important;
}
.mgb50 {
  margin-bottom: 50px !important;
}
.mgb60 {
  margin-bottom: 60px !important;
}
.indentlList {
  display: inline-block;
  text-align: left;
}
.indentlList > li {
  margin-left: 1em;
  text-indent: -1em;
}
.indentlList > li:before {
  content: "";
  display: inline;
}
.normallList {
  display: inline-block;
  text-align: left;
}
.normallList > li {
  margin-left: 1em;
  text-indent: -1em;
}
.normallList > li:before {
  content: "・";
  display: inline;
}
.notesList {
  text-align: left;
}
.notesList > li {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}
.notesList > li:before {
  content: "※";
  display: inline;
}
.dottedList {
  display: inline-block;
  text-align: left;
}
.dottedList > li {
  line-height: 1.5;
  list-style: none;
  padding-left: 0.7em;
  position: relative;
}
.dottedList > li:before {
  background: #2e2e2e;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.2em;
  left: 0;
  position: absolute;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.2em;
}
.checkList {
  display: inline-block;
  text-align: left;
}
.checkList > li {
  line-height: 1.5;
  list-style: none;
  padding-left: 1.6em;
  position: relative;
}
.checkList > li:before {
  background: #fff url(../img/common/icon_check.svg) 50% no-repeat;
  background-size: 60%;
  border: 1px solid #000;
  border-radius: 50%;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 1.1em;
  left: 0;
  position: absolute;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.1em;
}
.regularsList .regularsList_card {
  display: block;
  margin: 30px 0 0;
  position: relative;
}
.regularsList .regularsList_card:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.regularsList .regularsList_link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.regularsList .regularsList_head .thumbnail {
  position: relative;
}
.regularsList .regularsList_head .thumbnail > .img {
  padding-top: 74.9185%;
}
.regularsList .regularsList_body {
  margin-top: 5px;
}
.regularsList .regularsList_body .cat {
  font-size: clamp(16px, 1.667vw, 20px);
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 0.5em;
}
.regularsList .regularsList_body .copy {
  font-size: clamp(12px, 1.25vw, 15px);
  font-weight: 500;
}
#sidebar {
  display: flex;
  flex-direction: column;
}
#sidebar .sec_title1 {
  font-size: clamp(17px, 1.75vw, 21px);
  margin-bottom: 20px;
}
#sidebar .sec {
  margin-top: 0;
}
body.single #sidebar #pickupSec { order: 1; }
body.single #sidebar #regularsSec1 { order: 2; }
body.single #sidebar #tagSec { order: 3; }

body.single-blog #sidebar #pickupSec,
body.post-type-archive-blog #sidebar #pickupSec { order: 1; }
body.single-blog #sidebar #regularsSec1,
body.post-type-archive-blog #sidebar #regularsSec1 { order: 2; }
body.single-blog #sidebar #tagSec,
body.post-type-archive-blog #sidebar #tagSec { order: 3; }
@media screen and (max-width: 767px) {
  #sidebar #pickupSec,
  #sidebar #tagSec {
    display: none;
  }
}
#sidebar #regularsSec1 .regularsList {
  display: block;
}
#sidebar #regularsSec1 .regularsList_card {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sidebar #regularsSec1 .regularsList {
    display: flex;
  }
  #sidebar #regularsSec1 .regularsList_card {
    margin-top: 0;
  }
}
#sidebar #tagSec .tagList {
  font-size: clamp(10px, 1.083vw, 13px);
}
#sidebar #pickupSec .articreList.is-side {
  margin-top: -15px;
}
#sidebar #pickupSec .articreList.is-side .articreList_card {
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
#sidebar #pickupSec .articreList.is-side .articreList_body .cat {
  font-size: clamp(10px, 1.083vw, 13px);
}
#sidebar #pickupSec .articreList.is-side .articreList_body .ttl {
  font-size: clamp(12px, 1.25vw, 15px);
}
#sidebar #pickupSec .articreList.is-side .articreList_body .tags {
  display: none;
}
.swiper {
  overflow: visible !important;
}
.common_swiper {
  position: relative;
}
.common_swiper .swiper-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: -20px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 130px;
}
.common_swiper .swiper-nav .swiper-button {
  width: 46%;
}
.common_swiper .swiper-nav .swiper-button:hover {
  cursor: pointer;
}
.common_swiper .swiper-container {
  overflow: visible !important;
  position: relative;
}
.common_swiper .swiper-container .swiper-wrapper {
  align-items: stretch !important;
}
.common_swiper .swiper-container .swiper {
  margin-right: calc(50% + 50vw);
  overflow: visible !important;
  width: calc(50% + 50vw);
}
.common_swiper .swiper-container .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto !important;
  max-width: 350px;
}
.common_swiper .swiper-container .swiper .swiper-slide .articreList_card {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .common_swiper .swiper-container .swiper .swiper-slide {
    max-width: none;
  }
}
.tag.is-raund {
  border: 1px solid #000;
  border-radius: 100px;
  line-height: 1;
  padding: 0.7em 1.4em;
}
.tagList {
  font-size: clamp(11px, 1.167vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  margin-left: -0.5em;
  margin-top: -0.5em;
}
.tagList > * {
  display: inline-block;
  margin-left: 0.5em;
  margin-top: 0.5em;
}
.thumbnail {
  background-image: url(../../img/icon/thumbnail_slash.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 10% auto;
  overflow: hidden;
  position: relative;
}
.is-wellulu-talk .thumbnail {
  background-color: #96d3e5;
}
.is-well-being-challenge .thumbnail {
  background-color: #f28e8e;
}
.is-well-being-tech .thumbnail {
  background-color: #74da7e;
}
.is-biz4-well-being .thumbnail {
  background-color: #e7cc6c;
}
.is-wellulu-academy .thumbnail {
  background-color: #c47ce7;
}
.thumbnail > .img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
}
.inview .thumbnail.inview-thumbnail > .img {
  -webkit-animation: none;
  animation: none;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  opacity: 0;
}
.thumbnail.inview-thumbnail > .img {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: filter_blur;
  animation-name: filter_blur;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 1;
}
@-webkit-keyframes filter_blur {
  0% {
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 0;
  }
  25% {
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }
  50% {
    -webkit-filter: blur(80px);
    filter: blur(80px);
  }
  75% {
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes filter_blur {
  0% {
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 0;
  }
  25% {
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }
  50% {
    -webkit-filter: blur(80px);
    filter: blur(80px);
  }
  75% {
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .thumbnail.inview-thumbnail > .img {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }
}
.sec_title1 {
  margin-bottom: 30px;
}
.sec_title1 .en {
  font-size: clamp(23px, 2.75vw, 33px);
  line-height: 1.2;
}
.sec_title1 .jp {
  font-size: clamp(12px, 1.25vw, 15px);
  font-weight: 500;
  line-height: 1.2;
  margin-left: 0.5em;
}
.icon-slash {
  display: inline-block;
  line-height: 1.2;
  padding-left: 0.8em;
  position: relative;
}
.icon-slash:after,
.icon-slash:before {
  background: #000;
  content: "";
  height: 0.8em;
  position: absolute;
  top: 0.2em;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  width: 2px;
}
.icon-slash:before {
  left: 0.4em;
}
.icon-slash:after {
  left: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec_title1 {
    margin-bottom: 25px;
  }
}
.wp-pagenavi {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
  text-align: center;
}
.wp-pagenavi .page-numbers {
  font-family: Roboto;
  font-size: clamp(16px, 1.667vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 2.5;
  margin: 0.25em;
  width: 2.5em;
}
.wp-pagenavi .current {
  border-bottom: 1px solid #000;
}
.wp-pagenavi .next:before {
  content: ">";
}
.wp-pagenavi .prev:before {
  content: "<";
}
@media only screen and (max-width: 737px) {
  .wp-pagenavi .page-numbers {
    font-size: clamp(13px, 1.333vw, 16px);
  }
}

/* ----------------------------------------

- blogList_card

---------------------------------------- */

.blogList_card:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.blogList_card .blogList_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.blogList_card .blogList_head {
  position: relative;
  margin-bottom: 25px;
}
.blogList_card .blogList_head .time {
  color: #949494;
  font-size: clamp( 12px, 1.25vw, 15px );
}
.blogList_card .blogList_head .ttl {
  font-size: clamp( 15px, 1.583vw, 19px );
}
/* ----------------------------------------

- blogList giid

---------------------------------------- */
.blogList .blogList_card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px dashed #000000;
  padding-bottom: 25px;
  position: relative;
}

.blogList.grid_col-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -7%;
}
.blogList.grid_col-4 > .grid_child {
  width: 22%;
  margin-left: 3%;
  margin-top: 7%;
}
.blogList.grid_col-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -7%;
}
.blogList.grid_col-3 > .grid_child {
  width: 30.33%;
  margin-left: 3%;
  margin-top: 7%;
}
.blogList.grid_col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-top: -7%;
}
.blogList.grid_col-2 > .grid_child {
  width: 47%;
  margin-left: 3%;
  margin-top: 7%;
}

@media screen and (max-width: 767px) {
  .blogList.grid_col-2-sp {
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -4%;
    margin-top: -9%;
  }
  .blogList.grid_col-2-sp > .grid_child {
    width: 46%;
    margin-left: 4%;
    margin-top: 9%;
  }
  .blogList.grid_col-1-sp {
    width: auto;
    display: block;
    margin-left: 0;
    margin-top: -9%;
  }
  .blogList.grid_col-1-sp > .grid_child {
    width: auto;
    margin-left: 0;
    margin-top: 9%;
  }
}
/* ----------------------------------------

- editorProfile

---------------------------------------- */
.editorProfile {
  display: flex;
  align-items: center;
}
.editorProfile .editorProfile_imgArea {
  width: 64px;
  margin-right: 1em;
}
.editorProfile .editorProfile_imgArea .thumbnail {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.editorProfile .editorProfile_imgArea .thumbnail > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.editorProfile .editorProfile_txtArea .position {
  font-size: 81%;
  color: #949494;
}
#header {
  width: 100%;
}
#header .header_in {
  display: flex;
  justify-content: center;
  padding: 20px 200px;
  position: relative;
  width: 100%;
}
#header.is-scroll {
  background-color: #fff;
  transition: background-color 0.5s ease-in-out;
}
#header.is-scroll,
body.blog #header,
body.home #header,
body.page-template-page-bk #header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #header .header_in {
    padding: 15px 60px;
  }
}
#header #h_siteid {
  position: relative;
  transition: width 0.5s ease-in-out;
  width: 170px;
  z-index: 999;
}
#header #h_siteid a {
  display: block;
}
#header #h_siteid svg,
#header #h_siteid:hover svg {
  height: auto;
  width: 100%;
}
#header #h_siteid svg path,
#header #h_siteid:hover svg path {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: up40;
  animation-name: up40;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transition: -webkit-transform ease-in-out;
  transition: transform ease-in-out;
  transition: transform ease-in-out, -webkit-transform ease-in-out;
}
#header #h_siteid svg #path1,
#header #h_siteid:hover svg #path1 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#header #h_siteid svg #path2,
#header #h_siteid:hover svg #path2 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#header #h_siteid svg #path3,
#header #h_siteid:hover svg #path3 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#header #h_siteid svg #path4,
#header #h_siteid:hover svg #path4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#header #h_siteid svg #path5,
#header #h_siteid:hover svg #path5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#header #h_siteid svg #path6,
#header #h_siteid:hover svg #path6 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#header #h_siteid svg #path7,
#header #h_siteid:hover svg #path7 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
body.page-template-page-bk #header:not(.is-scroll) #h_siteid {
  width: 27%;
}
body.blog #header:not(.is-scroll) #h_siteid,
body.home #header:not(.is-scroll) #h_siteid {
  width: 370px;
}
@media screen and (max-width: 767px) {
  #header #h_siteid {
    width: 120px;
    width: 25%;
  }
  body.page-template-page-bk #header:not(.is-scroll) #h_siteid {
    width: 55%;
  }
  body.blog #header:not(.is-scroll) #h_siteid,
  body.home #header:not(.is-scroll) #h_siteid {
    width: 180px;
  }
}
#header #h_navbtn .navbtn_link {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 70px;
  z-index: 999;
}
#header #h_navbtn .navbtn_link.is-search {
  background-image: url(../../img/icon/search.svg);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
#header #h_navbtn .navbtn_link.is-hamburger {
  background-image: url(../../img/icon/menu.svg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.js-open-hamburger #header #h_navbtn .navbtn_link.is-hamburger,
.js-open-search #header #h_navbtn .navbtn_link.is-search {
  background-image: url(../../img/icon/close.svg);
}
#header #h_navbtn .navbtn_link:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #header #h_navbtn .navbtn_link {
    height: 55px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 55px;
  }
  #header #h_navbtn .navbtn_link.is-search {
    left: 10px;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header #h_navbtn .navbtn_link.is-hamburger {
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.js-open-hamburger #header .h_close,
.js-open-search #header .h_close {
  display: block;
  opacity: 1;
}
#header .h_close {
  display: none;
  height: 50px;
  left: -10px;
  opacity: 0;
  position: absolute;
  top: 10px;
  -webkit-transform: translate(-100%, 10px);
  transform: translate(-100%, 10px);
  transition: opacity 0.3s ease-in-out 0.3s;
  width: 50px;
}
#header .h_close:after,
#header .h_close:before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#header .h_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#header .h_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-open-hamburger,
.js-open-search {
  overflow-y: hidden;
}
.js-open-hamburger #header #h_gnav,
.js-open-search #header #h_search {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#header #h_gnav,
#header #h_search {
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 998;
}
#header .h_open_side {
  background: #fff;
  background-image: url(../../img/icon/circular_pattern_yellow.svg),
    url(../../img/icon/circular_pattern_green.svg),
    url(../../img/icon/circular_pattern_purple.svg),
    url(../../img/icon/circular_pattern_orange.svg);
  background-position: top -10vw left -15vw, top -10vw right -10vw,
    bottom -10vw left -10vw, bottom 0 right 10vw;
  background-repeat: no-repeat;
  background-size: 50vw auto, 40vw auto, 30vw auto, 30.966vw auto;
  display: block;
  height: 100vh;
  overflow-y: scroll;
  padding: 200px 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  #header .h_open_side {
    padding: 60px 0;
  }
}
.js-open-search #header #h_search {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#header #h_search .h_search_in {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 880px;
}
#header #h_search form {
  width: 100%;
}
#header #h_search form input:not([type="radio"]),
#header #h_search form select,
#header #h_search form textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-appearance: none;
  background-color: transparent !important;
  border: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  max-width: 100%;
  outline: none;
  width: 100%;
}
#header #h_search form input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
#header #h_search form input:not([type="radio"]):active,
#header #h_search form input:not([type="radio"]):focus,
#header #h_search form input:not([type="radio"]):hover,
#header #h_search form select:active,
#header #h_search form select:focus,
#header #h_search form select:hover,
#header #h_search form textarea:active,
#header #h_search form textarea:focus,
#header #h_search form textarea:hover {
  background-color: transparent !important;
  outline: none;
}
#header #h_search form input::-webkit-input-placeholder {
  color: #000;
}
#header #h_search form input:-ms-input-placeholder {
  color: #000;
}
#header #h_search form input::-ms-input-placeholder {
  color: #000;
}
#header #h_search form input::placeholder {
  color: #000;
}
#header #h_search form #searchtext {
  font-size: clamp(16px, 1.667vw, 20px);
  font-weight: 500;
  position: relative;
}
#header #h_search form #searchtext input#s_word {
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding: 1em 1em 1em 3em;
}
#header #h_search form #searchtext #submit {
  background-image: url(../../img/icon/search.svg) !important;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 3em;
  content: "";
  height: 3em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3em;
}
#header #h_search form textarea {
  min-height: 300px;
  width: 100%;
}
#header #h_search .tagList {
  margin-top: 70px;
}
#header #h_search .tagList > * {
  border: 1px solid transparent;
  padding: 0.7em 1.4em;
}
#header #h_search .tagList label:has(> input:checked) {
  border: 1px solid #000;
  border-radius: 50px;
}
#header #h_search .tagList label input {
  display: none;
}
#header #h_gnav .h_gnav_in {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
#header #h_gnav .h_gnav_col {
  display: flex;
  flex-wrap: wrap;
  margin-left: 9%;
  width: 45.5%;
}
#header #h_gnav .h_gnav_col:first-child {
  margin-left: 0;
}
#header #h_gnav .h_gnav_unit .h_gnav_head {
  color: #959595;
  font-size: clamp(13px, 1.333vw, 16px);
  margin-bottom: 20px;
}
#header #h_gnav .h_gnav_unit.is-articles {
  width: 42%;
}
#header #h_gnav .h_gnav_unit.is-articles .h_gnav_body {
  margin-top: -1em;
}
#header #h_gnav .h_gnav_unit.is-articles .h_gnav_body .gnav_link {
  display: block;
  font-size: clamp(18px, 1.833vw, 22px);
  margin-top: 1em;
}
#header #h_gnav .h_gnav_unit.is-articles .h_gnav_body .gnav_link .jp {
  font-size: 54%;
  font-weight: 500;
  margin-left: 1em;
}
#header #h_gnav .h_gnav_unit.is-contents {
  margin-left: 16%;
  width: 42%;
}
#header #h_gnav .h_gnav_unit.is-contents .h_gnav_body .gnav_link {
  display: block;
  font-size: clamp(16px, 1.667vw, 20px);
  font-weight: 500;
  margin-top: 1em;
}
#header #h_gnav .h_gnav_unit.is-tag {
  margin-top: 18%;
}
#header #h_gnav .h_gnav_unit.is-tag .h_gnav_body {
  font-size: clamp(11px, 1.167vw, 14px);
  font-weight: 500;
  margin-left: -1.4em;
  margin-top: -1.4em;
}
#header #h_gnav .h_gnav_unit.is-tag .h_gnav_body .gnav_link {
  margin-left: 1.4em;
  margin-top: 1.4em;
}
#header #h_gnav .h_gnav_unit.is-regulars {
  width: 100%;
}
#header #h_gnav .h_gnav_unit.is-regulars .h_gnav_body.grid_col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}
#header #h_gnav .h_gnav_unit.is-regulars .h_gnav_body.grid_col-2 > .grid_child {
  margin-left: 20px;
  margin-top: 20px;
  width: calc(50% - 20px);
}
#header
  #h_gnav
  .h_gnav_unit.is-regulars
  .h_gnav_body
  .gnav_link
  .thumbnail
  > .img {
  padding-top: 74.9185%;
}
#header #h_gnav .h_gnav_unit.is-regulars .h_gnav_body .gnav_link .copy {
  font-size: clamp(10px, 1.083vw, 13px);
  line-height: 1.5;
  margin-top: 5px;
}
#header
  #h_gnav
  .h_gnav_unit.is-regulars
  .h_gnav_body
  .gnav_link.is-wellulu-talk {
  order: 1;
}
#header
  #h_gnav
  .h_gnav_unit.is-regulars
  .h_gnav_body
  .gnav_link.is-biz4-well-being {
  order: 2;
}
#header
  #h_gnav
  .h_gnav_unit.is-regulars
  .h_gnav_body
  .gnav_link.is-well-being-challenge {
  order: 3;
}
#header
  #h_gnav
  .h_gnav_unit.is-regulars
  .h_gnav_body
  .gnav_link.is-wellulu-academy {
  order: 4;
}
#header
  #h_gnav
  .h_gnav_unit.is-regulars
  .h_gnav_body
  .gnav_link.is-well-being-tech {
  order: 6;
}
#header
  #h_gnav
  .h_gnav_unit.is-regulars
  .h_gnav_body
  .gnav_link.is-wellulu-club {
  order: 7;
}
#header #h_gnav .h_gnav_unit.is-regulars .h_gnav_body .gnav_link.is-others {
  order: 8;
}
@media screen and (max-width: 767px) {
  #header #h_gnav .h_gnav_in {
    display: block;
  }
  #header #h_gnav .h_gnav_col {
    display: block;
    margin-left: 0;
    margin-top: 0;
    width: auto;
  }
  #header #h_gnav .h_gnav_col:first-child {
    margin-left: 0;
  }
  #header #h_gnav .h_gnav_unit,
  #header #h_gnav .h_gnav_unit:first-child {
    margin-top: 70px;
  }
  #header #h_gnav .h_gnav_unit.is-articles,
  #header #h_gnav .h_gnav_unit:first-child.is-articles {
    width: auto;
  }
  #header #h_gnav .h_gnav_unit.is-contents,
  #header #h_gnav .h_gnav_unit:first-child.is-contents {
    margin-left: 0;
    width: auto;
  }
  #header #h_gnav .h_gnav_unit.is-tag,
  #header #h_gnav .h_gnav_unit:first-child.is-tag {
    margin-top: 70px;
  }
  #header #h_gnav .h_gnav_unit.is-regulars,
  #header #h_gnav .h_gnav_unit:first-child.is-regulars {
    width: auto;
  }
}
#header #h_sitenav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 18%;
  padding: 35px 0;
  width: 100%;
}
#header #h_sitenav #h_sitegnav {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: clamp(11px, 1.167vw, 14px);
  font-weight: 500;
  justify-content: center;
}
#header #h_sitenav #h_sitegnav .gnav_link {
  border-right: 1px solid #000;
  padding: 0 1.5em;
}
#header #h_sitenav #h_sitegnav .gnav_link:first-child {
  border-left: 1px solid #000;
}
#header #h_sitenav #h_copyright {
  color: #959595;
  font-family: Roboto;
  font-size: clamp(13px, 1.333vw, 16px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #header #h_sitenav {
    justify-content: center;
  }
  #header #h_sitenav #h_sitegnav {
    width: 100%;
  }
  #header #h_sitenav #h_copyright {
    margin-top: 20px;
  }
}

#pagetop_wrap {
  display: block;
  position: fixed;
  bottom: 1vw;
  right: 1vw;
  z-index: 997;
  transform: translateZ(0.01px);
}
.is-scroll #pagetop_btn {
  opacity: 1;

}
#pagetop_btn {
  opacity: 0;
  transition: .3 opacity ease-in-out;
  display: block;
  width: 5vw;
  height: 5vw;
  min-width: 50px;
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #dedede;
  background-image: url(../../img/icon/arw_top.svg);
  background-size: 30% auto;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 5px rgba(0,0,0,.15);
  border-radius: 50%;
  transition: none;
}

@media screen and (max-width: 767px) {
  #pagetop_wrap {
    bottom: 10px;
    right: 10px;
  }
}

#footer #f_gnav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
#footer #f_gnav .f_gnav_col {
  margin-left: 6%;
  margin-top: -60px;
}
#footer #f_gnav .f_gnav_col:first-of-type {
  margin-left: 0;
  width: 20%;
}
#footer #f_gnav .f_gnav_col:nth-of-type(2) {
  width: 27%;
}
#footer #f_gnav .f_gnav_col:nth-of-type(3) {
  width: 41%;
}
#footer #f_gnav .f_gnav_unit {
  border-top: 1px dotted #000;
  margin-top: 60px;
  padding-top: 10px;
}
#footer #f_gnav .f_gnav_unit .f_gnav_head {
  color: #959595;
  font-size: clamp(13px, 1.333vw, 16px);
  margin-bottom: 35px;
}
#footer #f_gnav .f_gnav_unit.is-articles .f_gnav_body {
  margin-top: -1em;
}
#footer #f_gnav .f_gnav_unit.is-articles .f_gnav_body .gnav_link {
  display: block;
  font-size: clamp(18px, 1.833vw, 22px);
  margin-top: 1em;
}
#footer #f_gnav .f_gnav_unit.is-articles .f_gnav_body .gnav_link .jp {
  font-size: 54%;
  font-weight: 500;
  margin-left: 1em;
}
#footer #f_gnav .f_gnav_unit.is-contents .f_gnav_body {
  margin-top: -1em;
}
#footer #f_gnav .f_gnav_unit.is-contents .f_gnav_body .gnav_link {
  display: block;
  font-size: clamp(16px, 1.667vw, 20px);
  font-weight: 500;
  margin-top: 1em;
}
#footer #f_gnav .f_gnav_unit.is-tag .f_gnav_body {
  font-size: clamp(11px, 1.167vw, 14px);
  font-weight: 500;
  margin-left: -1.4em;
  margin-top: -1.4em;
}
#footer #f_gnav .f_gnav_unit.is-tag .f_gnav_body .gnav_link {
  margin-left: 1.4em;
  margin-top: 1.4em;
}
#footer #f_gnav .f_gnav_unit.is-regulars .f_gnav_body.grid_col-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: clamp(16px, 1.667vw, 20px);
  margin-left: -20px;
  margin-top: -10px;
}
#footer #f_gnav .f_gnav_unit.is-regulars .f_gnav_body.grid_col-2 > .grid_child {
  margin-left: 20px;
  margin-top: 10px;
  width: calc(50% - 20px);
}
#footer #f_gnav .f_gnav_unit.is-regulars .f_gnav_body .gnav_link {
  line-height: 1.4;
  padding-left: 1.2em;
  position: relative;
}
#footer #f_gnav .f_gnav_unit.is-regulars .f_gnav_body .gnav_link:before {
  background: #5b5b5b;
  border-radius: 50%;
  content: "";
  height: 0.6em;
  left: 0;
  position: absolute;
  top: 0.7em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.6em;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-wellulu-talk {
  order: 1;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-wellulu-talk:before {
  background: #96d3e5;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-wellulu-academy {
  order: 2;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-wellulu-academy:before {
  background: #c47ce7;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-well-being-challenge {
  order: 3;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-well-being-challenge:before {
  background: #f28e8e;
}
#footer #f_gnav .f_gnav_unit.is-regulars .f_gnav_body .gnav_link.is-others {
  order: 4;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-others:before {
  background: #a0a0a0;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-well-being-tech {
  order: 5;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-well-being-tech:before {
  background: #74da7e;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-wellulu-club {
  order: 6;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-wellulu-club:before {
  background: #fface8;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-biz4-well-being {
  order: 7;
}
#footer
  #f_gnav
  .f_gnav_unit.is-regulars
  .f_gnav_body
  .gnav_link.is-biz4-well-being:before {
  background: #e7cc6c;
}
@media screen and (max-width: 767px) {
  #footer #f_gnav {
    display: block;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #footer #f_gnav .f_gnav_col {
    margin-left: 0;
    margin-top: 0;
  }
  #footer #f_gnav .f_gnav_col:first-of-type {
    margin-left: 0;
    width: auto;
  }
  #footer #f_gnav .f_gnav_col:nth-of-type(2),
  #footer #f_gnav .f_gnav_col:nth-of-type(3) {
    width: auto;
  }
  #footer #f_gnav .f_gnav_col:first-child {
    margin-top: -50px;
  }
  #footer #f_gnav .f_gnav_unit {
    border-top: 1px dotted #000;
    margin-top: 50px;
    padding-top: 10px;
  }
  #footer #f_gnav .f_gnav_unit .f_gnav_head {
    color: #959595;
    margin-bottom: 35px;
  }
  #footer #f_gnav .f_gnav_unit.is-articles .f_gnav_body {
    margin-top: -1em;
  }
  #footer #f_gnav .f_gnav_unit.is-articles .f_gnav_body .gnav_link {
    display: block;
    margin-top: 1em;
  }
  #footer #f_gnav .f_gnav_unit.is-articles .f_gnav_body .gnav_link .jp {
    margin-left: 1em;
  }
  #footer #f_gnav .f_gnav_unit.is-contents .f_gnav_body {
    margin-top: -1em;
  }
  #footer #f_gnav .f_gnav_unit.is-contents .f_gnav_body .gnav_link {
    display: block;
    font-size: clamp(16px, 1.667vw, 20px);
    font-weight: 500;
    margin-top: 1em;
  }
  #footer #f_gnav .f_gnav_unit.is-tag .f_gnav_body {
    font-size: clamp(11px, 1.167vw, 14px);
    margin-left: -1.4em;
    margin-top: -1.4em;
  }
  #footer #f_gnav .f_gnav_unit.is-tag .f_gnav_body .gnav_link {
    margin-left: 1.4em;
    margin-top: 1.4em;
  }
  #footer #f_gnav .f_gnav_unit.is-regulars .f_gnav_body.grid_col-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -10px;
  }
  #footer
    #f_gnav
    .f_gnav_unit.is-regulars
    .f_gnav_body.grid_col-2
    > .grid_child {
    margin-left: 20px;
    margin-top: 10px;
    width: calc(50% - 20px);
  }
}
#footer #f_sitenav {
  align-items: center;
  border-top: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0;
}
#footer #f_sitenav #f_sitegnav {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: clamp(11px, 1.167vw, 14px);
  font-weight: 500;
  justify-content: center;
}
#footer #f_sitenav #f_sitegnav .gnav_link {
  border-right: 1px solid #000;
  padding: 0 1.5em;
}
#footer #f_sitenav #f_sitegnav .gnav_link:first-child {
  border-left: 1px solid #000;
}
#footer #f_sitenav #f_copyright {
  color: #959595;
  font-family: Roboto;
  font-size: clamp(13px, 1.333vw, 16px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer #f_sitenav {
    justify-content: center;
  }
  #footer #f_sitenav #f_sitegnav {
    width: 100%;
  }
  #footer #f_sitenav #f_copyright {
    margin-top: 20px;
  }
}
