@charset "UTF-8";

/* report
---------------------------------------------------------------------------*/
body.report header { margin-bottom: 90px; }
p .orange { color: #EE8319; }

/* .report-title-top
------------------------------------*/
.report-title-top { margin-bottom: 60px; text-align: center; }
.report-title-top.mb { margin-bottom: 80px; }
.report-title-top h1 { margin-bottom: 22px; }

.report-title-top h1 strong {
	display: block;
	margin-bottom: 22px;
	color: #EA5704;
	font-size: 30px;
	letter-spacing: 0.1em;
}

.report-title-top h1 em {
	display: block;
	color: #EE8319;
	font-size: 19px;
	letter-spacing: 0.1em;
}

.report-title-top p { line-height: 2.2; letter-spacing: 0.12em; }

/* .report-wrap
------------------------------------*/
.report-wrap {
	position: relative;
	box-sizing: border-box;
	width: 730px;
	margin: -100px auto 65px;
	padding-top: 100px;
	transform-origin: center top;
}

.report-wrap:not(.first) { opacity: 0; }

.report-wrap > .monkey {
	position: absolute;
	top: 0;
	left: calc(50% - 7px);
	transform-origin: left top;
	z-index: 2;
}

.report-inner {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	box-shadow: 6px 8px 0 #EFEBD3;
	border-radius: 365px;
	padding: 135px 90px 200px;
	transform-origin: center top;
	z-index: 0;
}

.report-wrap.narrow .report-inner { padding-right: 110px; padding-left: 110px; }

.report-inner:before,
.report-inner:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FBF8E9;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	box-shadow: 0 -3px 0 #EFEBD3;
}

.report-inner:before { top: 30px; }
.report-inner:after { bottom: 30px; }

.report-wrap h2 {
	margin-bottom: 40px;
	text-align: center;
	white-space: nowrap;
}

.report-wrap h2 span {
	display: inline-block;
	box-shadow: inset 0 -13px 0 0 #FFF083;
	padding: 0 3px 4px 7px;
	color: #FFFFFF;
	-webkit-text-stroke: 2.5px #EE8319;
	font-size: 60px;
	letter-spacing: 0.05em;
}

.report-wrap h2 span i {
	display: inline-block;
	margin: 0 2px 0 4px;
}

.report-wrap h3 {
	margin: 0 -40px 70px;
	color: #EA5704;
	font-size: 33px;
	line-height: 1.65;
	letter-spacing: 0.06em;
	text-align: center;
	white-space: nowrap;
	transform: translateX(0.15em);
}

.report-wrap h3.size-s { font-size: 31px; }

.report-wrap h3 i.left { padding: 0 0 0 4px;}
.report-wrap h3 i.right { padding: 0 1px 0 0;}

.report-wrap dl > div { display: -webkit-box; display: flex; margin-bottom: 25px; }
.report-wrap dl > div.mt { margin-top: 45px; }
.report-wrap dl > div:last-of-type { margin-bottom: 0; }

.report-wrap dt {
	width: 95px;
	min-width: 95px;
	padding-top: 12px;
	color: #EE8319;
	font-size: 15px;
	letter-spacing: 0.12em;
}

.report-wrap dd.img {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.report-wrap dl > div:last-of-type dd.img { margin-bottom: 0; }
.report-wrap dd.img figure { align-self: flex-start; }
.report-wrap dd.img figure img { border-radius: 3px; }

.report-wrap dd .txt { margin-top: -5px; padding-left: 27px; }
.report-wrap dd h4 { font-size: 18px; line-height: 1.65; letter-spacing: 0.08em; }
.report-wrap dd a { display: inline-block; line-height: 1; }

.report-wrap dd a span {
	display: inline-block;
	position: relative;
	margin-top: 6px;
	padding-bottom: 4px;
}

.report-wrap dd a span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #4E2F14;
	width: 100%;
	height: 1px;
}

.report-wrap dd p {
	margin-top: 6px;
	color: #EE8319;
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0.06em;
	text-align: justify;
}

