@charset "utf-8";

/* ===========================================================

	Title: ir.css
	Created:	2016-7-8
  add:	2025-9-4

=========================================================== */
/*

	library
	distribute


=========================================================== */
/* ===========================================================

	library

=========================================================== */
/* .library-table {} */
#contents .library-table tr + tr {
    border-bottom: 1px solid #e3e3e3;
}
.library-table th {
	vertical-align: middle;
}

.library-table td {
	position: relative;
	text-align: center;
	vertical-align: top !important;
}

.library-table td .icon-l {
	display: block;
	margin: 0 auto 5px;
	text-decoration: none !important;
	transition: .3s ease-in-out;
}

.library-table td a:hover {
	text-decoration: none !important;
}

.library-table td div a:hover {
	text-decoration: underline !important;
}

.library-table td a:hover .icon-l {
	text-decoration: none !important;
}

.library-table td a:hover .icon-l {
	text-decoration: none;
	color: #fff !important;
	border-color: transparent;
	background-color: #003F98;
}

.library-table td a:hover .ic-pdf-l {
	background-image: url(../img/common/ic/ic_pdf_b.png);
}

.library-table td a:hover .ic-xls-l {
	background-image: url(../img/common/ic/ic_xls_b.png);
}

.library-table td a:hover .ic-zip-l {
	background-image: url(../img/common/ic/ic_zip_b.png);
}
.library-line {
	content: "";
	display: inline-block;
	width: 16px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.term-btn {
	position: relative;
	overflow: hidden;
	max-width: 80px;
	width: 100px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 5px auto 0;
	padding: 0 5px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #111 !important;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}

.term-btn:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #003F98;
}

.term-btn:before {
	position: absolute;
	top: 50%;
	left: 5px;
	margin: -3px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #aaa;
}

.term-btn:hover:before {
	border-color: transparent transparent transparent #fff;
}

/* popup-open
----------------------------------------------------------- */
.library-table td .popup-open {
	display: block;
}

.popup-open {
	position: relative;
	overflow: hidden;
	max-width: 80px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 5px auto 0;
	padding: 0 5px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #111 !important;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}

.popup-open:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #003F98;
}

.popup-open:before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -3px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #aaa;
}

.popup-open:hover:before {
	border-color: transparent transparent transparent #fff;
}

/* popup-area
----------------------------------------------------------- */
.library-table td .popup-area {
	display: none;
	position: absolute;
	top: -50px;
	margin: 0 0 0 -150px;
	z-index: 100;
	padding: 20px 20px 5px;
	width: 400px;
	background: #fff;
	border: solid 3px #ddd;
}

.popup-area p {
	color: #111;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.popup-area dl.dl-date dd {
	padding: 1px 0 10px 8em;
	text-align: left;
}

.library-table td .popup-title {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px #ddd;
}

@media screen and (max-width: 1200px) {
	.library-table td .popup-area {
		position: fixed;
		top: 100px;
		left: 50%;
		width: 300px;
		margin-left: -150px;
		white-space: normal;
	}

	.popup-area dl.dl-date dt,
	.popup-area dl.dl-date dd {
		padding-left: 0;
		text-align: left;
	}
}

/* popup-close
----------------------------------------------------------- */
.popup-close {
	position: relative;
	overflow: hidden;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px 0 30px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #111 !important;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

.popup-close:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #003F98;
}

.popup-close:before,
.popup-close:after {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -6px 0 0;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}

.popup-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}

.popup-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}

.popup-close:hover:before,
.popup-close:hover:after {
	background-color: #fff;
}

/* link-movie
----------------------------------------------------------- */
.link-movie {
	position: relative;
	overflow: hidden;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}

.library-table td a.link-movie:hover {
	text-decoration: underline !important;
}

.link-movie span {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
	background-color: #003F98;
	border-radius: 6px;
}

.link-movie span:before {
	position: absolute;
	top: 3px;
	left: 4px;
	margin: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #fff;
}

