@charset "UTF-8";
:root {
  --colorred: #ED213C;
  --colorblack: #000000;
  --colorgray: #F1F4F9;
  --colorwhite: #FFF;
  --colorblue: #00b3ec;
}

#heading {
  background: #f5f5f5;
  font-size: 15px;
}

#heading ul.breadcrumb {
  padding: 1em 0;
}

#heading ul.breadcrumb li {
  font-size: 0.9em;
  float: none;
  display: inline;
  padding: 0;
}

.well-being_header {
  background: url(/well-being/images/bg.jpg);
  animation: bgscroll 30s linear infinite;
  font-size: 15px;
}

@-webkit-keyframes bgscroll {
  0% {background-position: 0 0;}
  100% {background-position: 50vw 0;}
}

@keyframes bgscroll {
  0% {background-position: 0 0;}
  100% {background-position: 50vw 0;}
}

.well-being_header img {
  vertical-align: middle;
}

.well-being_header .header_items {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 12em;
}

.well-being_header .header_items p {
  display: inline-flex;
  align-items: center;
  font-size: 2em;
  background: #fff;
  font-weight: 800;
  padding: 0.75em 1em;
  border-radius: 100vh;
  border: 0.25em solid #A0A1A1;
  position: absolute;
  top: 1em;
  left: -2em;
  transform: rotate(-8deg);
  filter: drop-shadow(0.1em 0.1em 0.05em #ccc);
}

.well-being_header .header_items p img {
  max-width: 180px;
  vertical-align: middle;
  margin: 0 0.25em 0 0;
}

.well-being_header h2 {
  text-align: center;
  position: relative;
  top: 8em;
}

.well-being_header h2 > span {
  font-size: 8em;
  font-weight: 800;
  color: #4ba00f;
  filter: drop-shadow(0.04em 0.04em 0.025em #ccc);
}

.well-being_header h2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
}

.well-being_header h2 li:nth-of-type(1) {
  max-width: 420px;
  margin: 0 2em 0 0;
}

.well-being_header h2 li:nth-of-type(1) img {
  filter: drop-shadow(0.4em 0.4em 0.2em #ccc);
}

.well-being_header h2 li:nth-of-type(2) {
  max-width: 180px;
}

.well-being_header .header_txt {
  width: 960px;
  margin: 0 auto;
  padding: 1em 0 4em;
}

.well-being_header .header_txt p {
  display: inline-flex;
  align-items: center;
  font-size: 1.4em;
  background: #fff;
  font-weight: 600;
  padding: 2em 1.5em;
  border-radius: 2em;
  border: 0.25em solid #ed7bae;
  filter: drop-shadow(0.2em 0.2em 0.1em #999);
  line-height: 1.75em;
}

.well-being_body {
  /* font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif; */
  font-size: 15px;
  font-weight: 400;
  color: var(--colorblack);
  background: #f8fdfd;
  padding: 0 0 6em;
}

.well-being_body img {
  vertical-align: middle;
}

.well-being_body a:hover {
  text-decoration: none;
}

.well-being_body .center {
  text-align: center;
}

.well-being_body .bold {
  font-weight: bold;
}

.well-being_body .grid {
  display: grid;
}

.well-being_body .text-middle {
  font-size: 1.25em;
}

.well-being_body .text-small {
  font-size: 0.75em;
}

.well-being_body .text-red {
  color: var(--colorred);
}

.well-being_body section {
  width: 960px;
  margin: 0 auto;
  padding: 4em 0 0;
}

.well-being_body h3 {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: var(--colorblue);
  margin: 0 0 1em;
  position: relative;
  padding: 3em 0 0;
  text-align: center;
}

.well-being_body h3::before {
  content: attr(data-en);
  position: absolute;
  top: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 179, 236, 0.25);
  font-size: 4.8em;
  font-style: italic;
}

/* .well-being_body h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgba(224,66,114,1);
}

.well-being_body h3::before {
  border-top: 0.25em solid;
  content: "";
  width: 6em;
  margin: 0 1em 0 0;
}

.well-being_body h3::after {
  border-top: 0.25em solid;
  content: "";
  width: 6em;
  margin: 0 0 0 1em;
} */

.well-being_body h3 .text {
  font-size: 3.2em;
  font-weight: 600;
}

.well-being_body h3 .text .char1,
.well-being_body h3 .text .char2,
.well-being_body h3 .text .char3,
.well-being_body h3 .text .char5 {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
  transition: all 0.3s ease-out;
}

.well-being_body .box {
  margin: 0 0 4em;
}

.well-being_body .box > div,
.well-being_body .contact {
  background: #cdf1ed;
  text-align: center;
  padding: 2em;
  border-radius: 2em;
}

.well-being_body .box > div:nth-of-type(2) {
  margin: 2em 0 0;
  background: #f0cbde;
}

.well-being_body .box > div p,
.well-being_body .contact p {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.75em;
}

.well-being_body .article_item {
  margin: 0 0 3em;
  background: #fff;
  padding: 1.5em 1.5em 3em 1.5em;
  border-radius: 1.5em;
  position: relative;
}

.well-being_body .article_item h4 {
  font-size: 1.6em;
  display: flex;
  align-items: baseline;
}

.well-being_body .article_item h4 i {
  color: #ed7bae;
  margin: 0 0.25em 0 0;
  font-size: 1.4em;
}

.well-being_body .article_item h4 p {
  font-weight: 600;
  font-style: italic;
}

.well-being_body .article_item h4 span {
  font-size: 0.8em;
  font-weight: 400;
  font-style: normal;
}

.well-being_body .article_item h4 span::before {
  content: "（";
}

.well-being_body .article_item h4 span::after {
  content: "）";
}

.well-being_body .article_item .article_detail {
  display: flex;
  align-items: center;
  margin: 1em 0 0;
}

.well-being_body .article_item .article_detail figure {
  min-width: 300px;
  max-width: 300px;
  margin: 0 1em 0 0;
}

.well-being_body .article_item .article_detail figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 50%;
}

.well-being_body .article_item .article_detail p {
  font-size: 1.2em;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.well-being_body .article_item .article_detail ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 0;
}

.well-being_body .article_item .article_detail li {
  width: 16%;
  margin: 0 0.8% 0 0;
}

.well-being_body .article_item .article_detail li:nth-of-type(n+7) {
  margin: 0.8% 0.8% 0 0;
}

.well-being_body .article_item .article_detail li:nth-of-type(6n) {
  margin: 0;
}

.well-being_body .article_item .article_detail li:nth-of-type(12) {
  margin: 0.8% 0 0;
}

.well-being_body .article_item a {
  position: absolute;
  right: 1.5em;
  bottom: 0.75em;
  color: #F39900;
  font-size: 1.1em;
  font-weight: 500;
}

.well-being_body .article_item a i {
  margin: 0 0 0 0.25em;
}

.well-being_body .page div.page-left figure.position_top img {
  object-position: 50% 0% !important;
}

.well-being_body .page div.page-left figure.position_bottom img {
  object-position: 50% 100% !important;
}

.well-being_body .btn {
  background-color: var(--colorblue);
  border-radius: 100vh;
  text-align: center;
  padding: 1em;
  margin: 0 auto;
  width: 50%;
  color: var(--colorwhite);
  display: block;
  font-size: 1.2em;
}

/* .well-being_body a[href="/sdgs/"] {
  text-align: center;
  display: block;
  font-size: 2em;
  background: #fffedb;
  color: #000;
}

.well-being_body a[href="/sdgs/"] img:nth-of-type(1) {
  vertical-align: top;
}

.well-being_body a[href="/sdgs/"] img:nth-of-type(2) {
  vertical-align: bottom;
} */

.well-being_body .contact p a {
  color: #000 !important;
}

.well-being_body .contact p i {
  margin: 0 0.2em 0 0;
  font-size: 1.4em;
  vertical-align: middle;
}

/* ==========
 * BSN SDGs *
 ========== */

.sdgs_body {
  font-size: 15px;
  background: #fffedb;
  position: relative;
}

.sdgs_body::before,
.sdgs_body::after {
  content: "";
  background: url(/sdgs/images/line_sdgs_w1200.jpg);
  width: 100%;
  height: 1em;
  position: absolute;
}

.sdgs_body img {
  vertical-align: middle;
}

.sdgs_body .title_img {
  text-align: center;
}

.sdgs_contents {
  max-width: 960px;
  margin: 0 auto;
  padding: 4em 0;
}

.sdgs_body h3 {
  /* font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; */
  color: #009ADA;
  margin: 0 0 1em;
  position: relative;
  padding: 3em 0 0;
  text-align: center;
}

.sdgs_body h3::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: rgba(0, 179, 236, 0.25);
  font-size: 4.2em;
  font-style: italic;
}