.report-wrap dd p.mt { margin-top: 10px; }
.report-wrap dd p.nowrap { white-space: nowrap; }
.report-wrap dd p.sub { margin-top: 10px; color: #EA5704; font-size: 14px; }
.report-wrap dd h4 + p.sub { margin-top: 3px; }

/* .btn-report
------------------------------------*/
.btn-report {
	position: relative;
	width: 560px;
	margin: 70px auto 20px;
}

.btn-report > div { transform-origin: center bottom; -webkit-backface-visibility: hidden; }

.btn-report a {
	display: block;
	position: relative;
	border-radius: 40px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 20px;
	letter-spacing: 0.06em;
}

.btn-report i { display: block; position: absolute; transform-origin: center bottom; }
.btn-report .pic1 { top: -17px; left: 59px; }
.btn-report .pic1 img { width: 40px; height: auto; /* -webkit-backface-visibility: hidden; */ }
.btn-report .pic2 { top: -8px; right: 36px; }


/* report single
---------------------------------------------------------------------------*/

/* report single 2020
---------------------------------------------------------------------------*/

/* .sec-report
------------------------------------*/
.sec-report {
	width: 1000px;
	margin: 0 auto 100px;
}

.report-title {
	margin-bottom: 32px;
	text-align: center;
}

.report-title strong {
	display: block;
	margin-bottom: 22px;
	color: #EA5704;
	font-size: 24px;
	letter-spacing: 0.15em;
}

.report-title strong.let { letter-spacing: 0.08em; }

.report-title em {
	display: block;
	color: #EE8319;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.report-title + p,
.support-goods > h3 + p,
.support-aid > h3 + p {
	line-height: 2;
	letter-spacing: 0.12em;
	text-align: center;
}

.support-aid > h3 + p { font-size: 15px; }

.report-title + p span.attention {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

/* .report-title-jp
------------------------------------*/
.report-title-jp {
	margin-bottom: 35px;
	text-align: center;
}

.report-title-jp em {
	display: block;
	margin-bottom: 23px;
	color: #EA5704;
	font-size: 15px;
	letter-spacing: 0.17em;
}

.report-title-jp strong {
	display: block;
	color: #EE8319;
	font-size: 23px;
	letter-spacing: 0.12em;
}

/* .sec-result
------------------------------------*/
.sec-result {
	width: 960px;
	margin: 0 auto 100px;
}

.result-wrap { display: -webkit-box; display: flex; justify-content: space-between; margin-bottom: 40px; }
.result-wrap:last-of-type { margin-bottom: 0; }
.sec-result .inner { position: relative; }

.sec-result .inner h2,
.sec-result .title-line {
	background: url(../img/share/line-dot.svg) no-repeat left top 10px / 905px 7px;
	margin-bottom: 35px;
}

.sec-result .inner h2 span,
.sec-result .title-line span {
	position: relative;
	display: inline-block;
	background: #FBF8E9;
	padding: 1px 10px 1px 0;
	font-size: 18px;
	letter-spacing: 0.06em;
	white-space: nowrap;
	z-index: 1;
}

.link-line {
	display: inline-block;
	position: relative;
	margin-top: 14px;
	padding-bottom: 3px;
	color: #EA5704;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.link-line:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #EA5704;
	width: calc(100% - 1px);
	height: 1px;
}

/* .result1
------------------------------------*/
.result1 {
	position: relative;
	width: 545px;
	white-space: nowrap;
}

.result1 h3 {
	display: inline-block;
	margin: 0 12px 16px 0;
	font-size: 19px;
	letter-spacing: 0.06em;
}

.result1 h3 + p {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.result1 .num { margin-left: -5px; }
.result1 .num strong { color: #EA5704; font-size: 98px; }
.result1 .num strong i { display: inline-block; position: relative; opacity: 0; }
.result1 .num strong i.let { margin-left: -6px; }
.result1 .num strong i pic { position: absolute; top: 76px; left: 3px; z-index: 2; transform-origin: center top; }

.result1 .num span { font-size: 26px; }

.result1 dl {
	position: absolute;
	top: 105px;
	right: 5px;
}

.result1 dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 9px;
	font-size: 15px;
	line-height: 1;
}

.result1 dl > div:last-of-type { margin-bottom: 0; }

.result1 dt {
	align-self: flex-end;
	width: 90px;
	min-width: 90px;
	padding-bottom: 6px;
	letter-spacing: 0.06em;
}

.result1 dt span {
	display: block;
	margin: 8px 0 -4px;
	font-size: 10px;
}

.result1 dd strong {
	display: inline-block;
	width: 36px;
	padding-right: 3px;
	color: #EA5704;
	font-size: 31px;
	text-align: right;
	letter-spacing: 0.04em;
}

/* .result2
------------------------------------*/
.result2 { width: 345px; }
.result2 .inner { display: -webkit-box; display: flex; padding: 0 5px 0 0; }

.result2 .txt1 {
	width: 130px;
	min-width: 130px;
}

.result2 .txt1 h3 {
	margin: 0 0 12px -6px;
	font-size: 14px;
	letter-spacing: 0.06em;
}

.result2 .txt1 .num {
	margin-left: -6px;
	font-size: 23px;
}

.result2 .txt1 .num strong {
	color: #EA5704;
	font-size: 80px;
	letter-spacing: 0.04em;
}

.result2 .txt2 { margin-top: -14px; }

.result2 .txt2 h4 {
	margin-bottom: 12px;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.result2 .txt2 h4 strong {
	display: inline-block;
	padding: 0 3px;
	color: #EA5704;
	font-size: 33px;
	transform: translateY(1px);
}

.result2 .txt2 p,
.result3 p {
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: justify;
}

/* .result3
------------------------------------*/
.result3 { position: relative; width: 370px; }

.result3 .num1 {
	display: inline-block;
	position: relative;
	margin-top: -8px;
}

.result3 .num1 span {
	display: inline-block;
	position: relative;
	color: #EA5704;
	font-size: 26px;
}

.result3 .num1 span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #EA5704;
	width: 100%;
	height: 3px;
}

.result3 .num1 span strong {
	font-size: 71px;
	letter-spacing: 0.04em;
}

.result3 .num1 .pic { position: absolute; top: -18px; left: 134px; }
.result3 .num1 pic { position: absolute; top: -50px; right: -50px; }
.result3 .num2-1 { position: absolute; top: 60px; right: 11px; }
.result3 .num3 { margin: 20px 0 20px; }
.result3 .num2-2 { margin-bottom: 20px; }

.result3 dl { display: -webkit-box; display: flex; white-space: nowrap; }

.result3 dl > div {
	margin-right: 15px;
	font-size: 15px;
	line-height: 1;
}

.result3 dl.num2-1 > div { margin-right: 13px; }
.result3 dl > div:last-of-type { margin-right: 0; }
.result3 .dl-w > div { display: -webkit-box; display: flex; }

.result3 dt {
	align-self: flex-end;
	padding-bottom: 6px;
	letter-spacing: 0.06em;
}

.result3 .dl-w dt {
	margin: -2px 4px 0 0;
	font-size: 14px;
	line-height: 1.3;
}

.result3 dd strong {
	padding-right: 2px;
	color: #EA5704;
	font-size: 34px;
	letter-spacing: 0.04em;
}

.result3 p { padding-right: 10px; }

/* .result4
------------------------------------*/
.result4 { position: relative; width: 545px; }
.result4 h2 { margin-bottom: 40px !important; }

.result4 h2 + p {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 12px;
}

.result4 figure { margin-bottom: 15px; }
.result4 figure img { border-radius: 10px; }

.result4 figure + p {
	display: inline-block;
	float: left;
	margin: 0 35px 0 15px;
	font-size: 12px;
	letter-spacing: 0.06em;
}

.result4 ul { display: inline-block; float: left; width: 310px; }

.result4 li {
	margin: 0 0 4px;
	padding-left: 10px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-align: justify;
}

.result4 li span {
	display: inline-block;
	margin-top: 10px;
	font-size: 11px;
}

/* .sec-activity
------------------------------------*/
.sec-activity { padding-top: 80px; }

/* .activity-main
------------------------------------*/
.activity-main { width: 740px; margin: 0 auto 100px; }
.activity-main figure,
.activity-main .slider-img { margin: 44px auto 46px; }
.activity-main figure img,
.activity-main .slider-img img { border-radius: 7px; }

.activity-main h3 {
	margin-bottom: 34px;
	text-align: center;
}

.activity-main h3,
.activity-main h3 a { color: #EE8319; }

.activity-main h3 strong {
	display: block;
	margin-bottom: 12px;
	font-size: 23px;
	letter-spacing: 0.15em;
}

.activity-main h3 strong span {
	padding-left: 15px;
	font-size: 15px;
}

.activity-main h3 a {
	font-size: 12px;
	letter-spacing: 0.08em;
}

.activity-main p {
	margin-bottom: 15px;
	padding: 0 30px;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: justify;
}

/* .activity-list
------------------------------------*/
.activity-list { width: 890px; margin: 0 auto 40px; }
.activity-list ul { display: -webkit-box; display: flex; flex-wrap: wrap; }
.activity-list li { width: 420px; margin: 0 50px 50px 0; }
.activity-list li:nth-child(even) { margin-right: 0; }

.activity-list figure { margin-bottom: 24px; }
.activity-list figure img { border-radius: 4px; }

.activity-list h3 {
	margin-bottom: 16px;
	color: #EE8319;
	font-size: 18px;
	letter-spacing: 0.12em;
}

.activity-list p {
	line-height: 1.75;
	text-align: justify;
}

/* .art
------------------------------------*/
.art { text-align: center; }

.art h3 {
	margin-bottom: 18px;
	color: #EA5704;
	font-size: 32px;
	letter-spacing: 0.08em;
	text-align: center;
}

.art h3 + p {
	line-height: 2.1;
	text-align: center;
	letter-spacing: 0.12em;
}

.art ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 832px;
	margin: 20px auto 35px;
}

.art li { width: 122px; margin-top: 20px; }

/* .sec-story
------------------------------------*/
.sec-story-title {
	position: relative;
	margin: 35px auto 70px;
	padding-left: 325px;
}

.sec-story-title h2 {
	position: absolute;
	top: -34px;
	left: 18px;
}

.sec-story-title h3 {
	margin-left: -1px;
	margin-bottom: 18px;
	color: #EA5704;
	font-size: 20px;
	letter-spacing: 0.14em;
}

.sec-story-title p {
	line-height: 1.9;
	letter-spacing: 0.1em;
}

.story-list {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 25px;
	padding: 0 5px;
}

.story-list li {
	width: 420px;
	margin-right: 50px;
	display: none;
}

.story-list figure img { border-radius: 14px; width: 100%; height: auto; -webkit-backface-visibility: hidden; }

/* .sec-support
------------------------------------*/
.sec-support { margin: 0 auto 220px; }

.sec-support > h2 {
	margin-bottom: 45px;
	padding-top: 40px;
}

.sec-support > h3 {
	margin-bottom: 12px;
	color: #EA5704;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 0.15em;
	text-align: center;
}

.sec-support > h3 + p {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-align: center;
}

.support-list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 55px 0 55px;
	padding: 0 40px;
	white-space: nowrap;
}

.support-list ul { margin-right: 35px; }
.support-list ul:last-of-type { margin-right: 0; }

.sec-support .msg {
	color: #EA5704;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	text-align: center;
}

/* .support-goods
------------------------------------*/
.support-goods,
.support-aid {
	border-top: 1px solid #EBE8DA;
	margin-top: 65px;
	padding-top: 75px;
}

.support-goods > h3,
.support-aid > h3 {
	margin-bottom: 15px;
	color: #EA5704;
	font-size: 22px;
	letter-spacing: 0.12em;
	text-align: center;
}

.goods-list {
	position: relative;
	box-sizing: border-box;
	width: 890px;
	margin: 55px auto 0;
	padding-left: 473px;
}

.goods-list figure { margin-bottom: 24px; }

.goods-list h4 {
	margin-bottom: 16px;
	padding: 0 2px;
	color: #EA5704;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.goods-list p {
	padding: 0 2px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-align: justify;
}

.goods1 { position: absolute; top: 0; left: 0; }
.goods2 { margin-bottom: 32px; }
.goods3 { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; }

.goods3 figure { width: 102px; min-width: 102px; margin: 0; }

.goods3 dl {
	padding: 0 0 0 28px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.goods3 dt {
	margin-bottom: 2px;
	color: #EA5704;
	font-size: 16px;
}

.goods3 dd {
	margin-bottom: 16px;
	font-size: 14px;
}

.goods3 dd:last-of-type { margin-bottom: 0; }

/* .support-aid
------------------------------------*/
.support-aid { margin-bottom: 0; }
.support-aid figure { margin: 65px 0 45px; text-align: center; }

/* .sec-lecture
------------------------------------*/
.sec-lecture {
	width: 100%;
	margin: -90px 0 120px;
	padding-top: 90px;
}

.sec-lecture-inner {
	position: relative;
	background-color: #F4EEDE;
	width: 100%;
	padding: 95px 0 80px;
}

.sec-lecture-inner > .pic {
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -2px;
}

.sec-lecture-inner > .pic img { display: inline-block; }

.sec-lecture-inner > .pic img:nth-of-type(2) {
	margin-left: 12px;
	width: 70px;
	height: auto;
}

.sec-lecture-inner > h2 {
	margin-bottom: 35px;
	text-align: center;
}

.sec-lecture-inner > h2 em {
	display: block;
	margin-bottom: 12px;
	color: #EA5704;
	font-size: 32px;
	letter-spacing: 0.1em;
}

.sec-lecture-inner > h2 strong {
	font-size: 18px;
	letter-spacing: 0.2em;
}

.sec-lecture-inner > h2 + p {
	margin-bottom: 65px !important;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.15em;
}

.lecture-lead {
	margin: 60px auto 50px;
	text-align: center;
}

dl + .lecture-lead {
	margin-top: 110px;
}

.lecture-lead h3 {
	margin-bottom: 22px;
	color: #EA5704;
	font-size: 27px;
	line-height: 1.6;
	letter-spacing: 0.12em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3em;
}

dl + .lecture-lead h3 {
	font-size: 22px;
}

.lecture-lead p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.sec-lecture dl {
	width: 1026px;
	margin: 0 auto;
	white-space: nowrap;
}

.sec-lecture dt {
	margin: 0 0 25px 10px;
	color: #EA5704;
	font-size: 12px;
	letter-spacing: 0.18em;
}

.sec-lecture li { border-bottom: 1px solid #DCCFAC; text-align: left; }
.sec-lecture li:first-of-type { border-top: 1px solid #DCCFAC; }

.sec-lecture li > a,
.sec-lecture li > div {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	padding: 19px 10px 21px;
}

.sec-lecture li time {
	width: 80px;
	min-width: 80px;
	margin-top: 3px;
	color: #EA5704;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: right;
}

.sec-lecture li time .name {
	display: block;
	margin-top: 2px;
	color: #4E2F14;
}

.sec-lecture li h4 {
	box-sizing: border-box;
	width: 100%;
	padding: 0 40px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.sec-lecture li h4 strong {
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
}

.sec-lecture li h4 strong span {
	display: block;
	padding-top: 2px;
	font-size: 11px;
}

.sec-lecture li h4 em {
	color: #EE8319;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.sec-lecture li .sub { width: 370px; min-width: 370px; }
.sec-lecture li .sub p { font-size: 15px; line-height: 1.6; letter-spacing: 0.08em; text-align: justify; white-space: normal; }
.sec-lecture li .sub p span { font-size: 13px; }

/* .seminar-list
------------------------------------*/
.seminar-list li > div {
	padding-bottom: 30px;
}

.seminar-list li time {
	margin-top: 1px;
	letter-spacing: 0.14em;
}

.seminar-list li time .name {
	margin-top: 5px;
	padding-right: 1px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.seminar-list li h4 em {
	display: block;
	margin-top: 8px;
}

.seminar-list li h4 em .name {
	display: block;
	margin-bottom: 1px;
	font-size: 14px;
}

.seminar-list li h4 em .name i {
	padding-left: 2px;
	font-size: 11px;
}

.seminar-list li h4 em .job {
	color: #654C26;
}

.seminar-list li .sub {
	width: 405px;
	min-width: 405px;
}

.seminar-list li .sub p {
	font-size: 14px;
	line-height: 1.9;
}

/* .sec-service
------------------------------------*/
.sec-service { width: 1028px; margin: 0 auto 120px; }

.sec-service > h2 {
	margin-bottom: 55px;
	color: #EA5704;
	font-size: 24px;
	letter-spacing: 0.12em;
	text-align: center;
}

.sec-service > h2 span {
	display: inline-block;
	border-bottom: 2px solid #EA5704;
	padding-bottom: 6px;
	white-space: nowrap;
}

.sec-service .box-border-top > h3.center {
	margin-bottom: 44px;
	padding-top: 12px;
	color: #EA5704;
	font-size: 24px;
	line-height: 1.7;
	letter-spacing: 0.12em;
	text-align: center;
}

/* .service-list-new
------------------------------------*/
.service-list-new {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.service-list-new .inner {
	width: 332px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 86px;
}

.service-list-new .inner h3 {
	margin-bottom: 20px;
	padding-left: 3px;
	white-space: nowrap;
}

.service-list-new .inner h3 em {
	display: block;
	margin-bottom: 10px;
	color: #EE8319;
	font-size: 11px;
	letter-spacing: 0.1em;
}

.service-list-new .inner h3 strong { color: #EA5704; font-size: 17px; letter-spacing: 0.1em; }
.service-list-new .inner h3 strong.size-s { font-size: 15px; }
.service-list-new .inner h3 strong span { padding-left: 6px; font-size: 12px; }

.service-list-new .inner figure { margin-bottom: 18px; }
.service-list-new .inner figure img { border-radius: 4px; }

.service-list-new .inner h4 {
	margin-bottom: 14px;
	color: #EA5704;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
}

.service-list-new .inner p {
	padding: 0 3px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-align: justify;
}

.service-list-new .inner .btn {
	position: absolute;
	bottom: 28px;
	left: 24px;
	width: calc(100% - 48px);
}

.service-list-new .inner .btn a { display: block; }

/* .service-list-sub
------------------------------------*/
.service-list-sub li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-bottom: 1px solid #EBE8DA;
	padding: 25px 25px 35px 15px;
}

.service-list-sub li:last-of-type { border-bottom: none; padding-bottom: 0;8 }

.service-list-sub li figure {
	align-self: flex-start;
	width: 180px;
	min-width: 180px;
}

.service-list-sub li .txt { padding: 0 0 0 45px; }

.service-list-sub li h4 {
	margin-bottom: 10px;
	color: #EA5704;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.service-list-sub li p {
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: justify;
}

.service-list-sub li .btn { margin-top: 20px; }

/* .sec-donate
------------------------------------*/
.sec-donate { width: 1024px; margin: 0 auto; text-align: center; }
.sec-donate figure { margin-bottom: 46px; }

.sec-donate h2 {
	margin-bottom: 22px;
	color: #EA5704;
	font-size: 23px;
	line-height: 1.8;
	letter-spacing: 0.12em;
}

.sec-donate h2 + p {
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 0.14em;
}

.sec-donate .btn { width: 280px; margin: 50px auto 0; }
.sec-donate .btn a { display: block; font-size: 20px; }

.sec-donate .sec-donate-support { margin-top: 85px; }
.sec-donate .sec-donate-support .btn { width: 920px; margin-top: -60px; transform: translateX(10px); }
.sec-donate .sec-donate-support .btn a { border-radius: 4px; }

/* .activity-list-txt
------------------------------------*/
.activity-list-txt { width: 690px; margin: 0 auto 50px; }
.activity-main + .activity-list-txt { margin-top: -50px; }

.activity-list-txt dl {
	background: url(../img/share/line-dot-orange.svg) repeat-x left top;
	background-size: 4px 2px;
}

.activity-list-txt dl > div {
	background: url(../img/share/line-dot-orange.svg) repeat-x left bottom;
	background-size: 4px 2px;
	padding: 40px 10px;
}

.activity-list-txt dt {
	margin-bottom: 20px;
	color: #EE8319;
	font-size: 18px;
	letter-spacing: 0.12em;
}

.activity-list-txt dt i { display: inline-block; width: 30px; }
.activity-list-txt dd p { line-height: 1.9; }
.activity-list-txt + .btn { width: 740px; margin: 0 auto 50px; }

/* .event-list-v
------------------------------------*/
.event-list-v { width: 790px; margin: 0 auto 90px; }

.event-list-v > h3 {
	margin-bottom: 10px;
	color: #EA5704;
	font-size: 18px;
	letter-spacing: 0.1em;
}

.event-list-v .service-list-sub li {
	-webkit-box-align: center;
	align-items: center;
	background: url(../img/share/line-dot-orange.svg) repeat-x left bottom;
	background-size: 4px 2px;
	border-bottom: none;
	padding: 30px 5px 30px 5px;
}

.event-list-v .service-list-sub li:last-of-type { background: none; }
.event-list-v .service-list-sub li figure { align-self: flex-start; width: 162px; min-width: 162px; }
.event-list-v .service-list-sub li .txt { padding-left: 30px; }
.event-list-v .service-list-sub li h4 { color: #EE8319; }
.event-list-v .service-list-sub li p { letter-spacing: 0.03em; }

/* .img-sec-main
------------------------------------*/
.img-sec-main { margin: 0 auto 50px; text-align: center; }

/* .box-txt
------------------------------------*/
.box-txt {
	box-sizing: border-box;
	background-color: #FCF8F1;
	border-radius: 8px;
	width: 780px;
	margin: 0 auto 95px;
	padding: 35px 37px 32px 37px;
}

.box-txt h2 {
	margin-bottom: 15px;
	color: #EA5704;
	font-size: 18px;
	letter-spacing: 0.14em;
}

.box-txt p { line-height: 2; text-align: justify; }

/* .txt-center-wrap
------------------------------------*/
.txt-center-wrap { width: 780px; margin: 35px auto 75px; }
.txt-center-wrap p { font-size: 16px; line-height: 2; }

/* .txt-center-p
------------------------------------*/
.txt-center-p { margin-bottom: 80px; }
.txt-center-p p { margin-bottom: 15px; line-height: 2; text-align: center; }

/* .supporter-list
------------------------------------*/
.supporter-list { margin-top: 70px; }
.supporter-list .inner { display: -webkit-box; display: flex; justify-content: space-between; margin-bottom: 45px; }
.supporter-list .inner:last-of-type { margin-bottom: 0; }
.supporter-list figure { width: 103px; min-width: 103px; }
.supporter-list .txt { padding: 0 0 0 35px; }

.supporter-list h5 {
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.supporter-list h4 {
	margin-bottom: 14px;
	margin-left: -1px;
	color: #EE8319;
	font-size: 18px;
	letter-spacing: 0.1em;
}

.supporter-list h4 span {
	padding-left: 2px;
	font-size: 12px;
}

.supporter-list p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: justify;
}

/* .img-blog-list
------------------------------------*/
.img-blog-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 780px;
	margin: 50px auto 50px;
}

.img-blog-list .inner { width: 375px; margin: 60px 30px 0 0; }
.img-blog-list .inner:nth-of-type(1),
.img-blog-list .inner:nth-of-type(2) { margin-top: 0; }
.img-blog-list .inner:nth-of-type(2n) { margin-right: 0; }

.img-blog-list figure {
	margin-top: 0;
	margin-bottom: 28px;
}

.img-blog-list h5 {
	margin-bottom: 12px;
	font-size: 14px;
}

.img-blog-list h4 a {
	border-bottom: 1px solid #EE8319;
	color: #EE8319;
	font-size: 16px;
	line-height: 2;
}

/* .txt-img-list-2column
------------------------------------*/
.txt-img-list-2column {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 875px;
	margin: 0 auto;
}

.txt-img-list-2column .inner { width: 420px; margin: 60px 35px 0 0; }
.txt-img-list-2column .inner:nth-of-type(1),
.txt-img-list-2column .inner:nth-of-type(2) { margin-top: 0; }
.txt-img-list-2column .inner:nth-child(even) { margin-right: 0; }

.txt-img-list-2column figure { margin-bottom: 24px; }

.txt-img-list-2column h3 {
	margin-bottom: 14px;
	color: #EE8319;
	font-size: 19px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.txt-img-list-2column p { text-align: justify; }
.txt-img-list-2column .btn { margin-top: 30px; }


/* report single 2020
---------------------------------------------------------------------------*/
#report-2020Contents .story-list li:nth-of-type(1),
#report-2020Contents .story-list li:nth-of-type(2) { display: block; }


/* report single 2021
---------------------------------------------------------------------------*/
#report-2021Contents .sec-result { width: 1040px; }

/* .result1
------------------------------------*/
#report-2021Contents .result1 { width: 555px; }
#report-2021Contents .result1 h3 { letter-spacing: 0.04em; }
#report-2021Contents .result1 h3 + p { letter-spacing: 0.03em; }
#report-2021Contents .result1 .num { transform: translateY(10px); }
#report-2021Contents .result1 .num strong { font-size: 86px; }
#report-2021Contents .result1 .num strong i.let { margin-right: -2px; margin-left: -2px; }
#report-2021Contents .result1 .num strong i.let:nth-of-type(2) { margin-right: -6px; }
#report-2021Contents .result1 .num strong i pic { top: 67px; left: 4px; }
#report-2021Contents .result1 dd strong { width: 50px; }

/* .result2 
------------------------------------*/
#report-2021Contents .result2 { width: 395px; }
#report-2021Contents .result2 .txt1 { width: 120px; min-width: 120px; }
#report-2021Contents .result2 .txt1 .num strong { padding-right: 12px; }
#report-2021Contents .result2 .txt2 p { font-size: 13px; }

/* .result3
------------------------------------*/
#report-2021Contents .result3 { width: 340px; }
#report-2021Contents .result3 .num1 pic { top: -46px; right: -44px; }
#report-2021Contents .result3 .num1 span strong { letter-spacing: 0.16em; }
#report-2021Contents .sec-result .result3 h2 { margin-bottom: 55px; }
#report-2021Contents .result3 dl.num2-1 { top: 88px; right: -1px; }
#report-2021Contents .result3 dl.num2-1 > div { margin-right: 6px; }
#report-2021Contents .result3 dl > div { margin-right: 7px; }
#report-2021Contents .result3 .num2-2.dl-v dd { margin-left: 2px; }
#report-2021Contents .result3 .num2-2.dl-v dd.ml { margin-left: 13px; }
#report-2021Contents .result3 .num3 { margin-top: 30px; }
#report-2021Contents .result3 p { font-size: 14px; line-height: 1.8; letter-spacing: 0.06em; white-space: nowrap; }
#report-2021Contents .result3 .link-line { margin-right: 10px; }

/* .result4
------------------------------------*/
#report-2021Contents .result4 { width: 650px; }
#report-2021Contents .sec-result .result4 h2 { margin-bottom: 65px; }
#report-2021Contents .result4 h2 + p { top: 20px; }
#report-2021Contents .result4 figure { margin-right: -5px; margin-left: -5px; }
#report-2021Contents .result4 ul { width: auto; }
#report-2021Contents .result4 li { padding-left: 17px; }

/* .story-list
------------------------------------*/
#report-2021Contents .story-list li:nth-of-type(3),
#report-2021Contents .story-list li:nth-of-type(4) { display: block; margin-top: 0; }

/* .sec-support
------------------------------------*/
#report-2021Contents .sec-support .support-list { margin-top: 45px; margin-bottom: 70px; padding: 0 70px; white-space: normal; }
#report-2021Contents .sec-support .support-list p { font-size: 16px; line-height: 2; text-align: justify; }

/* .support-goods
------------------------------------*/
#report-2021Contents .support-goods { border-top: none; padding-top: 0; }

/* .sec-lecture
------------------------------------*/
#report-2021Contents .sec-lecture li .sub { width: 390px; min-width: 390px; }

/* .sec-school
------------------------------------*/
#report-2021Contents .sec-school { padding-top: 85px; padding-bottom: 75px; }
#report-2021Contents .sec-school > figure { margin-bottom: 58px; text-align: center; }
#report-2021Contents .txt-center-p { margin-bottom: 85px; }


/* report single 2022
---------------------------------------------------------------------------*/
#report-2022Contents .sec-result { width: 1050px; margin-bottom: 120px; }
#report-2022Contents .result-wrap { display: block; position: relative; margin-bottom: 55px; padding-left: 8px; }
#report-2022Contents .sec-report { width: 1010px; }

/* .result1
------------------------------------*/
#report-2022Contents .result1 { width: 560px; margin-bottom: 45px; }
#report-2022Contents .result1 h3 { letter-spacing: 0.04em; }
#report-2022Contents .result1 h3 + p { letter-spacing: 0.06em; }
#report-2022Contents .result1 .num { transform: translateY(10px); }
#report-2022Contents .result1 .num strong { font-size: 86px; margin-right: 2px; }
#report-2022Contents .result1 .num strong i { margin-right: -1px; }
#report-2022Contents .result1 .num strong i.let { margin-right: -2px; margin-left: -2px; }
#report-2022Contents .result1 .num strong i.let:nth-of-type(2) { margin-right: -6px; }
#report-2022Contents .result1 .num strong i pic { top: 67px; left: 4px; }
#report-2022Contents .result1 dd strong { width: 50px; }

/* .result2 
------------------------------------*/
#report-2022Contents .result2 { width: 560px; }
#report-2022Contents .result2 .txt1 .num strong { padding-right: 2px; font-size: 76px; }
#report-2022Contents .result2 .txt2 { margin-top: -3px; }
#report-2022Contents .result2 .txt2 p { font-size: 13px; line-height: 1.8; }
#report-2022Contents .result2 .txt2 .link-line { margin-top: 31px; }
#report-2022Contents .sec-result .result2 h2 { margin-bottom: 42px; }

/* .result3
------------------------------------*/
#report-2022Contents .result3 { width: 430px; position: absolute; top: 0; right: 0; }
#report-2022Contents .result3 .num1 span strong { font-size: 86px; letter-spacing: -0.02em; }
#report-2022Contents .result3 .num1 span:after { display: none; }
#report-2022Contents .result3 .num1 pic { top: -36px; right: -32px; }
#report-2022Contents .sec-result .result3 h2 { margin-bottom: 47px; }
#report-2022Contents .result3 dl.num2-1 { top: 88px; right: inherit; left: 168px; }
#report-2022Contents .result3 dl.num2-1 > div { margin-right: 6px; }
#report-2022Contents .result3 dl > div { margin-right: 7px; }
#report-2022Contents .result3 .num2-2 { margin-bottom: 22px; }
#report-2022Contents .result3 .num2-2.dl-v dd { margin-left: 2px; }
#report-2022Contents .result3 .num2-2.dl-v dd.ml { margin-left: 13px; }
#report-2022Contents .result3 .num3 { margin-top: 18px; margin-bottom: 12px; }
#report-2022Contents .result3 p { font-size: 13px; line-height: 1.7; letter-spacing: 0.06em; white-space: nowrap; }
#report-2022Contents .result3 .link-line { margin-top: 22px; margin-right: 10px; }

/* .result4
------------------------------------*/
#report-2022Contents .result4 {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 1086px;
	margin: 0 -18px;
	padding: 36px 30px 20px 40px;
}

#report-2022Contents .result4 .pic { display: block; position: absolute; top: -90px; right: 10px; }
#report-2022Contents .result4 h2 { background: none; margin-bottom: 35px !important; }
#report-2022Contents .result4 h2 span { background-color: #FFFFFF; color: #EA5704; }
#report-2022Contents .result4 h2 + p { top: 39px; left: 252px; letter-spacing: 0.04em; }
#report-2022Contents .result4 .year { position: absolute; top: 30px; right: 30px; }
#report-2022Contents .result4 .title-line { margin-bottom: 22px; }
#report-2022Contents .result4 .title-line span { background: #FFFFFF; padding-top: 3px; font-size: 16px; }
#report-2022Contents .result4 .inner-s { display: -webkit-box; display: flex; justify-content: space-between; }
#report-2022Contents .result4 .inner-s > div:nth-of-type(1) { width: 755px; }
#report-2022Contents .result4 .inner-s > div:nth-of-type(2) { width: 240px; }
#report-2022Contents .result4 .inner-s > div:nth-of-type(2) figure { transform: translateY(11px); }

/* .sec-festival
------------------------------------*/
#report-2022Contents .sec-festival { padding-top: 106px; }
#report-2022Contents .sec-festival .slider-img,
#report-2022Contents .activity-main { width: 760px; margin: 0 auto 90px; }

/* #report-2022Contents .sec-festival .inner1
------------------------------------*/
#report-2022Contents .sec-festival .inner1 { position: relative; margin-bottom: 95px; text-align: center; transform: translateX(5px); }
#report-2022Contents .sec-festival .inner1 h2 { margin-bottom: 25px; }
#report-2022Contents .sec-festival .inner1 h2 em { display: block; margin-bottom: 16px; color: #EE8319; font-size: 16px; letter-spacing: 0.08em; }
#report-2022Contents .sec-festival .inner1 h2 strong { display: block; color: #EA5704; font-size: 25px; line-height: 1.65; letter-spacing: 0.12em; }

#report-2022Contents .sec-festival .inner1 p { margin-bottom: 16px; font-size: 16px; line-height: 1.95; letter-spacing: 0.14em; }

#report-2022Contents .sec-festival .inner1 img { display: block; position: absolute; }
#report-2022Contents .sec-festival .inner1 .img1 { top: -30px; left: 117px; }
#report-2022Contents .sec-festival .inner1 .img2 { top: 106px; left: 17px; }
#report-2022Contents .sec-festival .inner1 .img3 { top: 262px; left: 63px; }
#report-2022Contents .sec-festival .inner1 .img4 { top: -18px; right: 112px; }
#report-2022Contents .sec-festival .inner1 .img5 { top: 108px; right: 32px; }
#report-2022Contents .sec-festival .inner1 .img6 { top: 253px; right: 50px; }

/* #report-2022Contents .sec-festival .inner2
------------------------------------*/
#report-2022Contents .sec-festival .inner2 { width: 840px; margin: 0 auto 80px; }
#report-2022Contents .sec-festival .inner2 .inner { display: -webkit-box; display: flex; margin-bottom: 38px; }
#report-2022Contents .sec-festival .inner2 .inner figure { width: 360px; min-width: 360px; }
#report-2022Contents .sec-festival .inner2 .inner figure img { border-radius: 5px; }
#report-2022Contents .sec-festival .inner2 .inner .txt { padding: 5px 0 0 50px; }
#report-2022Contents .sec-festival .inner2 .inner h3 { margin-bottom: 15px; color: #EE8319; font-size: 18px; line-height: 1.7; letter-spacing: 0.14em; }
#report-2022Contents .sec-festival .inner2 .inner p { margin-bottom: 8px; line-height: 1.95; letter-spacing: 0.06em; white-space: nowrap; }
#report-2022Contents .sec-festival .inner2 .inner .btn-set { margin: 24px 0 0 -6px; }
#report-2022Contents .sec-festival .inner2 .inner .btn-set > div { margin-right: 1px; }
#report-2022Contents .sec-festival .inner2 .inner .btn-set a { letter-spacing: 0.04em; }

/* #report-2022Contents .sec-festival .inner3
------------------------------------*/
#report-2022Contents .sec-festival .inner3 { display: -webkit-box; display: flex; justify-content: space-between; width: 836px; margin: 0 auto 80px; }
#report-2022Contents .sec-festival .inner3 .img { order: 2; position: relative; width: 350px; min-width: 350px; }
#report-2022Contents .sec-festival .inner3 .img img { border-radius: 5px; }
#report-2022Contents .sec-festival .inner3 .img figure:nth-of-type(1) { margin-bottom: 5px; }
#report-2022Contents .sec-festival .inner3 .img figure:nth-of-type(3) { position: absolute; top: 250px; right: 0; }
#report-2022Contents .sec-festival .inner3 .txt { order: 1; }
#report-2022Contents .sec-festival .inner3 .txt h3 { margin-bottom: 22px; color: #EA5504; font-size: 18px; line-height: 1.75; letter-spacing: 0.1em; }
#report-2022Contents .sec-festival .inner3 .txt h3 span { display: block; margin-bottom: 7px; letter-spacing: 0.1em; }
#report-2022Contents .sec-festival .inner3 .txt p { line-height: 1.95; letter-spacing: 0.06em; }

/* #report-2022Contents .sec-festival .inner4
------------------------------------*/
#report-2022Contents .sec-festival .inner4 {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 3px solid #FFF060;
	border-radius: 7px;
	width: 840px;
	margin: 0 auto;
	padding: 34px 47px 34px 265px;
}

#report-2022Contents .sec-festival .inner4 h3 {
	display: inline-block;
	position: absolute;
	top: 37px;
	left: 37px;
	color: #EE8319;
	font-size: 14px;
	letter-spacing: 0.1em;
}

#report-2022Contents .sec-festival .inner4 h3:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	background-color: #EE8319;
	width: 100%;
	height: 1px;
}

#report-2022Contents .sec-festival .inner4 h4 {
	position: absolute;
	top: 68px;
	left: 37px;
	color: #EA5704;
	font-size: 20px;
	letter-spacing: 0.1em;
}

#report-2022Contents .sec-festival .inner4 h5 {
	display: block;
	font-size: 15px;
	letter-spacing: 0.06em;
	position: absolute;
	top: 113px;
	left: 37px;
	color: #EA5704;
}

#report-2022Contents .sec-festival .inner4 h5 i { padding: 0 2px 0 8px; letter-spacing: 0.03em; }
#report-2022Contents .sec-festival .inner4 h4 i { font-size: 15px; padding-right: 4px; letter-spacing: 0.08em; }
#report-2022Contents .sec-festival .inner4 dl { margin-bottom: 17px; }
#report-2022Contents .sec-festival .inner4 dl > div { display: -webkit-box; display: flex; margin-bottom: 5px; color: #EA5704; }
#report-2022Contents .sec-festival .inner4 dl > div:last-of-type { margin-bottom: 0; }

#report-2022Contents .sec-festival .inner4 dt {
	box-sizing: border-box;
	width: 46px;
	min-width: 46px;
	background-color: #FFEFD3;
	border-radius: 50px;
	height: 23px;
	padding: 4px 4px 0 6px;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-align: center;
	white-space: nowrap;
	transform: translateY(2px);
}

#report-2022Contents .sec-festival .inner4 dd { padding-left: 14px; font-size: 15px; line-height: 1.7; letter-spacing: 0.1em; }
#report-2022Contents .sec-festival .inner4 p { text-align: justify; letter-spacing: 0.08em; }
#report-2022Contents .sec-festival .inner4 .btn-line { position: absolute; bottom: 21px; left: 257px; }

#report-2022Contents .sec-festival .inner4 .btn-line a {
	display: inline-block;
	position: relative;
	background-position: left top 1px;
	padding-left: 23px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

#report-2022Contents .sec-festival .inner4 .btn-line a i { display: block; position: absolute; top: 8px; left: -27px; }
#report-2022Contents .sec-festival .inner4 .pic { position: absolute; bottom: -10px; right: 8px; }

/* #report-2022Contents .sec-activity
------------------------------------*/
#report-2022Contents .sec-activity h3 { margin: -10px 0 40px 38px; color: #EA5704; font-size: 18px; letter-spacing: 0.1em; }
#report-2022Contents .sec-activity h3 span { display: inline-block; border-bottom: 2px solid #EA5704; padding-bottom: 4px; }

#report-2022Contents .sec-activity .inner {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
	background: url(../img/share/border-dot-orange.svg) repeat-x left bottom;
	background-size: 10px 2px;
	width: 850px;
	margin: 0 auto 54px;
	padding: 0 0 55px 55px;
}

#report-2022Contents .sec-activity .inner:first-of-type { -webkit-box-align: start; align-items: flex-start; }
#report-2022Contents .sec-activity .inner:last-of-type { background: none; margin-bottom: 30px; padding-bottom: 0; }

#report-2022Contents .sec-activity .inner h4 {
	position: absolute;
	top: 0;
	left: 10px;
	padding-top: 35px;
	color: #EA5704;
	font-size: 17px;
	letter-spacing: 0.15em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#report-2022Contents .sec-activity .inner h4 i { display: block; position: absolute; top: 0; left: -3.5px; }
#report-2022Contents .sec-activity .inner h4 i img { vertical-align: initial; }

#report-2022Contents .sec-activity .inner .img { width: 320px; min-width: 320px; }
#report-2022Contents .sec-activity .inner .img img { display: block; border-radius: 5px; margin-bottom: 5px; }
#report-2022Contents .sec-activity .inner .img img:last-child { margin-bottom: 0; }

#report-2022Contents .sec-activity .inner .txt { box-sizing: border-box; width: calc(100% - 320px); padding: 0 30px 0 47px; }
#report-2022Contents .sec-activity .inner h5 { margin-bottom: 14px; color: #EE8319; font-size: 18px; line-height: 1.75; letter-spacing: 0.1em; }
#report-2022Contents .sec-activity .inner p { margin-bottom: 8px; line-height: 1.95; letter-spacing: 0.05em; text-align: justify; }

#report-2022Contents .sec-activity .inner .ranking {
	position: relative;
	box-sizing: border-box;
	background-color: #FCF8F1;
	border-radius: 6px;
	margin-top: 45px;
	padding: 36px 22px 18px 20px;
	white-space: nowrap;
}

#report-2022Contents .sec-activity .inner .ranking .pic { position: absolute; top: -20px; right: -10px; }

#report-2022Contents .sec-activity .inner .ranking h6 {
	position: absolute;
	top: -18px;
	left: -10px;
	background-color: #EE8319;
	border-radius: 5px;
	padding: 8px 10px 9px 11px;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 0.06em;
}

#report-2022Contents .sec-activity .inner .ranking h6:before {
	display: block;
	content: '';
	position: absolute;
	left: 145px;
	bottom: -10px;
	transform: rotate(20deg);
	background-color: #EE8319;
	width: 10px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

#report-2022Contents .sec-activity .inner .ranking dl > div { display: -webkit-box; display: flex; margin-bottom: 10px; }
#report-2022Contents .sec-activity .inner .ranking dl > div:last-of-type { margin-bottom: 0; }
#report-2022Contents .sec-activity .inner .ranking dt { width: 33px; min-width: 33px; transform: translateY(-3px); }
#report-2022Contents .sec-activity .inner .ranking dd { padding-left: 11px; letter-spacing: 0.04em; }
#report-2022Contents .sec-activity .inner .ranking dd strong { display: inline-block; color: #EA5504; font-size: 18px; transform: translateY(-3px); }

#report-2022Contents .sec-activity .inner .voice { margin: 50px auto 0; padding-right: 30px; }

#report-2022Contents .sec-activity .inner .voice h6 {
	margin-bottom: 30px;
	color: #EE8319;
	font-size: 16px;
	letter-spacing: 0.1em;
}