/* ===========================================================

	distribute

=========================================================== */
.distribute {
	border: none;
	line-height: 1.5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.distribute th {
	padding: 10px 0;
	border: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.distribute td {
	text-align: center;
	vertical-align: middle;
	border: none;
	border-right: 1px solid #ddd;
}
.distribute th:last-child,
.distribute td:last-child {
	border-right: none;
}
.distribute td em {
	margin: 0 5px 0 10px;
	font-weight: normal;
	font-size: 40px;
	font-size: 4.0rem;
}

.distribute-actual th.distribute-cell1 {
	color: #fff;
	background: #062B65;
}
.distribute-actual th.distribute-cell2 {
	color: #fff;
	background: #003F98;
}
.distribute-actual th.distribute-cell3 {
	color: #fff;
	background: rgba(0, 63, 152, 0.90);
}
.distribute-actual th.distribute-cell4 {
	color: #fff;
	background: rgba(0, 63, 152, 0.80);
}
.distribute-actual td.distribute-cell1 {
	color: #003F98;
	background: #B2C5E0;
}
.distribute-actual td.distribute-cell2 {
	color: #003F98;
	background: #CCD9EA;
}
.distribute-actual td.distribute-cell3 {
	color: #003F98;
	background: #E5ECF5;
}
.distribute-forecast th.distribute-cell1 {
	color: #fff;
	background: #004CD7;
}
.distribute-forecast th.distribute-cell2 {
	color: #fff;
	background: #1A5EDB;
}
.distribute-forecast th.distribute-cell3 {
	color: #fff;
	background: #3370DF;
}
.distribute-forecast th.distribute-cell4 {
	color: #fff;
	background: #4D82E3;
}
.distribute-forecast td.distribute-cell1 {
	color: #000;
	background: #B2C9F3;
}
.distribute-forecast td.distribute-cell2 {
	color: #000;
	background: #CCDBF7;
}
.distribute-forecast td.distribute-cell3 {
	color: #000;
	background: #E5EDFB;
}

/* ===========================================================

	SFDR

=========================================================== */
.font-weight--bold {
	font-weight: bold;
}

.font-style--italic {
	font-style: italic;
}

.sfdr-icon {
	vertical-align: middle;
}

.page-sfdr table tr td p:last-child {
	margin-bottom: 0;
}

/* internal-link 
----------------------------------------------------------- */
.internal-link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 2em 0 !important;
	padding: 1em;
	border-top: 1px solid #e2e8e9;
	border-bottom: 1px solid #e2e8e9;
}

.internal-link li {
	padding: 5px 2em 5px 0.8em;
	position: relative;
}

.internal-link li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.internal-link li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	box-sizing: border-box;
	border: 4px solid transparent;
	border-left: 4px solid #aaa;
	transform: translate(0%, -50%);
}

/* list-style
----------------------------------------------------------- */
.page-sfdr .contents main ul>li,
.page-sfdr .contents main ol>li {
	margin-bottom: 1em;
}

.list-type-circle>li {
	list-style-type: circle;
	margin-left: 2em !important;
}

.list-style__peculiar--side-brackets-decimal {
	margin-left: 2em !important;
	counter-reset: cnt_brackets-decimal 0;
}

.list-style__peculiar--side-brackets-decimal>li {
	counter-increment: cnt_brackets-decimal;
	list-style-position: inside;
	list-style-type: none;
	text-indent: -2em;
}

.list-style__peculiar--side-brackets-decimal>li::before {
	content: counter(cnt_brackets-decimal) ") ";
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
}