.sdgs_body h3 .text {
  font-size: 3.6em;
  font-weight: 600;
  filter: drop-shadow(0.075em 0.075em 0.025em #fff);
  letter-spacing: 0.05em;
  padding: 0 0 0 0.05em;
}

.sdgs_body h3 .text .char4 {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
  transition: all 0.3s ease-out;
}

.sdgs_body .bnr_x {
  margin: 3em 0 4em;
  text-align: center;
}

.sdgs_body .bnr_x a {
  color: #fff !important;
  background: #000;
  font-size: 1.6em;
  padding: 0.5em 3em;
  display: inline-block;
  font-weight: 500;
  box-shadow: 0.5em 0.5em 0 #888;
  transition: .3s;
}

.sdgs_body .bnr_x a:hover {
  transform: translate(0.25em, 0.25em);
  box-shadow: 0 0 0 #888;
  opacity: 1;
  text-decoration: none;
}

.sdgs_body .bnr_x a i {
  padding: 0 0.25em 0 0;
}

.sdgs_body section {
  margin: 0 0 4em;
  /* background-color: #fefefe; */
  background-color: rgba(254, 254, 254, 0.5);
  padding: 2em;
  border-radius: 2em;
}

.sdgs_body .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

/* 2024/8/1 追加（m.kato）Start. */
.sdgs_body .actnow {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.sdgs_body .actnow h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 1em;
  border-radius: 1em;
  background: #3ea6ff;
}

.sdgs_body .actnow h3 span {
  font-size: 1.8em;
  font-style: italic;
  font-weight: 500;
  background: #fff;
  display: block;
  margin: 0 0.75em;
  padding: 0.5em 0.25em;
}

.sdgs_body .actnow .text {
  margin: 1em 0 0;
}

.sdgs_body .actnow .text p,
.sdgs_body .actnow .text ul {
  font-size: 1.4em;
}

.sdgs_body .actnow .text ul {
  display: inline-block;
  margin: 1em 0;
}

.sdgs_body .actnow .text li {
  text-align: left;
  color: rgb(29, 155, 240);
}

/* 2022/5/2 追加（m.kato）end. */

.sdgs_body a.more {
  text-align: center;
  width: 300px;
  padding: 0;
  border-radius: 0.5em;
  color: #ffffff !important;
  display: block;
  padding: 0.75em 0;
  margin: 2em auto 0;
}

.sdgs_body a.more span {
  font-size: 1.2em;
}

.sdgs_body .news a.more {
  background: #0036a3;
  background: -moz-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
  background: -webkit-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
  background: linear-gradient(to bottom, #0036a3 0%, #0052a4 50%, #0036a3 100%);

}

.sdgs_body .radio a.more {
  background: rgb(234, 112, 4);
  background: -moz-linear-gradient(top, rgba(234, 112, 4, 1) 0%, rgba(235, 137, 52, 1) 50%, rgba(234, 112, 4, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(234, 112, 4, 1) 0%, rgba(235, 137, 52, 1) 50%, rgba(234, 112, 4, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 112, 4, 1) 0%, rgba(235, 137, 52, 1) 50%, rgba(234, 112, 4, 1) 100%);
}

.sdgs_body .radio .detail {
  text-align: center;
  margin: 2em 0 0;
}

.sdgs_body .radio .detail p {
  line-height: 2em;
  font-size: 1.2em;
}

.sdgs_body .radio .detail .smaller {
  font-size: 0.9em;
}

.sdgs_body .radio .detail .bold {
  font-weight: 600;
}

.sdgs_body .radio .detail .orn {
  color: #ea7004;
}

.sdgs_body .radio .detail .bigger {
  font-size: 1.25em;
}

.sdgs_body .radio .detail .bsn-color {
  color: #0052a4;
}

.sdgs_body .sticker {

}

.sdgs_body .sticker .seal {
  text-align: center;
}

.sdgs_body .sticker .seal a {
  background: #ec1b2c;
  background: -moz-linear-gradient(top, #ec1b2c 0%, #ec1b2c 25%, #ea3a46 50%, #ec1b2c 75%, #ec1b2c 100%);
  background: -webkit-linear-gradient(top, #ec1b2c 0%, #ec1b2c 25%, #ea3a46 50%, #ec1b2c 75%, #ec1b2c 100%);
  background: linear-gradient(to bottom, #ec1b2c 0%, #ec1b2c 25%, #ea3a46 50%, #ec1b2c 75%, #ec1b2c 100%);
  margin: 1em 0 0;
  width: 100%;
  padding: 1em 0;
  border-radius: 1em;
  color: #ffffff;
  display: block;
}

.sdgs_body .sticker .seal a span {
  font-size: 1.4em;
}

.sdgs_body .icon-group ul {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin: 2em 0 0;
}

.sdgs_body .icon-group ul li {
  width: 15%;
  margin: 0 1em;
}

.sdgs_body .icon-group ul li:nth-child(even) {
  padding: 3em 0 0;
}

.sdgs_body .initiatives ul.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em 0 0;
}

.sdgs_body .initiatives ul.column::before {
  content: "";
  display: block;
  width: 46%;
  order: 1;
}

.sdgs_body .initiatives ul.column > li {
  margin: 0 2% 2em;
  background: #fff;
  padding: 2.5%;
  border-radius: 2em;
  width: 46%;
  box-sizing: border-box;
}

.sdgs_body .initiatives ul.column li .theme {
  height: 3em;
  line-height: 3em;
  display: flex;
  align-items: center;
  margin: 0 0 0.25em;
}

.sdgs_body .initiatives ul.column li .icon_csr {
  padding: 0 0.5em 0 0;
}

.sdgs_body .initiatives ul.column li a:hover,
.sdgs_body .programs ul li a:hover {
  text-decoration: none;
}

.sdgs_body .initiatives ul.column li .title {
  font-size: 1.4em;
  font-weight: 600;
}

.sdgs_body .initiatives ul.column li .title span:nth-of-type(1) {
  background-image: repeating-linear-gradient(-45deg, rgba(255, 250, 125, 0.86) 0, rgba(255, 250, 125, 0.86) 3px, transparent 3px, transparent 6px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
  font-size: 1.2em;
  padding: 0 0.25em;
}

.sdgs_body .initiatives ul.column li .title span:nth-of-type(2) {
  font-weight: 400;
  font-size: 0.75em;
}

.sdgs_body .initiatives ul.column li .caption {
  margin: 0.4em 0 0;
  font-size: 1.2em;
}

.sdgs_body .initiatives ul.column li .img {
  text-align: center;
  margin: 1em 0 0;
}

.sdgs_body .initiatives ul.column li .img img {
  filter: drop-shadow(0.25em 0.25em 0.1em #ccc);
}

.sdgs_body .initiatives ul.column li ul.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 1.5em 0 0;
}

.sdgs_body .initiatives ul.column li ul.icon > li {
  width: 14%;
  margin: 0 2% 0 0;
}

.sdgs_body .initiatives ul.column li ul.icon > li:nth-of-type(2n) {
  padding: 1em 0 0;
}

.sdgs_body .initiatives ul.column li ul.icon > li:last-child {
  margin: 0;
}

.sdgs_body .initiatives ul.column li ul.icon > li img {
  filter: drop-shadow(0.25em 0.25em 0.1em #ccc);
}

.sdgs_body .initiatives ul.column li a {
  text-align: center;
  background: #0036a3;
  background: -moz-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
  background: -webkit-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
  background: linear-gradient(to bottom, #0036a3 0%, #0052a4 50%, #0036a3 100%);
  margin: 2em auto 0;
  padding: 0.5em 0;
  width: 300px;
  border-radius: 0.5em;
  color: #ffffff;
  display: block;
}

.sdgs_body .initiatives ul.column li a:hover {
  text-decoration: underline;
}

.sdgs_body .initiatives ul.column li a span {
  font-size: 1.2em;
}

.sdgs_body .objective {
  margin: 2em 0 0;
}

.sdgs_body .objective p {
  margin: 3rem 0 0;
}

.sdgs_body .objective p:nth-of-type(2) {
  font-size: 1.2em;
  font-weight: 500;
}

.sdgs_body .objective p:nth-of-type(3) a {
  color: #0052a4;
  margin: 0 0 0 1em;
  word-break: break-all;
  display: block;
}

.sdgs_body .membership {
  text-align: center;
}

.sdgs_body .membership > p {
  font-size: 2em;
  font-weight: 600;
}

.sdgs_body .membership img {
  max-width: 480px;
}

.sdgs_body .membership .un-link {
  display: inline-block;
  text-align: center;
}

.sdgs_body .membership .un-link p {
  display: block;
  text-align: left;
  font-size: 1.2em;
  margin: 1.5rem 0 0;
}

.sdgs_body .membership .un-link p a {
  color: #0052a4;
  margin: 0 0 0 1em;
  word-break: break-all;
  display: block;
}

.sdgs_body .week-archive {

}

.sdgs_body .week-archive .archive-link {
  margin: 1em 0 0;
  text-align: center;
}

.sdgs_body .week-archive .archive-link .head {
  margin: 0 0 1em;
}

.sdgs_body .week-archive .archive-link .head span {
  font-size: 2em;
  font-weight: 500;
  color: #5e5e5e;
  border-bottom: 2px solid;
  display: inline-block;
  padding: 0 0.5em;
}

.sdgs_body .week-archive .archive-link ul {
  display: inline-block;
  text-align: center;
}

.sdgs_body .week-archive .archive-link li {
  display: block;
  text-align: left;
  margin: 0 0 0.25em;
}

.sdgs_body .week-archive .archive-link a {
  color: #5e5e5e !important;
  font-size: 1.6em;
  font-weight: 500;
}

.well-being_body .relation ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0 0;
}

.well-being_body .relation li {
  width: 32%;
  margin: 0 2% 0 0;
}

.well-being_body .relation li:nth-of-type(3n) {
  margin: 0;
}

.well-being_body .relation li:nth-of-type(n+4) {
  margin: 1em 2% 0 0;
}

.well-being_body .relation li:nth-of-type(6) {
  margin: 1em 0 0;
}


@media screen and (max-width: 899px) {

  #heading {
    font-size: 12px ;
  }

  .well-being_header {
    font-size: 12px;
    animation: bgscroll 20s linear infinite;
  }

  .well-being_header  .header_items {
    width: auto;
    padding: 0 0 8em;
  }

  .well-being_header .header_items p {
    font-size: 1.6em;
    padding: 0.5em 1em;
    left: 0.5em;
    border: 0.25em solid #A0A1A1;
  }

  .well-being_header .header_items p img {
    max-width: 90px;
  }

  .well-being_header h2 {
    top: 6em;
  }

  .well-being_header h2 span {
    font-size: 5em;
    line-height: 1em;
  }

  .well-being_header h2 ul {
    margin: 2em 1em 0;
  }

  .well-being_header h2 li:nth-of-type(1) {
    max-width: none;
    margin: 0 1em 0 0;
    width: calc(54% - 1em);
  }

  .well-being_header h2 li:nth-of-type(2) {
    max-width: none;
    width: 36%;
  }

  .well-being_header .header_txt {
    width: auto;
    padding: 0 0 4em;
  }

  .well-being_header .header_txt p {
    margin: 0 1em;
    padding: 1.5em;
  }

  .well-being_body {
    width: auto;
    font-size: 12px;
  }

  .well-being_body section {
    width: auto;
    margin: 0 1em;
  }

  .well-being_body h3 .text {
    font-size: 2.6em;
  }

  .well-being_body h3::before {
    width: 100%;
    font-size: 4.2em;
    top: 0;
  }

  .well-being_body .about .box:last-child {
    margin: 0;
  }

  .well-being_body .box > div {
    text-align: left;
  }

  .well-being_body .article_item {
    margin: 0 0 3em;
    padding: 1em 1em 3em 1em;
    border-radius: 1em;
  }

  .well-being_body .article_item .article_detail {
    display: block;
  }

  .well-being_body .article_item .article_detail figure {
    min-width: 80%;
    max-width: 80%;
    margin: 0 auto 1em;
  }

  /* ==========
  * BSN SDGs *
  ========== */
  .sdgs_body {
    font-size: 12px;
  }

  .sdgs_contents {
    padding: 3em 1em;
  }

  .sdgs_body h3 {
    padding: 1em 0 0;
  }

  .sdgs_body h3 > span {
    font-size: 3em;
  }

  .sdgs_body h3::before {
    font-size: 1.8em;
    top: 0.5em;
  }

  .sdgs_body section {
    margin: 0 0 3em;
    padding: 1.5em;
    border-radius: 1.5em;
  }

  .sdgs_body a.more,
  .sdgs_body .initiatives ul.column li a {
    width: 90%;
  }

  .sdgs_body .sticker .seal a span {
    font-size: 3.5vw;
  }

  .sdgs_body .initiatives ul.column > li {
    width: 100%;
    margin: 0 0 2em;
    padding: 1em;
    border-radius: 1em;
  }

  .sdgs_body .icon-group ul {
    flex-wrap: wrap;
  }

  .sdgs_body .icon-group ul li {
    width: 16%;
    margin: 0 2%;
  }

  .sdgs_body .membership > p {
    font-size: 1.8em;
  }

  .sdgs_body .membership img {
    max-width: 80%;
  }

  .sdgs_body .week-archive .archive-link .head span {
    font-size: 1.6em;
  }

  .well-being_body .relation li {
    width: 48%;
    margin: 0 1%;
  }

  .well-being_body .relation li:nth-of-type(n+3) {
    margin: 1em 1% 0;
  }

}