@charset "UTF-8";
/* 背景画像のRetina対応 */
/* #clearfix, floatclear, reset */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

.flc {
  clear: both;
  position: relative;
  width: 0px;
}

.flc span {
  display: block;
  position: absolute;
  left: -10000px;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-size: 100%;
  border: none;
  background: none;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

/* #label */
.label-events-cat {
  line-height: 1em;
  border-radius: 100vh;
  display: inline-block;
  margin-right: 5px;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  color: #242424 !important;
  font-size: 1.1rem;
  padding: 8px 10px;
  margin-bottom: 10px;
  background-color: #e5f0f1;
}
@media print, screen and (min-width: 760px) {
  .label-events-cat {
    font-size: 1.3rem;
    padding: 10px 13px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.label-events-cat:hover {
  opacity: 0.7;
}
.label-events-cat.act {
  background-color: #5B7B7F;
  color: #fff !important;
}

/* #link */
a.link-out, a.link--out {
  display: inline-block;
  word-break: break-all;
}
a.link-out::after, a.link--out::after {
  content: url(/shared/img/i_link_out.svg);
  vertical-align: middle;
  margin-left: 5px;
}
a.link-pdf, a.link--pdf {
  display: inline-block;
  line-height: 1.6em;
  padding: 5px 35px 5px 0;
  word-break: break-all;
  background: url(/shared/img/i_link_pdf.svg) no-repeat right center;
}

.link-out a, .link--out a {
  display: inline-block;
  word-break: break-all;
}
.link-out a::after, .link--out a::after {
  content: url(/shared/img/i_link_out.svg);
  vertical-align: middle;
  margin-left: 5px;
}
.link-pdf a, .link--pdf a {
  display: inline-block;
  line-height: 1.6em;
  padding: 5px 35px 5px 0;
  word-break: break-all;
  background: url(/shared/img/i_link_pdf.svg) no-repeat right center;
}

.link-list {
  margin-bottom: 40px;
}
.link-list li {
  line-height: 1.6em;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.link-list a {
  /*
  text-decoration: none !important;
  &:hover {
    text-decoration: underline !important;
  }
  */
}

.link-list-lg {
  max-width: 470px;
  border-top: 1px #BFBFBF solid;
}
.link-list-lg a {
  border-bottom: 1px #BFBFBF solid;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 1.4em;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  padding-right: 40px;
  color: #242424 !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 760px) {
  .link-list-lg a {
    padding-right: 47px;
    height: 70px;
  }
}
.link-list-lg a::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/shared/img/i_arrow_wh.svg) #BB2E14 no-repeat center center;
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100vh;
}
@media print, screen and (min-width: 760px) {
  .link-list-lg a::after {
    width: 40px;
    height: 40px;
  }
}
.link-list-lg a:hover {
  opacity: 0.7;
}

.link-list-anchor {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0;
}
.link-list-anchor li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.link-list-anchor li a {
  display: block;
  text-align: center;
  padding: 7px 20px 16px;
  color: #242424 !important;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 1.2rem;
  border-radius: 5px;
  background: url(/shared/img/i_anchor.svg) #f5f5f5 no-repeat center bottom 8px;
}
@media print, screen and (min-width: 760px) {
  .link-list-anchor li a {
    font-size: 1.4rem;
  }
}
.link-list-anchor li a:hover {
  opacity: 0.7;
}

.link-list-anchor2 {
  text-align: right;
}
.link-list-anchor2 a {
  display: inline-block;
  padding-right: 30px;
  margin-left: 20px;
  color: #242424 !important;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 1.2rem;
  border-radius: 5px;
  background: url(/shared/img/i_anchor_btn.svg) no-repeat right center;
}
@media print, screen and (min-width: 760px) {
  .link-list-anchor2 a {
    margin-left: 30px;
    font-size: 1.4rem;
  }
}
.link-list-anchor2 a:hover {
  opacity: 0.7;
}

/* #list */
.list {
  list-style: disc;
  margin-left: 30px;
  padding: 0;
}

.list-inline {
  list-style: none;
  letter-spacing: -.40em;
  /* 余白対策 */
  margin-left: -10px;
  margin-bottom: 0;
  padding-left: 0;
}
.list-inline li {
  display: inline-block;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  padding-left: 10px;
  padding-right: 10px;
}

.list-non {
  list-style: none;
  margin-left: 1.3rem;
}

.list-info .item {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  .list-info .item {
    display: flex;
  }
}
.list-info .item .date {
  white-space: nowrap;
  color: #696969;
  font-size: 1.4rem;
  display: block;
  margin-right: 25px;
}
@media print, screen and (min-width: 760px) {
  .list-info .item .date {
    display: inline-block;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 759px) {
  .list-info .item .title {
    display: inline-block;
    line-height: 1.6em;
  }
}

.list-news a.item {
  position: relative;
  margin-bottom: 10px;
  color: #242424 !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 760px) {
  .list-news a.item {
    padding-top: 32px;
    margin-bottom: 40px;
  }
}
.list-news a.item:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 759px) {
  .list-news a.item .fx__l {
    width: 36.23978%;
    max-width: 230px;
    margin-right: 25px;
    padding-top: 7px;
  }
}
.list-news a.item .thumb {
  width: 100%;
  background-color: #eee;
  border: 1px #BFBFBF solid;
  margin-bottom: 25px;
}
.list-news a.item .thumb img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.list-news a.item .date {
  display: inline-block;
  font-size: 1.4rem;
  color: #939393;
}
@media print, screen and (min-width: 760px) {
  .list-news a.item .date {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.list-news a.item .category {
  display: inline-block;
  margin-right: 20px;
}
.list-news a.item .title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
}
@media print, screen and (min-width: 760px) {
  .list-news a.item .title {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .list-news a.item .title {
    font-size: 1.6rem;
  }
}

.list-events {
  padding-top: 20px;
}
.list-events .item {
  position: relative;
  background: url(/shared/img/wid_list_events_arrow.svg) no-repeat #fff right bottom;
  border-top: 5px #538CAD solid;
  margin-bottom: 60px;
}
.list-events .item.systems_thinking {
  border-color: #538CAD;
}
.list-events .item.systems_thinking .category:before {
  color: #538CAD;
}
.list-events .item.leadership {
  border-color: #83884C;
}
.list-events .item.leadership .category:before {
  color: #83884C;
}
.list-events .item.learning_org {
  border-color: #698D7B;
}
.list-events .item.learning_org .category:before {
  color: #698D7B;
}
.list-events .item.social_innovation {
  border-color: #9E857F;
}
.list-events .item.social_innovation .category:before {
  color: #9E857F;
}
.list-events .item.ca_academy {
  border-color: #89849A;
}
.list-events .item.ca_academy .category:before {
  color: #89849A;
}
.list-events .item a {
  color: #242424 !important;
  text-decoration: none !important;
}
.list-events .item a:hover {
  opacity: 0.7;
}
.list-events .item .category {
  position: absolute;
  left: 0;
  top: -36px;
  font-size: 1.4rem;
  font-weight: 500;
}
.list-events .item .category:before {
  content: '●';
  margin-right: 5px;
}
.list-events .item .card {
  display: block;
  padding: 20px 30px 55px;
}
.list-events .item .eventDate {
  margin-right: 20px;
  padding-top: 3px;
  color: #5B7B7F;
}
.list-events .item .eventDate .year {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 0.5em;
}
.list-events .item .eventDate .date {
  font-size: 1.0rem;
  font-weight: 400;
}
.list-events .item .eventDate .date span {
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  margin: 0 1px 0 2px;
}
.list-events .item .eventDate .date span:first-child {
  margin-left: 0;
}
.list-events .item .boshu {
  background-color: #BB2E14;
  width: 70px;
  height: 26px;
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.list-events .item .end {
  background-color: #BBB;
  color: #fff !important;
  width: 70px;
  height: 26px;
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.2rem;
}
.list-events .item .titleArea {
  padding-top: 3px;
  padding-bottom: 15px;
}
.list-events .item .title {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media print, screen and (min-width: 760px) {
  .list-events .item .title {
    font-size: 1.8rem;
  }
}
.list-events .item .place {
  font-size: 1.4rem;
  color: #696969;
}
.list-events .item .excerpt {
  padding-top: 20px;
  border-top: 1px #E3E3E3 solid;
  font-size: 1.3rem;
  line-height: 1.7em;
}

.list-seminars .item {
  padding: 15px 0;
  border-bottom: 1px #BCBCBC solid;
}
.list-seminars .item a {
  color: #242424 !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 980px) {
  .list-seminars .item a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.list-seminars .item a:hover {
  opacity: 0.7;
}
.list-seminars .pagination {
  display: none;
}
.list-seminars .eventDate {
  padding-top: 3px;
  color: #5B7B7F;
}
@media print, screen and (min-width: 980px) {
  .list-seminars .eventDate {
    width: 190px;
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
}
.list-seminars .eventDate .year {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 0.5em;
}
.list-seminars .eventDate .date {
  font-size: 1.0rem;
  font-weight: 400;
}
.list-seminars .eventDate .date span {
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  margin: 0 1px 0 2px;
}
.list-seminars .eventDate .date span:first-child {
  margin-left: 0;
}
.list-seminars .eventTitle {
  padding: 3px 15px;
  border-left: 3px #538CAD solid;
}
.list-seminars .eventTitle .title {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 500;
}
.list-seminars .eventTitle .place {
  font-size: 1.4rem;
  color: #696969;
}

.list-related-seminars .item {
  padding: 10px 0;
  border-bottom: 1px #BCBCBC solid;
}
.list-related-seminars .item a {
  color: #242424 !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 980px) {
  .list-related-seminars .item a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.list-related-seminars .item a:hover {
  opacity: 0.7;
}
.list-related-seminars .eventDate {
  padding-top: 3px;
  color: #5B7B7F;
}
@media print, screen and (min-width: 980px) {
  .list-related-seminars .eventDate {
    width: 150px;
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
}
.list-related-seminars .eventDate .year {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 0.5em;
}
.list-related-seminars .eventDate .date {
  font-size: 1.0rem;
  font-weight: 400;
}
.list-related-seminars .eventDate .date span {
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  margin: 0 1px 0 2px;
}
.list-related-seminars .eventDate .date span:first-child {
  margin-left: 0;
}
.list-related-seminars .eventTitle {
  padding: 3px 15px;
  border-left: 3px #538CAD solid;
}
.list-related-seminars .eventTitle .title {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
.list-related-seminars .eventTitle .place {
  font-size: 1.2rem;
  line-height: 1.6em;
  color: #696969;
}
.list-related-seminars .pagination {
  display: none;
}

.list-seminars-card-s {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 0;
}
@media print, screen and (min-width: 760px) {
  .list-seminars-card-s {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .list-seminars-card-s {
    gap: 30px 40px;
  }
}
.list-seminars-card-s .item {
  display: block;
  border-radius: 5px;
  position: relative;
  text-decoration: none !important;
  background-color: #fff;
  border: 1px #538CAD solid;
}
@media print, screen and (min-width: 760px) {
  .list-seminars-card-s .item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}
.list-seminars-card-s .item:hover {
  color: #242424;
}
.list-seminars-card-s .item.systems_thinking {
  border-color: #538CAD;
}
.list-seminars-card-s .item.leadership {
  border-color: #83884C;
}
.list-seminars-card-s .item.learning_org {
  border-color: #698D7B;
}
.list-seminars-card-s .item.social_innovation {
  border-color: #9E857F;
}
.list-seminars-card-s .item.ca_academy {
  border-color: #89849A;
}
.list-seminars-card-s .item .titleArea {
  padding: 15px 20px;
}
.list-seminars-card-s .item .titleArea.systems_thinking {
  background: url(/shared/img/sem_list_bg01.svg) #538CAD no-repeat right bottom/cover;
}
.list-seminars-card-s .item .titleArea.leadership {
  background: url(/shared/img/sem_list_bg02.svg) #83884C no-repeat right bottom/cover;
}
.list-seminars-card-s .item .titleArea.learning_org {
  background: url(/shared/img/sem_list_bg03.svg) #698D7B no-repeat right bottom/cover;
}
.list-seminars-card-s .item .titleArea.social_innovation {
  background: url(/shared/img/sem_list_bg04.svg) #9E857F no-repeat right bottom/cover;
}
.list-seminars-card-s .item .titleArea.ca_academy {
  background: url(/shared/img/sem_list_bg05.svg) #89849A no-repeat right bottom/cover;
}
.list-seminars-card-s .item .titleArea .title {
  color: #fff;
  font-size: 1.9rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 0;
}
@media print, screen and (min-width: 760px) {
  .list-seminars-card-s .item .titleArea .title {
    font-size: 2.0rem;
  }
}
.list-seminars-card-s .item .titleArea .categoryTitle {
  color: #fff;
  font-size: 1.2rem;
}
.list-seminars-card-s .item .events {
  padding: 15px 20px;
  line-height: 1.3em;
  min-height: 100px;
}
.list-seminars-card-s .item .events .fx {
  margin-bottom: 10px;
}
.list-seminars-card-s .item .events .eventBoshu {
  margin-right: 12px;
}
.list-seminars-card-s .item .events .eventBoshu > span {
  display: block;
  background-color: #D5D5D5;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 0;
  width: 55px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.5em;
}
.list-seminars-card-s .item .events .eventBoshu > span.boshu {
  background-color: #BB2E14;
}
.list-seminars-card-s .item .events .eventDate {
  font-size: 1.1rem;
}
.list-seminars-card-s .item .events .eventDate span {
  font-size: 1.6rem;
}
.list-seminars-card-s .item .events .eventPlace {
  font-size: 1.3rem;
}
.list-seminars-card-s .item .events .note {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.list-seminars-card-s .item .events .noentry {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.list-seminars-card-s .item .btnArea {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  padding: 0 30px;
}
.list-seminars-card-s .item .btnArea span {
  width: 100%;
  height: 43px;
  border-radius: 3px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-size: 1.6rem;
  font-weight: 400;
  color: #242424 !important;
  background: url(/shared/img/i_arrow_bk.svg) no-repeat #fff right 10px center;
}
.list-seminars-card-s .item:hover {
  opacity: 0.7;
}

.list-sp-seminars .item {
  display: block;
  margin-bottom: 20px;
}

.list-leadersmenu .item {
  position: relative;
  display: block;
  padding: 10px 45px 0 12px;
  border-radius: 5px;
  height: 145px;
  margin-bottom: 40px;
  background: url(/shared/img/i_arrow_wh.svg) no-repeat right 17px center;
  background-color: #567DA7;
}
@media print, screen and (min-width: 760px) {
  .list-leadersmenu .item {
    padding: 15px 45px 0 17px;
    height: 157px;
  }
}
.list-leadersmenu .item:nth-of-type(2) {
  background-color: #83884C;
}
.list-leadersmenu .item:nth-of-type(3) {
  background-color: #698D7B;
}
.list-leadersmenu .item:nth-of-type(4) {
  background-color: #907A72;
}
.list-leadersmenu .item:nth-of-type(5) {
  background-color: #7F7691;
}
.list-leadersmenu .item:hover {
  opacity: 0.7;
}
.list-leadersmenu .item a {
  height: 100%;
  text-decoration: none !important;
}
.list-leadersmenu .item .num {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 3.0rem;
  color: #fff;
  margin-bottom: 10px;
}
.list-leadersmenu .item .lead {
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #fff;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 760px) {
  .list-leadersmenu .item .lead {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .list-leadersmenu .item .lead {
    font-size: 1.4rem;
  }
}
.list-leadersmenu .item .title {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4em;
}
@media print, screen and (min-width: 760px) {
  .list-leadersmenu .item .title {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .list-leadersmenu .item .title {
    font-size: 2.0rem;
  }
}

.list-programs .item {
  position: relative;
  background: url(/shared/img/wid_list_programs_bg.svg) #F8F8F8 repeat-x left top;
  padding: 38px 3.94737% 115px 4.60526%;
  margin-bottom: 40px;
}
.list-programs .item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 213px;
  height: 3px;
  background-color: #5B7B7F;
}
.list-programs .item .fx__l {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  .list-programs .item .fx__l {
    width: 250px;
    margin-right: 5.26316%;
  }
}
.list-programs .item .fx__l .thumb {
  text-align: center;
}
.list-programs .item .fx__r .title {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.list-programs .item .fx__r .text {
  font-size: 1.4rem;
  line-height: 2.0em;
}
.list-programs .item .btn {
  position: absolute;
  bottom: 35px;
  right: 4.60526%;
}

.list-contents .item {
  position: relative;
  padding-bottom: 80px;
}
.list-contents .item .fx__l {
  padding-top: 30px;
  background: url(/shared/img/wid_list_contents_bg.svg) no-repeat center top;
}
@media print, screen and (min-width: 760px) {
  .list-contents .item .fx__l {
    padding-top: 73px;
    width: 230px;
    margin-right: 5.88235%;
  }
}
.list-contents .item .fx__l .thumb {
  text-align: center;
}
.list-contents .item .fx__l .thumb img {
  width: 170px;
  border-radius: 100vh;
}
@media print, screen and (min-width: 760px) {
  .list-contents .item .fx__l .thumb img {
    width: 100%;
  }
}
.list-contents .item .fx__r {
  padding-top: 20px;
}
@media print, screen and (min-width: 760px) {
  .list-contents .item .fx__r {
    padding-top: 73px;
  }
}
.list-contents .item .fx__r .title {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.list-contents .item .fx__r .title a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 48px;
  padding-right: 40px;
  color: #242424 !important;
}
@media print, screen and (min-width: 760px) {
  .list-contents .item .fx__r .title a {
    padding-right: 47px;
  }
}
.list-contents .item .fx__r .title a::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 3px;
  background: url(/shared/img/i_arrow_wh.svg) #BB2E14 no-repeat center center;
  display: block;
  border-radius: 100vh;
  width: 33px;
  height: 33px;
}
@media print, screen and (min-width: 760px) {
  .list-contents .item .fx__r .title a::after {
    width: 40px;
    height: 40px;
  }
}
.list-contents .item .fx__r .title a:hover {
  opacity: 0.7;
}
.list-contents .item .fx__r .text {
  font-size: 1.4rem;
  line-height: 2.0em;
  margin-bottom: 40px;
}
.list-contents .item .btn {
  position: absolute;
  bottom: 35px;
  right: 4.60526%;
}

.list-contents-2col .item {
  padding-top: 15px;
  padding-bottom: 10px;
  background: url(/shared/img/i_2line.svg) repeat-x left top;
}
@media print, screen and (min-width: 760px) {
  .list-contents-2col .item {
    padding-top: 30px;
  }
}
.list-contents-2col .item > .title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1.4em;
}
@media print, screen and (min-width: 760px) {
  .list-contents-2col .item > .title {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
}
.list-contents-2col .item > .title a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 48px;
  color: #5B7B7F !important;
  text-decoration: none !important;
  padding-right: 40px;
}
@media print, screen and (min-width: 760px) {
  .list-contents-2col .item > .title a {
    padding-right: 47px;
  }
}
.list-contents-2col .item > .title a:hover {
  opacity: 0.7;
}
.list-contents-2col .item > .title a::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 3px;
  background: url(/shared/img/i_arrow_wh.svg) #BB2E14 no-repeat center center;
  display: block;
  border-radius: 100vh;
  width: 33px;
  height: 33px;
}
@media print, screen and (min-width: 760px) {
  .list-contents-2col .item > .title a::after {
    width: 40px;
    height: 40px;
  }
}
.list-contents-2col .item .text {
  font-size: 1.5rem;
  line-height: 1.8em;
  margin-bottom: 30px;
}

.list-pages {
  border-top: 1px #C7C7C7 solid;
}
.list-pages a {
  display: flex;
  align-items: center;
  background: url(/shared/img/i_arrow.svg) no-repeat left 5px center;
  padding: 0 20px 0 40px;
  height: 60px;
  border-bottom: 1px #C7C7C7 solid;
  color: #242424 !important;
  text-decoration: none !important;
}
.list-pages a:hover {
  background-color: #F5F5F5;
}

.list-pages-2col a {
  display: flex;
  align-items: center;
  background: url(/shared/img/i_arrow.svg) no-repeat left 5px center;
  padding: 0 20px 0 40px;
  height: 60px;
  line-height: 1.4em;
  border-bottom: 1px #C7C7C7 solid;
  color: #242424 !important;
  text-decoration: none !important;
}
.list-pages-2col a:hover {
  background-color: #F5F5F5;
}
.list-pages-2col a:first-child {
  border-top: 1px #C7C7C7 solid;
}
@media print, screen and (min-width: 540px) {
  .list-pages-2col a:nth-child(2) {
    border-top: 1px #C7C7C7 solid;
  }
}

.list-casestudy .item .title {
  font-size: 2.0rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #5B7B7F;
  font-weight: 700;
  border-bottom: 1px #BFBFBF solid;
  padding-bottom: 5px;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 760px) {
  .list-casestudy .item .title {
    padding-bottom: 10px;
  }
}
.list-casestudy .item .title .icon {
  margin-right: 10px;
}
@media print, screen and (max-width: 759px) {
  .list-casestudy .item .title .icon {
    width: 65px;
  }
}
.list-casestudy .item ul li {
  line-height: 1.6em;
}
.list-casestudy .item ul li a {
  color: #242424;
  text-decoration: none;
}
.list-casestudy .item ul li a:hover {
  color: #1073ab;
}

.list-sustaina .item {
  position: relative;
  padding-bottom: 57px;
}
@media print, screen and (min-width: 760px) {
  .list-sustaina .item {
    padding-bottom: 60px;
  }
}
.list-sustaina .item .fx__l {
  padding-top: 40px;
  background: url(/shared/img/wid_list_sustaina_bg.svg) no-repeat center top;
}
@media print, screen and (min-width: 760px) {
  .list-sustaina .item .fx__l {
    padding-top: 73px;
    width: 300px;
    margin-right: 5.43478%;
  }
}
.list-sustaina .item .fx__l .thumb {
  text-align: center;
}
.list-sustaina .item .fx__l .thumb img {
  max-width: 300px;
}
.list-sustaina .item .fx__r {
  padding-top: 30px;
}
@media print, screen and (min-width: 760px) {
  .list-sustaina .item .fx__r {
    padding-top: 73px;
  }
}
.list-sustaina .item .fx__r .title {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.list-sustaina .item .fx__r .text {
  font-size: 1.4rem;
  line-height: 2.0em;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 760px) {
  .list-sustaina .item .fx__r .text {
    padding-bottom: 70px;
  }
}
.list-sustaina .item .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.list-sustaina2 > .title {
  font-size: 2.4rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 760px) {
  .list-sustaina2 > .title {
    margin-bottom: 60px;
    font-size: 2.8rem;
  }
}
.list-sustaina2 .item {
  margin-bottom: 80px;
  padding: 0 2.6362%;
}
.list-sustaina2 .item .inner {
  position: relative;
}
.list-sustaina2 .item .num {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.6rem;
  color: #80A4A9;
}
.list-sustaina2 .item .thumb {
  text-align: center;
  margin-bottom: 15px;
}
.list-sustaina2 .item .thumb img {
  border-radius: 100vh;
  width: 300px;
  height: 200px;
  object-fit: cover;
}
.list-sustaina2 .item .title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4em;
  text-align: center;
}
@media print, screen and (min-width: 760px) {
  .list-sustaina2 .item .title {
    font-size: 2.0rem;
  }
}
.list-sustaina2 .item .title a {
  color: #242424 !important;
  text-decoration: none !important;
}
.list-sustaina2 .item .text {
  font-size: 1.5rem;
  line-height: 1.8em;
  margin-bottom: 30px;
}

.list-columns {
  background-color: #F7F5F2;
  padding: 50px 6.15114% 20px;
}
.list-columns > .title {
  font-size: 2.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-bottom: 40px;
  text-align: center;
}
.list-columns .item {
  position: relative;
  border-top: 1px #5E7B81 solid;
  padding: 30px 0 50px;
  margin-bottom: 30px;
}
.list-columns .item > .title {
  font-size: 2.0rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 30px;
  background: url(/shared/img/wid_list_column_titleicon.png) no-repeat left center;
  padding: 5px 0 5px 40px;
}
.list-columns .item > .title a {
  color: #5B7B7F !important;
}
.list-columns .item > .title a:hover {
  opacity: 0.7;
}
.list-columns .item ul {
  margin-bottom: 30px;
}
.list-columns .item ul li {
  line-height: 1.6em;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.list-columns .item .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.list-movies-top * {
  color: #fff !important;
}
.list-movies-top .item .category {
  margin-bottom: 5px;
}
.list-movies-top .item .thumb {
  margin-bottom: 20px;
  position: relative;
  background-color: #000;
}
.list-movies-top .item .thumb .photo {
  opacity: 0.7;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.list-movies-top .item .thumb .play {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media print, screen and (max-width: 759px) {
  .list-movies-top .item .thumb .play {
    width: 40px;
  }
}
.list-movies-top .item .thumb:hover .photo {
  opacity: 0.9;
}
.list-movies-top .item .category {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 760px) {
  .list-movies-top .item .category {
    font-size: 1.3rem;
  }
}
.list-movies-top .item .title {
  line-height: 1.6em;
  margin-bottom: 40px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 760px) {
  .list-movies-top .item .title {
    font-size: 1.5rem;
  }
}

.list-movies .item {
  margin-bottom: 40px;
}
.list-movies .item .thumbArea {
  display: block;
  margin-bottom: 8px;
  position: relative;
  background-color: #000;
}
.list-movies .item .thumbArea .thumb {
  width: 100%;
  object-fit: cover;
  opacity: 0.7;
  aspect-ratio: 16 / 9;
}
.list-movies .item .thumbArea .play {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.list-movies .item .thumbArea:hover .thumb {
  opacity: 0.9;
}
.list-movies .item .title {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 15px;
}
.list-movies .item .labelArea a {
  color: #242424 !important;
  text-decoration: none !important;
  display: inline-block;
  background-color: #E0E0E0;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1em;
  padding: 8px 10px;
  margin-right: 10px;
}
.list-movies .item .labelArea a:hover {
  opacity: 0.7;
}

.list-books .item {
  position: relative;
  border-top: 1px #BFBFBF solid;
  margin-bottom: 60px;
  padding-top: 25px;
}
.list-books .item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 150px;
  height: 3px;
  background-color: #5B7B7F;
}
.list-books .item .fx__l {
  margin-right: 7.40741%;
}
.list-books .item .fx__l .thumb {
  width: 80px;
}
@media print, screen and (min-width: 760px) {
  .list-books .item .fx__l .thumb {
    width: 150px;
  }
}
.list-books .item .fx__l .thumb img {
  width: 100%;
}
.list-books .item .fx__r {
  position: relative;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 980px) {
  .list-books .item .fx__r {
    padding-bottom: 70px;
  }
}
.list-books .item .fx__r .title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.list-books .item .fx__r .chosha {
  color: #909090;
  font-size: 1.2rem;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.list-books .item .fx__r .chosha p {
  margin-bottom: 0;
}
.list-books .item .fx__r .desc {
  font-size: 1.4rem;
  line-height: 1.6em;
}
.list-books .item .fx__r .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-keywords .item {
  position: relative;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  .list-keywords .item {
    margin-bottom: 40px;
  }
}
.list-keywords .item:nth-child(12n) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 760px) {
  .list-keywords .item:nth-child(12n) {
    margin-bottom: 90px;
  }
}
.list-keywords .item .inner {
  position: relative;
  display: block;
  height: 110px;
  background: url(/shared/img/i_arrow.svg) #e5f0f1 no-repeat right 13px center;
  padding: 35px 40px 15px 20px;
}
.list-keywords .item .inner:hover {
  opacity: 0.7;
}
.list-keywords .item .inner:before {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: #BB2E14;
  position: absolute;
  top: 0;
  left: 20px;
}
.list-keywords .item .inner:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%) rotate(45deg);
}
.list-keywords .item .inner .title {
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 0;
  color: #242424 !important;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1280px) {
  .list-keywords .item .inner .title {
    font-size: 1.8rem;
  }
}
.list-keywords .item .inner .entitle {
  font-size: 1.7rem;
  line-height: 1em;
  font-weight: 400;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #5B7B7F !important;
}
.list-keywords .item .category {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10;
  white-space: nowrap;
  color: #5B7B7F;
  font-size: 1.1rem;
  line-height: 1em;
  padding-left: 18px;
  background: url(/shared/img/i_icon_category.svg) no-repeat left center;
}
@media print, screen and (min-width: 760px) {
  .list-keywords .item .category {
    font-size: 1.1rem;
  }
}
.list-keywords .item .category:hover {
  color: #3b8ca1;
}

.list-rel-keywords .item {
  position: relative;
  display: block;
  height: 74px;
  background: url(/shared/img/i_arrow.svg) #e5f0f1 no-repeat right 10px center;
  margin-bottom: 20px;
  padding: 18px 30px 15px 10px;
}
@media print, screen and (min-width: 760px) {
  .list-rel-keywords .item {
    margin-bottom: 25px;
  }
}
@media print, screen and (max-width: 539px) {
  .list-rel-keywords .item {
    max-width: 280px;
    margin: 0 auto 20px;
  }
}
.list-rel-keywords .item:hover {
  opacity: 0.7;
}
.list-rel-keywords .item::before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #BB2E14;
  position: absolute;
  top: 0;
  left: 10px;
}
.list-rel-keywords .item::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%) rotate(45deg);
}
.list-rel-keywords .item .title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0;
  color: #242424 !important;
}
@media print, screen and (min-width: 760px) {
  .list-rel-keywords .item .title {
    font-size: 1.5rem;
  }
}
.list-rel-keywords .item .entitle {
  font-size: 1.3rem;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #5B7B7F !important;
}

.list-instructor .item {
  padding: 70px 0 60px;
}
.list-instructor .item .inner {
  margin-bottom: 50px;
}
.list-instructor .item .inner .fx__l.thumb {
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (min-width: 540px) {
  .list-instructor .item .inner .fx__l.thumb {
    margin-right: 7.23684%;
    width: 150px;
  }
}
.list-instructor .item .inner .fx__l.thumb img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100vh;
}
@media print, screen and (max-width: 539px) {
  .list-instructor .item .inner .fx__r .fx-v {
    justify-content: center;
  }
}
.list-instructor .item .inner .fx__r .name {
  font-size: 2.6rem;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 0;
}
.list-instructor .item .inner .fx__r .kana {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 2.0rem;
  color: #5B7B7F;
  font-style: italic;
  font-weight: normal;
}
.list-instructor .item .inner .fx__r .job {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 539px) {
  .list-instructor .item .inner .fx__r .job {
    text-align: center;
  }
}
.list-instructor .item .inner .fx__r .field h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.list-instructor .item .inner .fx__r .field pre {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}
.list-instructor .item .profileArea {
  border-top: 1px #BFBFBF solid;
  padding: 20px 15px;
}
.list-instructor .item .profileArea .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}
.list-instructor .item .profileArea .title span {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
}
.list-instructor .item .profileArea .title span::after {
  position: absolute;
  right: 0;
  top: -1px;
  content: url(/shared/img/i_arrow_down.svg);
}
.list-instructor .item .profileArea .title.on span::after {
  content: url(/shared/img/i_arrow_up.svg);
}
.list-instructor .item .profileArea .inner {
  padding-top: 15px;
  display: none;
}
.list-instructor .item .profileArea .more {
  position: absolute;
  right: 15px;
  top: 20px;
}
.list-instructor .item .profileArea .close {
  position: absolute;
  right: 15px;
  top: 20px;
}

.list-officer .item {
  padding: 20px 0 60px;
}
.list-officer .item .inner {
  margin-bottom: 0;
}
.list-officer .item .inner .fx__l.thumb {
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (min-width: 760px) {
  .list-officer .item .inner .fx__l.thumb {
    margin-right: 7.23684%;
    width: 150px;
  }
}
.list-officer .item .inner .fx__l.thumb img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100vh;
}
.list-officer .item .inner .fx__r .fx-v {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 759px) {
  .list-officer .item .inner .fx__r .fx-v {
    justify-content: center;
  }
}
.list-officer .item .inner .fx__r .name {
  font-size: 2.6rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #242424;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 0;
}
.list-officer .item .inner .fx__r .kana {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 2.0rem;
  color: #5B7B7F;
  font-style: italic;
  font-weight: normal;
}

.list-faq {
  margin-bottom: 80px;
}
.list-faq .item {
  border-top: 1px #BCBCBC solid;
  padding: 25px 10px 10px 35px;
  position: relative;
}
@media print, screen and (min-width: 760px) {
  .list-faq .item {
    padding: 25px 10px 10px 75px;
  }
}
.list-faq .item:last-child {
  border-bottom: 1px #BCBCBC solid;
}
.list-faq .item .que {
  position: relative;
  padding-right: 25px;
}
@media print, screen and (min-width: 760px) {
  .list-faq .item .que {
    padding-right: 50px;
  }
}
.list-faq .item .que:before, .list-faq .item .que:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #3E3E3E;
  top: 50%;
  right: 0;
  transition: 0.5s ease;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 760px) {
  .list-faq .item .que:before, .list-faq .item .que:after {
    right: 5px;
    width: 25px;
  }
}
.list-faq .item .que:after {
  transform: translateY(-50%) rotate(90deg);
}
.list-faq .item .que.on:after {
  transform: translateY(-50%) rotate(0);
  transition: 0.5s ease;
}
.list-faq .item .que:hover {
  cursor: pointer;
}
.list-faq .item .que h2 {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: normal;
}
@media print, screen and (min-width: 760px) {
  .list-faq .item .que h2 {
    font-size: 1.9rem;
  }
}
.list-faq .item .que h2:before {
  position: absolute;
  content: 'Q.';
  font-size: 2.4rem;
  font-weight: 500;
  font-family: serif;
  color: #5B7B7F;
  right: calc(100% + 5px);
  top: 0;
}
@media print, screen and (min-width: 760px) {
  .list-faq .item .que h2:before {
    font-size: 3.2rem;
    right: calc(100% + 15px);
  }
}
.list-faq .item .wrap {
  display: none;
  padding-top: 15px;
}
.list-faq .item .wrap .ans {
  position: relative;
  padding-right: 25px;
}
@media print, screen and (min-width: 760px) {
  .list-faq .item .wrap .ans {
    padding-right: 50px;
  }
}
.list-faq .item .wrap .ans a {
  text-decoration: underline;
}
.list-faq .item .wrap .ans:before {
  position: absolute;
  content: 'A.';
  font-size: 2.4rem;
  font-weight: 500;
  font-family: serif;
  color: #BB2E14;
  right: calc(100% + 5px);
  top: 0;
}
@media print, screen and (min-width: 760px) {
  .list-faq .item .wrap .ans:before {
    font-size: 3.2rem;
    right: calc(100% + 15px);
  }
}
.list-faq .item .wrap .close {
  position: relative;
  cursor: pointer;
  height: 33px;
}
.list-faq .item .wrap .close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid #707070;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 1px 0 0 1px;
  top: 16px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.list-systemarchetypes .item {
  margin-bottom: 80px;
}
.list-systemarchetypes .item .num {
  margin-top: -50px;
  font-size: 3.0rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #5B7B7F;
  font-weight: 400;
  padding: 0 20px 5px;
}
.list-systemarchetypes .item a {
  display: block;
  background-color: #fff;
}
.list-systemarchetypes .item a:hover {
  opacity: 0.7;
}
.list-systemarchetypes .item .title {
  background: url(/shared/img/i_arrow_wh.svg) #5B7B7F no-repeat right 20px center;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 500;
  height: 65px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0 20px;
}
.list-systemarchetypes .item .story {
  padding: 20px 20px 30px;
  line-height: 1.6em;
  font-size: 1.4rem;
  color: #242424;
}
.list-systemarchetypes .item .story h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.list-systemarchetypes-sm .item {
  margin-bottom: 20px;
  border-top: 1px #DBDBDB solid;
  background: url(/shared/img/i_arrow.svg) #F5F5F5 no-repeat right 10px center;
  height: 55px;
  padding: 10px 40px 10px 12px;
}
@media print, screen and (min-width: 760px) {
  .list-systemarchetypes-sm .item {
    height: 78px;
    padding: 10px 50px 10px 20px;
    background-position: right 20px center;
    margin-bottom: 30px;
  }
}
.list-systemarchetypes-sm .item:hover {
  opacity: 0.7;
}
.list-systemarchetypes-sm .item .num {
  font-size: 2.4rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #5B7B7F;
  font-weight: 400;
  margin-right: 10px;
}
@media print, screen and (min-width: 760px) {
  .list-systemarchetypes-sm .item .num {
    font-size: 2.6rem;
    margin-right: 14px;
  }
}
.list-systemarchetypes-sm .item .title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media print, screen and (min-width: 760px) {
  .list-systemarchetypes-sm .item .title {
    font-size: 1.6rem;
  }
}

.list-search .item {
  margin-bottom: 50px;
}
.list-search .item .blog {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
.list-search .item .title {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.list-search .item .title a {
  color: #1073ab;
}
.list-search .item .title a:hover {
  color: #799b35;
}
.list-search .item .url {
  color: #939393;
  font-size: 1.4rem;
  margin-bottom: 3px;
}
.list-search .item .desc {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-bottom: 0;
}

.list-rel-news .item {
  display: block;
  padding-left: 36px;
}
.list-rel-news .date {
  color: #696969;
  font-size: 1.3rem;
  line-height: 1.6em;
}
.list-rel-news h4 {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.6em;
}

/* #widget */
.widget-mailmagazine {
  padding: 20px 0 35px;
  border-top: 1px #BFBFBF solid;
  background-color: #fff;
}
.widget-mailmagazine .fx__l {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 760px) {
  .widget-mailmagazine .fx__l {
    width: 60.52632%;
    margin-bottom: 0;
    margin-right: 60px;
  }
}
.widget-mailmagazine .fx__l .widTitle {
  font-size: 3.2rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  margin-bottom: 0px;
  line-height: 1.3em;
}
@media print, screen and (min-width: 760px) {
  .widget-mailmagazine .fx__l .widTitle {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .widget-mailmagazine .fx__l .widTitle {
    font-size: 3.6rem;
  }
}
.widget-mailmagazine .fx__l .ja {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  .widget-mailmagazine .fx__l .ja {
    font-size: 1.4rem;
  }
}
.widget-mailmagazine .fx__l .text {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.widget-mailmagazine .fx__r {
  position: relative;
  text-align: center;
}
.widget-mailmagazine .fx__r a {
  /*
  border-top: 3px #83884C solid;
  background-color: #F5F5F5;
  padding:30px percentage(30 / 390);
  */
}
@media print, screen and (min-width: 760px) {
  .widget-mailmagazine .fx__r a {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.widget-keywords {
  padding: 40px 0 50px;
  border-top: 1px #BFBFBF solid;
  background-color: #fff;
}
.widget-keywords .widTitle {
  font-size: 3.4rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 760px) {
  .widget-keywords .widTitle {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .widget-keywords .widTitle {
    font-size: 3.8rem;
  }
}
.widget-keywords .ja {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.widget-keywords .btn3 {
  margin-top: 5px;
}

.widget-related-books {
  padding: 0 0 30px;
  background-color: #fff;
}
.widget-related-books .copy {
  position: relative;
  background-color: #C7E3E6;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 35px;
}
.widget-related-books .copy h2 {
  font-size: 2.4rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-bottom: 0px;
}
.widget-related-books .inner {
  padding-bottom: 90px;
}
@media print, screen and (min-width: 980px) {
  .widget-related-books .inner {
    padding-bottom: 70px;
  }
}
.widget-related-books .inner .widTitle {
  font-size: 3.4rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  margin-bottom: 15px;
  line-height: 1em;
}
@media print, screen and (min-width: 760px) {
  .widget-related-books .inner .widTitle {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .widget-related-books .inner .widTitle {
    font-size: 3.8rem;
  }
}
.widget-related-books .inner .ja {
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 980px) {
  .widget-related-books .fx__l {
    width: 250px;
  }
}
.widget-related-books .fx__l .text {
  line-height: 1.6em;
  margin-bottom: 30px;
}
.widget-related-books .slideshow .item {
  display: none;
  padding: 0 15px;
}
@media print, screen and (min-width: 980px) {
  .widget-related-books .slideshow .item {
    padding: 0 0 0 40px;
  }
}
.widget-related-books .slideshow .item .thumb {
  text-align: center;
}
.widget-related-books .slideshow .item .thumb img {
  width: auto;
  height: auto;
}
.widget-related-books .slideshow .item .title {
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #242424 !important;
  white-space: normal;
}
.widget-related-books .next {
  position: absolute;
  right: 0;
  bottom: 0;
}
.widget-related-books .prev {
  position: absolute;
  right: 60px;
  bottom: 0;
}
.widget-related-books .btn3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.seminarArea {
  padding: 50px 0 60px;
}
.seminarArea .titleArea {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}
@media print, screen and (min-width: 540px) {
  .seminarArea .titleArea {
    margin-bottom: 25px;
  }
}
.seminarArea .titleArea .secTitle {
  font-size: 4.6rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  margin-bottom: 0px;
  line-height: 1em;
  margin-right: 20px;
  margin-bottom: 13px;
}
.seminarArea .titleArea .ja {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 20px;
}
.seminarArea .titleArea .boshu {
  background-color: #BB2E14;
  width: 85px;
  height: 32px;
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.seminarArea .linkSchedule {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 980px) {
  .seminarArea .linkSchedule {
    margin: 0;
    position: absolute;
    right: 230px;
    top: 5px;
  }
}
.seminarArea .linkSchedule img {
  vertical-align: middle;
  margin-right: 7px;
}
.seminarArea .linkCalendar {
  display: inline-block;
}
@media print, screen and (min-width: 980px) {
  .seminarArea .linkCalendar {
    position: absolute;
    right: 0px;
    top: 5px;
  }
}
.seminarArea .linkCalendar img {
  vertical-align: middle;
  margin-right: 7px;
}
.seminarArea .mainArea > .fx__l {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 760px) {
  .seminarArea .mainArea > .fx__r {
    width: 210px;
    margin-left: 6.15114%;
  }
}
@media print, screen and (min-width: 760px) {
  .seminarArea .mainArea > .fx__r .seminarLinks {
    margin-left: 0 !important;
  }
}
.seminarArea .mainArea > .fx__r .seminarLinks a {
  display: block;
  height: 55px;
  border-radius: 5px;
  padding: 0 25px 0 15px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  line-height: 1.5em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
  background: url(/shared/img/i_arrow_sm_wh.svg) #538CAD no-repeat right 10px center;
}
.seminarArea .mainArea > .fx__r .seminarLinks a.systems_thinking {
  background-color: #538CAD;
}
.seminarArea .mainArea > .fx__r .seminarLinks a.leadership {
  background-color: #83884C;
}
.seminarArea .mainArea > .fx__r .seminarLinks a.learning_org {
  background-color: #698D7B;
}
.seminarArea .mainArea > .fx__r .seminarLinks a.social_innovation {
  background-color: #9E857F;
}
.seminarArea .mainArea > .fx__r .seminarLinks a.ca_academy {
  background-color: #89849A;
}
@media print, screen and (max-width: 539px) {
  .seminarArea .mainArea > .fx__r .seminarLinks a {
    width: 100%;
  }
}
@media print, screen and (min-width: 760px) {
  .seminarArea .mainArea > .fx__r .seminarLinks a {
    width: 100%;
    margin-left: 0;
  }
}
.seminarArea .mainArea > .fx__r .seminarLinks a:hover {
  opacity: 0.7;
}

.widget-seminars {
  padding: 30px 0 50px;
}
.widget-seminars .titleArea {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}
@media print, screen and (min-width: 540px) {
  .widget-seminars .titleArea {
    margin-bottom: 25px;
  }
}
.widget-seminars .titleArea .secTitle {
  font-size: 3.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  margin-bottom: 0px;
  line-height: 1em;
  margin-right: 20px;
  margin-bottom: 13px;
}
.widget-seminars .titleArea .ja {
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 20px;
}
.widget-seminars .titleArea .boshu {
  background-color: #BB2E14;
  width: 85px;
  height: 25px;
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
}
.widget-seminars .linkSchedule {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 980px) {
  .widget-seminars .linkSchedule {
    margin: 0;
    position: absolute;
    right: 180px;
    top: 5px;
  }
}
.widget-seminars .linkSchedule img {
  vertical-align: middle;
  margin-right: 5px;
}
.widget-seminars .linkCalendar {
  display: inline-block;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 980px) {
  .widget-seminars .linkCalendar {
    position: absolute;
    right: 0px;
    top: 5px;
  }
}
.widget-seminars .linkCalendar img {
  vertical-align: middle;
  margin-right: 5px;
}

/*
.widget-related-books {
  padding: 0 0 50px;
  .copy {
    position: relative;
    background-color: #C7E3E6;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 80px;
    h2 {
      font-size:2.4rem;
      font-family: $font-mincho;
      font-weight: 700;
      color:$color-main;
      margin-bottom: 0px;
    }
  }
  .fx__l {
    width: 360px;
  }
  .widTitle {
    font-size:4.0rem;
    font-family: $font-mincho;
    font-weight: 400;
    color:$color-main;
    margin-bottom: 0px;
    line-height: 1.2em;
  }
  .ja {
    font-size:1.4rem;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .slideshow {
    .item {
      display: none;
      padding:0 0 0 40px;
      .thumb {
        text-align: center;
        margin-bottom: 20px;
        img {
          width: auto; height: 200px;
        }
      }
      .title {
        font-size: 1.4rem;
        line-height: 1.5em;
        font-weight: 500;
        color: $font-color !important;
        white-space:normal;
      }
    }
  }
  .next {
    position: absolute;
    right:0;
    bottom:0;
  }
  .prev {
    position: absolute;
    right:60px;
    bottom:0;
  }
}
*/
/* container */
#container {
  position: relative;
  min-width: 320px;
  overflow: hidden;
  background-color: #e5f0f1;
  padding-top: 70px;
}
@media print, screen and (min-width: 760px) {
  #container {
    padding-top: 147px;
  }
}
@media print {
  #container {
    width: 1100px;
  }
}
#container.nd {
  padding-top: 0;
}

body.spMenuOn #container {
  overflow: hidden;
}

/* header */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #e5f0f1;
  border-bottom: 1px #7B7B7B solid;
  /* サポートナビ */
}
@media print, screen and (min-width: 760px) {
  #header {
    position: absolute;
  }
}
@media print {
  #header {
    position: absolute;
  }
}
@media print, screen and (min-width: 760px) {
  #header {
    height: 147px;
  }
}
#header:hover {
  background-color: #e5f0f1;
  position: fixed !important;
  transition: top 150ms 0s ease;
  top: 0 !important;
}
#header.fixed {
  position: fixed;
  background: none;
  background-color: #e5f0f1;
}
@media print, screen and (min-width: 760px) {
  #header.fixed {
    top: -92px;
  }
}
#header * {
  transition: filter 300ms;
}
#header .siteTitle {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 190px;
  line-height: 1em;
  margin-bottom: 0;
}
@media print, screen and (min-width: 400px) {
  #header .siteTitle {
    top: 10px;
    width: 208px;
  }
}
@media print, screen and (min-width: 760px) {
  #header .siteTitle {
    top: 19px;
    left: 8px;
    width: 283px;
  }
}
@media print, screen and (min-width: 980px) {
  #header .siteTitle {
    left: 25px;
  }
}
@media print, screen and (min-width: 1077px) {
  #header .siteTitle {
    top: 16px;
    width: auto;
    left: 40px;
  }
}
#header .supportNav {
  display: none;
}
@media print, screen and (min-width: 760px) {
  #header .supportNav {
    display: flex;
    align-items: center;
    height: 36px;
    position: absolute;
    right: 21px;
    top: 62px;
  }
}
@media print, screen and (min-width: 760px) and (min-width: 980px) {
  #header .supportNav {
    right: 357px;
    top: 31px;
  }
}
@media print, screen and (min-width: 760px) and (min-width: 1077px) {
  #header .supportNav {
    right: 397px;
  }
}