/* ===========================================================

	merger

=========================================================== */
.merger-schedule thead th {
	background-color: #003F98 !important;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}

.merger-schedule tbody th {
	background-color: #f0f0f0;
}

.merger-schedule thead .cat02 {
	background-color: #004CD7 !important;
}

.merger-schedule thead th:last-child {
	border-right: none;
}

.merger-period th {
	background-color: #003F98;
	color: #ffffff;
	width: 50%;
}

.merger-document li {
	margin-bottom: .5em;
}

.merger-document li:last-child {
	margin-bottom: 0;
}

.merger-payment--ja th {
	width: 40% !important;
}
.merger-release th {
	width: 14% !important;
}
.is-en .merger-release th {
	width: 16% !important;
}
.merger-payment--en th {
	width: 50% !important;
}
.merger-release {
	table-layout: fixed;
}
.merger-release th {
	height: 110px;
}
.merger-release.ja th {
	height: 80px;
}

@media screen and (max-width: 1280px) {
	.merger-payment--ja th {
		width: 100% !important;
	}
	.merger-payment--en th {
		width: 100% !important;
	}
	.merger-release {
		table-layout: auto;
	}

	.merger-release th {
		width: 100% !important;
	}
	.is-en .merger-release th {
		width: 100% !important;
	}
	.merger-release th {
		height: auto;
	}
	.merger-release.ja th {
		height: auto;
	}

}
/* ===========================================================

	adl ir library

=========================================================== */
.library-table td div .library-table__file-icon:hover{
	text-decoration: none !important;
}

.summary__correction,
.library-table .summary__correction {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.40);
	color: #333;
	z-index: 100;
	border-radius: 2px;
	font-size: 1.4rem;
	white-space: normal;
	overflow: hidden;
	text-align: left;
}

.summary__correction h3,
.contents-style .summary__correction h3 {
	display: block;
	padding: 5px 20px;
	margin: 0;
	background-color: #003f98;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: inherit;
	text-align: center;
}

.summary__correction dl {
	width: 100%;
	padding: 5px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}

.summary__correction dt {
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 1.1rem;
}

.summary__correction dd {
	padding: 5px;
	position: relative;
	font-size: 1.2rem;
	line-height: 1.4;
}

.summary__correction dd a {
	display: inline-block;
	position: relative;
	color: #000;
}

.summary__correction h3{
	border: none;
}
.summary__correction h3 span {
	background-color: #003f98;
}

.popup-close-btn,
.contents-style p.popup-close-btn {
	display: block;
	padding: 5px;
	margin: 0;
	text-align: center;
}

.popup-close-btn span {
	display: inline-block;
	padding: 5px 2.0em;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff;
	border: solid 1px #ddd;
	cursor: pointer;
	transition: all 0.5s;
}

.popup-close-btn span:hover {
	background-color: #003f98;
	color: #fff;
	border: solid 1px #003f98;
}
.accord-item .icon-s {
	margin-left: 8px;
}

.schedule-table th {
	background-color: #e2f5ff !important;
}

.sfdr-icon {
	display: inline-block;
	margin-bottom: 6px;
}


/* ===========================================================

	merger

=========================================================== */
.merger-release a:hover,
.merger-document a:hover {
	text-decoration: underline;
	color: #003f98;
}


