@charset "UTF-8";
/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
  overflow-x: hidden;
  font-size: 3.73vw;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* リンク設定 ====================*/
a {
  outline: none;
}
a:link {
  color: #005aff;
  text-decoration: none;
}
a:visited {
  color: #005aff;
}
a:hover {
  color: #005aff;
  text-decoration: underline;
}
a:active {
  color: #005aff;
}
a:focus {
  outline: none;
}

sup {
  font-size: 10px;
  vertical-align: top;
}

img {
  width: 100%;
}

/* PC用画像非表示 ====================*/
.pc {
  display: none !important;
}

/* アンカーリンク ====================*/
.anchor {
  margin-top: -15vw;
  padding-top: 15vw;
}

h4.anchor {
  margin-top: -15vw !important;
  padding-top: 25vw;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
  box-sizing: border-box;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vw;
  padding-top: 4vw;
  background: #fff;
}
.header h1.logo {
  width: 64vw;
  height: 7.2vw;
  margin: 0 auto;
}
.header h1.logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/img/logo_sp.png") center center no-repeat;
  background-size: cover;
}
.header .btn_language,
.header .btn_jre,
.header .btn_asset {
  display: none;
}

/*----------------------------------------------------
	globalNav
----------------------------------------------------*/
.btn_menu {
  display: block;
  position: fixed;
  z-index: 100;
  top: 4.8vw;
  right: 4.26vw;
  width: 8.4vw;
  height: 5.46vw;
  cursor: pointer;
}
.btn_menu span {
  display: block;
  position: absolute;
  top: 2.53vw;
  left: 0;
  width: 8.4vw;
  height: 0.53vw;
  background: #009850;
  transition: all 0.3s;
}
.btn_menu span:nth-child(1) {
  transform: translateY(-2.53vw);
}
.btn_menu span:nth-child(2) {
  opacity: 1;
}
.btn_menu span:nth-child(3) {
  transform: translateY(2.53vw);
}

.btn_menu.open span {
  background: #fff;
}
.btn_menu.open span:nth-child(1) {
  transform: rotate(-45deg) translateY(0px);
}
.btn_menu.open span:nth-child(2) {
  opacity: 0;
}
.btn_menu.open span:nth-child(3) {
  transform: rotate(45deg) translateY(0px);
}

.globalNav {
  box-sizing: border-box;
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
  vertical-align: top;
}
.globalNav > .inner {
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 3.73vw 4.26vw 0;
}
.globalNav .btnBlock {
  display: flex;
  flex-wrap: wrap;
}
.globalNav .btn_language {
  width: 18.66vw;
  height: 7.46vw;
  text-align: center;
}
.globalNav .btn_language a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 3.2vw;
  color: #000;
  line-height: 1;
  background: #fff;
  border-radius: 5.5vw;
}
.globalNav .btn_language a:hover {
  text-decoration: none;
  background: #c8f3d5;
}
.globalNav .btn_jre,
.globalNav .btn_asset {
  width: 22.93vw;
  height: 7.46vw;
  margin-left: 6.8vw;
}
.globalNav .btn_jre a,
.globalNav .btn_asset a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 3.2vw;
  color: #000;
  line-height: 1;
  background: #fff;
  border: 1px solid #000;
}
.globalNav .btn_jre a:hover,
.globalNav .btn_asset a:hover {
  text-decoration: none;
  background: #c8f3d5;
}
.globalNav .btn_asset {
  margin-left: 2.66vw;
}
.globalNav ul.list_menu {
  width: 100%;
  margin: 4vw auto 9vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.globalNav ul.list_menu li.first {
  position: relative;
}
.globalNav ul.list_menu li.first > a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding: 6vw 0;
  text-decoration: none;
  font-size: 4.26vw;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.globalNav ul.list_menu li.first span.arrow {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding: 6vw 0;
  text-decoration: none;
  font-size: 4.26vw;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.globalNav ul.list_menu li.first span.arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 1.86vw);
  right: 2.66vw;
  width: 2.4vw;
  height: 2.4vw;
  border: 0;
  border-top: solid 0.4vw #fff;
  border-right: solid 0.4vw #fff;
  transform: rotate(135deg);
  transition: all 0.2s ease;
}
.globalNav ul.list_menu li.first span.btn_active:before {
  top: calc(50% - 0.62vw);
  transform: rotate(-45deg);
}
.globalNav ul.list_menu li.first .sub {
  /*display: none;*/
}
.globalNav ul.list_menu li.first .sub ul {
  padding-bottom: 8vw;
}
.globalNav ul.list_menu li.first .sub ul li a {
  padding: 4vw 3.33vw 4.2vw;
  display: block;
  font-size: 4.26vw;
  color: #000;
  line-height: 1;
  background: rgba(255, 255, 255, 0.45);
}
.globalNav ul.list_menu li.first .sub ul li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.4);
}
.globalNav ul.list_menu li.first .sub ul li + li {
  margin-top: 1px;
}
.globalNav ul.list_menu li.first + li.first {
  border-top: 1px solid #fff;
}

/*body#esg, body#message, body#policy, body#information { a.esg { background: #009850; } }
body#environment, body#climate, body#greenbond { .globalNav { a.environment { background: #009850; } } }
body#society { .globalNav { a.society { background: #009850; } } }
body#governance, body#structure, body#management, body#compliance { .globalNav { a.governance { background: #009850; } } }
body#external { .globalNav { a.external { background: #009850; } } }
body#initiative { .globalNav { a.initiative { background: #009850; } } }*/
/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  padding-bottom: 60px;
}
.footer .btn_pagetop {
  display: none;
  position: fixed;
  z-index: 98;
  right: 2.66vw;
  bottom: 2.66vw;
  width: 12.8vw;
  height: 12.8vw;
}
.footer .btn_pagetop img {
  width: 100%;
}
.footer .inner {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10.66vw;
  padding: 10.66vw 4.26vw;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
.footer .footerMenu ul.list_menu {
  border-top: 1px solid #fff;
}
.footer .footerMenu ul.list_menu:last-child {
  border-bottom: 1px solid #fff;
}
.footer .footerMenu ul.list_menu li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding: 6vw 0;
  text-decoration: none;
  font-size: 4.26vw;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.footer .footerMenu ul.list_menu li.sub {
  display: none;
}
.footer ul.list_submenu {
  padding: 0 20px;
}
.footer ul.list_submenu li {
  border: 1px solid #d8dbdf;
}
.footer ul.list_submenu li a {
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #333;
  line-height: 1;
}
.footer ul.list_submenu li a:hover {
  text-decoration: none;
}
.footer ul.list_submenu li + li {
  margin-top: 5px;
}
.footer ul.list_submenu + ul.list_submenu {
  margin-top: 15px;
}
.footer p.text_copy {
  box-sizing: border-box;
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}

/*----------------------------------------------------
	共通レイアウト
----------------------------------------------------*/
.content {
  padding: 15vw 0 13.33vw;
}

.indexTitle {
  position: relative;
}
.indexTitle .textBlock {
  box-sizing: border-box;
  min-height: 67.46vw;
  padding: 8.8vw 4.26vw 6vw;
  color: #fff;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
.indexTitle .textBlock h2.title {
  font-size: 7.6vw;
  line-height: 1.2;
}
.indexTitle .textBlock p.title_sub {
  margin-top: 4vw;
  line-height: 1;
}
.indexTitle .textBlock p.text {
  margin-top: 5vw;
}

.indexMenu {
  margin: 16vw auto 0;
  padding: 0 4.26vw;
}
.indexMenu .cell {
  position: relative;
}
.indexMenu .cell h3.title {
  margin-top: 5.33vw;
  font-size: 5.33vw;
  line-height: 1.5;
}
.indexMenu .cell h3.title a {
  color: #000;
}
.indexMenu .cell h3.title a:hover {
  text-decoration: none;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text_fill-color: transparent;
  color: #5dc1cd;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #5dc1cd, #59b75d);
     border-image: linear-gradient(to right, #5dc1cd, #59b75d);
  border-image-slice: 1;
}
.indexMenu .cell ul.list_arrow {
  margin-top: 5.33vw;
}
.indexMenu .cell ul.list_arrow li a {
  display: block;
  position: relative;
  padding-left: 5.2vw;
  font-size: 4.26vw;
  color: #000;
}
.indexMenu .cell ul.list_arrow li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.6vw;
  left: 0;
  width: 4vw;
  height: 4.26vw;
  background: url("/assets/img/ic_arrow_sp.png") left center no-repeat;
  background-size: cover;
}
.indexMenu .cell ul.list_arrow li a span {
  font-size: 3.2vw;
}
.indexMenu .cell ul.list_arrow li + li {
  margin-top: 5.33vw;
}
.indexMenu .cell p.text {
  margin-top: 5.33vw;
}
.indexMenu .cell p.text_note {
  margin-top: 5.33vw;
}
.indexMenu .cell p.text_note + ul.list_arrow {
  margin-top: 2.66vw;
}
.indexMenu .cell + .cell {
  margin-top: 10vw;
  padding-top: 10.66vw;
  border-top: 1px solid #000;
}

.contentHeader {
  position: relative;
  z-index: 11;
  padding-top: 7.2vw;
}
.contentHeader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 80vw;
  background: linear-gradient(to right, #daf2f3, #d9efda);
}
.contentHeader .inner {
  position: relative;
  z-index: 1;
}
.contentHeader .inner .column {
  position: relative;
  padding: 0 4.26vw;
}
.contentHeader .inner .column::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 36.66vw;
  background: #fff;
}
.contentHeader .inner .cell {
  position: relative;
  z-index: 1;
}
.contentHeader .inner .cell + .cell {
  width: 73.33vw;
  margin: 8vw auto 0;
}
.contentHeader .inner h2.title {
  font-size: 6.66vw;
  line-height: 1.4;
}
.contentHeader .inner .textBlock {
  padding: 0 4.26vw;
}
.contentHeader .inner h2.title + p.text {
  margin-top: 4.66vw;
}
.contentHeader .inner .column + .textBlock {
  margin-top: 10vw;
}

.tabArea {
  display: flex;
  position: relative;
  margin: 10.66vw 4.26vw 0;
  z-index: 11;
  border-bottom: 2px solid #009850;
}
.tabArea .tab {
  width: calc((100% - 2.7vw) / 3);
  height: 14.93vw;
}
.tabArea .tab a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 3.2vw;
  color: #009850;
  line-height: 1.16;
  border-top: 1px solid #009850;
  border-right: 1px solid #009850;
  border-left: 1px solid #009850;
}
.tabArea .tab a::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 0.7vw);
  bottom: 1.33vw;
  width: 1.33vw;
  height: 1.33vw;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(135deg);
}
.tabArea .tab a:hover {
  text-decoration: none;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
.tabArea .tab a.current {
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
.tabArea .tab + .tab {
  margin-left: 1.33vw;
}

.section + .tabArea .tab a::after {
  content: none;
}

.anchorArea {
  position: relative;
  z-index: 11;
  margin-top: 10.66vw;
  padding: 0 4.26vw;
}
.anchorArea ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.anchorArea ul:first-child li {
  width: calc((100% - 4.26vw) / 2);
}
.anchorArea ul:first-child li:nth-of-type(2) {
  margin-left: 0;
}
.anchorArea ul:first-child li:nth-of-type(3) {
  margin-left: 4.2vw;
}
.anchorArea ul:first-child li:nth-of-type(n+2) {
  margin-top: 0;
}
.anchorArea ul li.title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 8vw;
  padding: 3.6vw 1vw 4vw;
  text-align: center;
  font-size: 4.26vw;
  color: #fff;
  line-height: 1;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
.anchorArea ul li {
  width: calc((100% - 4.26vw) / 2);
}
.anchorArea ul li:nth-of-type(even) {
  margin-left: 4.2vw;
}
.anchorArea ul li:nth-of-type(n+3) {
  margin-top: 4.26vw;
}
.anchorArea ul + ul {
  margin-top: 4.26vw;
}

.section {
  position: relative;
  padding: 0 4.26vw;
}
.section:nth-last-child(1) {
  z-index: 0;
}
.section:nth-last-child(2) {
  z-index: 1;
}
.section:nth-last-child(3) {
  z-index: 2;
}
.section:nth-last-child(4) {
  z-index: 3;
}
.section:nth-last-child(5) {
  z-index: 4;
}
.section:nth-last-child(6) {
  z-index: 5;
}
.section:nth-last-child(7) {
  z-index: 6;
}
.section:nth-last-child(8) {
  z-index: 7;
}
.section:nth-last-child(9) {
  z-index: 8;
}
.section:nth-last-child(10) {
  z-index: 9;
}
.section:nth-last-child(11) {
  z-index: 10;
}

.tableBlock {
  overflow: auto;
  margin-top: 4vw;
  padding-left: 1px;
}

/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.btn {
  position: relative;
  height: 12vw;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 2.66vw;
  left: 2.66vw;
  width: 100%;
  height: 12vw;
  background: url("/assets/img/bg_btn_sp.png") center center no-repeat;
  background-size: cover;
}
.btn a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 3.73vw;
  color: #000;
  line-height: 1;
  background: #fff;
  border: 1px solid #000;
}
.btn a:hover {
  text-decoration: none;
  background: #c8f3d5;
}

.btn_more {
  width: 36vw;
}

.btn_pdf span {
  font-size: 3.2vw;
}

.btn_green {
  display: table;
  margin-top: 4.66vw;
}
.btn_green a {
  display: block;
  padding: 2vw 5.33vw;
  text-align: center;
  text-decoration: none;
  font-size: 3.73vw;
  color: #fff;
  background: #139b4d;
  border-radius: 2vw;
}
.btn_green a span {
  font-size: 3.2vw;
}

/*----------------------------------------------------
	h2,h3,h4,h5,h6
----------------------------------------------------*/
h3.title_label {
  position: relative;
  width: 95.7333333333vw;
  margin-left: -4.2666666667vw;
}
h3.title_label span {
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2.4vw 3.3vw 3.2vw 12.26vw;
  font-size: 5.3vw;
  color: #fff;
  line-height: 1.4;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
h3.title_label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4.55vw;
  left: 4.26vw;
  width: 5.33vw;
  height: 4.26vw;
  background: url("/assets/img/title_arrow_sp.png") left center no-repeat;
  background-size: cover;
}

h4.title {
  font-size: 4.8vw;
}

h4.title_border {
  padding-bottom: 2.4vw;
  font-size: 4.8vw;
  line-height: 1.4;
  border-bottom: 1px solid #009850;
}

h4.title_border-left {
  position: relative;
  padding-left: 4vw;
  font-size: 4.8vw;
  font-weight: normal;
  line-height: 1.3;
}
h4.title_border-left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.33vw;
  height: 100%;
  background: #5cbfb6;
}

