@charset "utf-8";

/* ====================
 * Google Fonts *
==================== */
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap');

#wrap {
  overflow: visible;
}

#heading {
  background: #f5f5f5;
  font-size: 15px;
}

#heading .contentIn {
  max-width: 100%;
  padding: 0 1em;
}

#heading .contentIn ul.breadcrumb {
  max-width: 1280px;
  padding: 1em 0;
  margin: 0 auto;
}

#heading ul.breadcrumb li {
  font-size: 0.9em;
  float: none;
  display: inline;
  padding: 0;
}

#well-being-blog_wrap {
  font-size: 15px;
  background: #f5f5f5;
  padding: 0 0 4em;
}

#well-being-blog_wrap a {
  color: #0052a5;
}

#well-being-blog_wrap strong {
  font-weight: bold;
}

#well-being-blog_wrap img {
  vertical-align: middle;
}

#well-being-blog_wrap button:hover {
  opacity: 0.7;
}

.well-being-blog_box {
  padding: 0 1em;
}

/* ========================================
 * トップCSS(PC)
======================================== */

/*===== ANNOUNCER BLOG =====*/
div.category-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
}

div.category-heading-contents {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #0052A5;
}

div.category-heading-ttl {
  font-size: 72px;
}

div.category-heading-ruby {
  font-size: 21px;
  border-bottom: 2px solid;
  padding-bottom: 0.5em;
  margin-left: 1em;
  margin-bottom: -1em;
}

/*===== カテゴリメニュー =====*/
.well-being-blog_category {
  background: #ffffff;
  padding: 1em 0;
}

.well-being-blog_category ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.well-being-blog_category li {
  margin: 0 1em;
}

.well-being-blog_category li.children {
  width: 100%;
  margin: 1em 0 0;
}

.well-being-blog_category ul a {
  display: block;
  font-size: 1.1em;
  width: 15em;
  text-align: center;
  padding: 0.5em 0;
  border: solid 1px;
  font-weight: 500;
  font-style: italic;
}

.well-being-blog_category ul li.children a {
  font-size: 1em;
  width: 7em;
}

.well-being-blog_category .active a {
  background: #0052a5;
  color: #ffffff !important;
}

.well-being-blog_category ul a:hover {
  background: #0052a5;
  color: #ffffff !important;
}

/* .well-being-blog_top {
  padding: 2em 0 0;
} */