/* ===========================================================

	individual

=========================================================== */
.individual {
  width: 100%;
  float: none;
  background: url("/img/ja/ir/bg_individual_bottom.jpg") no-repeat center bottom/contain;
  padding-bottom: 28.4722222222vw;
  color: #231815;
}
.individual .txtRed {
  color: #e60012 !important;
}
.individual a:hover {
  opacity: 0.7;
}
.individual-mv {
  min-width: 980px;
  aspect-ratio: 1440/580;
  margin-bottom: 0 !important;
  background: url("/img/ja/ir/bg_individual_mv.png") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.individual-mv img {
  width: 36.1805555556vw;
  max-width: 521px;
  height: auto;
}
.individual-nav {
  width: 100%;
  background-color: #004099;
  padding: 25px 0;
}
.individual-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 0;
}
.individual-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  height: 110px;
  border-radius: 25px;
  background-color: #fff;
  color: #004098;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
}
.individual-nav ul li a > span {
  width: 100%;
}
.individual-nav ul li a span {
  font-weight: 600 !important;
}
.individual-nav ul li a::after {
  content: url("/img/ja/ir/arrow_1.svg");
  width: 26px;
  height: 26px;
  position: absolute;
  right: 18px;
}
.individual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 143px;
  width: auto;
  background: no-repeat center center;
  font-size: 3.4rem;
  line-height: 1.3;
  color: #004098;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.individual-title span {
  font-weight: bold !important;
}
.individual-titleSmall {
  font-size: 2rem;
}
.individual #about {
  padding-top: 118px;
}
.individual #about .individual-title {
  background-image: url("/img/ja/ir/individual_title_1.svg");
}
.individual #logistics {
  padding-top: 78px;
}
.individual #logistics .individual-title {
  background-image: url("/img/ja/ir/individual_title_2.svg");
}
.individual #features {
  padding-top: 110px;
}
.individual #features .individual-title {
  background-image: url("/img/ja/ir/individual_title_3.svg");
  background-size: auto 115px;
}
.individual #dividends {
  padding-top: 90px;
}
.individual #dividends .individual-title {
  background-image: url("/img/ja/ir/individual_title_4.svg");
}
.individual-lead {
  width: 1000px;
  margin: 45px auto 50px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  color: #000;
}
.individual-bgBlue {
  width: 1260px;
  margin: 105px auto;
  padding: 40px 30px;
  background-color: #004099;
  border-radius: 50px;
  overflow: hidden;
}
.individual-bgBlue h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border: none;
  margin: 0 auto 35px;
  padding: 0;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.individual-bgBlue h2::before, .individual-bgBlue h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 63px;
  background: url("/img/ja/ir/individual_slash.svg") no-repeat center center/contain;
}
.individual-bgBlue h2::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.individualMerit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 48px;
  margin-bottom: 64px;
  position: relative;
}
.individualMerit li {
  background-color: #fff;
  width: 368px;
  height: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 40px;
  padding-top: 17px;
}
.individualMerit-img {
  height: 78px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.individualMerit-img img {
  width: auto;
}
.individualMerit-img_1 {
  height: 52px;
}
.individualMerit-img_2 {
  height: 79px;
}
.individualMerit-img_3 {
  height: 70px;
}
.individualMerit-img_4 {
  height: 69px;
}
.individualMerit-img_5 {
  height: 67px;
}
.individualMerit-title {
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  color: #231815;
  font-size: 2.4rem;
  font-weight: bold;
}
.individualMerit-text {
  margin: auto;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.individual-JREIT {
  background-color: #e6f2ff;
  width: 1000px;
  padding: 50px 80px 36px;
  margin: auto;
  float: none;
  border-radius: 40px;
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
}
.individual-JREIT h3 {
  margin: 0;
  padding: 0;
  border: none;
  color: #231815;
  font-size: 2.4rem;
  font-weight: bold;
}
.individual-JREIT > p {
  font-weight: bold;
  margin-bottom: 30px;
}
.individual-JREIT li {
  color: #004099;
}
.individual-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 840px;
}
.individual-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #004099;
  border-radius: 23px;
  width: 385px;
  height: 70px;
  color: #fff !important;
  font-weight: bold;
  font-size: 2.2rem;
}
.individual-button:hover {
  text-decoration: none;
}
.individual-button::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 16px;
  background: url("/img/ja/ir/arrow_2.svg") no-repeat center center/contain;
}
.individual-button + p {
  margin: 10px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.01em;
}
.individual-target {
  width: 800px;
  margin: 36px auto 108px;
}
.individual-target h2, .individual-target h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: bold;
}
.individual-target h2 {
  margin-bottom: 42px;
  font-size: 2.8rem;
  line-height: 113%;
  letter-spacing: 0.22em;
}
.individual-target h2::before {
  display: none;
}
.individual-target h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 34px auto 18px;
  font-size: 2.2rem;
  line-height: 113%;
  letter-spacing: 0.1em;
  color: #231815;
}
.individual-target h3::before, .individual-target h3::after {
  content: "";
  display: block;
  width: 175px;
  height: 2px;
  background-color: #231815;
}
.individual-targetImg2 {
  width: 380px;
  height: auto;
  border-radius: 20px;
}
.individual-logistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  border-radius: 40px;
  overflow: hidden;
  width: 750px;
  margin: auto;
}
.individual-logistics div {
  position: relative;
}
.individual-logistics div span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  line-height: 2rem;
  font-weight: bold;
}
.individual-logistics div:first-child span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004099;
  border-radius: 14px;
  top: 18px;
  left: 24px;
  width: auto;
  height: 28px;
  padding: 0 15px;
  color: #fff;
  font-size: 1.6rem;
}
.individual-logistics div img {
  vertical-align: top;
}
.individual-logistics div:not(:first-child) img {
  height: 123px;
  width: auto;
}
.individualWhats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.individualWhats-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 580px;
  border-radius: 40px;
  padding: 26px;
}
.individualWhats-cell:first-child img {
  width: 247px;
  height: auto;
}
.individualWhats-cell:last-child img {
  width: 252px;
  height: auto;
}
.individualWhats-cell ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 22px;
  margin: 30px auto 0;
}
.individualWhats-cell ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 250px;
  height: 90px;
  background-color: #e6f2ff;
  border-radius: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #231815;
}
.individualWhats-cell ul li:first-child {
  margin: 0 144px;
}
.individual-feature {
  margin: 95px auto;
}
.individual-feature h2, .individual-feature h3 {
  margin: 0;
  padding: 0;
  border: none;
}
.individual-feature > h2 {
  margin: 0 0 50px;
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: bold;
  color: #004099;
  letter-spacing: 0.018em;
}
.individual-feature > h2 img {
  height: 39px;
  width: auto;
  margin-bottom: 10px;
}
.individual-feature > h2::before {
  display: none;
}
.individual-feature > h2 span {
  font-size: 2rem;
  font-weight: bold;
}
.individual-feature h3 {
  margin-bottom: 10px;
  color: #004098;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 113%;
}
.individual-lead2 {
  margin: 0 auto 16px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.individual-logos {
  margin: 0 auto 50px;
}
.individualCommitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.individualCommitment-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 580px;
  height: 720px;
  background-color: #fff;
  border: 2px solid #004098;
  border-radius: 40px;
  padding: 50px 0 20px;
}
.individualCommitment-cell h3 {
  margin-bottom: 36px;
}
.individualCommitment-title1 {
  width: 338px;
  height: auto;
}
.individualCommitment-title2 {
  width: 307px;
  height: auto;
}
.individualCommitment-title3 {
  width: 274px;
  height: auto;
}
.individualCommitment-text {
  width: 478px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.individualCommitment-graph {
  margin: auto 0 0;
}
.individualCommitment-graph img {
  height: 219px;
}
.individualCommitment-note {
  width: 1260px;
  margin: 0 auto 100px !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.individual #dividends .individual-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 52px;
}
.individual-graph2 {
  width: 800px;
  margin: auto;
}
.individual-note {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: 1.2rem;
}
.individual-note::before {
  content: "※";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0.5em;
}

@media print, screen and (min-width: 1260px) {
  .individual .no-pc {
    display: none !important;
  }
  .individual #dividends .individual-lead {
    text-align: center;
  }
  .individualMerit::after {
    content: "";
    display: block;
    position: absolute;
    right: -380px;
    bottom: -250px;
    width: 802px;
    height: 504px;
    background: url("/img/ja/ir/individual_img_03.png") no-repeat center center/cover;
  }
}
/* @media screen and (max-width: 768px) {
  .individual {
    background: #fff;
    padding-bottom: 25.6vw;
  } */
   @media screen and (max-width: 1260px) {
  .individual {
    background: #fff;
    padding-bottom: 25.6vw;
  }
  .individual .no-sp {
    display: none !important;
  }
  .individual-mv {
    min-width: 0;
    aspect-ratio: 752/665;
    background: url("/img/ja/ir/bg_individual_mv_sp.png") no-repeat center center/cover;
    padding-bottom: 14vw;
  }
  .individual-mv img {
    width: 69.4666666667vw;
    max-width: none;
  }
  .individual-nav {
    padding: 5.0666666667vw 0;
  }
  .individual-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.2vw 4vw;
  }
  .individual-nav ul li a {
    width: 42.6666666667vw;
    height: 16vw;
    border-radius: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .individual-nav ul li a::after {
    width: 4vw;
    height: 4vw;
    right: 2.4vw;
  }
  .individual-title {
    height: 16.8vw;
    font-size: 1.8rem;
  }
  .individual-titleSmall {
    font-size: 1.2rem;
  }
  .individual #about, .individual #logistics, .individual #features, .individual #dividends {
    padding-top: 12.5333333333vw;
    margin-bottom: 0 !important;
  }
  .individual #about .individual-title {
    background-image: url("/img/ja/ir/individual_title_1_sp.svg");
  }
  .individual #logistics .individual-title {
    background-image: url("/img/ja/ir/individual_title_2_sp.svg");
  }
  .individual #features .individual-title {
    height: 27.7333333333vw;
    background-image: url("/img/ja/ir/individual_title_3_sp.svg");
    background-size: auto;
  }
  .individual #dividends .individual-title {
    background-image: url("/img/ja/ir/individual_title_4_sp.svg");
  }
  .individual-lead {
    width: 89.3333333333vw;
    margin: 12vw auto 8.8vw;
    font-size: 1.2rem;
  }
  .individual-reit img {
    width: 95vw;
  }
  .individual-bgBlue {
    width: 100%;
    margin: 19.2vw auto 0;
    padding: 17.0666666667vw 0 0;
    border-radius: 0;
  }
  .individual-bgBlue h2 {
    gap: 1.8666666667vw;
    margin: 0 auto 8.5333333333vw;
    font-size: 1.7rem;
  }
  .individual-bgBlue h2::before, .individual-bgBlue h2::after {
    width: 4.5333333333vw;
    height: 8.4vw;
  }
  .individualMerit {
    gap: 5.6vw;
    width: 89.3333333333vw;
    margin: 0 auto 10.9333333333vw;
  }
  .individualMerit li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    width: 100%;
    height: 18.6666666667vw;
    border-radius: 5.0666666667vw;
    padding: 0 0 0 21.3333333333vw;
    position: relative;
  }
  .individualMerit-img {
    position: absolute;
    left: 0;
    width: 21.3333333333vw;
    height: 18.6666666667vw;
    margin: 0;
    padding-left: 2.6666666667vw;
  }
  .individualMerit-img_1 {
    height: 7.7333333333vw;
  }
  .individualMerit-img_2 {
    height: 12.5333333333vw;
  }
  .individualMerit-img_3 {
    height: 11.0666666667vw;
  }
  .individualMerit-img_4 {
    height: 10.4vw;
  }
  .individualMerit-img_5 {
    height: 10vw;
  }
  .individualMerit-title {
    margin: 0;
    font-size: 1.5rem;
  }
  .individualMerit-text {
    margin: 0.5em 0 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .individual-JREIT {
    width: 100%;
    padding: 10.6666666667vw 0 60vw;
    border-radius: 0;
    font-size: 1.2rem;
    background: #e6f2ff url("/img/ja/ir/individual_img_03_sp.png") no-repeat right bottom/contain;
  }
  .individual-JREIT h3 {
    font-size: 1.5rem;
  }
  .individual-JREIT > p {
    margin-bottom: 10.6666666667vw;
  }
  .individual-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 100%;
    gap: 9.3333333333vw;
  }
  .individual-button {
    margin: auto;
    border-radius: 3.7333333333vw;
    width: 66.6666666667vw;
    height: 10.6666666667vw;
    font-size: 1.3rem;
  }
  .individual-button::after {
    width: 3.8666666667vw;
    height: 3.8666666667vw;
    right: 2.4vw;
  }
  .individual-button + p {
    margin: 0.5em 0 0;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .individual-target {
    width: 100%;
    margin: 8vw auto 18.6666666667vw;
  }
  .individual-target h2 {
    margin-bottom: 8.5333333333vw;
    font-size: 1.5rem;
  }
  .individual-target h3 {
    gap: 1.0666666667vw;
    margin: 9.3333333333vw auto 4vw;
    font-size: 1.2rem;
  }
  .individual-target h3::before, .individual-target h3::after {
    width: 23.4666666667vw;
    height: 0.2666666667vw;
  }
  .individual-targetImg1 {
    width: 100%;
    height: auto;
  }
  .individual-targetImg2 {
    border-radius: 3.4666666667vw;
    width: 65.8666666667vw;
    height: auto;
  }
  .individual-logistics {
    gap: 0.4vw;
    width: 100%;
    border-radius: 3.4666666667vw;
  }
  .individual-logistics div:not(:first-child) img {
    height: 16.4vw;
    width: auto;
  }
  .individual-logistics div:not(:first-child) span {
    font-size: 1rem;
    line-height: 1.2;
  }
  .individual-logistics div:first-child span {
    border-radius: 3.4666666667vw;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    height: 6.6666666667vw;
    padding: 0 2.6666666667vw;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .individualWhats {
    width: 89.3333333333vw;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
  .individualWhats-cell {
    width: 100%;
    border-radius: 4.9333333333vw;
    padding: 4.8vw 4.6666666667vw 10.6666666667vw;
  }
  .individualWhats-cell:first-child img {
    width: 32.9333333333vw;
  }
  .individualWhats-cell:last-child img {
    width: 33.6vw;
  }
  .individualWhats-cell ul {
    gap: 5.3333333333vw;
    margin: 5.6vw auto 0;
  }
  .individualWhats-cell ul li {
    width: 100%;
    height: auto;
    padding: 2.1333333333vw 0;
    border-radius: 4.5333333333vw;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .individualWhats-cell ul li:first-child {
    margin: 0;
  }
  .individual-feature {
    margin: 6.4vw auto 18.1333333333vw;
  }
  .individual-feature > h2 {
    margin: 0 0 5.0666666667vw;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .individual-feature > h2 img {
    height: 7.0666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .individual-feature > h2 span {
    font-size: 1.3rem;
  }
  .individual-feature h3 {
    margin-bottom: 2.6666666667vw;
    font-size: 1.3rem;
  }
  .individual-feature .individual-lead {
    margin-top: 5.3333333333vw;
  }
  .individual-lead2 {
    margin: 0 auto 4.8vw;
    font-size: 1.2rem;
  }
  .individual-logos {
    margin: 0 auto;
    width: 92.9333333333vw;
  }
  .individual-logos img {
    width: 100%;
  }
  .individual-graph1, .individual-graph2 {
    width: 93.3333333333vw;
    margin: auto;
  }
  .individual-graph1 img, .individual-graph2 img {
    width: 100%;
    height: auto;
  }
  .individual-graph2 {
    width: 92.5333333333vw;
  }
  .individual-wsponsor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10.6666666667vw;
  }
  .individual-wsponsor .individual-buttons {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .individualCommitment {
    width: 89.3333333333vw;
    gap: 10.6666666667vw;
    margin: 0 auto 11.4666666667vw;
  }
  .individualCommitment-cell {
    width: 100%;
    height: auto;
    border-width: 0.2666666667vw;
    border-radius: 4.9333333333vw;
    padding: 6.6666666667vw 0 9.0666666667vw;
  }
  .individualCommitment-cell h3 {
    margin-bottom: 4.8vw;
  }
  .individualCommitment-title1 {
    width: 45.0666666667vw;
  }
  .individualCommitment-title2 {
    width: 40.9333333333vw;
  }
  .individualCommitment-title3 {
    width: 36.5333333333vw;
  }
  .individualCommitment-text {
    width: 80vw;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .individualCommitment-graph {
    margin: 2.6666666667vw 0 0;
  }
  .individualCommitment-graph img {
    width: 80vw;
    height: auto;
    vertical-align: top;
  }
  .individualCommitment-note {
    width: 100%;
    margin: 0 0 9.6vw !important;
    padding-right: 1em;
  }
  .individual-note {
    margin: 0.5em 0 0;
    font-size: 1rem;
  }
  .individual #dividends .individual-buttons, .individual .individual-feature .individual-buttons {
    margin-top: 10.6666666667vw;
  }
}