h4.title_number {
  box-sizing: border-box;
  position: relative;
  padding: 0 0 4vw 8.66vw;
  font-size: 4.8vw;
  line-height: 1.3;
  border-bottom: 1px solid #009850;
}
h4.title_number span.number {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.66vw;
  height: 6.66vw;
  text-align: center;
  color: #fff;
  background: #5cbfb6;
}
h4.title_number span.text {
  display: block;
  padding-top: 0.53vw;
}

h5.title {
  font-size: 4.26vw;
}

h6.title {
  font-size: 3.73vw;
}

h6.title_border {
  padding-bottom: 1.33vw;
  font-size: 3.73vw;
  border-bottom: 1px dotted #000;
}

h6.title_label {
  padding: 0.53vw 2vw 1.33vw;
  font-size: 3.73vw;
  font-weight: normal;
  background: #ebebeb;
}

h6.title_number {
  box-sizing: border-box;
  position: relative;
  height: 6.93vw;
  padding-left: 9.33vw;
  font-size: 3.73vw;
  line-height: 1;
}
h6.title_number span.number {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.93vw;
  height: 6.93vw;
  padding-top: 1.33vw;
  text-align: center;
  color: #fff;
  background: #5cbfb6;
}
h6.title_number span.text {
  display: block;
  padding-top: 1.33vw;
}

/*----------------------------------------------------
	p
----------------------------------------------------*/
p.title {
  font-size: 3.73vw;
}
p.title span {
  font-size: 14px;
}

p.text {
  font-size: 3.73vw;
  line-height: 1.75;
}

p.text_note {
  font-size: 3.2vw;
  line-height: 1.7;
}

p.text_kome {
  position: relative;
  padding-left: 1.25em;
}
p.text_kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

p.text_kome01 {
  position: relative;
  padding-left: 2em;
}
p.text_kome01::before {
  content: "※1:";
  position: absolute;
  top: 0;
  left: 0;
}

p.text_kome02 {
  position: relative;
  padding-left: 2em;
}
p.text_kome02::before {
  content: "※2:";
  position: absolute;
  top: 0;
  left: 0;
}

p.text_kome03 {
  position: relative;
  padding-left: 2em;
}
p.text_kome03::before {
  content: "※3:";
  position: absolute;
  top: 0;
  left: 0;
}

p.text_caption {
  margin-top: 1.6vw;
  font-size: 3.2vw;
  text-align: right;
}

p.img {
  text-align: center;
}

p.text_scroll {
  margin-top: 4vw;
  font-size: 3.2vw;
}

p.text_center {
  text-align: center;
}

/*----------------------------------------------------
	span
----------------------------------------------------*/
span.red {
  color: #ef0027;
}

/*----------------------------------------------------
	ul
----------------------------------------------------*/
ul.list_disc li {
  box-sizing: border-box;
  position: relative;
  padding-left: 0.75em;
  font-size: 3.73vw;
  line-height: 1.75;
}
ul.list_disc li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_disc li + li {
  margin-top: 1.33vw;
}

ul.list_note li {
  box-sizing: border-box;
  position: relative;
  padding-left: 2.5em;
  font-size: 3.2vw;
  line-height: 1.75;
}
ul.list_note li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_note li:nth-of-type(1):before {
  content: "注1：";
}
ul.list_note li:nth-of-type(2):before {
  content: "注2：";
}
ul.list_note li + li {
  margin-top: 0.8vw;
}

ul.list_kome li {
  box-sizing: border-box;
  position: relative;
  padding-left: 2em;
  line-height: 1.75;
}
ul.list_kome li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_kome li:nth-of-type(1):before {
  content: "※1";
}
ul.list_kome li:nth-of-type(2):before {
  content: "※2";
}
ul.list_kome li:nth-of-type(3):before {
  content: "※3";
}
ul.list_kome li:nth-of-type(4):before {
  content: "※4";
}

ul.list_alphabet {
  padding-left: 1.5em;
}
ul.list_alphabet li {
  box-sizing: border-box;
  position: relative;
  padding-left: 1.25em;
  font-size: 3.73vw;
  line-height: 1.75;
}
ul.list_alphabet li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_alphabet li:nth-of-type(1):before {
  content: "a.";
}
ul.list_alphabet li:nth-of-type(2):before {
  content: "b.";
}
ul.list_alphabet li:nth-of-type(3):before {
  content: "c.";
}
ul.list_alphabet li:nth-of-type(4):before {
  content: "d.";
}
ul.list_alphabet li:nth-of-type(5):before {
  content: "e.";
}
ul.list_alphabet li:nth-of-type(6):before {
  content: "f.";
}
ul.list_alphabet li:nth-of-type(7):before {
  content: "g.";
}
ul.list_alphabet li:nth-of-type(8):before {
  content: "h.";
}
ul.list_alphabet li + li {
  margin-top: 0.8vw;
}

ul.list_number li {
  box-sizing: border-box;
  position: relative;
  padding-left: 1.25em;
  font-size: 3.73vw;
  line-height: 1.75;
}
ul.list_number li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_number li:nth-of-type(1):before {
  content: "1.";
}
ul.list_number li:nth-of-type(2):before {
  content: "2.";
}
ul.list_number li:nth-of-type(3):before {
  content: "3.";
}
ul.list_number li:nth-of-type(4):before {
  content: "4.";
}
ul.list_number li:nth-of-type(5):before {
  content: "5.";
}
ul.list_number li:nth-of-type(6):before {
  content: "6.";
}
ul.list_number li:nth-of-type(7):before {
  content: "7.";
}
ul.list_number li:nth-of-type(8):before {
  content: "8.";
}
ul.list_number li + li {
  margin-top: 3.33vw;
}