#report-2022Contents .sec-activity .inner .voice ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -20px;
}

#report-2022Contents .sec-activity .inner .voice li {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #C6E7F9;
	border-radius: 6px;
	width: 180px;
	margin-bottom: 24px;
	padding: 18px 19px 17px 19px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
	box-shadow: 0 3px 0 0 #CCE9E9;
}

#report-2022Contents .sec-activity .inner .voice li:before {
	display: block;
	content: '';
	position: absolute;
	top: -6px;
	left: calc(50% - 3px);
	background-color: #EEBF19;
	border-radius: 5px;
	width: 7px;
	height: 12px;
}

#report-2022Contents .sec-activity .inner .nicokuro {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 3px solid #FFF060;
	border-radius: 7px;
	width: 870px;
	margin: 60px -10px 0 -65px;
	padding: 47px 47px 37px 47px;
}

#report-2022Contents .sec-activity .inner .nicokuro figure { order: 2; width: 283px; min-width: 283px; }
#report-2022Contents .sec-activity .inner .nicokuro div { order: 1; margin-top: -2px; }
#report-2022Contents .sec-activity .inner .nicokuro h6 { margin-bottom: 20px; color: #EA5704; font-size: 20px; letter-spacing: 0.1em; }
#report-2022Contents .sec-activity .inner .nicokuro p { margin-bottom: 8px; font-size: 14px; line-height: 1.8; letter-spacing: 0.05em; }
#report-2022Contents .sec-activity .inner .nicokuro p span { font-size: 12px; letter-spacing: 0.06em; }