.well-being-blog_top .top_items {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.well-being-blog_top .top_item {
  display: block;
  opacity: 1;
  width: 23.2%;
  margin: 0 2.4% 2.4% 0;
  background: #ffffff;
  padding: 0 0 1em;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
  animation-name: fadeIn;
  animation-fill-mode:forwards;
  animation-duration:1s;
}

.well-being-blog_top .top_item.is-hidden {
  display: none;
  opacity: 0;
  height: 0;
  margin: 0;
  transition: all 0.4s ease 0s;
}

.well-being-blog_top .top_item a {
  color: #000000;
}

.well-being-blog_top .top_item a:hover {
  text-decoration: none;
}

.well-being-blog_top .top_item a:hover .item_detail p {
  text-decoration: underline;
}

.well-being-blog_top .top_item:nth-of-type(4n) {
  margin: 0 0 2.4% 0;
}

.well-being-blog_top .top_item figure {
  aspect-ratio: 4 / 3;
  text-align: center;
  margin: 0 0 0.5em;
}

.well-being-blog_top .top_item figure.item_pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.well-being-blog_top .top_item figure.item_thumb img {
  aspect-ratio: 4 / 3;
  /* object-fit: contain; */
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.well-being-blog_top .top_item figure.item_thumb.position_top img {
  object-position: 50% 0% !important;
}

.well-being-blog_top .top_item figure.item_thumb.position_bottom img {
  object-position: 50% 100% !important;
}

.well-being-blog_top .top_item figure.item_pic img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

.well-being-blog_top .top_item .item_detail {
  color: #000000;
  padding: 0 0.75em;
}

.well-being-blog_top .top_item .item_detail p {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 0.5em;
  font-style: italic;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.well-being-blog_top .top_item .item_detail span {
  font-size: 0.9em;
}

.well-being-blog_top .more {
  text-align: center;
  margin: 2em 0 0;
}

.well-being-blog_top .more button {
  background: #0052a5;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: 16em;
  border-radius: 100vh;
  padding: 0.5em 0;
  font-size: 1.2em;
  color: #ffffff;
  font-style: italic;
  font-family: 'Noto Sans JP', sans-serif;
}

.well-being-blog_insta {
  padding: 2em 0 0;
  margin: 1em 0 0;
}

.well-being-blog_insta .insta_box {
  font-family: "Kaisei Opti", serif;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2em;
  background: #fff;
  box-sizing: border-box;
}

.well-being-blog_insta .insta_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1em;
}

.well-being-blog_insta .insta_name {
  font-size: 2em;
  font-weight: 600;
}

.well-being-blog_insta .insta_name img {
  width: 1.5em;
  vertical-align: text-top !important;
  margin: 0 0.25em 0 0;
}

.follow_btn {
  color: #ffffff !important;
  border-radius: 0.25em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  padding: 0.25em 0.5em;
}

.follow_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.follow_btn:hover {
  opacity: 1;
  text-decoration: none;
}

.follow_btn img {
  width: 1.25em;
  position: relative;
  margin: 0 0.25em 0 0;
}

.follow_btn span {
  display:inline-block;
  position: relative;
  transition: .5s
}

/* 回転アニメーション */
.follow_btn:hover span {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.well-being-blog_insta .insta_link {
  text-align: center;
  margin: 0.5em 0 0;
}

.well-being-blog_insta .insta_link a {
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  color: #ffffff !important;
  font-size: 1.4em;
  display: inline-block;
  padding: 0.5em 6em;
  font-weight: 600;
  border-radius: 0.25em;
}

.well-being-blog_insta .insta_link a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.well-being-blog_insta .insta_link a:hover {
  opacity: 1;
}

.well-being-blog_insta .insta_link a span {
  display:inline-block;
  position: relative;
  transition: .5s
}

/* 回転アニメーション */
.well-being-blog_insta .insta_link a:hover span {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/* ========================================
 * 記事CSS(PC)
======================================== */
.well-being-blog_article {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.articleAuthor,
.articleBody,
.articleArchive {
  background: #ffffff;
  padding: 2em;
}

.articleAuthor {
  min-width: 300px;
  max-width: 360px;
  position: sticky;
  top: 1em;
  box-sizing: border-box;
}

.author_box {
  font-style: italic;
  /* color: #707070; */
}

.author_box h5 {
  text-align: center;
}

/* .articleAuthor img {
  width: 100%;
} */

.authorName {
  margin: 0 0 1em;
}

.authorName span {
  font-size: 1.6em;
  color: #4ba00f;
  font-weight: 800;
}

.author_summary {
  padding: 1em;
  border: 0.15em solid #cdf1ed;
  margin: 1em 0;
  background: #f8fdfd;
}

.author_summary p {
  text-indent: 1em;
  font-size: 0.9em;
  margin: 0 0 0.5em;
}

.author_summary p:last-child {
  margin: 0;
}

.return {
  margin: 1em 0 0;
  text-align: center;
}

.return a {
  display: inline-block;
  background: #0052a5;
  color: #ffffff !important;
  width: 12em;
  padding: 0.5em 0;
  border-radius: 100vh;
}

.author_box ul {
  margin: 1em 0 0;
}

.author_box li {
  margin: 0 0 1em;
}

.author_box li:last-child {
  margin: 0;
}

.author_box .links {
  margin: 1.5em 0 0;
}

.author_box .links h6 {
  position: relative;
  color: #00b3ec;
  text-align: center;
}

.author_box .links h6:before,
.author_box .links h6:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(50% - 3.5em);
  height: 0.15em;
  background-color: rgba(0, 179, 236, 0.25);
}

.author_box .links h6:before {
  left: 0;
}

.author_box .links h6:after {
  right: 0;
}

.author_box .links h6 span {
  font-size: 1.2em;
  font-weight: 500;
}

.author_box .contact {
  margin: 1em 0 0;
}

.author_box .contact p {
  text-align: center;
}

.author_box .contact p i {
  font-size: 1.2em;
  vertical-align: middle;
  padding: 0 0.25em;
}

.articleBody {
  min-width: 600px;
  max-width: 740px;
  margin: 0 2em;
}

.entryHead {
  text-align: center;
  margin: 0 0 2em;
}

.entryHead h4 {
  font-size: 1.4em;
  font-weight: 600;
  color: #0052a5;
}

.entryDate {
  margin: 0.5em 0 0;
}

.entryDate span {
  font-size: 1.1em;
}

ul.icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1em 0 0;
}

ul.icons li {
  width: 16%;
  margin: 0 0.8% 0 0;
}

ul.icons li:last-child {
  margin: 0;
}

ul.icons li:nth-of-type(n+7) {
  margin: 0.8% 0.8% 0 0;
}

ul.icons li:nth-of-type(6n) {
  margin: 0;
}

ul.icons li:nth-of-type(12) {
  margin: 0.8% 0 0;
}

ul.icons li:nth-of-type(17) {
  margin: 0.8% 0 0;
}

/*** 2025/03/13 Edit 動画用CSS ***/
.video_box {
  width: 100%;
  margin: 0 auto 2em;
}

.video_box.vertical {
  width: 50%;
}

.video_box video {
  width: 100%;
  vertical-align: bottom;
}
/********************************/

.entryBody {
  font-size: 1.1em;
  margin: 0 0 2em;
}

.entryBody p {
  margin: 0 0 0.5em;
}

.entryBody img {
  margin: 0.5em 0;
}

.articleShare {
  margin: 0 0 2em;
  text-align: center;
  padding: 2em 0 0;
  border-top: 2px dashed #f5f5f5;
}

.articleShare h4 {
  margin: 0 0 1em;
  display: inline-block;
}

.articleShare h4 span {
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  font-style: italic;
}

.articleShare h4 span::before,
.articleShare h4 span::after {
  position: absolute;
  content: "";
  width: 2em;
  height: 0.12em;
  background: #000000;
  bottom: 0.75em;
}

.articleShare h4 span::before {
  left: -2em;
  transform:rotate(45deg);
}

.articleShare h4 span::after {
  right: -2em;
  transform:rotate(-45deg);
}

.articleShare h4 span i {
  margin: 0 0 0.5em 0.25em;
  font-size: 1.25em;
}

.articleShare ul {
  display: flex;
  justify-content: space-around;
}

.articleShare li {
  width: 12%;
  text-align: center;
  position: relative;
}

.articleShare li a,
.articleShare li.copy button {
  display: block;
  color: #ffffff !important;
  font-size: 1.2em;
  padding: 0.25em 0;
  border-radius: 0.5em;
}

.articleShare li.x a {
  background: #000000;
}

.articleShare li.facebook a {
  background: #1877f2;
}

.articleShare li.b-hatena a {
  background: #00A4DE;
  /* background: #00A6E4; */
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold
}

.articleShare li.pocket a {
  background: #ee4056;
}

.articleShare li.line a {
  background: #00B900;
}

.articleShare li.copy button {
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 100%;
  background: #001935;
}

.articleShare li.copy .copy-msg {
  display: none;
  position: absolute;
  width: 14em;
  top: -3em;
  left: -4em;
  text-align: center;
  border-radius: 0.5em;
  font-size: 0.8em;
  z-index: 1;
}

.articleShare li.copy .copy-msg span {
  background: #fff;
  color: #001935;
  position: relative;
  border: 2px solid #001935;
  display: block;
  padding: 0.25em;
  border-radius: 0.5em;
  font-weight: 500;
}

.articleShare li.copy .copy-msg span::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #001935;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.articleShare li.copy .copy-msg span::after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  margin-left: -10px;
  margin-top: -3px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.articleArchive {
  min-width: 300px;
  position: sticky;
  top: 1em;
  font-style: italic;
  color: #707070;
  box-sizing: border-box;
}

.articleArchive h3 {
  font-size: 1.4em;
  font-weight: 500;
}

.articleArchive ul {
  margin: 1em 0 0;
}

.articleArchive a {
  color: #707070 !important;
}

.articleArchive .tit_specs02 span {
  font-size: 110%;
  padding: 0.5em 1em 0.5em;
}

.articleArchive .tit_specs02 span img {
  vertical-align: sub !important;
  margin: 0 0.5em 0 0;
}

.archiveList li {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
  opacity: 1;
  animation-name: fadeIn;
  animation-fill-mode:forwards;
  animation-duration:1s;
}

.archiveList li.is-hidden {
  display: none;
  opacity: 0;
  height: 0;
  margin: 0;
  transition: all 0.4s ease 0s;
}

.archivePic {
  max-width: 90px;
  margin: 0 1em 0 0;
}

.archivePic img {
  border-radius: 50%;
}

.archiveThumbnail {
  max-width: 90px;
  margin: 0 1em 0 0;
}

.archiveThumbnail img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 50%;
}

figure.archiveThumbnail.position_top img {
  object-position: 50% 0% !important;
}

figure.archiveThumbnail.position_bottom img {
  object-position: 50% 100% !important;
}

.archiveList a:hover .archiveTitle {
  text-decoration: underline;
}

.archiveList a:hover  {
  text-decoration: none;
}

.archiveDate {
  display: block;
  color: #000000;
  font-size: 0.9em;
}

.archiveTitle {
  margin: 0.25em 0 0;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.articleArchive .more,
.articleArchive .linkTop {
  text-align: center;
  margin: 2em 0 0;
}

.articleArchive .more button,
.articleArchive .linkTop a {
  background: #0052a5;
  border: none;
  cursor: pointer;
  outline: none;
  width: 12em;
  border-radius: 100vh;
  padding: 0.5em 0;
  font-size: 1em;
  color: #ffffff !important;
  font-style: italic;
  font-family: 'Noto Sans JP', sans-serif;
}

.articleArchive .linkTop {
  display: none;
}

.articleArchive .linkTop a {
  display: block;
  margin: 0 auto;
}

.articleLinks {
  border-top: 2px dashed #f5f5f5;
  padding: 2em;
  border-bottom: 2px dashed #f5f5f5;
  overflow: hidden;
}

.articleLinks li {
  width: 45%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.articleLinks li.linkPrev {
  float: left;
  margin: 0 0 0 1em;
}

.articleLinks li.linkNext {
  float: right;
  margin: 0 1em 0 0;
  justify-content: right;
}

.articleLinks li.linkPrev::before {
  position: absolute;
  content: "≪";
  width: 1em;
  left: -2em;
}

.articleLinks li.linkNext::after {
  position: absolute;
  content: "≫";
  width: 1em;
  right: -2em;
}

.articleLinks li.linkPrev > span,
.articleLinks li.linkNext > span {
  font-size: 90%;
  margin: 0 0 0.25em;
  color: #444444;
}

.articleLinks li a {
  position: relative;
  width: 100%;
}

.articleLinks li.linkNext a {
  text-align: right;
}

/* .articleLinks li.linkPrev a::before {
  position: absolute;
  content: "≪";
  width: 1em;
  left: -1.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.articleLinks li.linkNext a::after {
  position: absolute;
  content: "≫";
  width: 1em;
  right: -1.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
} */

.articleLinks li a span {
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#article_insta {
  margin: 0;
}

#article_insta .insta_box {
  padding: 0 1em;
}

#article_insta .insta_name {
  font-size: 1.6em;
}

#article_insta .follow_btn {
  font-size: 1.2em;
}

#article_insta .insta_link a {
  font-size: 1.2em;
  padding: 0.5em 3em;
}