ul.list_square li {
  box-sizing: border-box;
  position: relative;
  padding-left: 4vw;
  font-size: 3.73vw;
  line-height: 1.75;
}
ul.list_square li::before {
  content: "";
  display: block;
  position: absolute;
  top: 2vw;
  left: 0;
  width: 2.93vw;
  height: 2.93vw;
  background: #5dc1cd;
}
ul.list_square li + li {
  margin-top: 5.33vw;
}

ul.list_small li {
  font-size: 3.2vw;
}

/*----------------------------------------------------
	table
----------------------------------------------------*/
table.table {
  width: 100%;
  margin: 0;
  line-height: 1.5;
  border-bottom: 1px solid #3da240;
  border-collapse: collapse;
  border-spacing: 0;
}
table.table th {
  box-sizing: border-box;
  padding: 2vw 0.8vw;
  font-size: 3.2vw;
  font-weight: normal;
  color: #fff;
  border-top: 1px solid #3da240;
  border-right: 1px solid #3da240;
  border-left: 1px solid #3da240;
}
table.table th span {
  font-size: 2.4vw;
}
table.table th.invisible {
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
}
table.table td {
  box-sizing: border-box;
  padding: 2vw;
  font-size: 3.2vw;
  border-top: 1px solid #3da240;
  border-right: 1px solid #3da240;
  border-left: 1px solid #3da240;
  vertical-align: middle;
}
table.table td.invisible {
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
}

table.table01 {
  width: 700px;
  margin-top: 0 !important;
}
table.table01 th {
  vertical-align: middle;
  line-height: 1.2;
}
table.table01 th.fy2013 {
  background: #189e71;
}
table.table01 th.fy2019 {
  background: #0e7a11;
}
table.table01 th.fy2020 {
  background: #0e7a11;
}
table.table01 th.change {
  background: #0e9d12;
}
table.table01 td.green {
  background: #b1efbb;
}
table.table01 td.red {
  background: #fdd9df;
}
table.table01 td {
  text-align: center;
}
table.table01 td.left {
  text-align: left;
}
table.table01 td.right {
  text-align: right;
}
table.table01 td.invisible01 {
  height: 20px;
  padding: 0;
  font-size: 0;
  border-top: 1px solid #3da240;
  border-right: none;
  border-left: none;
  background: none;
}
table.table01 td.invisible02 {
  width: 18px;
  padding: 0;
  font-size: 0;
  border-top: none;
}
table.table01 td.border_top_bottom {
  border-top: 2px solid #3da240;
  border-bottom: 2px solid #3da240;
}
table.table01 td.border_right {
  border-right: 2px solid #3da240;
}
table.table01 td.border_left {
  border-left: 2px solid #3da240;
}

table.table02 {
  width: 980px;
}
table.table02 th {
  font-size: 3.2vw;
  background: #0e7a11;
}
table.table02 td {
  text-align: center;
  font-size: 3.2vw;
}
table.table02 td.invisible01 {
  height: 20px;
  padding: 0;
  font-size: 0;
  border-top: 1px solid #3da240;
  border-right: none;
  border-left: none;
  background: none;
}
table.table02 td.invisible02 {
  width: 18px;
  padding: 0;
  font-size: 0;
  border-top: none;
}

table.table03 {
  width: 980px;
}
table.table03 tr:nth-of-type(1) th {
  vertical-align: middle;
}
table.table03 tr:nth-of-type(1) th:nth-of-type(-n+3) {
  background: #2c4f20;
}
table.table03 tr:nth-of-type(1) th:nth-of-type(4) {
  background: #688831;
}
table.table03 tr:nth-of-type(1) th:nth-of-type(5) {
  background: #24af57;
}
table.table03 tr:nth-of-type(2) th {
  background: #8cb742;
}
table.table03 tr:nth-of-type(6) th {
  background: #599d42;
}
table.table03 th {
  padding: 15px 14px;
}
table.table03 td {
  padding: 15px 14px;
  vertical-align: top;
}
table.table03 td:nth-last-child(3) {
  text-align: center;
}
table.table03 td ul li {
  font-size: 3.2vw;
  line-height: 1.5;
}
table.table03 td ul li + li {
  margin-top: 5px;
}

table.table04 th {
  padding: 1.33vw 2vw;
  background: #0e7a11;
}
table.table04 td {
  text-align: center;
}
table.table04 td:first-child {
  text-align: left;
}

table.table05 {
  width: 980px;
}
table.table05 tr:nth-of-type(1) th {
  padding: 0 0 1.33vw;
  color: #000;
  border: none;
}
table.table05 tr:nth-of-type(1) th:first-child {
  text-align: left;
}
table.table05 tr:nth-of-type(1) th:last-child {
  text-align: right;
}
table.table05 tr:nth-of-type(2) th {
  padding: 1.33vw 2vw;
  background: #0e7a11;
}
table.table05 tr:nth-of-type(6) td {
  height: 0.8vw;
  padding: 0;
  font-size: 0;
}
table.table05 th {
  padding: 1.33vw 2vw;
}
table.table05 td {
  text-align: right;
}
table.table05 td:nth-of-type(1), table.table05 td:nth-of-type(5) {
  text-align: center;
}

table.table06 {
  width: 700px;
}
table.table06 tr:nth-of-type(1) th {
  padding: 0 0 1.33vw;
  color: #000;
  border: none;
}
table.table06 tr:nth-of-type(1) th:first-child {
  text-align: left;
}
table.table06 tr:nth-of-type(1) th:last-child {
  text-align: right;
}
table.table06 tr:nth-of-type(2) th {
  padding: 1.33vw 2vw;
  vertical-align: middle;
  background: #0e7a11;
}
table.table06 td {
  text-align: center;
}
table.table06 td img {
  width: 50%;
}

table.table07 {
  margin-top: 6.66vw;
}
table.table07 th {
  padding: 1.33vw 2vw;
  text-align: left;
  color: #0e7a11;
  border-left: none;
  background: #f0fcfa;
  vertical-align: middle;
}
table.table07 td {
  padding: 1.33vw 2vw;
  text-align: left;
  border-right: none;
}

table.table08 {
  width: 600px;
}
table.table08 th {
  padding: 1.33vw 2vw;
  vertical-align: middle;
  color: #fff;
  background: #0e7a11;
}
table.table08 td {
  text-align: center;
}
table.table08 td img {
  width: 60%;
}