/* #report-2022Contents .sec-story
------------------------------------*/
#report-2022Contents .sec-story { padding: 60px 70px 50px; }
#report-2022Contents .sec-story-title { margin-bottom: 65px; padding-left: 305px; }
#report-2022Contents .sec-story-title h2 { opacity: -28px; left: 2px; }
#report-2022Contents .sec-story-title p { font-size: 15px; letter-spacing: 0.08em; }

.story-pickup {
	background: url(../img/share/border-dot-beige.svg) repeat-x left bottom;
	background-size: 10px 2px;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.story-pickup a { display: block; position: relative; }
.story-pickup a:hover { opacity: 0.85; }
.story-pickup figure img { border-radius: 14px; }

.story-pickup div {
	position: absolute;
	bottom: 35px;
	right: 52px;
	box-sizing: border-box;
	background-color: #FCF8F1;	
	border-radius: 6px;
	width: 257px;
	padding: 17px 22px 17px 22px;
}

.story-pickup h2 strong { font-size: 18px; }
.story-pickup p { font-size: 14px; letter-spacing: 0; }
.story-list-s { padding: 0; }
.story-list-s li,
.story-list-s li:nth-child(even) { display: block; width: 270px; margin: 0 30px 0 0!important; }
.story-list-s li:nth-of-type(3n) { margin-right: 0 !important; }
.story-list-s figure { margin-bottom: 22px; }
.story-list-s figure img { border-radius: 9px; }
.story-list-s h2 { margin-bottom: 13px; }
.story-list-s p { font-size: 14px; letter-spacing: 0.06em; }

/* #report-2022Contents .sec-report-news
------------------------------------*/
#report-2022Contents .sec-report-news { padding-top: 80px; }
#report-2022Contents .sec-report-news .report-title-jp { margin-bottom: 25px; }
#report-2022Contents .sec-report-news .report-title-jp strong { display: block; margin-bottom: 16px; color: #EA5704; }
#report-2022Contents .sec-report-news .report-title-jp em { color: #EE8319; letter-spacing: 0.1em; }
#report-2022Contents .sec-report-news .txt-center-p { margin-bottom: 65px; }
#report-2022Contents .sec-report-news .txt-img-list-2column { justify-content: space-between; width: 840px; }
#report-2022Contents .sec-report-news .txt-img-list-2column .inner { width: 394px; margin: 0; }
#report-2022Contents .sec-report-news .txt-img-list-2column p { letter-spacing: 0.04em; }
#report-2022Contents .sec-report-news .txt-img-list-2column .btn { margin-top: 22px; }

/* #report-2022Contents .report-news-list-s
------------------------------------*/
#report-2022Contents .report-news-list-s { width: 840px; margin: 70px auto 100px; }

#report-2022Contents .report-news-list-s > div {
	position: relative;
	background: url(../img/share/border-dot-beige.svg) repeat-x left bottom;
	background-size: 10px 2px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-left: 260px;
}

#report-2022Contents .report-news-list-s > div:last-of-type { margin-bottom: 0; }
#report-2022Contents .report-news-list-s h3 { position: absolute; top: -2px; left: 0; color: #EE8319; font-size: 18px; line-height: 1.7; letter-spacing: 0.06em; }
#report-2022Contents .report-news-list-s p { font-size: 14px; }
#report-2022Contents .report-news-list-s .btn-line { margin-top: 16px; }

