/* 背景画像の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", 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.4rem;
    padding: 8px 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 {
  margin-bottom: 10px;
}
.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;
  font-weight: 400;
  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 {
    font-size: 1.8rem;
    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 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #242424 !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 760px) {
  .list-news a.item {
    margin-bottom: 48px;
  }
}
.list-news a.item:hover {
  opacity: 0.7;
}
.list-news a.item .thumb {
  width: 33.78378%;
  margin-right: 5.13514%;
  margin-top: 10px;
}
.list-news a.item .thumb img {
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 1px #BFBFBF solid;
  object-fit: cover;
}
.list-news a.item .date {
  padding-top: 10px;
  display: inline-block;
  font-size: 1.6rem;
  color: #939393;
  margin-bottom: 0px;
}
.list-news a.item .title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 760px) {
  .list-news a.item .title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

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

.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: 400;
  margin-bottom: 10px;
  line-height: 1.3em;
}
@media print, screen and (min-width: 760px) {
  .list-contents .item .fx__r .title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.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.8rem;
  line-height: 1.7em;
  margin-bottom: 40px;
}

.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: 2.0rem;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3em;
}
@media print, screen and (min-width: 760px) {
  .list-contents-2col .item > .title {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}
.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.8rem;
  line-height: 1.7em;
  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;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: left;
  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;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  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", 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-columns {
  background-color: #F7F5F2;
  padding: 50px 6.15114% 20px;
}
.list-columns > .title {
  font-size: 2.8rem;
  font-family: "EB Garamond", 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", 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-systemarchetypes {
	.item {
		margin-bottom: 80px;
		.num {
			margin-top: -50px;
			font-size: 3.0rem;
			font-family: $font-mincho;
			color: $color-main;
			font-weight: 400;
			padding: 0 20px 5px;
		}
		a {
			display: block;
			background-color: #fff;
			&:hover {
				opacity: 0.7;
			}
		}
		.title {
			background: url(/shared/img/i_arrow_wh.svg) $color-main 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;
		}
		.story {
			padding: 20px 20px 30px;
			line-height: 1.6em;
			font-size: 1.4rem;
			color: $font-color;
			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) $color-base no-repeat right 10px center;
		height: 55px;
		padding: 10px 40px 10px 12px;
		@media print, screen and (min-width: 760px) {
			height: 78px;
			padding: 10px 50px 10px 20px;
			background-position: right 20px center;
			margin-bottom: 30px;
		}
		&:hover {
			opacity: 0.7;
		}
		.num {
			font-size: 2.4rem;
			font-family: $font-mincho;
			color: $color-main;
			font-weight: 400;
			margin-right: 10px;
			@media print, screen and (min-width: 760px) {
				font-size: 2.6rem;
				margin-right: 14px;
			}
		}
		.title {
			font-size: 1.4rem;
			font-weight: 500;
			margin-bottom: 0;
			@media print, screen and (min-width: 760px) {
				font-size: 1.6rem;
			}
		}
	}
}
*/
/* #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", 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", 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", 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", 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", 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", 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: 170px;
    top: 31px;
  }
}
#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.3rem;
}
@media print, screen and (min-width: 760px) {
  #header .supportNav > ul > li {
    font-size: 1.5rem;
  }
}
#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 .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: 31px;
  }
}
@media print, screen and (min-width: 980px) {
  #header .language {
    right: 90px;
  }
}
#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.en {
  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.6rem;
  font-weight: normal;
}
@media print, screen and (min-width: 1280px) {
  #globalNav > ul > li {
    font-size: 1.7rem;
  }
}
#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;
}
@media print, screen and (min-width: 760px) {
  #spMenu, #spMenuClose {
    right: 7px;
    top: 18px;
  }
}
@media print, screen and (min-width: 980px) {
  #spMenu, #spMenuClose {
    right: 25px;
  }
}
#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%;
}

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

.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.6rem;
    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(/en/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: 180px;
  }
}
.heroArea .title {
  font-size: 3.2rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: #242424;
  margin-bottom: 5px;
  line-height: 1em;
}
@media print, screen and (min-width: 760px) {
  .heroArea .title {
    font-size: 4.4rem;
    margin-bottom: 8px;
  }
}
.heroArea h2 {
  font-size: 2.3rem;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  color: #5B7B7F;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

@media print, screen and (max-width: 759px) {
  body.systemPage.fixedPage .heroArea .title {
    font-size: 2.4rem;
  }
}

.heroAreaSer {
  background: url(/en/shared/img/ser_heroarea_bg.svg) #5B7B7F no-repeat center bottom/contain;
  display: flex;
  align-items: center;
  width: 100%;
  height: 266px;
  line-height: 1.4em;
  border-bottom: 1px #BFBFBF solid;
  padding-top: 5px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 540px) {
  .heroAreaSer {
    background-position: right center !important;
    height: 90px;
  }
}
@media print, screen and (min-width: 760px) {
  .heroAreaSer {
    margin-bottom: 80px;
    height: 180px;
  }
}
@media print, screen and (max-width: 539px) {
  .heroAreaSer .w-1138 {
    margin: 0 auto 120px;
    text-align: center;
  }
}
.heroAreaSer .title {
  font-size: 3.8rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1em;
}
@media print, screen and (min-width: 540px) {
  .heroAreaSer .title {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 760px) {
  .heroAreaSer .title {
    font-size: 4.4rem;
    margin-bottom: 8px;
  }
}

.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", serif;
  font-weight: 500;
  text-align: left;
  color: #5B7B7F !important;
  font-size: 2.8rem;
}
@media print, screen and (min-width: 760px) {
  .pageTitle h1 {
    font-size: 3.8rem;
  }
}

.pageTitleArea {
  position: relative;
  background-color: #e5f0f1;
  height: 110px;
  display: flex;
  align-items: center;
  padding: 10px 100px 10px 15px;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleArea {
    padding: 10px 160px 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", serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
  font-size: 2.6rem;
}
@media print, screen and (min-width: 760px) {
  .pageTitleArea h1 {
    font-size: 3.6rem;
  }
}

body.approachIndex .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: 500;
  font-family: "EB Garamond", 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.8rem;
  font-weight: 500;
  color: #5B7B7F;
  font-family: "EB Garamond", serif;
  margin-bottom: 0;
  line-height: 1em;
  margin-right: 20px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleArea3rd .inner h1 {
    font-size: 3.8rem;
  }
}
.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.7rem;
  font-family: "EB Garamond", serif;
  text-align: left;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaNews .title {
    font-size: 4.0rem;
    margin-bottom: 30px;
  }
}
.pageTitleAreaNews .date {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 760px) {
  .pageTitleAreaNews .date {
    font-size: 1.8rem;
  }
}
.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", 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 {
  padding-bottom: 1px;
}
.pageBody a:link {
  color: #1073ab;
}
.pageBody a:visited {
  color: #1073ab;
}
.pageBody a:hover, .pageBody a:visited:hover {
  color: #799b35;
  text-decoration: underline;
}
.pageBody a:active {
  color: #799b35;
}
.pageBody h1 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #5B7B7F;
  text-align: left;
  margin-bottom: 30px;
  font-size: 2.8rem;
}
@media print, screen and (min-width: 760px) {
  .pageBody h1 {
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
}
.pageBody h2 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #5B7B7F;
  text-align: left;
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1.3em;
}
@media print, screen and (min-width: 760px) {
  .pageBody h2 {
    font-size: 3.6rem;
  }
}
.pageBody h3 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #242424;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 30px;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 760px) {
  .pageBody h3 {
    font-size: 3.0rem;
  }
}
.pageBody h4 {
  font-weight: 400;
  color: #242424;
  text-align: left;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 760px) {
  .pageBody h4 {
    font-size: 1.8rem;
  }
}
.pageBody h5 {
  font-weight: 400;
  font-size: 1.6rem;
  color: #242424;
  text-align: left;
}
@media print, screen and (min-width: 760px) {
  .pageBody h5 {
    font-size: 1.8rem;
  }
}
.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.2em;
}
@media print, screen and (min-width: 760px) {
  .pageBody .h2-1 {
    padding-top: 15px;
    margin-bottom: 40px;
  }
}
.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", 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", 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", 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", sans-serif;
  border-radius: 4px;
  padding: 3px 10px 1px;
}
.pageBody p {
  line-height: 1.7em;
  letter-spacing: 0.02rem;
}
.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;
  text-align: left;
  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.5rem !important;
    width: auto;
  }
}
.pageBody table th *, .pageBody table td * {
  line-height: 1.7em;
  text-align: left;
}
@media print, screen and (max-width: 759px) {
  .pageBody table th *, .pageBody table td * {
    font-size: 1.5rem !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: 500;
}

.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: 760px;
  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: 800px;
  }
}
@media print, screen and (min-width: 520px) {
  body.topPage .topImage {
    height: 880px;
  }
}
@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: 25px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topImage .cycle-slideshow .item .title {
    margin-bottom: 30px;
  }
}
body.topPage .topImage .cycle-slideshow .item .title img {
  height: 70px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topImage .cycle-slideshow .item .title img {
    height: 85px;
  }
}
body.topPage .topImage .cycle-slideshow .item h2 {
  font-size: 2.4rem;
  line-height: 1.2em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #5B7B7F;
  text-align: left;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topImage .cycle-slideshow .item h2 {
    font-size: 3.0rem;
    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.6rem;
  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.7rem;
    line-height: 1.6em;
    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 .topSection .fx__l {
  border-top: 1px solid #DBDBDB;
  padding-top: 33px;
  position: relative;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topSection .fx__l {
    width: 30.57996%;
    margin-right: 4.39367%;
  }
}
body.topPage .topSection .fx__l::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 3px;
  background-color: #5B7B7F;
}
body.topPage .topSection .fx__l h2 {
  font-family: "EB Garamond", serif;
  font-size: 3.0rem;
  font-weight: 400;
  text-align: left;
  color: #5B7B7F;
}
@media print, screen and (min-width: 760px) {
  body.topPage .topSection .fx__l h2 {
    font-size: 3.3rem;
  }
}
@media print, screen and (min-width: 980px) {
  body.topPage .topSection .fx__l h2 {
    font-size: 4.0rem;
  }
}
@media print, screen and (min-width: 760px) {
  body.topPage .topSection .fx__r {
    border-top: 1px solid #DBDBDB;
    padding-top: 33px;
    flex: 1;
  }
}
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", 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: 400;
  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.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 #news_category {
  text-align: left;
}
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", 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", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #5B7B7F;
  padding: 7px 10px 7px 15px;
}

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 .loopDiagramArea {
  border-top: 1px #BFBFBF solid;
  border-bottom: 1px #BFBFBF solid;
  padding: 20px 15px;
  margin-bottom: 80px;
}
body.systemPage .loopDiagramArea .title {
  position: relative;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 760px) {
  body.systemPage .loopDiagramArea .title {
    font-size: 2.0rem;
  }
}
body.systemPage .loopDiagramArea .title:hover {
  opacity: 0.7;
}
body.systemPage .loopDiagramArea .title span {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
}
body.systemPage .loopDiagramArea .title span::after {
  position: absolute;
  right: 0;
  top: -1px;
  content: url(/shared/img/i_arrow_down.svg);
}
body.systemPage .loopDiagramArea .title.on span::after {
  content: url(/shared/img/i_arrow_up.svg);
}
body.systemPage .loopDiagramArea .inner {
  padding: 60px 20px;
  text-align: center;
  display: none;
}
body.systemPage .loopDiagramArea .more {
  position: absolute;
  right: 15px;
  top: 20px;
}
body.systemPage .loopDiagramArea .close {
  position: absolute;
  right: 15px;
  top: 20px;
}
body.systemPage .loopDiagramArea br {
  display: none;
}
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", 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", serif;
  color: #5B7B7F !important;
}
@media print, screen and (min-width: 760px) {
  body.systemPage .systemstoolsArea .item .title .en {
    font-size: 2.2rem;
  }
}

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", 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", 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", 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.infoServices .catTitle {
  background-color: #e5f0f1;
  padding: 0;
  position: relative;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 540px) {
  body.infoServices .catTitle {
    display: flex;
    align-items: center;
    height: 150px;
    padding: 0 40% 0 3.02632%;
    background: url(/en/shared/img/ser_cat_image_01.svg) #e5f0f1 no-repeat right center/contain;
  }
}
@media print, screen and (min-width: 760px) {
  body.infoServices .catTitle {
    padding: 0 30% 0 3.02632%;
    height: 200px;
  }
}
body.infoServices .catTitle .img {
  width: 100%;
}
@media print, screen and (min-width: 540px) {
  body.infoServices .catTitle .img {
    display: none;
  }
}
@media print, screen and (min-width: 540px) {
  body.infoServices .catTitle.cat2 {
    background: url(/en/shared/img/ser_cat_image_02.svg) #e5f0f1 no-repeat right center/contain;
  }
}
@media print, screen and (min-width: 540px) {
  body.infoServices .catTitle.cat3 {
    background: url(/en/shared/img/ser_cat_image_03.svg) #e5f0f1 no-repeat right center/contain;
  }
}
@media print, screen and (min-width: 540px) {
  body.infoServices .catTitle::before {
    content: '';
    position: absolute;
    left: 3.02632%;
    top: 0;
    width: 100px;
    height: 3px;
    background-color: #5B7B7F;
  }
}
body.infoServices .catTitle h2 {
  margin-bottom: 0;
  padding: 30px 20% 25px 3.02632%;
}
@media print, screen and (min-width: 540px) {
  body.infoServices .catTitle h2 {
    padding: 0;
  }
}

#footer {
  padding: 30px 0 20px;
  position: relative;
  background-color: #5d7b80;
}
@media print, screen and (min-width: 760px) {
  #footer {
    padding: 40px 0 80px;
  }
}
#footer > .inner a {
  font-weight: 300;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 760px) {
  #footer > .inner a {
    font-size: 1.6rem;
  }
}
#footer > .inner a:hover {
  opacity: 0.7;
}
#footer > .inner ul {
  padding: 0;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 760px) {
  #footer > .inner ul {
    margin-bottom: 0;
  }
}
#footer > .inner ul li {
  list-style: none;
  margin-bottom: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
#footer > .inner .social {
  width: 170px;
  margin-left: 0;
}
@media print, screen and (min-width: 760px) {
  #footer > .inner .social {
    margin-left: 30px;
  }
}
#footer > .inner .social a {
  display: inline-block;
  margin-right: 30px;
}
#footer > .inner .social a:last-child {
  margin-right: 0;
}

.copyright {
  padding: 25px 0 40px;
  text-align: center;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 760px) {
  .copyright {
    font-size: 1.3rem;
    text-align: right;
  }
}
.copyright p {
  margin: 0;
}

#navigationDrawer {
  display: none;
  background-color: #5B7B7F;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  /*
  .nav {
    a {
      font-weight: 400;
      color:#fff !important;
      text-decoration: none !important;
      &:hover {
        opacity: 0.7;  
      }
    }
    .home {
      a {
        font-size: 2.2rem;
        font-family: $font-mincho;
        font-weight: 400;
        @media print, screen and (min-width: 760px) {
          font-size: 2.2rem;
        }
      }
    }
    .item {
      margin-bottom: 30px;
      border-bottom:1px #8DA3A6 solid;
      padding: 30px 0 0;

      @media print, screen and (min-width: 760px) {
        border:none;
      }
      &:first-child {
        border-top:1px #8DA3A6 solid;
        @media print, screen and (min-width: 760px) {
          border:none;
        }
      }
      >ul {
        margin: 0 0 20px 25px;
        @media print, screen and (min-width: 760px) {
          margin: 0 0 40px 19px;
        }
        >li>a {
          border-top:1px #8DA3A6 solid;
          border-bottom:1px #8DA3A6 solid;
          font-size: 2.2rem;
          //font-family: $font-mincho;
          font-weight: 400;
          display: block;
          padding: 20px;
        }
        li {
          list-style: none;
          margin: 0 0 35px;
          padding: 0;
          line-height: 1.5em;

          ul {
            margin: 10px 0 20px 13px;
            li {
              position: relative;
              padding-left: 15px;
              margin-bottom: 10px;
              a {
                font-size: 1.8rem;
                font-weight: 300;
              }
              &::before {
                content: '';
                position: absolute;
                left: 0;
                top: 12px;
                background-color: #fff;
                width:8px;
                height: 1px;
              }
            }
          }
        }
      }
    }

  }
  */
}
#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", 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.2rem;
    font-weight: 400;
    padding: 12px 17px;
    margin-bottom: 15px;
  }
}
#navigationDrawer .nav .item > h3.sp {
  font-size: 1.9rem;
  font-weight: 400;
  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 > h3.sp_link {
  font-size: 1.9rem;
  font-weight: 400;
  padding: 0;
  display: block;
}
#navigationDrawer .nav .item > h3.sp_link a {
  display: block;
  padding: 15px 12px;
}
@media print, screen and (min-width: 760px) {
  #navigationDrawer .nav .item > h3.sp_link {
    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-weight: 300;
  font-size: 1.7rem;
}
#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: 30px;
}
#navigationDrawer .nav02 {
  margin: 0 0 20px 10px;
}
@media print, screen and (min-width: 760px) {
  #navigationDrawer .nav02 .social {
    text-align: right;
  }
}
#navigationDrawer .nav02 .social a {
  display: inline-block;
  margin-right: 25px;
}
#navigationDrawer .nav02 .social a:last-child {
  margin-right: 0;
}
#navigationDrawer #spMenuClose {
  position: fixed;
}

#header {
  z-index: 1000;
}

#searchBox {
  z-index: 1000;
}

#globalNav {
  z-index: 1100;
}

#spMenu {
  z-index: 1100;
}

#siteTitle {
  z-index: 1000;
}

#content {
  z-index: 1;
}

#pageTop {
  z-index: 2000;
}

#navigationDrawer {
  z-index: 1200;
}