table.table09 {
  margin: 2em auto 0;
}
table.table09 th {
  padding: 1.33vw 2vw;
  vertical-align: middle;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table09 td {
  text-align: center;
}
table.table09 td.invisible {
  height: 20px;
  padding: 0;
  font-size: 0;
  border-top: 1px solid #3da240;
  border-right: none;
  border-left: none;
  background: none;
}

/* 2021.02.04追記 */
table.table10 {
  margin: 3.33vw auto 0;
}
table.table10 th {
  padding: 1.33vw 2vw;
  vertical-align: middle;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table10 td {
  text-align: left;
}

/* 2021.04.12追記 */
table.table11 {
  margin-top: 6.66vw;
}
table.table11 th {
  box-sizing: border-box;
  width: 50%;
  padding: 1.33vw 2vw;
  vertical-align: middle;
  color: #fff;
  background: #0e7a11;
}
table.table11 th:first-child {
  width: 40%;
}
table.table11 th:last-child {
  width: 60%;
}
table.table11 td {
  padding: 1.33vw 2vw;
  text-align: left;
}
table.table11 td:first-child {
  text-align: center;
}

/* 2021.04.23追記 */
table.table12 {
  margin: 1em 0 8vw;
}
table.table12 th {
  padding: 1.33vw 2vw;
  vertical-align: middle;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table12 td:first-child {
  text-align: center;
}

/* 2021.10.26追記 */
table.table13 {
  width: 980px;
}
table.table13 thead th {
  padding: 1.33vw 2vw;
  font-size: 2.93vw;
  vertical-align: middle;
  background: #0e7a11;
}
table.table13 tbody th {
  padding: 1.33vw;
  font-size: 2.93vw;
  vertical-align: middle;
}
table.table13 tbody th.migration_th01 {
  background: #8cb742;
}
table.table13 tbody th.migration_th02 {
  background: #a3c568;
}
table.table13 tbody th.physics_th01 {
  background: #599d42;
}
table.table13 tbody th.physics_th02 {
  background: #7ab168;
}
table.table13 tbody td {
  padding: 2vw;
  font-size: 2.93vw;
  vertical-align: middle;
}
table.table13 tbody td ul li {
  font-size: 2.93vw;
  line-height: 1.5;
}
table.table13 tbody td ul li + li {
  margin-top: 1.33vw;
}
table.table13 tbody td p.risk,
table.table13 tbody td p.chance {
  padding: 0.25em 0.25em 0.45em;
  text-align: center;
  font-size: 2.66vw;
  color: #fff;
  line-height: 1;
}
table.table13 tbody td p.risk {
  background: #ea5504;
}
table.table13 tbody td p.chance {
  background: #0081cc;
}
table.table13 tbody td.center {
  text-align: center;
}
table.table13 tbody td.risk_s {
  background: #fef1e6;
}
table.table13 tbody td.risk_m {
  background: #fbd9bf;
}
table.table13 tbody td.risk_l {
  background: #f7b88a;
}
table.table13 tbody td.chance_s {
  background: #dfebf8;
}
table.table13 tbody td.chance_m {
  background: #aecfed;
}
table.table13 tbody td.chance_l {
  background: #84bae5;
}

/* 2022.02.21追記 */
table.table14 {
  margin-top: 8vw;
}
table.table14 thead th {
  padding: 1.33vw 2vw;
  font-size: 3.2vw;
  vertical-align: middle;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table14 tbody th {
  padding: 1.33vw;
  font-size: 3.2vw;
  vertical-align: middle;
}
table.table14 tbody th.migration_th01 {
  background: #8cb742;
}
table.table14 tbody th.migration_th02 {
  background: #a3c568;
}
table.table14 tbody th.physics_th01 {
  background: #599d42;
}
table.table14 tbody th.physics_th02 {
  background: #7ab168;
}
table.table14 tbody td {
  padding: 2vw;
  font-size: 3.2vw;
  vertical-align: middle;
}
table.table14 tbody td ul li {
  font-size: 3.2vw;
  line-height: 1.4;
}
table.table14 tbody td ul li + li {
  margin-top: 0.15em;
}
table.table14 tbody td ul.list_icon li {
  width: 15vw;
}
table.table14 tbody td ul.list_icon li + li {
  margin-top: 2vw;
}
table.table14 tbody td.center {
  text-align: center;
}
table.table14 tbody th.environment {
  background: #5bbb7e;
  border-right: none !important;
  border-left: none !important;
}
table.table14 tbody th.society {
  background: #f766b1;
  border-right: none !important;
  border-left: none !important;
}
table.table14 tbody th.governance {
  background: #7155c4;
  border-right: none !important;
  border-left: none !important;
}

/* 2022.04.13追記 */
table.table15 {
  width: 750px;
  margin-top: 0.5em;
}
table.table15 thead th {
  padding: 1.33vw 2vw;
  font-size: 3.2vw;
  vertical-align: middle;
  color: #fff;
  background: #0e7a11;
}
table.table15 tbody tr:nth-last-of-type(1) th,
table.table15 tbody tr:nth-last-of-type(1) td {
  color: #fff;
  background: #0e7a11;
}
table.table15 tbody th {
  padding: 1.33vw 2vw;
  font-size: 3.2vw;
  vertical-align: middle;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table15 tbody td {
  padding: 1.33vw 2vw;
  text-align: center;
  font-size: 3.2vw;
  vertical-align: middle;
}
table.table15 tbody td.right {
  text-align: right;
}
table.table15 tbody td.yellowgreen {
  background: #a0dc8c;
}

table.table16 {
  margin-top: 1.33vw;
}
table.table16 thead th {
  padding: 1.33vw 2vw;
  font-size: 3.2vw;
  vertical-align: middle;
  color: #fff;
  background: #0e7a11;
}
table.table16 tbody td {
  padding: 1.33vw 2vw;
  text-align: center;
  font-size: 3.2vw;
  vertical-align: middle;
}
table.table16 tbody td:first-child {
  text-align: left;
}

/* 2023.04.27追記 */
table.table17 {
  width: 980px;
}
table.table17 thead th {
  padding: 1.33vw 2vw;
  font-size: 2.93vw;
  vertical-align: middle;
  background: #0e7a11;
}
table.table17 tbody th {
  padding: 1.33vw;
  font-size: 2.93vw;
  vertical-align: middle;
}
table.table17 tbody th.migration_th01 {
  background: #8cb742;
}
table.table17 tbody th.migration_th02 {
  background: #a3c568;
}
table.table17 tbody th.physics_th01 {
  background: #599d42;
}
table.table17 tbody th.physics_th02 {
  background: #7ab168;
}
table.table17 tbody td {
  padding: 2vw;
  font-size: 2.93vw;
  vertical-align: middle;
}
table.table17 tbody td ul li {
  font-size: 2.93vw;
  line-height: 1.5;
}
table.table17 tbody td ul li + li {
  margin-top: 1.33vw;
}
table.table17 tbody td p.risk,
table.table17 tbody td p.chance,
table.table17 tbody td p.effect,
table.table17 tbody td p.cost {
  padding: 0.25em 0.25em 0.45em;
  text-align: center;
  font-size: 2.66vw;
  color: #fff;
  line-height: 1;
}
table.table17 tbody td p.risk {
  background: #ea5504;
}
table.table17 tbody td p.chance {
  background: #0081cc;
}
table.table17 tbody td p.effect {
  background: #5ec2d1;
}
table.table17 tbody td p.cost {
  background: #eb6e8e;
}
table.table17 tbody td.center {
  text-align: center;
}
table.table17 tbody td.number {
  padding: 0.5vw;
}

/* 2021.10.25追記 */
table.table18 {
  margin: 1em 0 8vw;
}
table.table18 th {
  width: 7.8em;
  padding: 1.33vw 2vw;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  background: #0e7a11;
}
table.table18 td:first-child {
  text-align: center;
}

/* 2024.04.15追記 */
table.table19 {
  width: auto;
}
table.table19 thead th {
  padding: 1.33vw 2vw;
  vertical-align: middle;
  color: #fff;
  background: #0e7a11;
}
table.table19 thead th:nth-of-type(1) {
  width: 16.8vw;
}
table.table19 thead th:nth-of-type(2) {
  width: 18.66vw;
}
table.table19 thead th:nth-of-type(3) {
  width: 18.66vw;
}
table.table19 thead th:nth-of-type(4) {
  width: 18.66vw;
}
table.table19 thead th:nth-of-type(5) {
  width: 18.66vw;
}
table.table19 tbody th {
  padding: 1.33vw 2vw;
  vertical-align: middle;
  color: #0e7a11;
  background: #e9f6ea;
}
table.table19 tbody td {
  text-align: center;
  vertical-align: middle;
}
table.table19 tbody td.top {
  vertical-align: top;
}

/* 2025.02.12追記 */
table.table20 {
  width: 700px;
  border-bottom: none;
}
table.table20 tr:first-child th {
  padding: 1.33vw 2vw;
  vertical-align: middle;
  background: #0e7a11;
}
table.table20 tr:last-child {
  border-top: 1px solid #0e7a11;
}
table.table20 tr:last-child th {
  padding: 0;
  color: #000;
  border: none;
}
table.table20 tr:last-child th:first-child {
  text-align: left;
}
table.table20 tr:last-child th:last-child {
  text-align: right;
}
table.table20 td {
  text-align: center;
}

table.table21 {
  width: 700px;
}
table.table21 th {
  padding: 1.33vw 2vw;
  vertical-align: middle;
  background: #0e7a11;
}
table.table21 td {
  vertical-align: top;
}
table.table21 td:first-child {
  white-space: nowrap;
}
table.table21 td p.text_note {
  font-size: 3vw;
}

table.table22 {
  width: 100%;
}
table.table22 tr.red {
  background: #fcf0e4;
}
table.table22 tr.blue {
  background: #ddeaf6;
}
table.table22 th {
  padding: 1.33vw 2vw;
  vertical-align: middle;
  background: #0e7a11;
}
table.table22 td {
  vertical-align: middle;
  font-size: 14px;
}
table.table22 td:nth-last-child(1), table.table22 td:nth-last-child(2) {
  text-align: right;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	margin
----------------------------------------------------*/
/* h3 */
h3.title_label + h4 {
  margin-top: 10vw;
}

h3.title_label + p.text {
  margin-top: 6vw;
}

h3.title_label + p.img {
  margin-top: 10vw;
}

h3.title_label + ul.list_disc {
  margin-top: 6vw;
}

/* h4 */
h4 + h5.title {
  margin-top: 5.33vw;
}

h4 + h6.title {
  margin-top: 3.33vw;
}

h4.title_border + h4.title {
  margin-top: 5.33vw;
}

h4.title_border + h4.title_border-left {
  margin-top: 5.33vw;
}

h4.title_border + p.img {
  margin-top: 6vw;
}

h4.title_border + ul.list_number {
  margin-top: 3.33vw;
}

h4 + p.text {
  margin-top: 3.33vw;
}

h4 + p.text_note {
  margin-top: 5.33vw;
}

h4 + p.img {
  margin-top: 5.33vw;
}

h4.title_border-left + p.text {
  margin-top: 5.33vw;
}

h4 + .column {
  margin-top: 4.66vw;
}

/* h5 */
h5.title + h6.title_label {
  margin-top: 5.33vw;
}

h5.title + h6.title {
  margin-top: 5.33vw;
} /* 2021.02.01追記 */
h5.title + p.text {
  margin-top: 3.33vw;
}

h5.title + p.img {
  margin-top: 3.33vw;
}

h5.title + ul.list_disc {
  margin-top: 3.33vw;
}

h5.title + ul.list_number {
  margin-top: 3.33vw;
}

/* h6 */
h6.title + p.title {
  margin-top: 3.33vw;
}

h6.title + p.text {
  margin-top: 2vw;
}

h6.title + p.img {
  margin-top: 3.33vw;
}

h6.title + ul.list_disc {
  margin-top: 3.33vw;
}

h6.title + .column {
  margin-top: 3.33vw;
}

h6.title_border + p.img {
  margin-top: 4.66vw;
}

h6.title_label + p.text {
  margin-top: 3.33vw;
}

h6.title_label + p.img {
  margin-top: 6.66vw;
}

/* p */
p + h4 {
  margin-top: 10vw;
}

p + h5.title {
  margin-top: 6vw;
}

p + h6.title {
  margin-top: 6vw;
}

p + h6.title_label {
  margin-top: 5.33vw;
}

p.title + ul.list_disc {
  margin-top: 0.75em;
}

p.text + p.title {
  margin-top: 5.33vw;
}

p.text + p.text {
  margin-top: 1.5em;
}

p.text + p.text_kome {
  margin-top: 1.5em;
}

p.text + p.text_note {
  margin-top: 1em;
}

p.text + p.summary {
  margin-top: 10vw;
}

p.text + p.img {
  margin-top: 8vw;
}

p.text + ul.list_disc {
  margin-top: 0.75em;
}

p.text + ul.list_note {
  margin-top: 1.5em;
}

p.text + ul.list_alphabet {
  margin-top: 1em;
}

p.text + ul.list_number {
  margin-top: 1.5em;
}

p.text + .column {
  margin-top: 6vw;
}

p.text_kome + p.text {
  margin-top: 1.5em;
}

p.text_kome + ul.list_disc {
  margin-top: 5.33vw;
}

p.text_caption + p.text {
  margin-top: 1.5em;
}

p.img + p.text {
  margin-top: 5.33vw;
}

p.img + p.text_kome {
  margin-top: 5.33vw;
}

p.img + p.text_note {
  margin-top: 3.33vw;
}

p.img + .imgBlock {
  margin-top: 12vw;
}

/* ul */
ul.list_disc + h6.title {
  margin-top: 5.33vw;
}

ul.list_disc + p.title {
  margin-top: 0.75em;
}

ul.list_disc + p.text {
  margin-top: 0.75em;
}

ul.list_note + h6.title {
  margin-top: 6vw;
}

ul.list_note + h4 {
  margin-top: 10vw;
}

ul.list_kome + h4 {
  margin-top: 10vw;
}

ul.list_alphabet + h6.title {
  margin-top: 6vw;
}

ul.list_alphabet + p.text_note {
  margin-top: 6vw;
}

/* table */
table.table + h4 {
  margin-top: 10vw;
}

table.table + h5 {
  margin-top: 6vw;
} /* 2021.02.01追記 */
table.table + p.text {
  margin-top: 1.5em;
} /* 2022.10.31追記 */
table.table + p.text_note {
  margin-top: 3.33vw;
}

/* .tableBlock */
.tableBlock + h4 {
  margin-top: 10vw;
}

.tableBlock + h5 {
  margin-top: 6vw;
} /* 2025.02.12追記 */
.tableBlock + p.text {
  margin-top: 6.66vw;
}

.tableBlock + p.text_note {
  margin-top: 3.33vw;
}

.tableBlock + ul.list_disc {
  margin-top: 6vw;
}

.tableBlock + ul.list_note {
  margin-top: 3.33vw;
}

.tableBlock + ul.list_kome {
  margin-top: 3.33vw;
}

.tableBlock + .column {
  margin-top: 8vw;
}

/* .contentHeader */
.contentHeader + .section {
  margin-top: 16vw;
}

/* .tabArea */
.tabArea + .section {
  margin-top: 13.33vw;
}

/* .anchorArea */
.anchorArea + .section {
  margin-top: 13.33vw;
}

/* .section */
.section + .section {
  margin-top: 16vw;
}

.section + .tabArea {
  margin-top: 13.33vw;
}

/* .column */
.column + h4 {
  margin-top: 10vw;
}

.column + h5.title {
  margin-top: 10vw;
}

.column + h6.title {
  margin-top: 6vw;
}

.column + p.text {
  margin-top: 6.66vw;
}

.column + p.text_note {
  margin-top: 6vw;
}

.column + .column {
  margin-top: 8vw;
}

/* .imgBlock */
.imgBlock + h4 {
  margin-top: 10vw;
}

.imgBlock + h4.title_border-left {
  margin-top: 6.66vw;
}

.imgBlock + p.text {
  margin-top: 6vw;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	TOP
----------------------------------------------------*/
body#top .mainvisual {
  padding-top: 15vw;
  border-bottom: 3px;
  /* margin */
}
body#top .mainvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 66.66vw;
  background: url("/img/top/bg_mainvisual_sp.jpg") center center no-repeat;
  background-size: cover;
}
body#top .mainvisual .textBlock {
  padding: 8vw 4.26vw;
}
body#top .mainvisual .textBlock + .textBlock {
  color: #fff;
  background: #56afe3;
}
body#top .mainvisual h2.title {
  font-size: 9.6vw;
  line-height: 1.3;
  color: #5dc1cd;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#top .mainvisual h3.title {
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1;
}
body#top .mainvisual ul.list_btn {
  display: flex;
  flex-wrap: wrap;
}
body#top .mainvisual ul.list_btn li {
  width: calc((100% - 5.6vw) / 2);
}
body#top .mainvisual ul.list_btn li:nth-of-type(even) {
  margin-left: 5.5vw;
}
body#top .mainvisual ul.list_btn li:nth-of-type(n+3) {
  margin-top: 5.5vw;
}
body#top .mainvisual p.text_note {
  text-align: right;
}
body#top .mainvisual h2.title + p.title_sub {
  margin-top: 4vw;
}
body#top .mainvisual h3.title + p.text {
  margin-top: 4vw;
}
body#top .mainvisual p.title_sub + p.text {
  margin-top: 6vw;
}
body#top .mainvisual p.text + p.text_img {
  margin-top: 8vw;
}
body#top .mainvisual p.text + ul.list_btn {
  margin-top: 8vw;
}
body#top .mainvisual ul.list_btn + p.text_note {
  margin-top: 6vw;
}
body#top .section01 {
  padding: 0 4.26vw;
}
body#top .section01 h2.title {
  text-align: center;
}
body#top .section01 p.text {
  margin-top: 8vw;
}
body#top .section01 .column {
  width: 65.86vw;
  margin: 9.33vw auto 0;
}
body#top .section01 .column .cell:last-child h3.title {
  position: relative;
}
body#top .section01 .column .cell:last-child h3.title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 34.66vw;
  height: 6.4vw;
  background: #fff;
}
body#top .section01 .column .cell + .cell {
  margin-top: 9.33vw;
}
body#top .section01 h3.title {
  margin-top: 5.33vw;
  background: url("/img/top/ic_arrow_sp.png") center right no-repeat;
  background-size: cover;
}
body#top .section01 h3.title a {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 5.86vw;
  color: #000;
  line-height: 1;
}
body#top .section01 p.text_note {
  margin-top: 4.8vw;
}
body#top .section02 {
  margin-top: 16vw;
  padding: 0 4.26vw;
}
body#top .section02 .textBlock {
  box-sizing: border-box;
}
body#top .section02 .textBlock h2.title {
  text-align: center;
  font-size: 7.46vw;
  line-height: 1;
}
body#top .section02 .textBlock p.title_sub {
  margin-top: 5.33vw;
}
body#top .section02 .textBlock p.text {
  margin-top: 6.66vw;
}
body#top .section02 .imgBlock {
  margin-top: 8vw;
}
body#top .section02 .btn_more {
  margin: 8vw auto 0;
}
body#top .section03 {
  margin: 13.33vw auto 0;
  padding: 10.66vw 4.26vw 13vw;
  background: #f5f5f5;
}
body#top .section03 .imgBlock {
  margin: 8vw auto 0;
  width: 59.6vw;
}
body#top .section03 .textBlock {
  box-sizing: border-box;
  position: relative;
}
body#top .section03 .textBlock h2.title {
  text-align: center;
  font-size: 7.46vw;
  line-height: 1;
}
body#top .section03 .textBlock p.title_sub {
  width: 33.6vw;
  margin: 5.33vw auto 0;
}
body#top .section03 .btn_more {
  margin: 8vw auto 0;
}
body#top .section04,
body#top .section05 {
  margin-top: 12.8vw;
  padding: 0 4.26vw;
}
body#top .section04 h2.title,
body#top .section05 h2.title {
  text-align: center;
  font-size: 7.46vw;
  line-height: 1;
}
body#top .section04 p.title_sub,
body#top .section05 p.title_sub {
  margin-top: 5.33vw;
}
body#top .section04 p.text,
body#top .section05 p.text {
  margin-top: 6.66vw;
}
body#top .section04 .btnBlock,
body#top .section05 .btnBlock {
  box-sizing: border-box;
  margin-top: 8vw;
  padding: 7.2vw 7.2vw 10.4vw;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