#header .supportNav > ul {
  margin: 0;
  padding: 0;
}
#header .supportNav > ul > li {
  position: relative;
  list-style: none;
  margin: 0;
  margin-left: 25px;
  font-weight: normal;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 1077px) {
  #header .supportNav > ul > li {
    font-size: 1.2rem;
  }
}
#header .supportNav > ul > li:last-child {
  margin-right: 0;
}
#header .supportNav > ul > li a {
  white-space: nowrap;
}
#header .supportNav > ul > li a:hover {
  text-decoration: none;
  color: #5B7B7F;
}
#header .searchBtn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 133px;
  top: 15px;
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 760px) {
  #header .searchBtn {
    display: none;
  }
}
#header .searchBtn:hover {
  opacity: 0.7;
}
#header .search {
  display: none;
}
@media print, screen and (min-width: 760px) {
  #header .search {
    display: block;
    position: absolute;
    right: 140px;
    top: 20px;
  }
}
@media print, screen and (min-width: 980px) {
  #header .search {
    right: 164px;
    top: 30px;
  }
}
#header .search input {
  width: 170px;
  height: 36px;
  border: none;
  border-radius: 100vh;
  font-size: 1.2rem;
  padding-left: 35px;
  background: url(/shared/img/hd_search_icon.svg) no-repeat #fff left 12px center;
}
@media print, screen and (min-width: 1077px) {
  #header .search input {
    width: 207px;
  }
}
#header .language {
  display: flex;
  align-items: center;
  position: absolute;
  right: 73px;
  top: 17px;
  height: 36px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 760px) {
  #header .language {
    right: 70px;
    top: 20px;
  }
}
@media print, screen and (min-width: 980px) {
  #header .language {
    right: 90px;
    top: 31px;
  }
}
#header .language > ul {
  padding: 0;
  margin: 0;
}
#header .language > ul > li {
  position: relative;
  list-style: none;
  margin: 0;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