/* #report-2022Contents .report-album
------------------------------------*/
#report-2022Contents .report-album-title { position: relative; margin-bottom: 65px; text-align: center; }
#report-2022Contents .report-album-title h2 { margin-bottom: 14px; color: #EA5704; font-size: 32px; letter-spacing: 0.12em; }
#report-2022Contents .report-album-title p { font-size: 16px; line-height: 1.8; letter-spacing: 0.1em; }
#report-2022Contents .report-album-title .pic { display: block; position: absolute; top: 20px; right: 32px; }

#report-2022Contents .report-album-img { position: relative; width: 840px; margin: 0 auto 45px; }
#report-2022Contents .report-album-img img { display: block; }
#report-2022Contents .report-album-img figcaption { margin-top: 9px; font-size: 13px; letter-spacing: 0.08em; text-align: right; white-space: nowrap; }
#report-2022Contents .report-album-img .img1 { position: relative; width: 517px; margin-bottom: 178px; }
#report-2022Contents .report-album-img .img1 > img { position: relative; z-index: 1; }
#report-2022Contents .report-album-img .img1 .pic { position: absolute; top: 38px; right: -111px; width: 150px; z-index: 0; }
#report-2022Contents .report-album-img .img2 { position: absolute; top: 56px; right: 0; }
#report-2022Contents .report-album-img .img2 .pic { position: absolute; top: -55px; left: -8px; width: 76px; height: auto; }
#report-2022Contents .report-album-img .img3 { position: relative; margin-bottom: 55px; }
#report-2022Contents .report-album-img .img3 .pic { position: absolute; top: -234px; left: -44px; z-index: 2; }
#report-2022Contents .report-album-img .img4 { position: absolute; top: 420px; left: 220px; }
#report-2022Contents .report-album-img .img5 { position: absolute; top: 486px; right: 0; }
#report-2022Contents .report-album-img .img5 .pic { position: absolute; top: -36px; left: -20px; }
#report-2022Contents .report-album-img .img6 { position: relative; width: 361px; margin-bottom: 128px; }
#report-2022Contents .report-album-img .img7 { position: absolute; top: 864px; right: 238px; }
#report-2022Contents .report-album-img .img7 .pic { position: absolute; top: -66px; left: -30px; }
#report-2022Contents .report-album-img .img8 { position: absolute; top: 822px; right: 0; }
#report-2022Contents .report-album-img .img9 { position: relative; width: 281px; }
#report-2022Contents .report-album-img .img9 .pic1 { position: absolute; top: -114px; left: -8px; }
#report-2022Contents .report-album-img .img9 .pic2 { position: absolute; top: -82px; left: 134px; width: 69px; }
#report-2022Contents .report-album-img .img10 { position: absolute; bottom: 35px; right: 310px; }
#report-2022Contents .report-album-img .img11 { position: absolute; bottom: -15px; right: 0; }
#report-2022Contents .report-album-img .img11 .pic { position: absolute; top: -66px; left: -40px; }

/* #report-2022Contents .sec-support
------------------------------------*/
#report-2022Contents .sec-support .support-list { margin-top: 45px; padding: 0 70px; white-space: normal; }
#report-2022Contents .sec-support .support-list p { font-size: 16px; line-height: 2; text-align: justify; }
#report-2022Contents .support-goods { border-top: none; padding-top: 0; }
#report-2022Contents .support-aid ul { margin: 50px 0 25px; text-align: center; }
#report-2022Contents .support-aid li { display: inline-block; margin: 0 25px; }


/* report single 2023
---------------------------------------------------------------------------*/
#report-2023Contents .sec-result { width: 1050px; margin-bottom: 120px; }
#report-2023Contents .result-wrap { display: block; position: relative; margin-bottom: 64px; padding-left: 8px; }
#report-2023Contents .sec-report { width: 1010px; }
#report-2023Contents .report-title em { display: block; color: #EE8319; font-size: 15px; letter-spacing: 0.11em; }
#report-2023Contents .sec-result .result-wrap .result4 .title-line { background: url(../img/share/line-dot.svg) no-repeat left top 10px / 940px 7px; }

/* .result1
------------------------------------*/
#report-2023Contents .result1 { width: 560px; margin-bottom: 45px; }
#report-2023Contents .result1 h3 { letter-spacing: 0.04em; }
#report-2023Contents .result1 h3 + p { letter-spacing: 0.06em; }
#report-2023Contents .result1 .num { transform: translateY(10px); }
#report-2023Contents .result1 .num strong { font-size: 86px; margin-right: 2px; }
#report-2023Contents .result1 .num strong i { margin-right: -1px; }
#report-2023Contents .result1 .num strong i.let { margin-right: -2px; margin-left: -2px; }
#report-2023Contents .result1 .num strong i.let:nth-of-type(2) { margin-right: -6px; }
#report-2023Contents .result1 .num strong i pic { top: 67px; left: 4px; }
#report-2023Contents .result1 dd strong { width: 50px; }

/* .result2 
------------------------------------*/
#report-2023Contents .result2 { width: 560px; }
#report-2023Contents .result2 .txt1 .num strong { font-size: 76px; }
#report-2023Contents .result2 .txt2 { margin-top: -3px; }
#report-2023Contents .result2 .txt2 p { font-size: 14px; line-height: 1.8; margin-top: 15px; }
#report-2023Contents .result2 .txt1 h3 { margin: 0 0 12px 5px; }
#report-2023Contents .result2 .txt1 .num { margin-left: 0px; }

/* .result3
------------------------------------*/
#report-2023Contents .result3 { width: 374px; position: absolute; top: 0; right: 0; margin-right: 42px; }
#report-2023Contents .result3 > pic { display: block; position: absolute; top: 7px; right: -5px;}
#report-2023Contents .result3 .num1 span strong { font-size: 86px; letter-spacing: -0.01em; margin-right: 4px; }
#report-2023Contents .result3 .num1 span:after { display: none; }
#report-2023Contents .result3 .num1 pic { top: -36px; right: -32px; }
#report-2023Contents .result3 dl.num2-1 { top: 74px; right: inherit; left: 168px; margin-left: -23px; }
#report-2023Contents .result3 dl.num2-1 > div { margin-right: 6px; }
#report-2023Contents .result3 dl > div { margin-right: 10px; }
#report-2023Contents .result3 .num2-2 { margin-bottom: 22px; }
#report-2023Contents .result3 .num2-2.dl-v dd { margin-left: 2px; }
#report-2023Contents .result3 .num2-2.dl-v dd.ml { margin-left: 13px; }
#report-2023Contents .result3 .num3 { margin-top: 14px; margin-bottom: 12px; }
#report-2023Contents .result3 .num3 div {margin-right: 14px; }
#report-2023Contents .result3 p { margin-top: 33px; font-size: 14px; line-height: 1.7; letter-spacing: 0.06em; white-space: nowrap; }
#report-2023Contents .result3 .link-line { margin-top: 18px; margin-right: 10px; }

/* .result4
------------------------------------*/
#report-2023Contents .result4 {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 1070px;
	margin: 0 -10px;
	padding: 45px 30px 20px 45px;
}

#report-2023Contents .result4 .pic { display: block; position: absolute; bottom: 34px; right: 0px; }
#report-2023Contents .result4 h2 { background: none; margin-bottom: 35px !important; }
#report-2023Contents .result4 h2 span { background-color: #FFFFFF; color: #EA5704; }
#report-2023Contents .result4 h2 + p { top: 48px; left: 260px; letter-spacing: 0.04em; }
#report-2023Contents .result4 .year { position: absolute; top: 48px; right: 54px; }
#report-2023Contents .result4 .title-line { margin-bottom: 26px; }
#report-2023Contents .result4 .title-line span { background: #FFFFFF; padding-top: 3px; font-size: 16px; }
#report-2023Contents .result4 figure { margin-left: 1px; }
#report-2023Contents .result4 figure img { border-radius: 0px; }
#report-2023Contents .result4 .inner-s > div:nth-of-type(1) { width: 940px; margin: 40px 0px 45px 20px; }
#report-2023Contents .result4 .inner-s > div:nth-of-type(2) { width: 240px; }
#report-2023Contents .result4 .inner-s > div:nth-of-type(2) figure { transform: translateY(11px); }
#report-2023Contents .result4 .inner-s .inner-s-bottom { display: -webkit-box; display: flex; margin-bottom: 18px; }
#report-2023Contents .result4 .inner-s .inner-s-bottom div { margin-left: 20px; }
#report-2023Contents .result4 .inner-s .inner-s-bottom > div:nth-of-type(2) { margin-left: 48px; }

/* #report-2023Contents .sec-news01
------------------------------------*/
#report-2023Contents .sec-news01 .news01-main {
	width: 760px;
  margin: 50px auto 60px;
}

#report-2023Contents .sec-news01 .news01-main .figure {
	margin: 0 auto;
}

#report-2023Contents .sec-news01 .report-title strong {
	margin-top: 22px;
}

#report-2023Contents .sec-news01 .inner1 {
	margin-bottom: 60px;
	position: relative;
}

#report-2023Contents .sec-news01 .inner1 .report-title + p {
	letter-spacing: 0.06em;
	line-height: 2.2;
}

#report-2023Contents .sec-news01 .inner1 img {
	display: block;
 	position: absolute;
}

#report-2023Contents .sec-news01 .inner1 .branch_01 { top: -35px; left: 148px; }
#report-2023Contents .sec-news01 .inner1 .branch_02 { top: 121px; left: 63px; }
#report-2023Contents .sec-news01 .inner1 .branch_03 { top: 57px; right: 81px; }

#report-2023Contents .sec-news01 h3 {
	margin-bottom: 20px;
	color: #EE8319;
	font-size: 20px;
	letter-spacing: 0.12em;
	line-height: 1.7;
}

#report-2023Contents .sec-news01 .inner2 {
	position: relative;
}

#report-2023Contents .sec-news01 .inner2 .inner {
	display: -webkit-box;
	display: flex;
	margin-bottom: 38px;
}

#report-2023Contents .sec-news01 .inner2 p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.04em;
}

#report-2023Contents .sec-news01 .inner2 > img {
	display: block;
  position: absolute;
}

#report-2023Contents .sec-news01 .inner2 .branch_04 {
  top: 378px;
  right: -13px;
}

#report-2023Contents .sec-news01 .inner2 .logo-hagumu {
  top: -15px;
  right: 10px;
}

#report-2023Contents .sec-news01 .inner2 .inner .txt1 {
  padding: 5px 0 0 50px;
}

#report-2023Contents .sec-news01 .inner2 .inner .txt2 {
  padding: 5px 60px 0 0;
	text-align: justify;
}

#report-2023Contents .sec-news01 .inner2 .inner-top {
	width: 865px;
	margin: 0 auto;
	padding-left: 20px;
}

#report-2023Contents .sec-news01 .inner2 .inner-top figure {
  width: 474px;
  min-width: 474px;
}

#report-2023Contents .sec-news01 .inner2 .inner-bottom {
	width: 790px;
  margin: 58px auto 25px;
}

#report-2023Contents .sec-news01 .inner2 .inner-bottom figure {
	order: 2;
  width: 280px;
  min-width: 280px;
}

/* #report-2023Contents .sec-news02
------------------------------------*/
#report-2023Contents .sec-news02 {
	padding-bottom: 80px;
	position: relative;
}

#report-2023Contents .sec-news02 .activity-main {
	width: 760px;
  	margin: 50px auto 60px;
}

#report-2023Contents .sec-news02 .activity-main img {
	margin-bottom: 16px;
}

#report-2023Contents .sec-news02 .report-title strong {
  margin-top: 22px;
}

#report-2023Contents .sec-news02 .report-title + div p {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2.2;
}

#report-2023Contents .sec-news02 p {
	line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
	font-size: 15px;
}

#report-2023Contents .sec-news02 h3 {
  margin-bottom: 20px;
  color: #EE8319;
  font-size: 25px;
  letter-spacing: 0.13em;
  line-height: 1.68;
	text-align: center;
}

#report-2023Contents .sec-news02 .news02_02, .news02_03, .news02_04, .news02_05 { display: block; position: absolute; }
#report-2023Contents .sec-news02 .news02_02 { bottom: 320px; left: 146px; }
#report-2023Contents .sec-news02 .news02_03 { bottom: 84px; left: 111px; }
#report-2023Contents .sec-news02 .news02_04 { bottom: 334px; right: 171px; }
#report-2023Contents .sec-news02 .news02_05 { bottom: 80px; right: 82px; }

/* #report-2023Contents .sec-news03
------------------------------------*/
#report-2023Contents .sec-news03 {
	padding-bottom: 80px;
}

#report-2023Contents .sec-news03 .report-title strong {
  margin-top: 22px;
}

#report-2023Contents .sec-news03 .activity-main .img-festival {
	width: 881px;
	margin: 64px auto 26px;
}

#report-2023Contents .sec-news03 .activity-main .img-festival img { 
	border-radius: 0px;
}

#report-2023Contents .sec-news03 .activity-main {
	position: relative;
	width: 920px;
}

#report-2023Contents .sec-news03 .activity-main .txt-festival {
	display: block;
  position: absolute;
	top: 353px;	
	right: 0px;
}

#report-2023Contents .sec-news03 .slider-img {
	width: 760px;
  margin: 0 auto 68px;
}