body#top .section04 .btnBlock p.text_note,
body#top .section05 .btnBlock p.text_note {
  text-align: center;
  color: #fff;
}
body#top .section04 .btnBlock .btn_more,
body#top .section05 .btnBlock .btn_more {
  margin: 6.4vw auto 0;
}
body#top .section04 .btnBlock .btn_more::before,
body#top .section05 .btnBlock .btn_more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 2.66vw;
  left: 2.66vw;
  width: 100%;
  height: 12vw;
  background: url("/assets/img/bg_btn02_sp.png") center center no-repeat;
  background-size: cover;
}
body#top .section05 h2.title {
  line-height: 1.3;
}
body#top .section05 h3.title {
  line-height: 1.5;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	JREのESGについて
----------------------------------------------------*/
body#esg .indexMenu-message {
  margin-top: 13.33vw;
  padding: 0 4.26vw;
}
body#esg .indexMenu-message .textBlock {
  box-sizing: border-box;
}
body#esg .indexMenu-message .textBlock h3.title {
  text-align: center;
  font-size: 7.46vw;
  line-height: 1;
}
body#esg .indexMenu-message .textBlock p.title_sub {
  margin-top: 5.33vw;
}
body#esg .indexMenu-message .textBlock p.text {
  margin-top: 6.66vw;
}
body#esg .indexMenu-message .imgBlock {
  margin-top: 8vw;
}
body#esg .indexMenu-message .btn_more {
  margin: 8vw auto 0;
}
body#esg .indexMenu-message + .indexMenu {
  margin-top: 16vw;
}

/*----------------------------------------------------
	トップメッセージ
----------------------------------------------------*/
body#message .contentHeader::before {
  background: url("/img/esg/message/bg_message_sp.jpg") center center no-repeat;
  background-size: cover;
}
body#message .contentHeader .cell + .cell {
  display: none;
}
body#message .contentHeader p.img {
  width: 73.33vw;
  margin: 8vw auto 0;
}
body#message .contentHeader p.text_name_sp {
  width: 73.33vw;
  margin: 4vw auto 0;
}
body#message .contentHeader p.text_name_sp span.position {
  display: block;
  line-height: 1.5;
}
body#message .contentHeader p.text_name_sp span.name {
  display: block;
  width: 40vw;
}
body#message .contentHeader p.text_name_sp span + span {
  margin-top: 0.5em;
}
body#message .contentHeader h4.title_border {
  margin-top: 16vw;
}
body#message .contentHeader + .section {
  margin-top: 1.5em;
}
body#message dl.list_chronology {
  margin: 1.5em auto;
}
body#message dl.list_chronology div {
  display: flex;
  align-items: self-start;
}
body#message dl.list_chronology div + div {
  margin-top: 0.25em;
}
body#message dl.list_chronology dt {
  white-space: nowrap;
  padding-right: 0.5em;
}
body#message dl.list_chronology dd {
  margin-top: -0.15em;
}
body#message h4.title_border {
  font-size: 5.33vw;
}
body#message * + p.img {
  margin-top: 12.66vw;
}

/*----------------------------------------------------
	ESG基本方針・マネジメント体制
----------------------------------------------------*/
body#policy .tabArea .tab {
  width: calc((100% - 1.33vw) / 2);
}