#header .language > ul > li a {
  display: inline-block;
  text-align: center;
  width: 20px;
}
#header .language > ul > li a:hover {
  text-decoration: none;
  color: #5B7B7F;
  border-bottom: 2px #BB2E14 solid;
}
#header .language > ul > li a.jp {
  border-bottom: 2px #BB2E14 solid;
}

/* グローバルナビ */
#globalNav {
  display: none;
}
@media print, screen and (min-width: 760px) {
  #globalNav {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    padding: 0 2.34375%;
  }
}
@media print, screen and (min-width: 760px) and (min-width: 980px) {
  #globalNav {
    padding: 0 5.46875%;
  }
}

#globalNav > ul {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1280px) {
  #globalNav > ul {
    width: 1138px;
  }
}
#globalNav > ul > li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
}
@media print, screen and (min-width: 1280px) {
  #globalNav > ul > li {
    font-size: 1.5rem;
  }
}
#globalNav > ul > li:last-child {
  margin-right: 0;
}
#globalNav > ul > li a {
  display: inline-block;
  color: #242424 !important;
  text-decoration: none !important;
  height: 100%;
  padding-top: 15px;
}
#globalNav > ul > li a:hover {
  color: #5C7B80 !important;
  border-bottom: 4px #BB2E14 solid;
}

/* ハンバーガーボタン */
#spMenu, #spMenuClose {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 8px;
  top: 4px;
  line-height: 1em;
  text-decoration: none;
  width: 60px;
  height: 60px;
  /*
  transform: scale(0.83333,0.83333);
  @media print, screen and (min-width: 980px) {
    transform: scale(1,1);
  }
  */
}
@media print, screen and (min-width: 760px) {
  #spMenu, #spMenuClose {
    right: 7px;
    top: 7px;
  }
}
@media print, screen and (min-width: 980px) {
  #spMenu, #spMenuClose {
    right: 25px;
    top: 18px;
  }
}
#spMenu:hover > .bar, #spMenuClose:hover > .bar {
  background-color: #5B7B7F;
}
#spMenu > .bar, #spMenuClose > .bar {
  transition: transform 200ms 0s ease;
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: #000;
}
#spMenu > .bar:nth-child(1), #spMenuClose > .bar:nth-child(1) {
  top: 35%;
}
#spMenu > .bar:nth-of-type(2), #spMenuClose > .bar:nth-of-type(2) {
  top: 48.33333%;
}
#spMenu > .bar:nth-of-type(3), #spMenuClose > .bar:nth-of-type(3) {
  top: 61.66667%;
  width: 33%;
}
#spMenu .text, #spMenuClose .text {
  position: absolute;
  left: 20%;
  top: 75%;
}
#spMenu.clk:hover, #spMenuClose.clk:hover {
  opacity: 0.7;
}
#spMenu.clk > .bar, #spMenuClose.clk > .bar {
  background-color: #fff;
}
#spMenu.clk > .bar:nth-of-type(1), #spMenuClose.clk > .bar:nth-of-type(1) {
  top: 50%;
  transform: rotate(-20deg);
}
#spMenu.clk > .bar:nth-of-type(2), #spMenuClose.clk > .bar:nth-of-type(2) {
  display: none;
}
#spMenu.clk > .bar:nth-of-type(3), #spMenuClose.clk > .bar:nth-of-type(3) {
  top: 50%;
  transform: rotate(20deg);
  width: 50%;
}