#report-2023Contents .sec-news03 .inner {
  display: -webkit-box;
  display: flex;
	position: relative;
}

#report-2023Contents .sec-news03 .inner-top {
	margin: 152px 0 78px;
}

#report-2023Contents .sec-news03 .inner-bottom {
	margin: 52px 0 96px;
}

#report-2023Contents .sec-news03 .inner3 {
	order: 2;
}

#report-2023Contents .sec-news03 .inner3 .img > div {
  position: relative;
  width: 350px;
  min-width: 350px;
	display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

#report-2023Contents .sec-news03 .inner3 .img > .img-top {
  margin-bottom: 5px;
}

#report-2023Contents .sec-news03 .inner3 .img .img-bottom figure:nth-of-type(1) {
  margin-right: 5px;
}

#report-2023Contents .sec-news03 .inner .txt h3 {
	font-size: 26px;
  color: #FFFFFF;
  background-color: #EA5704;
  letter-spacing: 0.11em;
  line-height: 1;
  display: inline-block;
  padding: 3px 6px 5px 6px;
  margin-bottom: 10px;
}

#report-2023Contents .sec-news03 .inner .txt div {
	margin-bottom: 15px;
}

#report-2023Contents .sec-news03 .inner-bottom .txt div {
	margin-top: 20px;
}

#report-2023Contents .sec-news03 .inner-top .txt {
	margin: 0 53px 0 37px;
}

#report-2023Contents .sec-news03 .inner-bottom .txt {
	margin: 0 37px;
}

#report-2023Contents .sec-news03 .inner .txt p {
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.94;
	margin-left: 3px;
}

#report-2023Contents .sec-news03 .inner-top > figure img {
	display: block;
  position: absolute;
	top: 0px;
  right: -6px;
}

#report-2023Contents .sec-news03 .inner-bottom figure {
  margin: 0 23px 0px 37px;
}

#report-2023Contents .sec-news03 .inner-whats .txt h2,
#report-2023Contents .sec-news03 .inner-whats .txt p {
	text-align: left;
}

#report-2023Contents .sec-news03 .inner-whats .txt p {
	font-size: 15px;
	letter-spacing: 0.07em;
	line-height: 2.06;
}

#report-2023Contents .sec-news03 .inner-whats {
	margin: 0 auto 60px;
	width: 718px;
	justify-content: space-between;
}

#report-2023Contents .sec-news03 .inner-whats .report-title {
  margin-top: 0px;
}

#report-2023Contents .sec-news03 .inner-whats .txt {
	margin: 8px 37px 0 10px;
}

#report-2023Contents .sec-news03 .inner-whats .report-title em {
	font-size: 11.5px;
}

#report-2023Contents .sec-news03 .inner-whats .report-title strong {
  margin-top: 18px;
	font-size: 25px;
}

#report-2023Contents .sec-news03 .inner-notice {
	background-color: #FAF8EF;
	border-radius: 7px;
	padding: 40px;
	margin: 0 auto;
	width: 680px;
	justify-content: space-between;
}

#report-2023Contents .sec-news03 .inner-notice .btn {
	margin-top: 23px;
	letter-spacing: 0.11em;
}

#report-2023Contents .sec-news03 .inner-notice .btn a {
	letter-spacing: 0.04em;
}

#report-2023Contents .sec-news03 .inner-notice div {
	padding-right: 41px;
}

#report-2023Contents .sec-news03 .inner-notice div p {
	font-size: 14px;
	letter-spacing: 0.08;
	line-height: 1.79;
}

#report-2023Contents .sec-news03 .pic {
	display: block;
  position: absolute;
	bottom: 93px;
	right: 93px;
}

/* #report-2023Contents .sec-story
------------------------------------*/
#report-2023Contents .sec-story {
	padding: 60px 70px 50px;
}

#report-2023Contents .sec-story-title {
	margin-bottom: 65px;
	padding-left: 305px;
}

#report-2023Contents .sec-story-title h2 {
	opacity: -28px;
	left: 2px;
}

#report-2023Contents .sec-story-title p {
	font-size: 15px;
	letter-spacing: 0.08em;
}

.story-pickup {
	background: url(../img/share/border-dot-beige.svg) repeat-x left bottom;
	background-size: 10px 2px;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.story-pickup a {
	display: block;
	position: relative;
}

.story-pickup a:hover {
	opacity: 0.85;
}

.story-pickup figure img {
	border-radius: 14px;
}

.story-pickup div {
	position: absolute;
	bottom: 35px;
	right: 52px;
	box-sizing: border-box;
	background-color: #FCF8F1;	
	border-radius: 6px;
	width: 257px;
	padding: 17px 22px 17px 22px;
}

.story-pickup h2 strong {
	font-size: 18px;
}

.story-pickup p {
	font-size: 14px;
	letter-spacing: 0;
}

.story-list-s {
	padding: 0;
}

.story-list-s li,
.story-list-s li:nth-child(even) { display: block; width: 270px; margin: 0 30px 0 0!important; }
.story-list-s li:nth-of-type(3n) { margin-right: 0 !important; }

.story-list-s figure {
	margin-bottom: 22px;
}

.story-list-s figure img {
	border-radius: 9px;
}

.story-list-s h2 {
	margin-bottom: 13px;
}

.story-list-s p {
	font-size: 14px;
	letter-spacing: 0.06em;
}

#report-2023Contents .sec-story .story-pickup div {
	background-color: #FFFFFF;	
	right: 84px;
}

/* #report-2023Contents .sec-report-news
------------------------------------*/
#report-2023Contents .report-title-jp em,
#report-2024Contents .report-title-jp em {
  display: block;
  margin-bottom: 23px;
  color: #EE8319;
  font-size: 16px;
  letter-spacing: 0.17em;
}

#report-2023Contents .report-title-jp strong,
#report-2024Contents .report-title-jp strong {
  display: block;
  color: #EA5704;
  font-size: 23px;
  letter-spacing: 0.14em;
}

#report-2023Contents .report-title-jp {
  margin-bottom: 70px;
  text-align: center;
}

#report-2023Contents .sec-report-news {
	padding-top: 80px;
}

#report-2023Contents .sec-report-news .txt-center-p {
	margin-bottom: 65px;
}

#report-2023Contents .sec-report-news .txt-img-list-2column,
#report-2024Contents .sec-report-news .txt-img-list-2column {
	justify-content: space-between;
	width: 840px;
}

#report-2023Contents .sec-report-news .txt-img-list-2column .inner,
#report-2024Contents .sec-report-news .txt-img-list-2column .inner {
	width: 394px;
	margin: 0;
}

#report-2023Contents .sec-report-news .txt-img-list-2column p,
#report-2024Contents .sec-report-news .txt-img-list-2column p {
	letter-spacing: 0.05em;
	text-align: justify;
}

#report-2023Contents .sec-report-news .txt-img-list-2column .btn,
#report-2024Contents .sec-report-news .txt-img-list-2column .btn {
	margin-top: 22px;
}

#report-2023Contents .sec-report-news .txt-img-list-2column h3,
#report-2024Contents .sec-report-news .txt-img-list-2column h3 {
  letter-spacing: 0.13em;
}

/* #report-2023Contents .report-news-list-s
------------------------------------*/
#report-2023Contents .report-news-list-s,
#report-2024Contents .report-news-list-s {
	width: 840px;
	margin: 70px auto 100px;
}

#report-2023Contents .report-news-list-s .report-news-list-s-item,
#report-2024Contents .report-news-list-s .report-news-list-s-item {
	position: relative;
	background: url(../img/share/border-dot-beige.svg) repeat-x left bottom;
	background-size: 10px 2px;
	margin-bottom: 30px;
	padding: 0px 20px 30px 22px;
}

#report-2023Contents .report-news-list-s div:nth-child(2) .report-news-list-s-item:last-of-type {
	margin-bottom: 0;
}

#report-2023Contents .report-news-list-s h3,
#report-2024Contents .report-news-list-s h3 {
	color: #EE8319;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
}

#report-2023Contents .report-news-list-s p,
#report-2024Contents .report-news-list-s p {
	font-size: 14px;
	letter-spacing: 0.04em;
}

#report-2023Contents .report-news-list-s .btn-line {
	margin-top: 16px;
}

#report-2023Contents .report-news-list-s .report-news-list-s-item,
#report-2024Contents .report-news-list-s .report-news-list-s-item {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
}

#report-2023Contents .report-news-list-s .report-news-list-s-txt,
#report-2024Contents .report-news-list-s .report-news-list-s-txt {
	padding-left: 44px;
}

/* #report-2023Contents .report-album
------------------------------------*/
#report-2023Contents .report-album-title {
	position: relative;
	margin: 113px 0 10px 35px;
}

#report-2023Contents .report-album-title .title3-1 { display: block; position: absolute; top: -6px; right: 9px; }
#report-2023Contents .report-album-title .title3-2 { display: block; position: absolute; top: 37px; right: 55px; }
#report-2023Contents .report-album-title .title3-3 { display: block; position: absolute; top: 53px; right: 25px; }

#report-2023Contents .report-album-title h2 {
	margin-bottom: 14px;
	color: #EA5704;
	font-size: 32px;
	letter-spacing: 0.12em;
}

#report-2023Contents .report-album-title p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

#report-2023Contents .report-album-title .pic {
	display: block;
	position: absolute;
	top: 20px;
	right: 32px;
}

#report-2023Contents .report-album-img {
	position: relative;
	width: 840px;
	margin: 0 auto 45px;
}

#report-2023Contents .report-album-img img { display: block; }

#report-2023Contents .report-album-img figcaption {
	margin-top: 8px;
	font-size: 12px;
	letter-spacing: 0.09em;
	text-align: right;
	white-space: nowrap;
}

#report-2023Contents .report-album-img .img1 { position: relative; width: 517px; margin-bottom: 178px; }
#report-2023Contents .report-album-img .img1 > img { position: relative; z-index: 1; }
#report-2023Contents .report-album-img .img1 .pic { position: absolute; top: 38px; right: -111px; width: 150px; z-index: 0; }
#report-2023Contents .report-album-img .img2 { position: absolute; top: 56px; right: 0; }
#report-2023Contents .report-album-img .img2 .pic { position: absolute; top: -55px; left: -8px; width: 76px; height: auto; }
#report-2023Contents .report-album-img .img2 .pic2 { position: absolute; top: -32px; left: 86px; height: auto; }
#report-2023Contents .report-album-img .img3 { position: relative; margin-bottom: 55px; }
#report-2023Contents .report-album-img .img3 .pic { position: absolute; top: -234px; left: -44px; z-index: 2; }
#report-2023Contents .report-album-img .img3 .pic2 { position: absolute; top: -36px; left: 124px; }
#report-2023Contents .report-album-img .img4 { position: absolute; top: 420px; left: 220px; }
#report-2023Contents .report-album-img .img5 { position: absolute; top: 486px; right: 0; }
#report-2023Contents .report-album-img .img5 .pic1 { position: absolute; top: -45px; left: -22px; }
#report-2023Contents .report-album-img .img5 .pic2 { position: absolute; top: -38px; left: -36px; }
#report-2023Contents .report-album-img .img6 { position: relative; width: 361px; margin-bottom: 128px; }
#report-2023Contents .report-album-img .img7 { position: absolute; top: 864px; right: 250px; }
#report-2023Contents .report-album-img .img7 .pic { position: absolute; top: -52px; left: -50px; }
#report-2023Contents .report-album-img .img7 .pic2 { position: absolute; top: 19px; left: 124px; }
#report-2023Contents .report-album-img .img8 { position: absolute; top: 822px; right: 0; }
#report-2023Contents .report-album-img .img9 { position: relative; width: 281px; }
#report-2023Contents .report-album-img .img9 .pic1 { position: absolute; top: -114px; left: -8px; }
#report-2023Contents .report-album-img .img9 .pic2 { position: absolute; top: -82px; left: 134px; width: 69px; }
#report-2023Contents .report-album-img .img10 { position: absolute; bottom: 35px; right: 310px; }
#report-2023Contents .report-album-img .img11 { position: absolute; bottom: -15px; right: 0; }

#report-2023Contents .report-album-img .img11 .pic { position: absolute; top: -89px; left: -41px; }

#report-2023Contents .report-album .report-album-title .title1 { text-align: left; }
#report-2023Contents .report-album .report-album-title .title2 { display: block; position: absolute; top: -38px; right: 115px; }
#report-2023Contents .report-album .report-album-title .title3 { display: block; position: absolute; top: -7px; right: -4px; }

/* #report-2023Contents .sec-support
------------------------------------*/
#report-2023Contents .sec-support .support-list,
#report-2024Contents .sec-support .support-list {
  margin-top: 45px;
  padding: 0 70px;
  white-space: normal;
}

#report-2023Contents .sec-support .support-list p,
#report-2024Contents .sec-support .support-list p {
  font-size: 16px;
  line-height: 2;
	letter-spacing: 0.065em;
  text-align: justify;
}

#report-2023Contents .sec-support .box-txt,
#report-2024Contents .sec-support .box-txt {
	display: flex;
	padding: 35px 37px 17px 37px;
}