/*----------------------------------------------------
	ESG情報開示方針
----------------------------------------------------*/
body#information .tabArea .tab {
  width: calc((100% - 1.33vw) / 2);
}
body#information .section .btnBlock {
  margin-top: 7.33vw;
}
body#information .section .btnBlock .btn + .btn {
  margin-top: 8vw;
}
body#information .section .btnBlock + ul.list_disc {
  margin-top: 10vw;
}
body#information .section .telBlock {
  margin-top: 7.33vw;
  padding: 2.66vw 0 4vw;
  text-align: center;
  background: #f5f5f5;
}
body#information .section .telBlock .inner {
  margin: 0 2.66vw;
  padding: 6.66vw;
  background: #fff;
}
body#information .section .telBlock p.text_tel {
  font-size: 8.53vw;
  font-weight: bold;
  line-height: 1;
}
body#information .section .telBlock p.text_time,
body#information .section .telBlock p.text_company {
  margin-top: 4vw;
  font-size: 3.6vw;
  line-height: 1.7;
}

/*----------------------------------------------------
	サステナビリティレポート
----------------------------------------------------*/
body#sustainability .contentHeader + .section {
  margin-top: 13.33vw;
}
body#sustainability .section .column .cell:first-child {
  width: 43.2vw;
  margin: 0 auto;
}
body#sustainability .section .column .cell:last-child {
  margin-top: 8vw;
  text-align: center;
}
body#sustainability .section .btnBlock {
  margin-top: 8vw;
}
body#sustainability .section p.img img {
  border: 1px solid #e6e6e6;
}
body#sustainability .section p.text {
  line-height: 1;
}
body#sustainability .section p.text span {
  display: block;
  margin-top: 1em;
  font-size: 3.2vw;
}
body#sustainability .section ul.list_backnumber {
  margin-top: 10vw;
}
body#sustainability .section ul.list_backnumber li a {
  display: flex;
  align-items: center;
}
body#sustainability .section ul.list_backnumber li a p.img {
  width: 26.66vw;
}
body#sustainability .section ul.list_backnumber li a p.text {
  width: calc(100% - 30.66vw);
  margin: 0 0 0 4vw;
}
body#sustainability .section ul.list_backnumber li + li {
  margin-top: 5.33vw;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	環境への取り組み
----------------------------------------------------*/
body#environment .contentHeader::before {
  height: 120vw;
}
body#environment .section {
  /* margin */
}
body#environment .section .balloonBlock {
  position: relative;
  margin-top: 7.33vw;
  margin-bottom: 7.33vw;
  padding: 4vw;
  background: #eaf6f7;
}
body#environment .section .balloonBlock::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 4vw);
  bottom: -3.4vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.73vw 4vw 0 4vw;
  border-color: #eaf6f7 transparent transparent;
}
body#environment .section .balloonBlock h5.title {
  font-size: 3.73vw;
}
body#environment .section .balloonBlock ul.list_disc {
  margin-top: 0;
}
body#environment .section .balloonBlock ul.list_disc li {
  font-size: 3.73vw;
  font-weight: bold;
}
body#environment .section .balloonBlock ul.list_disc li + li {
  margin-top: 0;
}
body#environment .section h4.title_square {
  box-sizing: border-box;
  position: relative;
  margin-top: 8vw;
  padding: 1.8vw 0 2vw 5.33vw;
  font-size: 4.26vw;
  background: #e4eaeb;
}
body#environment .section h4.title_square::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.465vw);
  left: 0;
  width: 2.93vw;
  height: 2.93vw;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
body#environment .section .grayArea {
  padding: 4.66vw 5.33vw 7.33vw;
  background: #f5f5f5;
}
body#environment .section .grayArea .column {
  margin-top: 6vw;
}
body#environment .section .grayArea .column .cell + .cell {
  margin-top: 5.33vw;
}
body#environment .section .grayArea img.img_50 {
  width: 50%;
}
body#environment .section .column .cell + .cell {
  margin-top: 5.33vw;
}
body#environment .section .column01 {
  margin-top: 0;
}
body#environment .section ul.list_kome {
  margin-top: 6vw;
}
body#environment .section ul.list_kome li {
  padding-left: 1.25em;
}
body#environment .section ul.list_kome li:nth-of-type(1):before {
  content: "※";
}
body#environment .section ul.list_kome li:nth-of-type(2):before {
  content: "※";
}
body#environment .section ul.list_kome li:nth-of-type(3):before {
  content: "※";
}
body#environment .section ul.list_btn_border {
  margin: 5.33vw auto 0;
  padding: 0 4.26vw;
}
body#environment .section ul.list_btn_border li .btn_border {
  box-shadow: 0 0 2.66vw 0.6vw rgba(0, 0, 0, 0.1);
}
body#environment .section ul.list_btn_border li .btn_border a {
  display: block;
  padding: 4vw 2vw;
  text-align: center;
  text-decoration: none;
  font-size: 3.73vw;
  font-weight: bold;
  color: #000;
  line-height: 1;
  background: #fff;
}
body#environment .section ul.list_btn_border li .btn_border + .btn_border {
  margin-top: 3.5vw;
}
body#environment .section ul.list_btn_border li + li {
  margin-top: 6vw;
  padding-top: 6vw;
  border-top: 1px solid #d6d9dd;
}
body#environment .section h4.title_border + .grayArea {
  margin-top: 5.33vw;
}
body#environment .section p.text + p.text_kome {
  margin-top: 0.25em;
}
body#environment .section p.text + p.text_note.text_kome {
  margin-top: 1.5em;
}
body#environment .section p.text_asterisk + p.text_kome {
  margin-top: 0.25em;
}
body#environment .section p.text_note + .column03 {
  margin-top: 5.33vw;
}
body#environment .section ul.list_disc + p.text {
  margin-top: 5.33vw;
}
body#environment .section ul.list_disc + p.text_kome {
  margin-top: 0.25em;
}
body#environment .section ul.list_btn_border + h4.title_border {
  margin-top: 10vw;
}
body#environment .section .grayArea + h4.title_border {
  margin-top: 10vw;
}
body#environment .section .grayArea + .column {
  margin-top: 10vw;
}
body#environment .section .tableBlock + h6.title {
  margin-top: 6vw;
}

/*----------------------------------------------------
	気候変動に対する取り組み
----------------------------------------------------*/
body#climate .contentHeader::before {
  height: 120vw;
}
body#climate .section {
  /* margin */
}
body#climate .section .column .cell + .cell {
  margin-top: 8vw;
}
body#climate .section dl.relatedBlock {
  margin-top: 4.66vw;
  display: flex;
  font-size: 3.73vw;
  line-height: 1.75;
}
body#climate .section dl.relatedBlock dt {
  width: 6.5em;
}
body#climate .section dl.relatedBlock dd {
  width: calc(100% - 6.5em);
}
body#climate .section dl.relatedBlock dd p.text + p.text_note {
  margin-top: 1.33vw;
}
body#climate .section .grayArea {
  margin-top: 6vw;
  padding: 4.66vw 5.33vw 4.66vw;
  background: #f5f5f5;
}
body#climate .section .grayArea h6.title + p.text {
  margin-top: 1.33vw;
}
body#climate .section .grayArea p.text + h6.title {
  margin-top: 4.66vw;
}
body#climate .section .imgBlock {
  display: table;
  margin: 6vw auto 0;
}
body#climate .section .imgBlock .column .cell p.circle {
  width: 77.33vw;
}
body#climate .section .imgBlock .column .cell p.circle + p.text_caption {
  margin-top: 0.75em;
  text-align: center;
}
body#climate .section .imgBlock .column .cell + .cell {
  margin-top: 6vw;
}
body#climate .section .imgBlock .column02 {
  display: flex;
  align-items: flex-start;
}
body#climate .section .imgBlock .column02 .cell:nth-child(1) {
  width: 26vw;
}
body#climate .section .imgBlock .column02 .cell:nth-child(2) {
  width: 30vw;
}
body#climate .section .imgBlock .column02 .cell:nth-child(3) {
  width: 28vw;
}
body#climate .section .imgBlock .column02 .cell p.text_note {
  margin-top: 2.66vw;
  text-align: center;
}
body#climate .section .imgBlock .column02 .cell + .cell {
  margin: 0 0 0 4vw;
}
body#climate .section img.img09 {
  width: 50%;
}
body#climate .section ul.list_icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
body#climate .section ul.list_icon li {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 0 4vw;
  text-align: center;
  border-left: 1px solid #3da240;
}
body#climate .section ul.list_icon li:nth-of-type(2) {
  border-right: 1px solid #3da240;
}
body#climate .section ul.list_icon li:nth-of-type(4) {
  border-right: 1px solid #3da240;
}
body#climate .section ul.list_icon li:nth-of-type(5) {
  border-right: 1px solid #3da240;
}
body#climate .section ul.list_icon li:nth-of-type(n+3) {
  margin-top: 6.66vw;
}
body#climate .section ul.list_icon li p.img {
  width: 20vw;
  margin: 0 auto;
}
body#climate .section ul.list_icon li p.title {
  margin-top: 0.5em;
  font-size: 4.26vw;
  font-weight: bold;
  color: #0e7a11;
  line-height: 1;
}
body#climate .section ul.list_icon li p.title > span {
  display: block;
  margin-top: 0.25em;
  font-size: 6.4vw;
}
body#climate .section ul.list_icon li p.title > span span {
  font-size: 5.06vw;
}
body#climate .section ul.list_icon li p.text_note {
  margin-top: 1em;
  line-height: 1.42;
}
body#climate .section ul.list_btn_green {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.66vw;
}
body#climate .section ul.list_btn_green li {
  width: calc((100% - 4vw) / 2);
  margin-top: 0;
}
body#climate .section ul.list_btn_green li:nth-child(even) {
  margin-left: 2vw;
}
body#climate .section ul.list_btn_green li:nth-child(n+3) {
  margin-top: 2vw;
}
body#climate .section ul.list_btn_green li a {
  padding: 2vw;
}
body#climate .section ul.list_flow {
  margin-top: 3.33vw;
}
body#climate .section ul.list_flow li {
  padding: 3vw;
  border: 2px solid #139b4d;
}
body#climate .section ul.list_flow li + li {
  position: relative;
  margin-top: 8vw;
}
body#climate .section ul.list_flow li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: -4.5vw;
  left: calc(50% - 4vw);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 4vw 0 4vw;
  border-color: #139b4d transparent transparent transparent;
}
body#climate .section ul.list_flow li + li::after {
  content: "";
  display: block;
  position: absolute;
  top: -7vw;
  left: calc(50% - 1.86vw);
  width: 3.73vw;
  height: 3.73vw;
  background: #139b4d;
}
body#climate .section span.red {
  color: #ec6c72;
}
body#climate .section span.blue {
  color: #004ea2;
}
body#climate .section h4.title + p.text_scroll {
  margin-top: 5.33vw !important;
}
body#climate .section p.text + p.text_note.text_kome {
  margin-top: 1.5em;
}
body#climate .section dl.relatedBlock + h4.title_border {
  margin-top: 10vw;
}
body#climate .section .grayArea + h4.title_border {
  margin-top: 10vw;
}
body#climate .section ul.list_btn_green + h6.title_label {
  margin-top: 6.66vw;
}
body#climate .section ul.list_icon + h5.title {
  margin-top: 10vw;
}
body#climate .section .imgBlock + h4.title_border-left {
  margin-top: 10vw;
}
body#climate .section .imgBlock + h5.title {
  margin-top: 10vw;
}
body#climate .section .imgBlock + p.text_kome {
  margin-top: 1.5em;
}