.searchBox {
  display: none;
  position: fixed;
  left: 0;
  top: 70px;
  background-color: #5B7B7F;
  padding: 15px 20px;
  width: 100%;
}
.searchBox input {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 100vh;
  margin: 0;
  font-size: 1.4rem;
  padding-left: 35px;
  background: url(/shared/img/hd_search_icon.svg) no-repeat #fff left 12px center;
}

#content {
  min-height: calc(100vh - 400px);
  background-color: #fff;
  position: relative;
}

.breadcrumb {
  display: none;
}
@media print, screen and (min-width: 760px) {
  .breadcrumb {
    display: flex;
    align-items: center;
    background-color: #F2F7F8;
    width: 100%;
    height: 47px;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}
.breadcrumb span, .breadcrumb a:not(:first-child) {
  display: inline;
  margin-left: 10px;
}
.breadcrumb span::before, .breadcrumb a:not(:first-child)::before {
  content: url(/shared/img/i_bc_arrow.svg);
  vertical-align: middle;
  margin-right: 10px;
}

.heroArea {
  background-color: #E5F0F1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  line-height: 1.4em;
  border-bottom: 1px #BFBFBF solid;
  padding-top: 5px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 760px) {
  .heroArea {
    margin-bottom: 80px;
    height: 140px;
  }
}
.heroArea .title {
  font-size: 2.0rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #242424;
  margin-bottom: 5px;
  line-height: 1em;
}
@media print, screen and (min-width: 760px) {
  .heroArea .title {
    font-size: 3.0rem;
    margin-bottom: 8px;
  }
}
.heroArea .en {
  font-size: 1.6rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  padding-left: 3px;
}
@media print, screen and (min-width: 760px) {
  .heroArea .en {
    font-size: 2.0rem;
    padding-left: 10px;
  }
}
.heroArea h2 {
  font-size: 2.3rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 980px) {
  body.indexPage .heroArea {
    height: 180px;
  }
}
@media print, screen and (max-width: 539px) {
  body.indexPage .heroArea {
    height: 266px;
    background-position: center bottom !important;
  }
}
@media print, screen and (max-width: 539px) {
  body.indexPage .heroArea .w-1138 {
    margin: 0 auto 120px;
    text-align: center;
  }
}
@media print, screen and (min-width: 980px) {
  body.indexPage .heroArea .title {
    font-size: 3.4rem;
  }
}
@media print, screen and (max-width: 539px) {
  body.indexPage .heroArea .title {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 980px) {
  body.indexPage .heroArea .en {
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 539px) {
  body.indexPage .heroArea .en {
    font-size: 1.9rem;
  }
}

/*
.heroAreaPsTop {
	background-color: #E5F0F1;
	display: flex;
	align-items: center;
	width:100%;
	border-bottom: 1px #BFBFBF solid;
	margin-bottom: 80px;
	padding: 65px 0 75px;
	.title {
		font-size: 3.6rem;
		font-family: $font-mincho;
		font-weight: 700;
		color:#242424;
		margin-bottom: 50px;
		line-height: 1em;
	}
	h2 {
		font-size:2.3rem;
		font-family: $font-mincho;
		font-weight: 700;
		color:$color-main;
		margin-bottom: 10px;
	}
	.lead {
		max-width: 600px;
		font-size:1.4rem;
		line-height: 1.8em;
		padding-left: 3px;
	}
}
*/
.heroAreaPsTop {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px #BFBFBF solid;
  background: url(/shared/img/ps_mainimage_bg_sp.svg) #e5f0f1 no-repeat center top/cover;
}
@media print, screen and (min-width: 760px) {
  .heroAreaPsTop {
    margin-top: 0;
    padding-bottom: 0;
    height: 444px;
    background: url(/shared/img/ps_mainimage_bg.svg) #e5f0f1 center bottom;
  }
}
.heroAreaPsTop .image {
  width: 100%;
  margin-bottom: 35px;
}
.heroAreaPsTop .inner {
  height: 100%;
}
@media print, screen and (min-width: 760px) {
  .heroAreaPsTop .inner {
    padding: 70px 0 0;
  }
}
.heroAreaPsTop .inner .title {
  line-height: 1em;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 760px) {
  .heroAreaPsTop .inner .title {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 759px) {
  .heroAreaPsTop .inner .title img {
    height: 40px;
  }
}
.heroAreaPsTop .inner h2 {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-bottom: 13px;
}
@media print, screen and (min-width: 760px) {
  .heroAreaPsTop .inner h2 {
    max-width: 500px;
    font-size: 2.2rem;
    text-shadow: -1px -1px 0 #e5f0f1, -1px 0 0 #e5f0f1, -1px 1px 0 #e5f0f1, 0 -1px 0 #e5f0f1, 0 1px 0 #e5f0f1, 1px -1px 0 #e5f0f1, 1px 0 0 #e5f0f1, 1px 1px 0 #e5f0f1;
  }
}
.heroAreaPsTop .inner .lead {
  font-size: 1.2rem;
  line-height: 1.6em;
  padding-left: 3px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  .heroAreaPsTop .inner .lead {
    max-width: 500px;
    font-size: 1.4rem;
    line-height: 1.8em;
    text-shadow: -1px -1px 0 #e5f0f1, -1px 0 0 #e5f0f1, -1px 1px 0 #e5f0f1, 0 -1px 0 #e5f0f1, 0 1px 0 #e5f0f1, 1px -1px 0 #e5f0f1, 1px 0 0 #e5f0f1, 1px 1px 0 #e5f0f1;
  }
}

.heroAreaPs {
  background-color: #E5F0F1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  line-height: 1.4em;
  border-bottom: 1px #BFBFBF solid;
  padding-top: 5px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 760px) {
  .heroAreaPs {
    margin-bottom: 80px;
    height: 140px;
  }
}
.heroAreaPs .title {
  margin-bottom: 6px;
  line-height: 1em;
}
@media print, screen and (min-width: 760px) {
  .heroAreaPs .title {
    margin-bottom: 10px;
  }
}
.heroAreaPs .title img {
  height: 28px;
}
@media print, screen and (min-width: 760px) {
  .heroAreaPs .title img {
    height: 38px;
  }
}
.heroAreaPs h2 {
  font-size: 1.6rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-bottom: 0;
}
@media print, screen and (min-width: 760px) {
  .heroAreaPs h2 {
    font-size: 1.9rem;
  }
}

.heroAreaBooks {
  background-color: #5B7B7F;
  display: flex;
  align-items: center;
  width: 100%;
  height: 115px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 760px) {
  .heroAreaBooks {
    margin-bottom: 70px;
  }
}
.heroAreaBooks .fx {
  align-items: baseline;
}
.heroAreaBooks .title {
  font-size: 4.0rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  margin-bottom: 0;
  margin-right: 25px;
}
@media print, screen and (min-width: 760px) {
  .heroAreaBooks .title {
    font-size: 4.4rem;
  }
}
@media print, screen and (min-width: 980px) {
  .heroAreaBooks .title {
    font-size: 5.2rem;
  }
}
.heroAreaBooks .ja {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #fff;
  line-height: 1em;
}

.heroAreaKeywords {
  background-color: #5B7B7F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 760px) {
  .heroAreaKeywords {
    height: 140px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 980px) {
  .heroAreaKeywords {
    height: 180px;
  }
}
.heroAreaKeywords .title {
  font-size: 4.0rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 760px) {
  .heroAreaKeywords .title {
    font-size: 4.4rem;
  }
}
@media print, screen and (min-width: 980px) {
  .heroAreaKeywords .title {
    font-size: 5.0rem;
  }
}
.heroAreaKeywords .ja {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.4em;
}
@media print, screen and (min-width: 760px) {
  .heroAreaKeywords .ja {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 980px) {
  .heroAreaKeywords .ja {
    font-size: 2.0rem;
  }
}

.heroAreaInfo {
  background-color: #5B7B7F;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  height: 90px;
}
@media print, screen and (min-width: 760px) {
  .heroAreaInfo {
    height: 115px;
  }
}
.heroAreaInfo .fx {
  align-items: baseline;
}
.heroAreaInfo .title {
  font-size: 2.0rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  margin-bottom: 0;
}
@media print, screen and (min-width: 760px) {
  .heroAreaInfo .title {
    font-size: 3.0rem;
  }
}

.pageTitle {
  border-top: 4px #5B7B7F solid;
  border-bottom: 1px #5B7B7F solid;
  padding: 20px 5px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 760px) {
  .pageTitle {
    margin-bottom: 60px;
  }
}
.pageTitle h1 {
  margin: 0 0 0 3px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F !important;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 760px) {
  .pageTitle h1 {
    font-size: 2.8rem;
  }
}

.pageTitleArea {
  position: relative;
  background-color: #e5f0f1;
  height: 110px;
  display: flex;
  align-items: center;
  padding: 10px 150px 10px 15px;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleArea {
    padding: 10px 150px 10px 23px;
    height: 180px;
    margin-bottom: 50px;
  }
}
.pageTitleArea::before {
  position: absolute;
  left: 15px;
  top: 0;
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background-color: #5B7B7F;
}
@media print, screen and (min-width: 760px) {
  .pageTitleArea::before {
    left: 23px;
    width: 100px;
  }
}
.pageTitleArea h1 {
  color: #5B7B7F;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 2.1rem;
}
@media print, screen and (min-width: 760px) {
  .pageTitleArea h1 {
    font-size: 2.8rem;
  }
}

body.sustaina_limitofgrowth .pageTitleArea h1,
body.sustaina_theoryofchange .pageTitleArea h1,
body.system_approach_index .pageTitleArea h1 {
  color: #fff;
}

body.sustaina_limitofgrowth .pageTitleArea::before {
  background-color: #E5F0F1;
}

.pageTitleArea3rd {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleArea3rd {
    margin-bottom: 60px;
  }
}
.pageTitleArea3rd .category {
  color: #5B7B7F;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  margin-bottom: 8px;
}
.pageTitleArea3rd .category:hover {
  opacity: 0.7;
}
.pageTitleArea3rd .inner {
  border-top: 4px #5B7B7F solid;
  border-bottom: 1px #5B7B7F solid;
  padding: 25px 5px;
}
.pageTitleArea3rd .inner h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #5B7B7F;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  margin-bottom: 0;
  line-height: 1em;
  margin-right: 20px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleArea3rd .inner h1 {
    font-size: 3.0rem;
  }
}
.pageTitleArea3rd .inner .icon {
  margin: 0 10px 0 5px;
}
@media print, screen and (max-width: 759px) {
  .pageTitleArea3rd .inner .icon {
    margin: 0 10px 0 0;
    width: 60px;
  }
}

.pageTitleAreaNews {
  padding: 30px 0 20px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaNews {
    padding: 60px 0 40px;
  }
}
.pageTitleAreaNews .boshu {
  background-color: #BB2E14;
  width: 60px;
  height: 27px;
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  margin-right: 20px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaNews .boshu {
    width: 85px;
    height: 32px;
  }
}
.pageTitleAreaNews .eventDate {
  padding-top: 3px;
  color: #5B7B7F;
}
.pageTitleAreaNews .eventDate .date {
  font-size: 1.3rem;
  font-weight: 400;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaNews .eventDate .date {
    font-size: 1.6rem;
  }
}
.pageTitleAreaNews .eventDate .date span {
  font-family: "Poppins", sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  display: inline-block;
  margin: 0 1px 0 2px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaNews .eventDate .date span {
    font-size: 2.8rem;
  }
}
.pageTitleAreaNews .eventDate .date span:first-child {
  margin-left: 0;
}
.pageTitleAreaNews .title {
  color: #242424 !important;
  font-size: 2.3rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaNews .title {
    font-size: 3.2rem;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
}
.pageTitleAreaNews .date {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaNews .date {
    font-size: 1.4rem;
  }
}
.pageTitleAreaNews .category a {
  line-height: 1em;
  border-radius: 100vh;
  display: inline-block;
  margin-right: 5px;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  color: #242424 !important;
  font-size: 1.1rem;
  padding: 8px 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaNews .category a {
    font-size: 1.3rem;
    padding: 10px 13px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.pageTitleAreaNews .category a:hover {
  opacity: 0.7;
}

.pageTitleAreaSem {
  padding: 30px 0 20px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaSem {
    padding: 60px 0 40px;
  }
}
.pageTitleAreaSem .boshu {
  background-color: #BB2E14;
  width: 60px;
  height: 27px;
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  margin-right: 20px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaSem .boshu {
    width: 85px;
    height: 32px;
  }
}
.pageTitleAreaSem .end {
  background-color: #BBB;
  color: #fff !important;
  width: 60px;
  height: 27px;
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.2rem;
  margin-right: 20px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaSem .end {
    width: 85px;
    height: 32px;
  }
}
.pageTitleAreaSem .eventDate {
  padding-top: 3px;
  color: #5B7B7F;
}
.pageTitleAreaSem .eventDate .date {
  font-size: 1.3rem;
  font-weight: 400;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaSem .eventDate .date {
    font-size: 1.6rem;
  }
}
.pageTitleAreaSem .eventDate .date span {
  font-family: "Poppins", sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  display: inline-block;
  margin: 0 1px 0 2px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaSem .eventDate .date span {
    font-size: 2.8rem;
  }
}
.pageTitleAreaSem .eventDate .date span:first-child {
  margin-left: 0;
}
.pageTitleAreaSem .title {
  color: #242424 !important;
  font-size: 2.3rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaSem .title {
    font-size: 3.2rem;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
}
.pageTitleAreaSem .place {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaSem .place {
    font-size: 1.4rem;
  }
}
.pageTitleAreaSem .category a {
  line-height: 1em;
  border-radius: 100vh;
  display: inline-block;
  margin-right: 5px;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  color: #242424 !important;
  font-size: 1.1rem;
  padding: 8px 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaSem .category a {
    font-size: 1.3rem;
    padding: 10px 13px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.pageTitleAreaSem .category a:hover {
  opacity: 0.7;
}

.pageBody {
  /*
  table {
    width:100%;
    border: none;
    border-spacing:0;
    word-wrap: break-word;
    background-color: #fff;
    border-top: 1px $color-line solid;
    @media print, screen and (min-width: 760px) {
      border-left: 1px $color-line solid;
    }
    th,& td {
      border: none;
      padding:10px;
      display:block;
      &:last-child {
        border-bottom: 1px $color-line solid;
      }
      @media print, screen and (max-width: 759px) {
        width: 100%;
      }
      @media print, screen and (min-width: 760px) {
        border-right: 1px $color-line solid;
        border-bottom: 1px $color-line solid;
        display:table-cell;
      }
      * {
       line-height:1.7em;
      }
      p {
        margin-bottom: 20px;
      }
      img {
        @media print, screen and (min-width: 760px) {
          max-width: none;
        }
      }
    }
    th {
      text-align: left;
      font-weight: bold;
      margin-bottom:5px;
      vertical-align: top;
      position:relative;
      border-bottom: 1px $color-line solid;
      @media print, screen and (min-width: 760px) {
        font-weight:normal; 
        margin-bottom: 0;
      }
    }
    td {
      margin-bottom:0;
      vertical-align: top;
      @media print, screen and (min-width: 760px) {
        margin-bottom: 0;
      }
    }
    ul,ol{ margin-bottom:0; }
  }
  */
}
.pageBody a:link {
  color: #1073ab;
}
.pageBody a:visited {
  color: #3b8ca1;
}
.pageBody a:hover, .pageBody a:visited:hover {
  color: #799b35;
  text-decoration: underline;
}
.pageBody a:active {
  color: #799b35;
}
.pageBody h1 {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-bottom: 30px;
  font-size: 2.6rem;
}
@media print, screen and (min-width: 760px) {
  .pageBody h1 {
    font-size: 3.0rem;
    margin-bottom: 50px;
  }
}
.pageBody h2 {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1.6em;
}
@media print, screen and (min-width: 760px) {
  .pageBody h2 {
    font-size: 2.4rem;
  }
}
.pageBody h3 {
  font-weight: 500;
  color: #242424;
  line-height: 1.6em;
  margin-bottom: 30px;
  font-size: 1.9rem;
}
@media print, screen and (min-width: 760px) {
  .pageBody h3 {
    font-size: 2.0rem;
  }
}
.pageBody h4 {
  font-weight: 500;
  color: #242424;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 760px) {
  .pageBody h4 {
    font-size: 1.8rem;
  }
}
.pageBody h5 {
  font-weight: 500;
  font-size: 1.6rem;
  color: #242424;
}
@media print, screen and (min-width: 760px) {
  .pageBody h5 {
    font-size: 1.6rem;
  }
}
.pageBody h1.bb, .pageBody h2.bb, .pageBody h3.bb, .pageBody h4.bb, .pageBody h5.bb, .pageBody h6.bb {
  padding-bottom: 5px;
}
.pageBody .h2-1 {
  position: relative;
  padding-top: 15px;
  line-height: 1.6em;
}
@media print, screen and (min-width: 760px) {
  .pageBody .h2-1 {
    padding-top: 20px;
  }
}
.pageBody .h2-1::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 45px;
  height: 4px;
  background-color: #BB2E14;
}
.pageBody .h2-2 {
  padding-bottom: 12px;
  background: url(/shared/img/i_2line.svg) repeat-x left bottom;
}
.pageBody .h2-sem {
  background-color: #5C7B80;
  border-radius: 10px 10px 0 0;
  padding: 15px 20px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 760px) {
  .pageBody .h2-sem {
    padding: 20px 20px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .pageBody .h2-sem {
    padding: 25px 20px;
    font-size: 2.4rem;
  }
}
.pageBody .h3-sem {
  position: relative;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #242424;
  border-bottom: 1px #BFBFBF solid;
  padding: 1px 0 5px 15px;
}
.pageBody .h3-sem::before {
  content: '';
  display: block;
  width: 4px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #BB2E14;
}
@media print, screen and (min-width: 760px) {
  .pageBody .h3-sem {
    font-size: 2.0rem;
  }
}
.pageBody .h4-sem {
  background-color: #F5F5F5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #5B7B7F;
  padding: 7px 10px 7px 15px;
}
.pageBody .bq-sem {
  background-color: #e5f0f1;
}
.pageBody .bq-sem {
  background-color: #e5f0f1;
}
.pageBody .label-sub, .pageBody .label--em3 {
  display: inline-block;
  background-color: #e5f0f1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  border-radius: 4px;
  padding: 3px 10px 1px;
}
.pageBody .h-rel-book {
  position: relative;
  border-top: 1px #BFBFBF solid;
  padding-top: 12px;
  color: #242424;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 35px;
}
@media print, screen and (min-width: 760px) {
  .pageBody .h-rel-book {
    font-size: 1.7rem;
  }
}
.pageBody .h-rel-book::before {
  position: absolute;
  left: 0;
  top: 8px;
}
.pageBody .h-rel-book::before {
  content: url(/shared/img/i_icon_rel_book.svg);
}
.pageBody .h-rel-column {
  position: relative;
  border-top: 1px #BFBFBF solid;
  padding-top: 12px;
  color: #242424;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 35px;
}
@media print, screen and (min-width: 760px) {
  .pageBody .h-rel-column {
    font-size: 1.7rem;
  }
}
.pageBody .h-rel-column::before {
  position: absolute;
  left: 0;
  top: 8px;
}
.pageBody .h-rel-column::before {
  content: url(/shared/img/i_icon_rel_column.svg);
}
.pageBody .h-rel-movie {
  position: relative;
  border-top: 1px #BFBFBF solid;
  padding-top: 12px;
  color: #242424;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 35px;
}
@media print, screen and (min-width: 760px) {
  .pageBody .h-rel-movie {
    font-size: 1.7rem;
  }
}
.pageBody .h-rel-movie::before {
  position: absolute;
  left: 0;
  top: 8px;
}
.pageBody .h-rel-movie::before {
  content: url(/shared/img/i_icon_rel_movie.svg);
}
.pageBody .h-rel-seminar {
  position: relative;
  border-top: 1px #BFBFBF solid;
  padding-top: 12px;
  color: #242424;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 35px;
}
@media print, screen and (min-width: 760px) {
  .pageBody .h-rel-seminar {
    font-size: 1.7rem;
  }
}
.pageBody .h-rel-seminar::before {
  position: absolute;
  left: 0;
  top: 8px;
}
.pageBody .h-rel-seminar::before {
  content: url(/shared/img/i_icon_rel_seminar.svg);
}
.pageBody p {
  line-height: 2em;
  letter-spacing: -0.05rem;
}
.pageBody table {
  width: 100% !important;
  border-top: 1px #BFBFBF solid;
  border-left: 1px #BFBFBF solid;
}
.pageBody table th, .pageBody table td {
  padding: 10px;
  background-color: #fff;
  border-right: 1px #BFBFBF solid;
  border-bottom: 1px #BFBFBF solid;
}
@media print, screen and (max-width: 759px) {
  .pageBody table th, .pageBody table td {
    font-size: 1.2rem !important;
    width: auto;
  }
}
.pageBody table th *, .pageBody table td * {
  line-height: 1.7em;
}
@media print, screen and (max-width: 759px) {
  .pageBody table th *, .pageBody table td * {
    font-size: 1.2rem !important;
  }
}
.pageBody table th p, .pageBody table td p {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  .pageBody table th img, .pageBody table td img {
    max-width: none;
  }
}
.pageBody table th ul, .pageBody table th ol, .pageBody table td ul, .pageBody table td ol {
  margin-bottom: 0;
}
.pageBody table th {
  font-weight: bold;
}

.bannersArea {
  padding: 50px 0 30px;
}
.bannersArea .inner > div {
  text-align: center;
}
.bannersArea .banner {
  display: inline-block;
  margin-bottom: 20px;
}
.bannersArea .banner img {
  width: 100%;
}
@media print, screen and (max-width: 539px) {
  .bannersArea .banner img {
    width: 280px;
  }
}

/* 共有パーツ --------------------------------- */
/* iframe レスポンシブ対応 */
.iframeArea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframeArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 音声ブラウザ用 */
.voiceGuide {
  display: block;
  position: absolute;
  left: -10000px;
  top: -10000px;
}

/* フレーム（テキストエリアに下地を付ける） */
.frame {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 80px;
}
@media print, screen and (min-width: 540px) {
  .frame {
    padding: 30px 30px 80px;
  }
}
@media print, screen and (min-width: 760px) {
  .frame > .inner {
    width: 640px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 925px) {
  .frame > .inner {
    width: auto;
    margin: 0 80px;
  }
}

/* ページネーション */
.pagination {
  margin: 50px auto 50px;
  text-align: center;
}
.pagination ul {
  display: inline-table;
  padding: 0;
}
@media (min-width: 980px) {
  .pagination ul {
    display: block;
  }
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  padding: 3px 10px;
  margin: 0 3px;
  text-decoration: none;
  border: 1px #ddd solid;
  border-radius: 3px;
}
.pagination ul li a:hover {
  background-color: #E5F0F1;
}
.pagination ul li.fs-current a {
  background-color: #E5F0F1;
}
.pagination ul li.num1:last-child {
  display: none;
}
.pagination ul li.fs-prev a, .pagination ul li.fs-next a {
  border: none;
  background: none;
}
.pagination ul li.fs-prev a:before {
  content: '<<';
  margin-right: 0.3em;
}
.pagination ul li.fs-next a:after {
  content: '>>';
  margin-left: 0.3em;
}

body.topPage #container {
  padding-top: 0;
}
body.topPage #header {
  background: url(/shared/img/top_topimage_bg_sp.svg) #e5f0f1 no-repeat center bottom/cover;
}
@media print, screen and (min-width: 760px) {
  body.topPage #header {
    background: none;
  }
}
body.topPage #header.fixed {
  background: #e5f0f1;
}
body.topPage .topImage {
  position: relative;
  height: 710px;
  margin-top: 70px;
  margin-bottom: 50px;
  background: url(/shared/img/top_topimage_bg_sp.svg) #e5f0f1 no-repeat center top/cover;
}
@media print, screen and (min-width: 440px) {
  body.topPage .topImage {
    height: 760px;
  }
}
@media print, screen and (min-width: 520px) {
  body.topPage .topImage {
    height: 850px;
  }
}
@media print, screen and (min-width: 760px) {
  body.topPage .topImage {
    margin-top: 0;
    height: 727px;
    padding-top: 147px;
    background: url(/shared/img/top_topimage_bg.svg) #e5f0f1 center bottom;
  }
}
body.topPage .topImage .cycle-slideshow {
  height: 100%;
  position: relative;
}
body.topPage .topImage .cycle-slideshow .item {
  display: none;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topImage .cycle-slideshow .item {
    padding: 70px 0 0;
  }
  body.topPage .topImage .cycle-slideshow .item.item01 {
    background: url(/shared/img/top_topimage_01.svg) no-repeat center bottom 1px;
  }
  body.topPage .topImage .cycle-slideshow .item.item02 {
    background: url(/shared/img/top_topimage_02.svg) no-repeat center bottom 1px;
  }
  body.topPage .topImage .cycle-slideshow .item.item03 {
    background: url(/shared/img/top_topimage_03.svg) no-repeat center bottom 1px;
  }
}
body.topPage .topImage .cycle-slideshow .item .image {
  width: 100%;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topImage .cycle-slideshow .item .inner {
    max-width: 500px;
  }
}
body.topPage .topImage .cycle-slideshow .item .title {
  line-height: 1em;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topImage .cycle-slideshow .item .title {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 759px) {
  body.topPage .topImage .cycle-slideshow .item .title img {
    height: 40px;
  }
}
body.topPage .topImage .cycle-slideshow .item h2 {
  font-size: 1.7rem;
  line-height: 1.4em;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-bottom: 13px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topImage .cycle-slideshow .item h2 {
    font-size: 2.2rem;
    text-shadow: -1px -1px 0 #e5f0f1, -1px 0 0 #e5f0f1, -1px 1px 0 #e5f0f1, 0 -1px 0 #e5f0f1, 0 1px 0 #e5f0f1, 1px -1px 0 #e5f0f1, 1px 0 0 #e5f0f1, 1px 1px 0 #e5f0f1;
  }
}
body.topPage .topImage .cycle-slideshow .item .lead {
  font-size: 1.2rem;
  line-height: 1.6em;
  padding-left: 3px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topImage .cycle-slideshow .item .lead {
    font-size: 1.4rem;
    line-height: 1.8em;
    text-shadow: -1px -1px 0 #e5f0f1, -1px 0 0 #e5f0f1, -1px 1px 0 #e5f0f1, 0 -1px 0 #e5f0f1, 0 1px 0 #e5f0f1, 1px -1px 0 #e5f0f1, 1px 0 0 #e5f0f1, 1px 1px 0 #e5f0f1;
  }
}
body.topPage .topImage .cycle-slideshow .pagerArea {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media print, screen and (max-width: 759px) {
  body.topPage .topImage .cycle-slideshow .pagerArea .cycle-pager {
    text-align: center;
  }
}
body.topPage .topImage .cycle-slideshow .pagerArea .cycle-pager span {
  display: inline-block;
  background-color: #fff;
  width: 70px;
  height: 6px;
  margin: 0 5px;
  cursor: pointer;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topImage .cycle-slideshow .pagerArea .cycle-pager span {
    margin: 0 10px 0 0;
  }
}
body.topPage .topImage .cycle-slideshow .pagerArea .cycle-pager span.cycle-pager-active, body.topPage .topImage .cycle-slideshow .pagerArea .cycle-pager span:hover {
  background-color: #BB2E14;
}
body.topPage .informationArea {
  margin-bottom: 60px;
  border-bottom: 1px #BFBFBF solid;
  padding: 0 0 25px 0;
  position: relative;
}
@media print, screen and (min-width: 760px) {
  body.topPage .informationArea {
    padding: 8px 200px 25px 0;
  }
}
body.topPage .informationArea .btn2 {
  min-width: 160px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .informationArea .btn2 {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media print, screen and (min-width: 980px) {
  body.topPage .informationArea .btn2 {
    min-width: 180px;
  }
}
body.topPage .newsArea {
  padding-bottom: 60px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .newsArea {
    padding-bottom: 80px;
  }
}
body.topPage .newsArea .secTitle {
  font-size: 3.4rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  margin-bottom: 0px;
  line-height: 1em;
}
@media print, screen and (min-width: 760px) {
  body.topPage .newsArea .secTitle {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  body.topPage .newsArea .secTitle {
    font-size: 4.6rem;
  }
}
body.topPage .newsArea .ja {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .newsArea .btn3 {
    width: 375px;
  }
}
@media print, screen and (min-width: 1280px) {
  body.topPage .newsArea .btn3 {
    width: 425px;
  }
}
body.topPage .eventsArea {
  padding: 45px 0 45px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .eventsArea {
    padding: 60px 0 60px;
  }
}
body.topPage .eventsArea .titleArea .secTitle {
  font-size: 3.4rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  margin-bottom: 0px;
  line-height: 1em;
}
@media print, screen and (min-width: 760px) {
  body.topPage .eventsArea .titleArea .secTitle {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  body.topPage .eventsArea .titleArea .secTitle {
    font-size: 4.6rem;
  }
}
body.topPage .eventsArea .titleArea .ja {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .eventsArea .titleArea .ja {
    margin-bottom: 25px;
  }
}
@media print, screen and (max-width: 979px) {
  body.topPage .eventsArea .linkArea {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
  }
}
body.topPage .eventsArea .linkSchedule {
  margin-right: 20px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 980px) {
  body.topPage .eventsArea .linkSchedule {
    font-size: 1.4rem;
    position: absolute;
    right: 230px;
    top: 5px;
  }
}
body.topPage .eventsArea .linkSchedule a img {
  margin-right: 10px;
  vertical-align: middle;
}
@media print, screen and (max-width: 1279px) {
  body.topPage .eventsArea .linkSchedule a img {
    width: 42px;
  }
}
@media print, screen and (max-width: 979px) {
  body.topPage .eventsArea .linkSchedule a img {
    width: 30px;
  }
}
body.topPage .eventsArea .linkCalendar {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 980px) {
  body.topPage .eventsArea .linkCalendar {
    font-size: 1.4rem;
    position: absolute;
    right: 0px;
    top: 5px;
  }
}
body.topPage .eventsArea .linkCalendar a img {
  margin-right: 10px;
  vertical-align: middle;
}
@media print, screen and (max-width: 1279px) {
  body.topPage .eventsArea .linkCalendar a img {
    width: 42px;
  }
}
@media print, screen and (max-width: 979px) {
  body.topPage .eventsArea .linkCalendar a img {
    width: 30px;
  }
}
body.topPage .eventsArea .seminarLinksHead {
  font-size: 1.6rem;
  color: #242424;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .eventsArea .seminarLinksHead {
    font-size: 1.8rem;
  }
}
body.topPage .eventsArea .seminarLinks a {
  display: block;
  height: 55px;
  border-radius: 5px;
  padding: 0 20px 0 15px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  line-height: 1.5em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
  background: url(/shared/img/i_arrow_sm_wh.svg) #538CAD no-repeat right 10px center;
}
body.topPage .eventsArea .seminarLinks a.systems_thinking {
  background-color: #538CAD;
}
body.topPage .eventsArea .seminarLinks a.leadership {
  background-color: #83884C;
}
body.topPage .eventsArea .seminarLinks a.learning_org {
  background-color: #698D7B;
}
body.topPage .eventsArea .seminarLinks a.social_innovation {
  background-color: #9E857F;
}
body.topPage .eventsArea .seminarLinks a.ca_academy {
  background-color: #89849A;
}
@media print, screen and (max-width: 539px) {
  body.topPage .eventsArea .seminarLinks a {
    width: 100%;
  }
}
body.topPage .eventsArea .seminarLinks a:hover {
  opacity: 0.7;
}
body.topPage .booksArea {
  padding: 40px 0 45px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .booksArea {
    padding: 65px 0 70px;
  }
}
body.topPage .booksArea .inner {
  padding-bottom: 90px;
}
@media print, screen and (min-width: 980px) {
  body.topPage .booksArea .inner {
    padding-bottom: 55px;
  }
}
body.topPage .booksArea .inner .secTitle {
  font-size: 3.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  margin-bottom: 0px;
  line-height: 1em;
}
@media print, screen and (min-width: 760px) {
  body.topPage .booksArea .inner .secTitle {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  body.topPage .booksArea .inner .secTitle {
    font-size: 4.6rem;
  }
}
body.topPage .booksArea .inner .ja {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 980px) {
  body.topPage .booksArea .fx__l {
    width: 350px;
  }
}
body.topPage .booksArea .fx__l .text {
  line-height: 1.6em;
  margin-bottom: 30px;
}
body.topPage .booksArea .slideshow .item {
  display: none;
  padding: 0 15px;
}
@media print, screen and (min-width: 980px) {
  body.topPage .booksArea .slideshow .item {
    padding: 0 0 0 40px;
  }
}
body.topPage .booksArea .slideshow .item .thumb {
  text-align: center;
}
body.topPage .booksArea .slideshow .item .thumb img {
  width: auto;
  height: auto;
}
body.topPage .booksArea .slideshow .item .title {
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #242424 !important;
  white-space: normal;
}
body.topPage .booksArea .next {
  position: absolute;
  right: 0;
  bottom: 0;
}
body.topPage .booksArea .prev {
  position: absolute;
  right: 60px;
  bottom: 0;
}
body.topPage .booksArea .btn3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
body.topPage .movieArea .inner {
  padding: 45px 0 45px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .movieArea .inner {
    padding: 60px 0 60px;
  }
}
body.topPage .movieArea .inner .secTitle {
  text-align: center;
  font-size: 3.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1em;
}
@media print, screen and (min-width: 760px) {
  body.topPage .movieArea .inner .secTitle {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  body.topPage .movieArea .inner .secTitle {
    font-size: 4.6rem;
  }
}
body.topPage .movieArea .inner .lead {
  line-height: 1.6em;
  color: #fff;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .movieArea .inner .lead {
    width: 565px;
    margin: 0 auto 50px;
  }
}

body.newsPage .blogTitle {
  font-size: 2.6rem;
}
@media print, screen and (min-width: 760px) {
  body.newsPage .blogTitle {
    font-size: 3.0rem;
  }
}
body.newsPage .termTitle {
  font-size: 2.6rem;
}
body.newsPage .newsArea {
  padding-bottom: 80px;
}
body.newsPage .newsArea h1 {
  color: #e5f0f1;
  font-size: 2.7rem;
}
@media print, screen and (min-width: 980px) {
  body.newsPage .newsArea h1 {
    font-size: 3.4rem;
  }
}
body.newsPage .newsArea .newsCategories {
  text-align: right;
}
body.newsPage .newsArea .newsCategories a {
  color: #242424;
  display: inline-block;
  margin-left: 30px;
}
body.newsPage .newsArea .newsCategories a:first-child {
  margin-left: 0;
}
body.newsPage .newsArea .newsCategories a:hover {
  color: #e5f0f1;
  text-decoration: none;
}
@media print, screen and (min-width: 760px) {
  body.newsPage .newsArea .list-news {
    max-width: 800px;
    margin-left: auto;
  }
}
body.newsPage.singlePage .social {
  text-align: right;
}
body.newsPage.singlePage .pageBody h3 {
  position: relative;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #242424;
  border-bottom: 1px #BFBFBF solid;
  padding: 1px 0 5px 15px;
}
body.newsPage.singlePage .pageBody h3::before {
  content: '';
  display: block;
  width: 4px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #BB2E14;
}
@media print, screen and (min-width: 760px) {
  body.newsPage.singlePage .pageBody h3 {
    font-size: 2.0rem;
  }
}
body.newsPage.singlePage .pageBody h4 {
  background-color: #F5F5F5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #5B7B7F;
  padding: 7px 10px 7px 15px;
}
body.newsPage.singlePage .pageBody .h-rel-book, body.newsPage.singlePage .h-rel-book {
  position: relative;
  border: none;
  border-top: 1px #BFBFBF solid;
  padding-top: 12px !important;
  color: #242424 !important;
  font-family: "Roboto", "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  margin-bottom: 20px;
  padding-left: 35px;
}
@media print, screen and (min-width: 760px) {
  body.newsPage.singlePage .pageBody .h-rel-book, body.newsPage.singlePage .h-rel-book {
    font-size: 1.7rem !important;
  }
}
body.newsPage.singlePage .pageBody .h-rel-book::before, body.newsPage.singlePage .h-rel-book::before {
  position: absolute;
  left: 0;
  top: 11px !important;
  width: auto;
  height: auto;
  background: none;
}
body.newsPage.singlePage .pageBody .h-rel-book::before, body.newsPage.singlePage .h-rel-book::before {
  content: url(/shared/img/i_icon_rel_book.svg);
}
body.newsPage.singlePage .pageBody .h-rel-column, body.newsPage.singlePage .h-rel-column {
  position: relative;
  border: none;
  border-top: 1px #BFBFBF solid;
  padding-top: 12px !important;
  color: #242424 !important;
  font-family: "Roboto", "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  margin-bottom: 20px;
  padding-left: 35px;
}
@media print, screen and (min-width: 760px) {
  body.newsPage.singlePage .pageBody .h-rel-column, body.newsPage.singlePage .h-rel-column {
    font-size: 1.7rem !important;
  }
}
body.newsPage.singlePage .pageBody .h-rel-column::before, body.newsPage.singlePage .h-rel-column::before {
  position: absolute;
  left: 0;
  top: 11px !important;
  width: auto;
  height: auto;
  background: none;
}
body.newsPage.singlePage .pageBody .h-rel-column::before, body.newsPage.singlePage .h-rel-column::before {
  content: url(/shared/img/i_icon_rel_column.svg);
}
body.newsPage.singlePage .pageBody .h-rel-movie, body.newsPage.singlePage .h-rel-movie {
  position: relative;
  border: none;
  border-top: 1px #BFBFBF solid;
  padding-top: 12px !important;
  color: #242424 !important;
  font-family: "Roboto", "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  margin-bottom: 20px;
  padding-left: 35px;
}
@media print, screen and (min-width: 760px) {
  body.newsPage.singlePage .pageBody .h-rel-movie, body.newsPage.singlePage .h-rel-movie {
    font-size: 1.7rem !important;
  }
}
body.newsPage.singlePage .pageBody .h-rel-movie::before, body.newsPage.singlePage .h-rel-movie::before {
  position: absolute;
  left: 0;
  top: 11px !important;
  width: auto;
  height: auto;
  background: none;
}
body.newsPage.singlePage .pageBody .h-rel-movie::before, body.newsPage.singlePage .h-rel-movie::before {
  content: url(/shared/img/i_icon_rel_movie.svg);
}
body.newsPage.singlePage .pageBody .h-rel-seminar, body.newsPage.singlePage .h-rel-seminar {
  position: relative;
  border: none;
  border-top: 1px #BFBFBF solid;
  padding-top: 12px !important;
  color: #242424 !important;
  font-family: "Roboto", "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  margin-bottom: 20px;
  padding-left: 35px;
}
@media print, screen and (min-width: 760px) {
  body.newsPage.singlePage .pageBody .h-rel-seminar, body.newsPage.singlePage .h-rel-seminar {
    font-size: 1.7rem !important;
  }
}
body.newsPage.singlePage .pageBody .h-rel-seminar::before, body.newsPage.singlePage .h-rel-seminar::before {
  position: absolute;
  left: 0;
  top: 11px !important;
  width: auto;
  height: auto;
  background: none;
}
body.newsPage.singlePage .pageBody .h-rel-seminar::before, body.newsPage.singlePage .h-rel-seminar::before {
  content: url(/shared/img/i_icon_rel_seminar.svg);
}

body.eventsPage .heroArea {
  background: url(/shared/img/sem_heroarea_bg.svg) #5C7B80 no-repeat right bottom/contain;
  margin-bottom: 40px;
}
body.eventsPage .heroArea * {
  color: #fff;
}
body.eventsPage .linkArea {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
body.eventsPage .linkArea .linkSchedule {
  margin-right: 20px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 980px) {
  body.eventsPage .linkArea .linkSchedule {
    margin-right: 35px;
    font-size: 1.4rem;
  }
}
body.eventsPage .linkArea .linkSchedule a img {
  margin-right: 10px;
  vertical-align: middle;
}
@media print, screen and (max-width: 1279px) {
  body.eventsPage .linkArea .linkSchedule a img {
    width: 42px;
  }
}
@media print, screen and (max-width: 979px) {
  body.eventsPage .linkArea .linkSchedule a img {
    width: 30px;
  }
}
body.eventsPage .linkArea .linkCalendar {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 980px) {
  body.eventsPage .linkArea .linkCalendar {
    font-size: 1.4rem;
  }
}
body.eventsPage .linkArea .linkCalendar a img {
  margin-right: 10px;
  vertical-align: middle;
}
@media print, screen and (max-width: 1279px) {
  body.eventsPage .linkArea .linkCalendar a img {
    width: 42px;
  }
}
@media print, screen and (max-width: 979px) {
  body.eventsPage .linkArea .linkCalendar a img {
    width: 30px;
  }
}
body.eventsPage.seminarIndexPage .pageTitleSem h1 {
  position: relative;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #242424;
  padding: 1px 0 5px 15px;
}
body.eventsPage.seminarIndexPage .pageTitleSem h1::before {
  content: '';
  display: block;
  width: 4px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #BB2E14;
}
@media print, screen and (min-width: 760px) {
  body.eventsPage.seminarIndexPage .pageTitleSem h1 {
    font-size: 2.8rem;
  }
}
body.eventsPage.seminarIndexPage .leadArea {
  margin-bottom: 20px;
}
body.eventsPage.seminarIndexPage .leadArea h2 {
  text-align: center;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #5B7B7F;
  font-size: 2.0rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  body.eventsPage.seminarIndexPage .leadArea h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
body.eventsPage.seminarIndexPage .leadArea .lead {
  line-height: 1.7em;
}
body.eventsPage.seminarIndexPage .semArea {
  padding-top: 50px;
  position: relative;
}
body.eventsPage.seminarIndexPage .semArea::before {
  content: '';
  width: 260px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.eventsPage.seminarIndexPage .semArea.systems_thinking::before {
  background-color: #538CAD;
}
body.eventsPage.seminarIndexPage .semArea.leadership::before {
  background-color: #83884C;
}
body.eventsPage.seminarIndexPage .semArea.learning_org::before {
  background-color: #698D7B;
}
body.eventsPage.seminarIndexPage .semArea.social_innovation::before {
  background-color: #9E857F;
}
body.eventsPage.seminarIndexPage .semArea.ca_academy::before {
  background-color: #89849A;
}
body.eventsPage.archivePage #content {
  background-color: #F5F5F5;
}
body.eventsPage.singlePage .heroArea {
  margin-bottom: 0;
}
body.eventsPage.singlePage .pageBody {
  position: relative;
  /*
  overflow-x: scroll;
  table {
  	width: 100%;
  	min-width: 600px;
  	border-collapse: collapse;
  }
  */
}
body.eventsPage.singlePage .anchorArea {
  padding: 20px 0;
  text-align: right;
}
body.eventsPage.singlePage .anchorArea a {
  display: inline-block;
  text-align: center;
  padding: 8px 20px 16px;
  color: #242424 !important;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 1.4rem;
  border-radius: 5px;
  background: url(/shared/img/i_anchor.svg) #F5F5F5 no-repeat center bottom 10px;
}
@media print, screen and (min-width: 760px) {
  body.eventsPage.singlePage .anchorArea a {
    font-size: 1.4rem;
    padding: 8px 20px 16px;
  }
}
body.eventsPage.singlePage .anchorArea a:hover {
  opacity: 0.7;
}
body.eventsPage.singlePage .anchorArea.blank {
  height: 40px;
}
@media print, screen and (min-width: 760px) {
  body.eventsPage.singlePage .anchorArea.blank {
    height: 60px;
  }
}
body.eventsPage.singlePage .formBefore {
  margin-bottom: 30px;
}
body.eventsPage.singlePage .formAfter {
  font-size: 1.4rem;
  line-height: 1.8em;
}
body.eventsPage.singlePage .voiceArea .voices pre {
  font-size: 1.5rem;
  line-height: 1.7em;
  border: 1px #BFBFBF solid;
  border-radius: 10px;
  padding: 40px 20px;
}

body.ps_leadersPage .leadersmenuArea {
  padding: 65px 4.39367%;
}
body.ps_leadersPage .leadersmenuArea h1.title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.indexPage .heroAreaPsTop .inner {
    background: url(/shared/img/ps_lea_mainimage.svg) no-repeat center bottom;
  }
}
body.ps_leadersPage.indexPage .seminarArea {
  padding: 50px 0 40px;
}
body.ps_leadersPage.indexPage .seminarArea .titleArea {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}
@media print, screen and (min-width: 540px) {
  body.ps_leadersPage.indexPage .seminarArea .titleArea {
    margin-bottom: 25px;
  }
}
body.ps_leadersPage.indexPage .seminarArea .titleArea .secTitle {
  font-size: 4.6rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  margin-bottom: 0px;
  line-height: 1em;
  margin-right: 20px;
  margin-bottom: 13px;
}
body.ps_leadersPage.indexPage .seminarArea .titleArea .ja {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 20px;
}
body.ps_leadersPage.indexPage .seminarArea .titleArea .boshu {
  background-color: #BB2E14;
  width: 85px;
  height: 32px;
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
body.ps_leadersPage.indexPage .seminarArea .linkSchedule {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 980px) {
  body.ps_leadersPage.indexPage .seminarArea .linkSchedule {
    margin: 0;
    position: absolute;
    right: 230px;
    top: 5px;
  }
}
body.ps_leadersPage.indexPage .seminarArea .linkSchedule img {
  vertical-align: middle;
  margin-right: 7px;
}
body.ps_leadersPage.indexPage .seminarArea .linkCalendar {
  display: inline-block;
}
@media print, screen and (min-width: 980px) {
  body.ps_leadersPage.indexPage .seminarArea .linkCalendar {
    position: absolute;
    right: 0px;
    top: 5px;
  }
}
body.ps_leadersPage.indexPage .seminarArea .linkCalendar img {
  vertical-align: middle;
  margin-right: 7px;
}
body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__l {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r {
    width: 210px;
    margin-left: 6.15114%;
  }
}
body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinksHead {
  font-size: 1.6rem;
  color: #242424;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinksHead {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinks {
    margin-left: 0 !important;
  }
}
body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinks a {
  display: block;
  height: 55px;
  border-radius: 5px;
  padding: 0 25px 0 15px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  line-height: 1.5em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
  background: url(/shared/img/i_arrow_sm_wh.svg) #538CAD no-repeat right 10px center;
}
body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinks a.systems_thinking {
  background-color: #538CAD;
}
body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinks a.leadership {
  background-color: #83884C;
}
body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinks a.learning_org {
  background-color: #698D7B;
}
body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinks a.social_innovation {
  background-color: #9E857F;
}
body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinks a.ca_academy {
  background-color: #89849A;
}
@media print, screen and (max-width: 539px) {
  body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinks a {
    width: 100%;
  }
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinks a {
    width: 100%;
    margin-left: 0;
  }
}
body.ps_leadersPage.indexPage .seminarArea .mainArea > .fx__r .seminarLinks a:hover {
  opacity: 0.7;
}
body.ps_leadersPage.indexPage .bannersArea {
  padding: 60px 0;
}
body.ps_leadersPage.fixedPage .heroAreaSeminar {
  background-color: #538CAD;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  height: 120px;
}
body.ps_leadersPage.fixedPage .heroAreaSeminar.systems_thinking {
  background-color: #538CAD;
}
body.ps_leadersPage.fixedPage .heroAreaSeminar.leadership {
  background-color: #83884C;
}
body.ps_leadersPage.fixedPage .heroAreaSeminar.learning_org {
  background-color: #698D7B;
}
body.ps_leadersPage.fixedPage .heroAreaSeminar.social_innovation {
  background-color: #9E857F;
}
body.ps_leadersPage.fixedPage .heroAreaSeminar.ca_academy {
  background-color: #89849A;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .heroAreaSeminar {
    height: 140px;
  }
}
@media print, screen and (min-width: 980px) {
  body.ps_leadersPage.fixedPage .heroAreaSeminar {
    height: 180px;
  }
}
body.ps_leadersPage.fixedPage .heroAreaSeminar .inner {
  position: relative;
  padding-left: 42px;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .heroAreaSeminar .inner {
    padding-left: 60px;
  }
}
body.ps_leadersPage.fixedPage .heroAreaSeminar .inner .num {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 3.0rem;
  color: #fff;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .heroAreaSeminar .inner .num {
    font-size: 3.6rem;
  }
}
body.ps_leadersPage.fixedPage .heroAreaSeminar .inner .title {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2em;
  font-size: 2.3rem;
}
@media print, screen and (min-width: 400px) {
  body.ps_leadersPage.fixedPage .heroAreaSeminar .inner .title {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .heroAreaSeminar .inner .title {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 980px) {
  body.ps_leadersPage.fixedPage .heroAreaSeminar .inner .title {
    font-size: 3.2rem;
  }
}
body.ps_leadersPage.fixedPage .heroAreaSeminar .inner h2 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .heroAreaSeminar .inner h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
body.ps_leadersPage.fixedPage .heroAreaLanding {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 45px;
  background-size: cover;
  background-position: center center;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .heroAreaLanding {
    margin-bottom: 60px;
    aspect-ratio: 16 / 5;
  }
}
body.ps_leadersPage.fixedPage .heroAreaLanding.systems_thinking {
  background-image: url(/shared/img/ps_lea_hero_photo_01.jpg);
}
body.ps_leadersPage.fixedPage .heroAreaLanding.leadership {
  background-image: url(/shared/img/ps_lea_hero_photo_02.jpg);
}
body.ps_leadersPage.fixedPage .heroAreaLanding.learning_org {
  background-image: url(/shared/img/ps_lea_hero_photo_03.jpg);
}
body.ps_leadersPage.fixedPage .heroAreaLanding.social_innovation {
  background-image: url(/shared/img/ps_lea_hero_photo_04.jpg);
}
body.ps_leadersPage.fixedPage .heroAreaLanding.ca_academy {
  background-image: url(/shared/img/ps_lea_hero_photo_05.jpg);
  background-position: right  32% center;
}
body.ps_leadersPage.fixedPage .heroAreaLanding .inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.ps_leadersPage.fixedPage .heroAreaLanding .inner .title {
  font-size: 1.7rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
}
body.ps_leadersPage.fixedPage .heroAreaLanding .inner .title.systems_thinking {
  background-color: #538CAD;
}
body.ps_leadersPage.fixedPage .heroAreaLanding .inner .title.leadership {
  background-color: #83884C;
}
body.ps_leadersPage.fixedPage .heroAreaLanding .inner .title.learning_org {
  background-color: #698D7B;
}
body.ps_leadersPage.fixedPage .heroAreaLanding .inner .title.social_innovation {
  background-color: #9E857F;
}
body.ps_leadersPage.fixedPage .heroAreaLanding .inner .title.ca_academy {
  background-color: #89849A;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .heroAreaLanding .inner .title {
    padding: 20px 35px;
    font-size: 2.2rem;
  }
}
body.ps_leadersPage.fixedPage .seminarTitle {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .seminarTitle {
    margin-bottom: 55px;
  }
}
body.ps_leadersPage.fixedPage .seminarTitle .title {
  padding: 0 10px;
  position: relative;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .seminarTitle .title {
    padding: 0 10px;
  }
}
body.ps_leadersPage.fixedPage .seminarTitle .title h1 {
  font-size: 2.3rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  padding-right: 20px;
  color: #242424;
  margin-bottom: 0;
  line-height: 1.6em;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .seminarTitle .title h1 {
    font-size: 3.0rem;
  }
}
body.ps_leadersPage.fixedPage .seminarTitle .category {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
}
body.ps_leadersPage.fixedPage .social_wrapper {
  position: absolute;
  top: 0;
  right: 2.34375%;
  height: 100%;
}
body.ps_leadersPage.fixedPage .social_wrapper .social {
  position: sticky;
  top: 80px;
  right: 0;
  z-index: 50;
}
body.ps_leadersPage.fixedPage .social_wrapper .social .fb {
  margin-bottom: 15px;
}
body.ps_leadersPage.fixedPage .social_sp {
  margin-bottom: 30px;
}
body.ps_leadersPage.fixedPage .social_sp img {
  max-width: 75%;
}
body.ps_leadersPage.fixedPage .seminarSchedule {
  width: 100%;
  border-top: 3px #BB2E14 solid;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .seminarSchedule {
    border-top: none;
  }
}
body.ps_leadersPage.fixedPage .seminarSchedule th {
  display: none;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .seminarSchedule th {
    font-weight: 700;
    text-align: center;
    display: table-cell;
    border-right: 1px #C3C3C3 solid;
    border-bottom: 3px #BB2E14 solid;
    background-color: #e5f0f1;
    padding: 12px 15px;
    font-size: 1.3rem;
  }
}
body.ps_leadersPage.fixedPage .seminarSchedule th:last-child {
  border-right: none;
}
body.ps_leadersPage.fixedPage .seminarSchedule td {
  padding: 0 130px 5px 15px;
  line-height: 1.4em;
  font-size: 1.4rem;
  background-color: #F8F8F8;
  display: block;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .seminarSchedule td {
    display: table-cell;
    font-size: 1.5rem;
    border-bottom: 1px #C3C3C3 solid;
    border-right: 1px #C3C3C3 solid;
    padding: 10px 15px;
  }
}
@media print, screen and (max-width: 759px) {
  body.ps_leadersPage.fixedPage .seminarSchedule td:first-child {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .seminarSchedule td:last-child {
    border-right: none;
  }
}
@media print, screen and (max-width: 759px) {
  body.ps_leadersPage.fixedPage .seminarSchedule td:last-child {
    border-bottom: 1px #C3C3C3 solid;
    padding-bottom: 10px;
  }
}
body.ps_leadersPage.fixedPage .seminarSchedule td.eventDate span {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .seminarSchedule td.eventBoshu {
    text-align: center;
  }
}
@media print, screen and (min-width: 760px) {
  body.ps_leadersPage.fixedPage .seminarSchedule td.eventEntry {
    width: 160px;
  }
}
body.ps_leadersPage.fixedPage .seminarSchedule td .entry {
  display: block;
  text-align: center;
  background-color: #D5D5D5;
  border-radius: 100vh;
  white-space: nowrap;
  color: #fff;
  padding: 8px 15px;
  font-size: 1.2rem;
  text-decoration: none !important;
}
@media print, screen and (max-width: 759px) {
  body.ps_leadersPage.fixedPage .seminarSchedule td .entry {
    width: 110px;
    position: absolute;
    right: 15px;
    top: 20px;
  }
}
body.ps_leadersPage.fixedPage .seminarSchedule td a.entry:hover {
  opacity: 0.7;
}
body.ps_leadersPage.fixedPage .seminarSchedule tr {
  position: relative;
}
@media print, screen and (max-width: 759px) {
  body.ps_leadersPage.fixedPage .seminarSchedule tr {
    display: block;
  }
}
body.ps_leadersPage.fixedPage .seminarSchedule tr:last-child td {
  border-bottom: none;
}
body.ps_leadersPage.fixedPage .seminarSchedule tr.boshu .eventBoshu {
  color: #BB2E14;
}
body.ps_leadersPage.fixedPage .seminarSchedule tr.boshu a.entry {
  background-color: #BB2E14;
}
body.ps_leadersPage.fixedPage .voiceArea .voices pre {
  font-size: 1.5rem;
  line-height: 1.7em;
  border: 1px #BFBFBF solid;
  border-radius: 10px;
  padding: 40px 20px;
}

@media print, screen and (min-width: 760px) {
  body.ps_organizationPage.indexPage .heroAreaPsTop .inner {
    background: url(/shared/img/ps_org_mainimage.svg) no-repeat center bottom;
  }
}
@media print, screen and (min-width: 760px) {
  body.ps_organizationPage.indexPage .list-programs .item .fx__l {
    width: 138px;
    margin-right: 5.26316%;
  }
}
body.ps_organizationPage.fixedPage .heroAreaPs {
  background: url(/shared/img/ps_org_mainimage_sm.svg) #E5F0F1 no-repeat right center/contain;
}
body.ps_organizationPage.fixedPage .heroAreaPs h2 {
  text-shadow: -1px -1px 0 #e5f0f1, -1px 0 0 #e5f0f1, -1px 1px 0 #e5f0f1, 0 -1px 0 #e5f0f1, 0 1px 0 #e5f0f1, 1px -1px 0 #e5f0f1, 1px 0 0 #e5f0f1, 1px 1px 0 #e5f0f1;
}
body.ps_organizationPage .secTitle {
  font-size: 2.6rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 760px) {
  body.ps_organizationPage .secTitle {
    font-size: 3.0rem;
  }
}
body.ps_organizationPage .secTitle2 {
  background: url(/shared/img/i_2line.svg) repeat-x left top;
  padding-top: 20px;
  font-size: 2.4rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 760px) {
  body.ps_organizationPage .secTitle2 {
    font-size: 3.0rem;
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 760px) {
  body.ps_societyPage.indexPage .heroAreaPsTop .inner {
    background: url(/shared/img/ps_soc_mainimage.svg) no-repeat center bottom;
  }
}
body.ps_societyPage.indexPage .secTitle {
  font-size: 2.6rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 760px) {
  body.ps_societyPage.indexPage .secTitle {
    font-size: 3.0rem;
  }
}
body.ps_societyPage.fixedPage .heroAreaPs {
  background: url(/shared/img/ps_soc_mainimage_sm.svg) #E5F0F1 no-repeat right center/contain;
}
body.ps_societyPage.fixedPage .heroAreaPs h2 {
  text-shadow: -1px -1px 0 #e5f0f1, -1px 0 0 #e5f0f1, -1px 1px 0 #e5f0f1, 0 -1px 0 #e5f0f1, 0 1px 0 #e5f0f1, 1px -1px 0 #e5f0f1, 1px 0 0 #e5f0f1, 1px 1px 0 #e5f0f1;
}

body.systemPage .heroArea {
  background: url(/shared/img/sys_heroarea_bg.svg) #e5f0f1 no-repeat right center/contain;
}
body.systemPage .pageBody table {
  border: none !important;
}
body.systemPage .pageBody table th, body.systemPage .pageBody table td {
  border: none !important;
}
body.systemPage .systemstoolsArea .item {
  border-top: 1px #BFBFBF solid;
  padding-top: 40px;
}
body.systemPage .systemstoolsArea .item .chart {
  text-align: center;
}
@media print, screen and (min-width: 760px) {
  body.systemPage .systemstoolsArea .item .chart {
    width: 250px;
    margin-right: 35px;
  }
}
body.systemPage .systemstoolsArea .item .title {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  body.systemPage .systemstoolsArea .item .title {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }
}
body.systemPage .systemstoolsArea .item .title h2 {
  font-size: 1.8rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #242424;
  margin-bottom: 0;
}
@media print, screen and (min-width: 760px) {
  body.systemPage .systemstoolsArea .item .title h2 {
    font-size: 2.2rem;
  }
}
body.systemPage .systemstoolsArea .item .title .en {
  font-size: 1.7rem;
  line-height: 1.6em;
  font-weight: 500;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #5B7B7F !important;
}
@media print, screen and (min-width: 760px) {
  body.systemPage .systemstoolsArea .item .title .en {
    font-size: 2.2rem;
  }
}

body.learningPage .heroArea {
  background: url(/shared/img/lea_heroarea_bg.svg) #e5f0f1 no-repeat right center/contain;
}

body.sustainaPage .heroArea {
  background: url(/shared/img/sus_heroarea_bg.svg) #e5f0f1 no-repeat right center/contain;
}
body.sustainaPage.indexPage .leadArea {
  background: url(/shared/img/sus_top_lead_bg.png) no-repeat center bottom/contain;
}
@media print, screen and (min-width: 1280px) {
  body.sustainaPage.indexPage .leadArea {
    background: url(/shared/img/sus_top_lead_bg.png) no-repeat center bottom;
  }
}

body.casestudyPage .heroArea {
  background: url(/shared/img/sys_heroarea_bg.svg) #e5f0f1 no-repeat right center/contain;
}
body.casestudyPage.indexPage .pageTitleArea {
  background: url(/shared/img/sys_cas_pagetitle_bg.jpg) no-repeat #e5f0f1 right bottom/cover;
}
body.casestudyPage.indexPage .pagelistArea {
  padding: 60px 20px;
}
body.casestudyPage.indexPage .pagelistArea .secTitle {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 80px;
  font-size: 2.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  color: #5B7B7F;
}
body.casestudyPage.singlePage .catTitleArea {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 760px) {
  body.casestudyPage.singlePage .catTitleArea {
    margin-bottom: 60px;
  }
}
body.casestudyPage.singlePage .catTitleArea .category {
  color: #5B7B7F;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "EB Garamond", "Noto Serif JP", serif;
}
body.casestudyPage.singlePage .catTitleArea .category:hover {
  opacity: 0.7;
}
body.casestudyPage.singlePage .catTitleArea .inner {
  border-top: 4px #5B7B7F solid;
  border-bottom: 1px #5B7B7F solid;
  padding: 12px 5px;
}
body.casestudyPage.singlePage .catTitleArea .inner h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #5B7B7F;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  margin-bottom: 0;
  line-height: 1em;
  margin-right: 20px;
}
@media print, screen and (min-width: 760px) {
  body.casestudyPage.singlePage .catTitleArea .inner h1 {
    font-size: 3.2rem;
  }
}
body.casestudyPage.singlePage .catTitleArea .inner .icon {
  margin: 0 10px 0 5px;
}
@media print, screen and (max-width: 759px) {
  body.casestudyPage.singlePage .catTitleArea .inner .icon {
    margin: 0 10px 0 0;
    width: 60px;
  }
}
body.casestudyPage.singlePage .pageTitle h1 {
  font-size: 2.6rem;
}
body.casestudyPage.singlePage .loopDiagramArea {
  border-top: 1px #BFBFBF solid;
  border-bottom: 1px #BFBFBF solid;
  padding: 20px 15px;
  margin-bottom: 80px;
}
body.casestudyPage.singlePage .loopDiagramArea .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
  cursor: pointer;
}
body.casestudyPage.singlePage .loopDiagramArea .title:hover {
  opacity: 0.7;
}
body.casestudyPage.singlePage .loopDiagramArea .title span {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
}
body.casestudyPage.singlePage .loopDiagramArea .title span::after {
  position: absolute;
  right: 0;
  top: -1px;
  content: url(/shared/img/i_arrow_down.svg);
}
body.casestudyPage.singlePage .loopDiagramArea .title.on span::after {
  content: url(/shared/img/i_arrow_up.svg);
}
body.casestudyPage.singlePage .loopDiagramArea .inner {
  padding: 60px 20px;
  text-align: center;
  display: none;
}
body.casestudyPage.singlePage .loopDiagramArea .more {
  position: absolute;
  right: 15px;
  top: 20px;
}
body.casestudyPage.singlePage .loopDiagramArea .close {
  position: absolute;
  right: 15px;
  top: 20px;
}
body.casestudyPage.singlePage .loopDiagramArea br {
  display: none;
}

body.systemArchetypesPage .heroArea {
  background: url(/shared/img/sys_heroarea_bg.svg) #e5f0f1 no-repeat right center/contain;
}
body.systemArchetypesPage.indexPage .titleArea {
  margin-bottom: 60px;
}
body.systemArchetypesPage.indexPage .titleArea .category {
  color: #5B7B7F;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "EB Garamond", "Noto Serif JP", serif;
}
body.systemArchetypesPage.indexPage .titleArea .category:hover {
  opacity: 0.7;
}
body.systemArchetypesPage.indexPage .titleArea .inner {
  border-top: 4px #5B7B7F solid;
  border-bottom: 1px #5B7B7F solid;
  padding: 35px 5px;
}
body.systemArchetypesPage.indexPage .titleArea .inner h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #5B7B7F;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  margin-bottom: 0;
  line-height: 1em;
  margin-right: 20px;
}
body.systemArchetypesPage.indexPage .titleArea .inner .en {
  font-size: 2.2rem;
  font-weight: 400;
  color: #5B7B7F;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  line-height: 1em;
}
body.systemArchetypesPage.indexPage .pagelistArea {
  padding: 60px 20px;
}
body.systemArchetypesPage.indexPage .pagelistArea .secTitle {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 80px;
  font-size: 2.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  color: #5B7B7F;
}
body.systemArchetypesPage.indexPage .pagelistArea .secTitle::before {
  content: '';
  display: block;
  background-color: #BB2E14;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
body.systemArchetypesPage.singlePage .titleArea {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 760px) {
  body.systemArchetypesPage.singlePage .titleArea {
    margin-bottom: 60px;
  }
}
body.systemArchetypesPage.singlePage .titleArea .category {
  color: #5B7B7F;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "EB Garamond", "Noto Serif JP", serif;
}
body.systemArchetypesPage.singlePage .titleArea .category .num {
  font-size: 3.2rem;
  font-weight: 400;
}
@media print, screen and (min-width: 760px) {
  body.systemArchetypesPage.singlePage .titleArea .inner {
    height: 140px;
  }
}
body.systemArchetypesPage.singlePage .titleArea .inner .fx__l {
  background-color: #5B7B7F;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media print, screen and (min-width: 760px) {
  body.systemArchetypesPage.singlePage .titleArea .inner .fx__l {
    width: 50%;
  }
}
body.systemArchetypesPage.singlePage .titleArea .inner .fx__l h1 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  margin-bottom: 0;
  line-height: 1em;
  margin-right: 20px;
  padding: 20px 0;
}
@media print, screen and (min-width: 760px) {
  body.systemArchetypesPage.singlePage .titleArea .inner .fx__l h1 {
    padding: 0;
    font-size: 2.8rem;
  }
}
body.systemArchetypesPage.singlePage .titleArea .inner .fx__r {
  background-color: #F5F5F5;
  font-size: 1.4rem;
  line-height: 1.6em;
  display: flex;
  align-items: center;
  padding: 20px;
}
@media print, screen and (min-width: 760px) {
  body.systemArchetypesPage.singlePage .titleArea .inner .fx__r {
    padding: 0 20px;
  }
}
body.systemArchetypesPage.singlePage .titleArea .inner .fx__r h2 {
  font-size: 2.0rem;
  font-weight: 400;
  color: #5B7B7F;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  margin-bottom: 15px;
  line-height: 1em;
}
body.systemArchetypesPage.singlePage .titleArea .inner .fx__r h3 {
  font-size: 1.6rem;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 540px) {
  body.systemArchetypesPage.singlePage .pageBody .fx__l, body.systemArchetypesPage.singlePage .pageBody .fx__r {
    width: 50%;
  }
}
body.systemArchetypesPage.singlePage .pageBody .fx__l h3, body.systemArchetypesPage.singlePage .pageBody .fx__r h3 {
  border: 1px #ADADAD solid;
  font-size: 1.3rem;
  color: #5B7B7F;
  line-height: 1em;
  padding: 10px 15px;
  display: block;
}
@media print, screen and (min-width: 540px) {
  body.systemArchetypesPage.singlePage .pageBody .fx__l h3, body.systemArchetypesPage.singlePage .pageBody .fx__r h3 {
    display: inline-block;
    font-size: 1.4rem;
    padding: 10px 30px;
  }
}
body.systemArchetypesPage.singlePage .pageBody .fx__l p, body.systemArchetypesPage.singlePage .pageBody .fx__r p {
  margin-bottom: 0;
}
@media print, screen and (max-width: 539px) {
  body.systemArchetypesPage.singlePage .pageBody .fx__l p, body.systemArchetypesPage.singlePage .pageBody .fx__r p {
    text-align: center;
  }
}
@media print, screen and (max-width: 539px) {
  body.systemArchetypesPage.singlePage .pageBody .fx__l {
    margin-bottom: 30px;
  }
}
body.systemArchetypesPage.singlePage .relArea h3 {
  text-align: center;
  color: #5B7B7F;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "EB Garamond", "Noto Serif JP", serif;
}

body.booksPage.indexPage .catArea {
  margin-bottom: 80px;
}
body.booksPage.indexPage .catArea .titleArea {
  margin-bottom: 60px;
}
body.booksPage.indexPage .catArea .titleArea .catTitle {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  color: #5B7B7F;
}
body.booksPage.indexPage .catArea .titleArea .catTitle::before {
  content: '';
  display: block;
  background-color: #BB2E14;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
body.booksPage.indexPage .catArea .titleArea .lead {
  margin: 0 auto;
  line-height: 1.7em;
}
@media print, screen and (min-width: 760px) {
  body.booksPage.indexPage .catArea .titleArea .lead {
    max-width: 670px;
    text-align: center;
  }
}
body.booksPage.singlePage .bookArea .fx__l {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 540px) {
  body.booksPage.singlePage .bookArea .fx__l {
    width: 32.89474%;
    margin-right: 7.89474%;
    margin-bottom: 0;
  }
}
body.booksPage.singlePage .bookArea .fx__l .thumb {
  text-align: center;
}
body.booksPage.singlePage .bookArea .fx__l .thumb img {
  width: 100%;
}
@media print, screen and (max-width: 539px) {
  body.booksPage.singlePage .bookArea .fx__l .thumb img {
    width: 130px;
  }
}
body.booksPage.singlePage .bookArea .fx__r .title {
  font-size: 2.0rem;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 760px) {
  body.booksPage.singlePage .bookArea .fx__r .title {
    font-size: 2.6rem;
  }
}
body.booksPage.singlePage .bookArea .fx__r .chosha {
  color: #909090;
  font-size: 1.4rem;
  line-height: 1.6em;
}
body.booksPage.singlePage .bookArea .fx__r .chosha p {
  margin-bottom: 0;
}
body.booksPage.singlePage .bookArea .fx__r .shopLink p {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
body.booksPage.singlePage .bookArea .fx__r .shopLink img {
  width: 100px;
}
@media print, screen and (min-width: 980px) {
  body.booksPage.singlePage .bookArea .fx__r .shopLink img {
    width: 150px;
  }
}

body.moviesPage.indexPage .catArea {
  margin-bottom: 80px;
  padding-bottom: 20px;
}
body.moviesPage.indexPage .catArea.bc-sub {
  padding-top: 70px;
}
body.moviesPage.indexPage .catArea.bc-sub .labelArea a {
  background-color: #fff;
}
body.moviesPage.indexPage .catArea .titleArea {
  margin-bottom: 60px;
}
body.moviesPage.indexPage .catArea .titleArea .catTitle {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  color: #5B7B7F;
}
body.moviesPage.indexPage .catArea .titleArea .catTitle::before {
  content: '';
  display: block;
  background-color: #BB2E14;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
body.moviesPage.indexPage .catArea .titleArea .lead {
  margin: 0 auto;
  line-height: 1.7em;
}
@media print, screen and (min-width: 760px) {
  body.moviesPage.indexPage .catArea .titleArea .lead {
    max-width: 670px;
  }
}
body.moviesPage.indexPage .catArea .subCatTitle {
  font-weight: 500;
  font-size: 1.8rem;
  color: #5B7B7F;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 760px) {
  body.moviesPage.indexPage .catArea .subCatTitle {
    font-size: 2.2rem;
  }
}

body.keywordsPage.indexPage .catTitle {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 80px;
  font-size: 2.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  color: #5B7B7F;
}
body.keywordsPage.indexPage .catTitle::before {
  content: '';
  display: block;
  background-color: #BB2E14;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
body.keywordsPage.singlePage .categoryArea {
  text-align: right;
  margin-bottom: 5px;
}
body.keywordsPage.singlePage .categoryArea a {
  white-space: nowrap;
  color: #5B7B7F;
  font-size: 1.1rem;
  line-height: 1em;
  padding-left: 18px;
  margin-left: 25px;
  background: url(/shared/img/i_icon_category.svg) no-repeat left center;
}
@media print, screen and (min-width: 760px) {
  body.keywordsPage.singlePage .categoryArea a {
    font-size: 1.1rem;
  }
}
body.keywordsPage.singlePage .categoryArea a:hover {
  color: #3b8ca1;
}
body.keywordsPage.singlePage .titleArea {
  position: relative;
  background-color: #e5f0f1;
  margin-bottom: 20px;
  padding: 20px 20px 18px 20px;
}
@media print, screen and (min-width: 760px) {
  body.keywordsPage.singlePage .titleArea {
    height: 145px;
    padding: 23px 20px 15px 20px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 980px) {
  body.keywordsPage.singlePage .titleArea {
    height: 165px;
  }
}
body.keywordsPage.singlePage .titleArea::before {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #BB2E14;
  position: absolute;
  top: 0;
  left: 20px;
}
body.keywordsPage.singlePage .titleArea::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%) rotate(45deg);
}
body.keywordsPage.singlePage .titleArea .title {
  font-size: 2.3rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0;
  color: #5B7B7F !important;
}
@media print, screen and (min-width: 760px) {
  body.keywordsPage.singlePage .titleArea .title {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 980px) {
  body.keywordsPage.singlePage .titleArea .title {
    font-size: 3.1rem;
  }
}
body.keywordsPage.singlePage .titleArea .entitle {
  font-size: 1.7rem;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #5B7B7F !important;
  border-bottom: 1px #BFBFBF solid;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  body.keywordsPage.singlePage .titleArea .entitle {
    margin-bottom: 25px;
  }
}
body.keywordsPage.singlePage .pageBody {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 760px) {
  body.keywordsPage.singlePage .pageBody {
    margin-bottom: 80px;
  }
}
body.keywordsPage.singlePage .pageNav {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 760px) {
  body.keywordsPage.singlePage .pageNav {
    margin-bottom: 100px;
  }
}
body.keywordsPage.singlePage .pageNav > div {
  width: 46%;
}
body.keywordsPage.singlePage .pageNav a {
  position: relative;
  background-color: #e5f0f1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  color: #242424 !important;
  padding: 0 16px;
}
body.keywordsPage.singlePage .pageNav a:hover {
  opacity: 0.7;
}
body.keywordsPage.singlePage .pageNav a::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%) rotate(45deg);
}
body.keywordsPage.singlePage .pageNav a.prev::after {
  left: 0;
  transform: translate(-50%, 50%) rotate(45deg);
}
body.keywordsPage.singlePage .pageNav a.prev span::before {
  margin-right: 10px;
  content: url(/shared/img/i_arrow_prev.svg);
}
body.keywordsPage.singlePage .pageNav a.next {
  justify-content: flex-end;
}
body.keywordsPage.singlePage .pageNav a.next span::after {
  margin-left: 10px;
  content: url(/shared/img/i_arrow.svg);
}

body.faqPage .catTitle {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  color: #5B7B7F;
}
body.faqPage .catTitle::before {
  content: '';
  display: block;
  background-color: #BB2E14;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
body.faqPage.singlePage .pageTitle h1 {
  position: relative;
  margin-left: 25px;
}
@media print, screen and (min-width: 760px) {
  body.faqPage.singlePage .pageTitle h1 {
    margin-left: 50px;
  }
}
body.faqPage.singlePage .pageTitle h1:before {
  position: absolute;
  content: 'Q.';
  font-size: 2.4rem;
  font-weight: 500;
  font-family: serif;
  color: #5B7B7F;
  right: calc(100% + 5px);
  top: 0;
}
@media print, screen and (min-width: 760px) {
  body.faqPage.singlePage .pageTitle h1:before {
    font-size: 3.2rem;
    right: calc(100% + 15px);
  }
}
body.faqPage.singlePage .pageBody {
  position: relative;
  margin-left: 25px;
}
@media print, screen and (min-width: 760px) {
  body.faqPage.singlePage .pageBody {
    margin-left: 50px;
  }
}
body.faqPage.singlePage .pageBody:before {
  position: absolute;
  content: 'A.';
  font-size: 2.4rem;
  font-weight: 500;
  font-family: serif;
  color: #BB2E14;
  right: calc(100% + 5px);
  top: 0;
}
@media print, screen and (min-width: 760px) {
  body.faqPage.singlePage .pageBody:before {
    font-size: 3.2rem;
    right: calc(100% + 15px);
  }
}

body.searchPage .searchArea {
  padding-top: 40px;
}
@media print, screen and (min-width: 760px) {
  body.searchPage .searchArea {
    padding-top: 60px;
  }
}
body.searchPage .formArea {
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 30px;
}
body.searchPage .formArea input.text {
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  border: none;
  border-radius: 100vh;
  font-size: 1.7rem;
  padding-left: 35px;
  border: 2px #BFBFBF solid;
  background: url(/shared/img/hd_search_icon.svg) no-repeat #fff left 12px center;
}
body.searchPage #fs-result-msg {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 759px) {
  body.infoPage #content,
  body.aboutPage #content {
    padding-top: 60px;
  }
}
body.infoPage .pageTitleMlmg,
body.aboutPage .pageTitleMlmg {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 760px) {
  body.infoPage .pageTitleMlmg,
  body.aboutPage .pageTitleMlmg {
    margin-bottom: 80px;
  }
}
body.infoPage .pageTitleMlmg h1,
body.aboutPage .pageTitleMlmg h1 {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
  color: #5B7B7F;
  margin-bottom: 5px;
  text-align: center;
}
body.infoPage .pageTitleMlmg .ja,
body.aboutPage .pageTitleMlmg .ja {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}
body.infoPage .pageTitleMlmg .icon,
body.aboutPage .pageTitleMlmg .icon {
  text-align: center;
}
@media print, screen and (min-width: 760px) {
  body.infoPage .mlmgFormArea .fx__l,
  body.aboutPage .mlmgFormArea .fx__l {
    width: 55%;
    padding-right: 120px;
    background: url(/shared/img/mlmg_arrow.svg) no-repeat right 30px center;
  }
}
body.infoPage .mlmgForm,
body.aboutPage .mlmgForm {
  border-top: 3px #83884C solid;
  background-color: #F5F5F5;
  width: 100%;
  padding: 30px 7.69231%;
}
body.infoPage .mlmgForm input.email,
body.aboutPage .mlmgForm input.email {
  width: 100%;
}
body.infoPage .mlmgForm .bn_title,
body.aboutPage .mlmgForm .bn_title {
  font-size: 1.4rem;
}
body.infoPage.infoTokusho .table th,
body.aboutPage.infoTokusho .table th {
  background-color: #e5f0f1;
  white-space: nowrap;
}
body.infoPage.infoTokusho .table td,
body.aboutPage.infoTokusho .table td {
  line-height: 1.8em;
}

#footer {
  padding: 0 0 20px;
  position: relative;
  background-color: #5d7b80;
}
@media print, screen and (min-width: 760px) {
  #footer {
    padding: 0 0 80px;
  }
}
@media print, screen and (max-width: 759px) {
  #footer > .inner {
    margin: 0;
  }
}
#footer > .inner a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff !important;
  text-decoration: none !important;
}
#footer > .inner a:hover {
  opacity: 0.7;
}
#footer > .inner ul {
  margin: 0 0 60px 0;
}
#footer > .inner ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer > .inner .social a {
  display: inline-block;
  margin-right: 30px;
}
#footer .footerGlobalNavSp {
  border-top: 1px #7C9599 solid;
  margin-bottom: 40px;
}
#footer .footerGlobalNavSp a {
  display: block;
  font-size: 1.6rem;
  padding: 18px 25px;
  background: url(/shared/img/i_arrow_sm_wh.svg) no-repeat right 25px center;
  border-bottom: 1px #7C9599 solid;
}
#footer .footerGlobalNav {
  padding: 30px 0;
}
@media print, screen and (min-width: 760px) {
  #footer .footerGlobalNav {
    padding: 70px 0;
  }
}
#footer .footerGlobalNav .nav a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff !important;
  text-decoration: none !important;
}
#footer .footerGlobalNav .nav a:hover {
  opacity: 0.7;
}
#footer .footerGlobalNav .nav h3 {
  font-weight: 500;
  margin-bottom: 15px;
}
#footer .footerGlobalNav .nav h3 a {
  font-size: 1.4rem;
}
#footer .footerGlobalNav .nav h3 a::before {
  content: url(/shared/img/ft_nav_dot.svg);
  vertical-align: middle;
  color: #fff;
  margin-right: 10px;
}
#footer .footerGlobalNav .nav ul {
  margin: 0 0 40px 19px;
}
#footer .footerGlobalNav .nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
#footer .footerGlobalNav .nav ul li ul {
  margin: 0 0 20px 13px;
}
#footer .footerGlobalNav .nav ul li ul li {
  position: relative;
  padding-left: 15px;
}
#footer .footerGlobalNav .nav ul li ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff;
  width: 8px;
  height: 1px;
}
#footer .footerGlobalNav .nav01 {
  border-bottom: 1px #7C9599 solid;
  margin-bottom: 40px;
}
#footer .footerGlobalNav .nav02 {
  border-bottom: 1px #7C9599 solid;
}
#footer .footerGlobalNav2 ul, #footer .footerGlobalNav2 .social {
  margin-bottom: 30px;
  margin-left: 25px;
}
@media print, screen and (min-width: 760px) {
  #footer .footerGlobalNav2 ul, #footer .footerGlobalNav2 .social {
    margin-left: 19px;
  }
}
#footer .footerGlobalNav2 ul li, #footer .footerGlobalNav2 .social li {
  line-height: 1.4em;
  margin-bottom: 7px;
}