@media screen and (max-width :899px) {
  #heading {
    font-size: 12px;
  }

  #heading ul.breadcrumb {
    display: block;
  }

  #heading ul.breadcrumb li {
    padding: 0 0 0.5em;
  }

  #well-being-blog_wrap {
    font-size: 12px;
    padding: 0 0 3em;
  }

  /* ========================================
  * トップCSS(SP)
  ======================================== */

  /*===== ANNOUNCER BLOG =====*/
  div.category-heading {
    display: block;
    text-align: center;
    padding: 15px 0 30px;
  }
  div.category-heading-contents {
    display: block;
  }
  div.category-heading-ttl {
    font-size: 36px;
  }
  div.category-heading-ruby {
    font-size: 16px;
    border-bottom: 2px solid;
    margin: 0;
    display: inline-block;
    padding: 0 0 0.25em;
  }

  /*===== カテゴリメニュー =====*/
  .well-being-blog_category li {
    margin: 0 0.5em;
  }

  .well-being-blog_category ul a {
    font-size: 1em;
    width: auto;
    padding: 0.5em 1em;
  }

  .well-being-blog_category li.children {
    margin: 0.5em 0 0;
  }

  .well-being-blog_category ul li.children li:nth-of-type(n+4) {
    margin: 0.5em 0.5em 0;
  }

  .well-being-blog_category ul li.children a {
    width: 6em;
  }

  .well-being-blog_top .top_item {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }

  .well-being-blog_top .top_item:nth-of-type(2n) {
    margin: 0 0 3% 0 !important;
  }

  .well-being-blog_top .top_item figure.item_pic img {
    width: 65%;
  }

  .well-being-blog_top .top_item .item_detail p {
    -webkit-line-clamp: 3;
  }

  .well-being-blog_top .more button {
    width: 12em;
  }

  .well-being-blog_insta .insta_box {
    padding: 1.5em 1em;
  }

  .well-being-blog_insta .insta_ttl {
    display: block;
  }

  .well-being-blog_insta .insta_name {
    text-align: center;
  }

  .well-being-blog_insta .insta_follow {
    margin: 0.5em 0 0;
  }

  .follow_btn {
    font-size: 1.4em;
    padding: 0.25em 0;
    width: 12em;
    margin: 0 auto;
  }

  .well-being-blog_insta .insta_link a {
    padding: 0.25em 0;
    width: 12em;
  }


  /* ========================================
  * 記事CSS(SP)
  ======================================== */
  .well-being-blog_article {
    display: block;
  }

  .articleAuthor,
  .articleBody,
  .articleArchive {
    padding: 2em 1em;
  }

  .articleBody {
    min-width: auto;
    max-width: auto;
    margin: 0 0 2em;
  }

  /*** 2025/03/13 Edit 動画用CSS ***/
  .video_box.vertical {
    width: 75%;
  }
  /********************************/

  .entryHead img {
    margin: 0 0 1em;
    /* width: 50%; */
  }

  .articleShare li.copy .copy-msg {
    right: -2em;
    left: auto;
  }

  .articleShare li.copy .copy-msg span::before {
    left: 70%;
  }

  .articleShare li.copy .copy-msg span::after {
    left: 70%;
  }

  .author_box ul {
    display: flex;
    flex-wrap: wrap;
  }

  .author_box li {
    margin: 0 4% 1em 0;
    width: 48%;
  }

  .author_box li:nth-of-type(2n) {
    margin: 0 0 1em;
  }

  .author_box li:last-child {
    margin: 0;
  }

  .articleArchive,
  .articleAuthor {
    position: relative;
    top: 0;
  }

  .articleAuthor {
    margin: 0 0 2em;
  }

  .authorPrograms h6 {
    font-size: 12px;
  }

  .authorPrograms p {
    font-size: 11px;
  }

  .articleLinks {
    flex-wrap: wrap;
  }

  .articleLinks li {
    width: 100%;
  }

  .articleLinks li.linkNext {
    margin-top: 1em;
  }

  #article_insta .insta_box {
    padding: 1.5em 1em;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}