/*----------------------------------------------------
	グリーンボンドについて
----------------------------------------------------*/
body#greenbond .contentHeader::before {
  height: 120vw;
}
body#greenbond .section {
  /* margin */
}
body#greenbond .section .imgBlock {
  margin-top: 6vw;
}
body#greenbond .section .imgBlock .column {
  display: flex;
}
body#greenbond .section .tableBlock h6.title {
  margin-top: 1em;
}
body#greenbond .section dl.relatedBlock {
  margin-top: 1.5em;
  display: flex;
  font-size: 3.73vw;
  line-height: 1.75;
}
body#greenbond .section dl.relatedBlock dt {
  width: 6.5em;
}
body#greenbond .section dl.relatedBlock dd {
  width: calc(100% - 6.5em);
}
body#greenbond .section dl.relatedBlock dd p.text + p.text_note {
  margin-top: 1.33vw;
}
body#greenbond .section ul.list_icon01 {
  margin-top: 2em;
}
body#greenbond .section ul.list_icon01 li {
  display: flex;
  align-items: center;
}
body#greenbond .section ul.list_icon01 li::before {
  content: "";
  display: block;
  width: 20vw;
  height: 20vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#greenbond .section ul.list_icon01 li span {
  display: block;
  width: calc(100% - 24vw);
  margin-left: 4vw;
}
body#greenbond .section ul.list_icon01 li:nth-of-type(1)::before {
  background-image: url("/en/img/environment/greenbond/img10.png");
}
body#greenbond .section ul.list_icon01 li:nth-of-type(2)::before {
  background-image: url("/en/img/environment/greenbond/img11.png");
}
body#greenbond .section ul.list_icon01 li:nth-of-type(3)::before {
  background-image: url("/en/img/environment/greenbond/img12.png");
}
body#greenbond .section ul.list_icon01 li:nth-of-type(4)::before {
  background-image: url("/en/img/environment/greenbond/img13.png");
}
body#greenbond .section ul.list_icon01 li + li {
  margin-top: 1.5em;
}
body#greenbond .section ul.list_icon02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
body#greenbond .section ul.list_icon02 li {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 0 4vw;
  text-align: center;
  border-left: 1px solid #3da240;
}
body#greenbond .section ul.list_icon02 li:nth-of-type(2) {
  border-right: 1px solid #3da240;
}
body#greenbond .section ul.list_icon02 li:nth-of-type(4) {
  border-right: 1px solid #3da240;
}
body#greenbond .section ul.list_icon02 li:nth-of-type(5) {
  border-right: 1px solid #3da240;
}
body#greenbond .section ul.list_icon02 li:nth-of-type(n+3) {
  margin-top: 6.66vw;
}
body#greenbond .section ul.list_icon02 li p.img {
  width: 20vw;
  margin: 0 auto;
}
body#greenbond .section ul.list_icon02 li p.title {
  margin-top: 0.5em;
  font-size: 4.26vw;
  font-weight: bold;
  color: #0e7a11;
  line-height: 1;
}
body#greenbond .section ul.list_icon02 li p.title > span {
  display: block;
  margin-top: 0.25em;
  font-size: 6.4vw;
}
body#greenbond .section ul.list_icon02 li p.title > span span {
  font-size: 5.06vw;
}
body#greenbond .section ul.list_icon02 li p.text_note {
  margin-top: 1em;
  line-height: 1.42;
}
body#greenbond .section h5.title + .imgBlock {
  display: table;
  margin: 6vw auto 0;
}
body#greenbond .section h5.title + .imgBlock .column {
  display: block;
}
body#greenbond .section h5.title + .imgBlock .column .cell p.circle {
  width: 77.33vw;
}
body#greenbond .section h5.title + .imgBlock .column .cell p.circle + p.text_caption {
  margin-top: 0.75em;
  text-align: center;
}
body#greenbond .section h5.title + .imgBlock .column .cell + .cell {
  margin-top: 6vw;
}
body#greenbond .section table.table10 ul.list_disc li {
  text-align: left;
  font-size: 3.2vw;
}
body#greenbond .section table.table19 {
  margin-top: 8vw;
}
body#greenbond .section p.text + ul.list_disc {
  margin-top: 1.5em;
}
body#greenbond .section ul.list_icon01 + h5.title {
  margin-top: 10vw;
}
body#greenbond .section ul.list_icon02 + h5.title {
  margin-top: 10vw;
}
body#greenbond .section dl.relatedBlock + h6 {
  margin-top: 6vw;
}
body#greenbond .section dl.relatedBlock + p.text {
  margin-top: 1.5em;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	社会への取り組み
----------------------------------------------------*/
body#society .indexMenu .caseBlock {
  margin-top: 6vw;
}
body#society .indexMenu .caseBlock .case + .case {
  margin-top: 6vw;
}
body#society .indexMenu .caseBlock h5.title_border {
  position: relative;
  padding-left: 3.46vw;
  font-size: 4.53vw;
  line-height: 1.4;
}
body#society .indexMenu .caseBlock h5.title_border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6vw;
  left: 0;
  width: 0.8vw;
  height: 100%;
  border-left: 0.8vw solid;
  -o-border-image: linear-gradient(to bottom, #5dc1cd, #59b75d);
     border-image: linear-gradient(to bottom, #5dc1cd, #59b75d);
  border-image-slice: 1;
}
body#society .indexMenu .caseBlock p.img {
  margin-top: 3.33vw;
}
body#society .indexMenu .caseBlock p.text_note {
  margin-top: 2vw;
}
body#society .indexMenu .caseBlock ul.list_arrow {
  margin-top: 3.33vw;
}
body#society .indexMenu .caseBlock ul.list_arrow li a {
  font-size: 3.2vw;
}
body#society .indexMenu .caseBlock ul.list_arrow li a::before {
  top: 0.53vw;
}
body#society .contentHeader::before {
  height: 120vw;
}
body#society .section {
  /* margin */
}
body#society .section .column .cell + .cell {
  margin-top: 8vw;
}
body#society .section .column01 {
  display: flex;
  flex-wrap: wrap;
}
body#society .section .column01:not(:first-child) {
  margin-top: 4.26vw;
}
body#society .section .column01 .cell {
  width: calc((100% - 4.26vw) / 2);
}
body#society .section .column01 .cell + .cell {
  margin: 0 0 0 4.26vw;
}
body#society .section .column01 h6.title {
  text-align: center;
}
body#society .section .column01 p.text_caption {
  width: 100%;
  text-align: center;
}
body#society .section .column01 p.img + p.img {
  margin-top: 4.26vw;
}
body#society .section h4.title_square {
  box-sizing: border-box;
  position: relative;
  margin-top: 8vw;
  padding: 2.2vw 0 2.4vw 5.33vw;
  font-size: 4.26vw;
  background: #e4eaeb;
}
body#society .section h4.title_square::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.465vw);
  left: 0;
  width: 2.93vw;
  height: 2.93vw;
  background: linear-gradient(to right, #5dc1cd, #59b75d);
}
body#society .section .grayArea {
  padding: 4.66vw 5.33vw 7.33vw;
  background: #f5f5f5;
}
body#society .section .grayArea .column .cell + .cell {
  margin-top: 5.33vw;
}
body#society .section .grayArea img.img_50 {
  width: 50%;
}
body#society .section p.text_caption {
  width: 50%;
  margin: 1.6vw auto 0;
}
body#society .section .grayArea01 {
  margin-top: 6vw;
}
body#society .section .grayArea01 ul.list_disc {
  margin-top: 6vw;
}
body#society .section .grayArea01 ul.list_disc li {
  font-size: 3.2vw;
  line-height: 1.5;
}
body#society .section .grayArea01 p.text_note {
  margin-top: 1em;
}
body#society .section p.text + p.img {
  margin-top: 6vw;
}
body#society .section p.text + .imgBlock {
  margin-top: 6vw;
}
body#society .section .grayArea + h5.title {
  margin-top: 6vw;
}
body#society .section .grayArea + h6.title {
  margin-top: 6vw;
}
body#society .section .grayArea + p.text {
  margin-top: 6vw;
}
body#society .section .grayArea + p.img {
  margin-top: 6vw;
}
body#society .section .column + p.img {
  margin-top: 4.26vw;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	投資法人のガバナンス体制
----------------------------------------------------*/
body#structure .section table + ul.list_note {
  margin-top: 1em;
}
body#structure .section ul.list_note + p.text {
  margin-top: 1.5em;
}