.footerNavArea {
  background-color: #fff;
  padding: 35px 0;
}
@media print, screen and (min-width: 760px) {
  .footerNavArea {
    padding: 40px 0 80px;
  }
}
@media print, screen and (max-width: 759px) {
  .footerNavArea .inner {
    margin: 0;
  }
}
.footerNavArea .footerNav {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  .footerNavArea .footerNav {
    margin-left: 19px;
  }
}
@media print, screen and (max-width: 759px) {
  .footerNavArea .footerNav ul {
    text-align: center;
  }
}
.footerNavArea .footerNav ul li {
  margin: 0 7px;
  font-size: 1.2rem;
  display: block;
}
@media print, screen and (min-width: 540px) {
  .footerNavArea .footerNav ul li {
    display: inline-block;
  }
}
@media print, screen and (min-width: 760px) {
  .footerNavArea .footerNav ul li {
    font-size: 1.4rem;
    margin: 0 15px 0 0;
  }
}
.footerNavArea .copyright {
  text-align: center;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 760px) {
  .footerNavArea .copyright {
    font-size: 1.4rem;
    text-align: right;
  }
}
.footerNavArea .copyright p {
  margin: 0;
}

#navigationDrawer {
  display: none;
  background-color: #5B7B7F;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
}
#navigationDrawer .inner {
  display: block;
  width: 100%;
  padding: 30px 25px;
  margin: 0 auto;
}
@media print, screen and (min-width: 760px) {
  #navigationDrawer .inner {
    padding: 40px 5.46875%;
  }
}
@media print, screen and (min-width: 1280px) {
  #navigationDrawer .inner {
    width: 1280px;
  }
}
#navigationDrawer .nav a {
  font-weight: 400;
  color: #fff !important;
  text-decoration: none !important;
}
#navigationDrawer .nav a:hover {
  opacity: 0.7;
}
#navigationDrawer .nav .home {
  margin-bottom: 40px;
}
#navigationDrawer .nav .home a {
  font-size: 2.0rem;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: 400;
}
@media print, screen and (min-width: 760px) {
  #navigationDrawer .nav .home a {
    font-size: 2.4rem;
  }
}
#navigationDrawer .nav .item {
  border-bottom: 1px #8DA3A6 solid;
}
@media print, screen and (min-width: 760px) {
  #navigationDrawer .nav .item {
    border: none;
  }
}
#navigationDrawer .nav .item:first-child {
  border-top: 1px #8DA3A6 solid;
}
@media print, screen and (min-width: 760px) {
  #navigationDrawer .nav .item:first-child {
    border: none;
  }
}
#navigationDrawer .nav .item > h3 {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
#navigationDrawer .nav .item > h3.pc {
  display: none;
}
@media print, screen and (min-width: 760px) {
  #navigationDrawer .nav .item > h3.pc {
    display: block;
    border-top: 1px #8DA3A6 solid;
    border-bottom: 1px #8DA3A6 solid;
    font-size: 2.0rem;
    padding: 12px 17px;
    margin-bottom: 15px;
  }
}
#navigationDrawer .nav .item > h3.sp {
  font-size: 1.8rem;
  padding: 15px 12px;
  background: url(/shared/img/i_arrow_down_wh.svg) no-repeat right 12px center;
  display: block;
}
#navigationDrawer .nav .item > h3.sp.on {
  background-image: url(/shared/img/i_arrow_up_wh.svg);
}
@media print, screen and (min-width: 760px) {
  #navigationDrawer .nav .item > h3.sp {
    display: none;
  }
}
#navigationDrawer .nav .item > ul {
  display: none;
  margin: 0 0 20px 25px;
}
@media print, screen and (min-width: 760px) {
  #navigationDrawer .nav .item > ul {
    display: block;
    margin: 0 0 40px 19px;
  }
}
#navigationDrawer .nav .item > ul li {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  line-height: 1.5em;
}
#navigationDrawer .nav .item > ul li a {
  font-size: 1.4rem;
}
#navigationDrawer .nav .item > ul li ul {
  margin: 5px 0 20px 13px;
}
#navigationDrawer .nav .item > ul li ul li {
  position: relative;
  padding-left: 15px;
}
#navigationDrawer .nav .item > ul li ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff;
  width: 8px;
  height: 1px;
}
#navigationDrawer .nav01 {
  margin-bottom: 40px;
}
#navigationDrawer .nav02 ul {
  margin: 0 0 20px 25px;
}
#navigationDrawer .nav02 ul li {
  list-style: none;
  margin-bottom: 5px;
  line-height: 1.6em;
}
#navigationDrawer .nav02 ul li a {
  font-size: 1.4rem;
}
#navigationDrawer .nav02 .social {
  margin: 0 0 20px 25px;
}
@media print, screen and (min-width: 760px) {
  #navigationDrawer .nav02 .social {
    margin: 0;
  }
}
#navigationDrawer .nav02 .social a {
  display: inline-block;
  margin-right: 25px;
}
#navigationDrawer #spMenuClose {
  position: fixed;
}

#header {
  z-index: 1000;
}

#searchBox {
  z-index: 1000;
}

#globalNav {
  z-index: 1100;
}

#spMenu {
  z-index: 1300;
}

#siteTitle {
  z-index: 1000;
}

#content {
  z-index: 1;
}

#pageTop {
  z-index: 2000;
}

#navigationDrawer {
  z-index: 1200;
}