#report-2023Contents .sec-support .box-txt div,
#report-2024Contents .sec-support .box-txt div {
	display: flex;
}

#report-2023Contents .sec-support .box-txt div {
	margin-right: 60px;
}

#report-2023Contents .sec-support .box-txt div ul {
	margin-right: 60px;
}

#report-2023Contents .sec-support .box-txt div ul li,
#report-2024Contents .sec-support .box-txt div ul li {
	margin-bottom: 15px;
	letter-spacing: 0.08em;
}

#report-2023Contents .sec-support .box-txt h2 {
	margin-right: 60px;
}

#report-2023Contents .support-goods,
#report-2024Contents .support-goods {
  border-top: 0px;
  margin-top: -15px;
  padding-top: 0px;
}

#report-2023Contents .support-goods h4,
#report-2024Contents .support-goods h4 {
	font-size: 19px;
	letter-spacing: 0.04em;
}

#report-2024Contents .support-goods h5,
#report-2023Contents .support-goods h5 {
	font-size: 13px;
	letter-spacing: 0.08em;
}

#report-2023Contents .support-goods p,
#report-2024Contents .support-goods p {
	font-size: 15px;
	line-height: 1.86;
	letter-spacing: 0.03em;
}

#report-2023Contents .support-aid ul,
#report-2024Contents .support-aid ul {
  margin: 50px 0 25px;
  text-align: center;
}

#report-2023Contents .support-aid li,
#report-2024Contents .support-aid li {
  display: inline-block;
  margin: 0 25px;
}


/* report single 2024
---------------------------------------------------------------------------*/

/* #report-2024Contents .sec-result
------------------------------------*/
#report-2024Contents .sec-result { width: 1050px; margin-bottom: 120px; }
#report-2024Contents .result-wrap { display: block; position: relative; margin-bottom: 64px; padding-left: 8px; }
#report-2024Contents .sec-report { width: 1010px; padding-top: 100px; }
#report-2024Contents .report-title em { display: block; margin-bottom: 23px; color: #EE8319; font-size: 15px; letter-spacing: 0.11em; }
#report-2024Contents .sec-result .result-wrap .result4 .title-line { background: url(../img/share/line-dot.svg) no-repeat left top 10px / 940px 7px; }

/* .result1
------------------------------------*/
#report-2024Contents .result1 { width: 560px; margin-bottom: 50px; }
#report-2024Contents .result1 h3 { margin-bottom: 12px; letter-spacing: 0.04em; }
#report-2024Contents .result1 h3 + p { letter-spacing: 0.06em; }
#report-2024Contents .result1 .num { transform: translateY(10px); }
#report-2024Contents .result1 .num strong { font-size: 86px; margin-right: 2px; }
#report-2024Contents .result1 .num strong i { margin-right: -1px; }
#report-2024Contents .result1 .num strong i.let { margin-right: -2px; margin-left: -2px; }
#report-2024Contents .result1 .num strong i.let:nth-of-type(2) { margin-right: -6px; }
#report-2024Contents .result1 .num strong i pic { top: 67px; left: 4px; }
#report-2024Contents .result1 dl { top: 109px; right: -7px; }
#report-2024Contents .result1 dl > div { margin-bottom: 12px; }
#report-2024Contents .result1 dl > div:nth-of-type(2) dd { transform: translateX(-15px); }
#report-2024Contents .result1 dd strong { width: 35px; }

/* .result2 
------------------------------------*/
#report-2024Contents .result2 { width: 560px; }
#report-2024Contents .result2 .txt1 .num strong { font-size: 76px; }
#report-2024Contents .result2 .txt2 { margin-top: -3px; }
#report-2024Contents .result2 .txt2 p { font-size: 14px; line-height: 1.8; margin-top: -2px; }
#report-2024Contents .result2 .txt1 h3 { margin: 0 0 20px; }
#report-2024Contents .result2 .txt1 .num { margin-left: 0px; }

/* .result3
------------------------------------*/
#report-2024Contents .result3 { position: absolute; top: 0; right: 0; margin-right: 42px; }
#report-2024Contents .result3 .num1 span strong { font-size: 86px; letter-spacing: -0.01em; margin-right: 4px; }
#report-2024Contents .result3 .num1 span:after { display: none; }
#report-2024Contents .result3 dl.num2-1 { top: 74px; right: inherit; left: 199px; }
#report-2024Contents .result3 dl.num2-1 > div { margin-right: 10px; }
#report-2024Contents .result3 dl > div { margin-right: 11px; }
#report-2024Contents .result3 .num2-2 { margin-bottom: 22px; }
#report-2024Contents .result3 .num2-2.dl-v dd { margin-left: 2px; }
#report-2024Contents .result3 .num2-2.dl-v dd.ml { margin-left: 13px; }
#report-2024Contents .result3 .num3 { margin-top: 14px; margin-bottom: 12px; }
#report-2024Contents .result3 .num3 div {margin-right: 14px; }
#report-2024Contents .result3 p { margin-top: 33px; font-size: 14px; line-height: 1.7; letter-spacing: 0.06em; white-space: nowrap; }
#report-2024Contents .result3 .link-line { margin-top: 18px; margin-right: 10px; }

/* .result4
------------------------------------*/
#report-2024Contents .result4 {
	position: relative;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 1070px;
	margin: 0 -10px;
	padding: 45px 60px 20px 45px;
}

#report-2024Contents .result4 .pic { display: block; position: absolute; bottom: 34px; right: 0px; }
#report-2024Contents .result4 h2 { background: none; margin-bottom: 47px !important; }
#report-2024Contents .result4 h2 span { background-color: #FFFFFF; color: #EA5704; }
#report-2024Contents .result4 h2 + p { top: 48px; left: 260px; letter-spacing: 0.04em; }
#report-2024Contents .result4 .year { position: absolute; top: 48px; right: 54px; }
#report-2024Contents .result4 .title-line { margin-bottom: 26px; }
#report-2024Contents .result4 .title-line span { background: #FFFFFF; padding-top: 3px; font-size: 16px; }
#report-2024Contents .result4 figure { margin-left: 3px; }
#report-2024Contents .result4 figure img { border-radius: 0px; }
#report-2024Contents .result4 .inner-s { display: flex; justify-content: space-between; }
#report-2024Contents .result4 .inner-s .inner-s-bottom div:first-of-type { margin-bottom: 33px; }
#report-2024Contents .result4 .inner-s .inner-s-bottom div:nth-of-type(2) figure { margin-left: 8px; }

/* #report-2024Contents .sec-news01
------------------------------------*/
#report-2024Contents .sec-news01 > figure {
	width: 760px;
	margin: 0 auto 60px;
}

#report-2024Contents .sec-news01 .inner1 {
	margin-bottom: 65px;
}

#report-2024Contents .sec-news01 .report-title {
	margin-bottom: 24px;
}

#report-2024Contents .sec-news01 .report-title strong span {
	display: block;
	margin-bottom: 22px;
	font-size: 16px;
	letter-spacing: 0.12em;
}

#report-2024Contents .sec-news01 .inner2 .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 810px;
	margin: 0 auto;
}

#report-2024Contents .sec-news01 .inner2 .inner:not(:last-of-type) {
	margin-bottom: 80px;
}

#report-2024Contents .sec-news01 .inner2 .inner figure img {
	border-radius: 7px;
}

#report-2024Contents .sec-news01 .inner2 .inner .txt {
	width: 100%;
}

#report-2024Contents .sec-news01 .inner2 .inner h3 {
	margin-bottom: 16px;
	color: #EE8319;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

#report-2024Contents .sec-news01 .inner2 .inner p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.08em;
}

#report-2024Contents .sec-news01 .inner2-1 figure {
	margin-right: 44px;
}

#report-2024Contents .sec-news01 .inner2-2 {
	flex-direction: row-reverse;
	margin-bottom: 65px !important;
}

#report-2024Contents .sec-news01 .inner2-2 .txt {
	margin: 0 46px 0 5px;
}

#report-2024Contents .sec-news01 .inner2-2 .txt p {
	line-height: 2.05;
	letter-spacing: 0.05em;
	text-align: justify;
}

#report-2024Contents .sec-news01 .inner2-3 {
	align-items: flex-end !important;
}

#report-2024Contents .sec-news01 .inner2-3 figure {
	margin-right: 54px;
}

#report-2024Contents .sec-news01 .inner2-3 .txt h4 {
	margin-top: 30px;
	color: #EE8319;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.4em;
}

/* #report-2024Contents .sec-news02
------------------------------------*/
#report-2024Contents .sec-news02 {
	padding-top: 85px;
}

#report-2024Contents .sec-news02 .inner1 {
	margin-bottom: 65px;
	text-align: center;
}

#report-2024Contents .sec-news02 .inner1 .report-title {
	margin-bottom: 22px;
}

#report-2024Contents .sec-news02 .inner1 p {
	line-height: 2.1;
}

#report-2024Contents .sec-news02 .inner2 {
	width: 820px;
	margin: 0 auto;
}

#report-2024Contents .sec-news02 .inner2 .inner {
	display: flex;
}

#report-2024Contents .sec-news02 .inner2 .inner:not(:last-of-type) {
	margin-bottom: 45px;
}

#report-2024Contents .sec-news02 .inner2 .inner figure {
	margin-right: 40px;
}

#report-2024Contents .sec-news02 .inner2 .inner2-1 figure img {
	border-radius: 4px;
}

#report-2024Contents .sec-news02 .inner2 .inner .txt h3 {
	margin-bottom: 12px;
	color: #EE8319;
	font-size: 20px;
	line-height: 1.75;
	letter-spacing: 0.14em;
}

#report-2024Contents .sec-news02 .inner2 .inner .txt p {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

/* #report-2024Contents .news02-voice
------------------------------------*/
#report-2024Contents .news02-voice {
	box-sizing: border-box;
	background-color: #FAF8EF;
	border-radius: 12px;
	width: 828px;
	margin: 90px auto 90px;
	padding: 33px 55px 45px 45px;
}

#report-2024Contents .news02-voice h3 {
	margin-bottom: 37px;
	color: #EE8319;
	font-size: 21px;
	letter-spacing: 0.1em;
	text-align: center;
}

#report-2024Contents .news02-voice h3 img {
	display: inline-block;
	margin-left: 2px;
	transform: translateY(9px);
}

#report-2024Contents .news02-voice ul {
	padding-left: 49px;
}

#report-2024Contents .news02-voice li {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #EE8319;
	border-radius: 5px;
	padding: 12px 20px 14px;
}

#report-2024Contents .news02-voice li:not(:last-of-type) {
	margin-bottom: 13px;
}

#report-2024Contents .news02-voice li:before {
	display: block;
	content: '';
	position: absolute;
	top: 18px;
	left: -8px;
	background: url(../img/report/2024/pic-fukidashi.svg) no-repeat;
	width: 12px;
	height: 10px;
}

#report-2024Contents .news02-voice li i {
	display: block;
	position: absolute;
	top: 10px;
	left: -49px;
}

#report-2024Contents .news02-voice li p {
	line-height: 1.75;
	letter-spacing: 0.04em;
	text-align: justify;
}

#report-2024Contents .news02-voice li p strong {
	text-decoration: underline;
	text-decoration-color: #FFF060;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.1em;
}

/* #report-2024Contents .news02-snack
------------------------------------*/
#report-2024Contents .news02-snack {
	width: 880px;
	margin: 0 auto 15px;
}

#report-2024Contents .news02-snack .img1 {
	position: relative;
	margin-bottom: 50px;
}

#report-2024Contents .news02-snack .img1 figcaption {
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -5px;
	transform: translateX(-50%) rotate(-7deg);
}

#report-2024Contents .news02-snack .txt {
	position: relative;
	margin-bottom: 60px;
	padding: 95px 0 0 355px;
}

#report-2024Contents .news02-snack .txt h3 {
	position: absolute;
	bottom: 0;
	left: 26px;
}

#report-2024Contents .news02-snack .txt h4 {
	position: absolute;
	top: 0;
	right: 19px;
}

#report-2024Contents .news02-snack .txt p {
	font-size: 15px;
	line-height: 2.1;
}

/* #report-2024Contents .sec-news03
------------------------------------*/
#report-2024Contents .sec-news03 .inner1 {
	margin: 0 auto 60px;
}

#report-2024Contents .sec-news03 .inner1 > figure {
	width: 760px;
	margin: 0 auto 70px;
}

#report-2024Contents .sec-news03 .inner1 h2 {
	margin-bottom: 70px;
	text-align: center;
}

#report-2024Contents .sec-news03 .inner1 .inner {
	display: flex;
	flex-direction: row-reverse;
	width: 810px;
	margin: 0 auto;
	transform: translateX(10px);
}

#report-2024Contents .sec-news03 .inner1 .txt {
	transform: translateY(-8px);
}

#report-2024Contents .sec-news03 .inner1 .txt h3 {
	margin-bottom: 14px;
	color: #EE8319;
	font-size: 27px;
	line-height: 1.45;
	letter-spacing: 0.11em;
}

#report-2024Contents .sec-news03 .inner1 .txt p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