/*----------------------------------------------------
	運用体制
----------------------------------------------------*/
body#management .section {
  /* margin */
}
body#management .section .imgBlock {
  margin-top: 6vw;
}
body#management .section .column {
  margin-top: 8vw;
}
body#management .section .column .cell {
  box-sizing: border-box;
  position: relative;
  padding: 4.26vw;
  color: #fff;
}
body#management .section .column .cell:nth-child(-n+2)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4vw;
  left: calc(50% - 5.33vw);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 5.33vw 0 5.33vw;
  border-color: #007bff transparent transparent transparent;
}
body#management .section .column .cell:nth-child(1) {
  background: #5dc1cd;
}
body#management .section .column .cell:nth-child(1)::after {
  border-color: #5dc1cd transparent transparent transparent;
}
body#management .section .column .cell:nth-child(2) {
  background: #5bbda1;
}
body#management .section .column .cell:nth-child(2)::after {
  border-color: #5bbda1 transparent transparent transparent;
}
body#management .section .column .cell:nth-child(3) {
  background: #59b75d;
}
body#management .section .column .cell + .cell {
  margin-top: 6.66vw;
}
body#management .section .column h4.title {
  text-align: center;
}
body#management .section .lightblueArea {
  margin-top: 8vw;
  padding: 8vw 4.26vw 10.66vw;
  background: #eaf7f7;
}
body#management .section .lightblueArea .whiteBlock {
  margin-top: 6vw;
  padding: 5.33vw 5.33vw 12.66vw;
  background-color: #fff;
  background-position: right bottom -2px;
  background-repeat: no-repeat;
  background-size: contain;
}
body#management .section .lightblueArea .whiteBlock.first {
  background-image: url("/img/governance/management/bg01sp.png");
}
body#management .section .lightblueArea .whiteBlock.second {
  background-image: url("/img/governance/management/bg02sp.png");
}
body#management .section .lightblueArea .whiteBlock.third {
  background-image: url("/img/governance/management/bg03sp.png");
}
body#management .section .lightblueArea ul.list_square {
  margin-top: 4.66vw;
}
body#management .section p.title + ul.list_disc {
  margin-left: 3em;
}
body#management .section .lightblueArea + p.text_kome {
  margin-top: 1em;
}

/*----------------------------------------------------
コンプライアンス体制
----------------------------------------------------*/
body#compliance .section {
  /* margin */
}
body#compliance .section ul.list_number-Circle {
  margin-top: 3.33vw;
}
body#compliance .section ul.list_number-Circle li {
  box-sizing: border-box;
  position: relative;
  padding-left: 1.25em;
  font-size: 3.2vw;
  line-height: 1.5;
}
body#compliance .section ul.list_number-Circle li:before {
  position: absolute;
  top: 0;
  left: 0;
}
body#compliance .section ul.list_number-Circle li:nth-of-type(1):before {
  content: "①";
}
body#compliance .section ul.list_number-Circle li:nth-of-type(2):before {
  content: "②";
}
body#compliance .section ul.list_number-Circle li:nth-of-type(3):before {
  content: "③";
}
body#compliance .section ul.list_number-Circle li + li {
  margin-top: 0.8vw;
}
body#compliance .section dl.relatedBlock {
  margin-top: 1.5em;
  display: flex;
  font-size: 3.73vw;
  line-height: 1.75;
}
body#compliance .section dl.relatedBlock dt {
  width: 6.5em;
}
body#compliance .section dl.relatedBlock dd {
  width: calc(100% - 6.5em);
}
body#compliance .section dl.relatedBlock dd p.text + p.text_note {
  margin-top: 1.33vw;
}
body#compliance .section .examplesBlock {
  margin: 1.75em auto;
  padding-left: 1.5em;
}
body#compliance .section .examplesBlock ul.list_examples {
  margin-top: 3.33vw;
}
body#compliance .section .examplesBlock ul.list_examples li {
  box-sizing: border-box;
  position: relative;
  padding-left: 3.65em;
  font-size: 3.73vw;
  line-height: 1.75;
}
body#compliance .section .examplesBlock ul.list_examples li:before {
  position: absolute;
  top: 0;
  left: 0;
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(1):before {
  content: "事例①：";
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(2):before {
  content: "事例②：";
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(3):before {
  content: "事例③：";
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(4):before {
  content: "事例④：";
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(5):before {
  content: "事例⑤：";
}
body#compliance .section .examplesBlock ul.list_examples li:nth-of-type(6):before {
  content: "事例⑥：";
}
body#compliance .section .examplesBlock ul.list_examples li + li {
  margin-top: 0.8vw;
}
body#compliance .section .tableBlock + h6.title {
  margin-top: 8vw;
}
body#compliance .section dl.relatedBlock + h6.title {
  margin-top: 6vw;
}
body#compliance .section p.img + p.text {
  margin-top: 8vw;
}
body#compliance .section p.text + .tableBlock {
  margin-top: 0;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	外部評価・認証の取得
----------------------------------------------------*/
body#external .contentHeader::before {
  background: url("/img/external/bg_external_sp.jpg") center top no-repeat;
  background-size: cover;
  opacity: 100%;
}
body#external .section {
  /* margin */
}
body#external .section .grayArea {
  margin-top: 6vw;
  padding: 4.66vw 5.33vw 4.66vw;
  background: #f5f5f5;
}
body#external .section .grayArea + h4.title_border {
  margin-top: 10vw;
}
body#external .section table.table09 + p.text_note {
  margin-top: 1.33vw;
}
body#external .section p.text_note + p.text_note {
  margin-top: 6vw;
}
body#external .section .column01 {
  padding: 0 3.73vw;
}
body#external .section .column01 .cell {
  display: flex;
  align-items: center;
}
body#external .section .column01 .cell p.img {
  width: 27vw;
}
body#external .section .column01 .cell p.text_note {
  width: calc(100% - 27vw - 1.3vw);
  margin-left: 1.3vw;
}
body#external .section .column01 .cell + .cell {
  margin-top: 4vw;
  padding-top: 4vw;
  border-top: 1px solid #e6e6e6;
}
body#external .section .column02 {
  margin-top: 5.33vw;
}
body#external .section .column02 .cell:first-child {
  display: flex;
  align-items: center;
  padding: 0 3.73vw;
}
body#external .section .column02 .cell:first-child p.img {
  width: 27vw;
}
body#external .section .column02 .cell:first-child p.text_note {
  width: calc(100% - 27vw - 1.3vw);
  margin: 0 0 0 1.3vw;
}
body#external .section .column02 .cell:last-child {
  margin-top: 5.33vw;
}
body#external .section .column02 .cell:last-child p.text_note {
  font-size: 2.66vw;
}
body#external .section .column02 ul {
  display: flex;
  flex-wrap: wrap;
}
body#external .section .column02 ul li {
  width: calc((100% - 8vw) / 3);
  margin-right: 4vw;
}
body#external .section .column02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
body#external .section .column02 ul li:nth-of-type(n+4) {
  margin-top: 5.33vw;
}
body#external .section .column02 ul li p.text_note {
  margin-top: 2.66vw;
  text-align: center;
}
body#external .section .column02 + .column02 {
  margin-top: 5.33vw;
  padding-top: 4vw;
  border-top: 1px solid #e6e6e6;
}
body#external .section .grayArea02 {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  margin: 5.33vw auto 10vw;
  padding: 8vw;
  background: #f5f5f5;
}
body#external .section .grayArea02 .cell {
  text-align: center;
  width: calc((100% - 9.33vw) / 2);
}
body#external .section .grayArea02 .cell:first-child {
  padding-bottom: 3.33vw;
  border: 1px solid #0e7a11;
}
body#external .section .grayArea02 .cell:last-child {
  margin-left: 9.33vw;
}
body#external .section .grayArea02 h6.title_label-green {
  padding: 2vw;
  text-align: center;
  font-size: 3.2vw;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  background: #0e7a11;
}
body#external .section .grayArea02 p.text {
  margin-top: 3.33vw;
}
body#external .section .grayArea02 p.text + p.text {
  margin-top: 2vw;
}
body#external .section .grayArea02 p.text_note {
  margin-top: 2.66vw;
}
body#external .section .column03 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.33vw;
}
body#external .section .column03 .cell {
  width: calc((100% - 4vw) / 2);
  margin-right: 4vw;
}
body#external .section .column03 .cell:nth-child(2n) {
  margin-right: 0;
}
body#external .section .column03 .cell:nth-child(n+3) {
  margin-top: 5.33vw;
}
body#external .section .column03 p.text_note {
  margin-top: 2.66vw;
  text-align: center;
}
body#external .section .imgBlock {
  display: table;
  margin: 6vw auto 0;
}
body#external .section .imgBlock .column .cell + .cell {
  margin-top: 6vw;
}
body#external .section .imgBlock .column04 {
  display: flex;
  align-items: flex-start;
}
body#external .section .imgBlock .column04 .cell:nth-child(1) {
  width: 26vw;
}
body#external .section .imgBlock .column04 .cell:nth-child(2) {
  width: 32vw;
}
body#external .section .imgBlock .column04 .cell:nth-child(3) {
  width: 26vw;
}
body#external .section .imgBlock .column04 .cell:nth-child(3) img {
  border: 1px solid #c3c3c3;
}
body#external .section .imgBlock .column04 .cell p.text_note {
  margin-top: 2.66vw;
  text-align: center;
}
body#external .section .imgBlock .column04 .cell + .cell {
  margin: 0 0 0 4vw;
}
body#external .section table.table16 + ul.list_kome {
  margin-top: 3.33vw;
  font-size: 3.2vw;
  line-height: 1.7;
}
body#external .section h4 + p.text_note {
  margin-top: 8vw;
}

/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	イニシアティブへの署名・参加
----------------------------------------------------*/
body#initiative .contentHeader::before {
  height: 110vw;
  background: url("/img/initiative/bg_initiative_sp.jpg") center top no-repeat;
  background-size: cover;
  opacity: 100%;
}
body#initiative .section dl.relatedBlock {
  margin-top: 1.5em;
  display: flex;
  font-size: 3.73vw;
  line-height: 1.75;
}
body#initiative .section dl.relatedBlock dt {
  width: 6.5em;
}
body#initiative .section dl.relatedBlock dd {
  width: calc(100% - 6.5em);
}
body#initiative .section dl.relatedBlock dd p.text + p.text_note {
  margin-top: 1.33vw;
}
body#initiative .section .grayArea {
  margin-top: 6vw;
  padding: 4.66vw 5.33vw 4.66vw;
  background: #f5f5f5;
}
body#initiative .section .grayArea + p.text {
  margin-top: 35px;
}/*# sourceMappingURL=sp.css.map */