#report-2024Contents .sec-news03 .inner1 .inner figure {
	margin-right: 40px;
}

#report-2024Contents .sec-news03 .inner1 .inner figure img {
	border-radius: 4px;
}

#report-2024Contents .sec-news03 .inner2 {
	position: relative;
	box-sizing: border-box;
	background-color: #FAF8EF;
	border-radius: 10px;
	width: 870px;
	margin: 0 auto 90px;
	padding: 50px 45px 45px;
}

#report-2024Contents .sec-news03 .inner2 .txt h3 {
	margin-left: 2px;
	margin-bottom: 18px;
	color: #EA5504;
	font-size: 16px;
	letter-spacing: 0.12em;
}

#report-2024Contents .sec-news03 .inner2 .txt h4 {
	margin-bottom: 26px;
	color: #EE8319;
	font-size: 24px;
	letter-spacing: 0.06em;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

#report-2024Contents .sec-news03 .inner2 .txt p {
	line-height: 2.05;
	letter-spacing: 0.04em;
}

#report-2024Contents .sec-news03 .inner2 .qr {
	position: absolute;
	top: 40px;
	right: 80px;
	text-align: center;
	z-index: 1;
}

#report-2024Contents .sec-news03 .inner2 .qr .inner {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 0px #C8C3B8;
	border-radius: 14px;
	padding: 28px 18px 28px;
	z-index: 1;
}

#report-2024Contents .sec-news03 .inner2 .qr .txt-qr {
	position: absolute;
	top: -10px;
	left: -105px;
}

#report-2024Contents .sec-news03 .inner2 .qr .pic1 {
	display: block;
	position: absolute;
	top: 50px;
	left: -85px;
	width: 120px;
	transform: scaleX(-1);
	z-index: 0;
}

#report-2024Contents .sec-news03 .inner2 .qr .pic2 {
	display: block;
	position: absolute;
	top: 28px;
	right: -32px;
	width: 44px;
	transform: scaleX(-1);
	z-index: 2;
}

#report-2024Contents .sec-news03 .inner2 .qr .pic3 {
	display: block;
	position: absolute;
	top: 165px;
	right: -28px;
	width: 31px;
	z-index: 2;
}

#report-2024Contents .sec-news03 .inner2 .qr p {
	margin: 7px 0 9px !important;
	color: #EA5504;
	font-size: 15px;
}

#report-2024Contents .sec-news03 .inner2 .qr .btn a {
	padding-right: 13px;
	padding-left: 15px;
	letter-spacing: 0.06em;
}

#report-2024Contents .sec-news03 .inner3 {
	width: 880px;
	margin: 0 auto 40px;
}

#report-2024Contents .sec-news03 .inner3 figure {
	margin-bottom: 48px;
}

#report-2024Contents .sec-news03 .inner3 h4 {
	margin-bottom: 20px;
	color: #EE8319;
	font-size: 35px;
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-align: center;
}

#report-2024Contents .sec-news03 .inner3 p {
	font-size: 17px;
	line-height: 1.95;
	text-align: center;
}

#report-2024Contents .sec-news03 .inner3 .btn-set {
	margin-top: 40px;
}

#report-2024Contents .sec-news03 .inner3 .btn-set .btn a {
	padding: 14px 20px 17px 23px;
	font-size: 19px;
	letter-spacing: 0.04em;
}

/* #report-2024Contents .sec-report-news
------------------------------------*/
#report-2024Contents .sec-report-news {
	padding-top: 85px;
}

#report-2024Contents .sec-report-news .txt-img-list-2column {
	width: 830px;
}

#report-2024Contents .report-title-jp {
	margin-bottom: 65px;
}

#report-2024Contents .report-title-jp em {
	margin-bottom: 18px;
}

#report-2024Contents .report-title-jp strong {
	font-size: 24px;
}

#report-2024Contents .report-news-list-s {
	width: 830px;
}

#report-2024Contents .report-news-list-s .report-news-list-s-item {
	padding-right: 0;
	padding-left: 0;
}

#report-2024Contents .report-news-list-s h3 {
	font-size: 18px;
	letter-spacing: 0.1em;
}

#report-2024Contents .report-news-list-s p {
	line-height: 2;
	letter-spacing: 0.1em;
}

/* #report-2024Contents .report-album
------------------------------------*/
#report-2024Contents .report-album-title {
	position: relative;
	margin: 0 0 -26px -14px;
	z-index: 2;
}

#report-2024Contents .report-album-title .title3-1 { display: block; position: absolute; top: 62px; right: 26px; }
#report-2024Contents .report-album-title .title3-2 { display: block; position: absolute; top: 107px; right: 64px; width: 40px; transform: rotate(30deg); }
#report-2024Contents .report-album-title .title3-3 { display: block; position: absolute; top: 132px; right: 34px; width: 39px; transform: rotate(16deg); }

#report-2024Contents .report-album-title h2 {
	margin-bottom: 14px;
	color: #EA5704;
	font-size: 32px;
	letter-spacing: 0.12em;
}

#report-2024Contents .report-album-title p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

#report-2024Contents .report-album-title .pic {
	display: block;
	position: absolute;
	top: 20px;
	right: 32px;
}

#report-2024Contents .report-album-img {
	position: relative;
	width: 840px;
	margin: 0 auto 30px;
}

#report-2024Contents .report-album-img img { display: block; }

#report-2024Contents .report-album-img figcaption {
	margin: 9px 0 0 -1px;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: left;
	white-space: nowrap;
}

#report-2024Contents .report-album-img .img2 figcaption {
	font-size: 13px;
	letter-spacing: 0.03em;
}

#report-2024Contents .report-album-img .img1 { position: relative; width: 517px; margin-bottom: 175px; }
#report-2024Contents .report-album-img .img1 > img { position: relative; z-index: 1; }
#report-2024Contents .report-album-img .img1 .pic { position: absolute; top: 38px; right: -111px; width: 150px; z-index: 0; }
#report-2024Contents .report-album-img .img2 { position: absolute; top: 56px; right: 0; }
#report-2024Contents .report-album-img .img2 .pic { position: absolute; top: -55px; left: -8px; width: 76px; height: auto; }
#report-2024Contents .report-album-img .img3 { position: relative; margin-bottom: 55px; }
#report-2024Contents .report-album-img .img3 .pic { position: absolute; top: -99px; left: 3px; z-index: 2; }
#report-2024Contents .report-album-img .img3 .pic2 { position: absolute; top: -76px; left: 96px; }
#report-2024Contents .report-album-img .img4 { position: absolute; top: 487px; left: 247px; z-index: 0; }
#report-2024Contents .report-album-img .img4 .pic { position: absolute; top: -87px; left: -77px; }
#report-2024Contents .report-album-img .img4 .pic2 { position: absolute; top: 116px; right: -37px; width: 42px; transform: scaleX(-1); z-index: -1; }
#report-2024Contents .report-album-img .img5 { position: absolute; top: 486px; right: 0; }
#report-2024Contents .report-album-img .img5 .pic { position: absolute; top: -43px; left: -156px; }
#report-2024Contents .report-album-img .img6 { position: relative; width: 361px; margin-bottom: 144px; }
#report-2024Contents .report-album-img .img7 { position: absolute; top: 846px; right: 242px; }
#report-2024Contents .report-album-img .img7 .pic { position: absolute; top: -42px; left: -28px; }
#report-2024Contents .report-album-img .img8 { position: absolute; top: 822px; right: 0; }
#report-2024Contents .report-album-img .img9 { position: relative; width: 281px; }
#report-2024Contents .report-album-img .img9 .pic { position: absolute; top: -85px; left: 7px; }
#report-2024Contents .report-album-img .img10 { position: absolute; bottom: 44px; right: 313px; }
#report-2024Contents .report-album-img .img11 { position: absolute; bottom: 0; right: 0; }
#report-2024Contents .report-album-img .img11 .pic { position: absolute; top: -78px; left: -44px; }

#report-2024Contents .report-album .report-album-title .title1 { text-align: left; }
#report-2024Contents .report-album .report-album-title .title2 { display: block; position: absolute; top: -16px; right: 120px; }
#report-2024Contents .report-album .report-album-title .title3 { display: block; position: absolute; top: -7px; right: -4px; }

/* #report-2024Contents .album-movie
------------------------------------*/
.report-album-img .movie-btn {
	position: absolute;
	bottom: -20px;
	right: -13px;
	z-index: 1;
	cursor: pointer;
}

.report-album-img .movie-btn:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFFFFF;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	z-index: -1;
}

.report-album-img img.album-movie-btn { cursor: pointer; }

.report-album-img img.album-movie-btn,
.report-album-img .movie-btn img {
	display: block;
	transition: .15s ease-out;
}

.report-album-img img.album-movie-btn:hover,
.report-album-img .movie-btn:hover img {
	opacity: 0.7;
}

/* .album-movie-modal
------------------------------------*/
.album-movie-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(247,229,149,0.96);
	width: 100%;
	height: 100vh;
	z-index: 10100;
	opacity: 0;
}

.album-movie-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 40px 36px;
	transition: .15s ease-out;
	cursor: pointer;
	z-index: 2;
}

.album-movie-modal-close:hover { opacity: 0.7; }

.album-movie-slide {
	display: none;
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 0;
	opacity: 0;
}

.album-movie-slide .slick-track,
.album-movie-slide .slick-list {
	width: 100% !important;
	height: 100% !important;
}

.album-movie-slide .inner {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%);
	width: calc(100% - 310px) !important;
	height: calc(100% - 180px) !important;
	opacity: 0;
}

.album-movie-slide video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 16px solid #FFFFFF;
	border-radius: 8px;
	max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
	opacity: 0;
}

.album-movie-slide .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/share/btn-arrow-orange.svg) no-repeat center center;
	width: 140px;
	height: 140px;
	text-indent: -9999px;
	z-index: 1;
	opacity: 0;
}

.album-movie-slide .slick-arrow:hover {.  transition: .15s ease-outbackground-image: url(../img/share/btn-arrow-white.svg); }
.album-movie-slide .slick-prev { left: 0; transform: translateY(-50%) scaleX(-1); }
.album-movie-slide .slick-next { right: 0; }

.album-movie-slide .slick-dots {
	position: absolute;
	bottom: 32px;
	right: 32px;
}

.album-movie-slide .slick-dots li {
	position: relative;
	width: 28px;
	height: 28px;
}

.album-movie-slide .slick-dots li:first-of-type:last-of-type { opacity: 0 !important; }

.album-movie-slide .slick-dots button {
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	transition: .15s ease-out;
}

.album-movie-slide .slick-dots button:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #EA5504;
	border: 1px solid #EA5504;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.album-movie-slide .slick-dots button:hover:after,
.album-movie-slide .slick-dots .slick-active button:after { background: #FFFFFF; }

/* #report-2024Contents .sec-support
------------------------------------*/
#report-2024Contents .sec-support .box-txt {
	white-space: nowrap;
}

#report-2024Contents .sec-support .box-txt h2 {
	margin-right: 100px;
}

#report-2024Contents .sec-support .box-txt div ul {
	margin-right: 40px;
}

#report-2024Contents .support-aid li {
	margin: 0 13px;
}

/* .sec-donate-support.year2024
------------------------------------*/
.sec-donate-support.year2024 .sec-npo {
	width: 980px;
	margin-top: 70px;
	margin-bottom: 75px;
}

.sec-donate-support.year2024 .sec-npo figure {
	width: 400px;
	min-width: 400px;
}

.sec-donate-support.year2024 .sec-npo figure img:not(:last-of-type) {
	margin-bottom: 28px;
}

.sec-donate-support.year2024 .sec-npo .txt {
	position: relative;
	width: 100%;
	padding-top: 14px;
}

.sec-donate-support.year2024 .sec-npo p {
	line-height: 1.9;
}

.sec-donate-support.year2024 .sec-npo h3 {
	margin: 28px 0 16px;
	font-size: 16px;
}

.sec-donate-support.year2024 .sec-npo h3 span {
	border-width: 1px;
}

.sec-donate-support.year2024 .sec-npo h3 + p {
	font-size: 14px;
}

.sec-donate-support.year2024 .sec-npo h4 {
	margin: 64px 0 16px;
	font-size: 16px;
}

.sec-donate-support.year2024 .sec-npo h5 {
	margin-bottom: 12px;
	color: #EE8319;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.sec-donate-support.year2024 .sec-npo h5 + p {
	font-size: 15px;
}

.sec-donate-support.year2024 .sec-npo h6 {
	margin-top: 24px;
	font-size: 17px;
	letter-spacing: 0.08em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.35em;
}

.sec-donate-support.year2024 .sec-npo p strong {
	color: #EA5704;
}

.sec-donate-support.year2024 .sec-npo p strong span {
	font-size: 15px;
}

.sec-donate-support.year2024 .sec-npo p.size-s {
	margin-top: 12px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.sec-donate-support.year2024 .sec-npo .txt .pic {
	display: block;
	position: absolute;
	top: 360px;
	right: 18px;
	width: 108px;
}

.sec-donate-support.year2024 .btn {
	width: 980px;
	transform: translateX(0);
}