@charset "utf-8";

/* ────────────────────────────────────────────

max-width: 767px 

──────────────────────────────────────────── */


/* general framework */
.wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.contents {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background: #F5FCFF;
	padding-bottom: 40px;
}
.firstView {
	position: relative;
	background: url("/osakabay/lib/img/bg_top_sp.png") no-repeat;
	background-position: top center;
	background-size: cover;
	--topMask:
		radial-gradient(26.42px at 50% calc(100% - 36.75px),#000 99%,#0000 101%) calc(50% - 30px) 0/60px 100%,
		radial-gradient(26.42px at 50% calc(100% + 21.75px),#0000 99%,#000 101%) 50% calc(0% - 15px)/60px 100% repeat-x;
	-webkit-mask: var(--topMask);
	mask: var(--topMask);
	padding: 7vw 0 42vw;
	z-index: 0;
}
#sub .firstView {
	background-position-y: -24px;
	padding: 7vw 0 18vw;
}
.firstView h1 {
	width: fit-content;
	padding: 0 45px;
}
.topContents {
	position: relative;
	z-index: 1;
	margin-top: -37vw;
}
.mainImg {
	margin-bottom: 40px;
}
.topText {
	font-size: max(3.2vw, 16px);
	line-height: 2.4;
	padding: 0px 17.5px;
	margin-bottom: 30px;
}
.topText span {
	font-size: max(3.8vw, 18px);
	font-weight: bold;
	color: #004EA2;
}
.topImg {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	margin-bottom: 40px;
}
.topImg a.inImg {
	position: absolute;
	display: block;
	top: 5.6%;
	left: 50%;
	transform: translateX(-50%);
	width: 64%;
	height: 26.2%;
	border-radius: 2vmax;
}
.topImg a.inImg:hover {
	background-color: rgba(249, 249, 249, 0.3);
}
.topLink {
	width: fit-content;
	margin: 0 auto 10px;
	padding: 0 17.5px;
}
.topLink a {
	display: flex;
	align-items: center;
	font-size: max(3.2vw, 14px);
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	background: #004EA2;
	text-decoration: none;
	padding: 13px 25px;
	border-radius: 64px;
}
.topLink a[target="_blank"]::after {
	content:"";
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url(/osakabay/lib/img/ico_blank.png) no-repeat;
	background-size: contain;
	margin-left: 10px;
}

.rolesWrap {
	position: relative;
	--mask:
		radial-gradient(44.03px at 50% 61.25px,#000 99%,#0000 101%) calc(50% - 50px) 0/100px 51% repeat-x,
		radial-gradient(44.03px at 50% -36.25px,#0000 99%,#000 101%) 50% 25px/100px calc(51% - 25px) repeat-x,
		radial-gradient(44.03px at 50% calc(100% - 61.25px),#000 99%,#0000 101%) calc(50% - 50px) 100%/100px 51% repeat-x,
		radial-gradient(44.03px at 50% calc(100% + 36.25px),#0000 99%,#000 101%) 50% calc(100% - 25px)/100px calc(51% - 25px) repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
	background: linear-gradient(180deg,rgba(81, 191, 227, 1) 0%, rgba(128, 215, 227, 1) 100%);	padding: 130px 0 80px;
	z-index: 1;
}
.rolesWrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/osakabay/lib/img/bg_roles_sp.png) no-repeat;
	background-position: center bottom;
	background-size: 100%;
	opacity: 0.8;
	z-index: -1;
}

.contentTitle {
	position: relative;
	width: 100%;
	font-size: max(6.0vw, 24px);
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	margin-bottom: 55px;
	z-index: 1;
}
.contentTitle .bg {
	position: absolute;
	bottom: 0.5em;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100%;
	padding: 0 20px;
}
.contentTitle .points {
	display: flex;
	gap: 10px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.contentTitle .points span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.contentTitle .points span:nth-child(1) {
	background: #2D287F;
}
.contentTitle .points span:nth-child(2) {
	background: #111987;
}
.contentTitle .points span:nth-child(3) {
	background: #004EA2;
}

.rolesFlexBox {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	padding: 0 15px;
}
.rolesList > ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.rolesList > ul > li {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 10px 15px 20px;
}
.rolesList .listImg {
	width: 28vw;
	margin: 0 auto;
}
.rolesList .roleData p {
	font-size: max(3.8vw, 18px);
	font-weight: bold;
	line-height: 2.2;
	color: #004EA2;
	margin-bottom: 10px;
}
.rolesList .roleData ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.rolesList .roleData ul li {
	position: relative;
	display: flex;
	align-items: center;
	font-size: max(2.8vw, 13px);
	line-height: 1.6;
	padding-left: 1.3em;
}
.rolesList .roleData ul li::before {
	position: absolute;
	top: 0.3em;
	left: 0;
	content:"";
	width: 1em;
	height: 1em;
	background: #004EA2;
	border-radius: 50%;
	margin-right: 3px;
}
.ttlPtA {
	padding-top: 80px;
}
.reportInner {
	width: 100%;
	padding: 38vw 15px 0;
}
#sub .reportInner {
	padding-top: 30vw;
}
.reportWrap {
	background: #fff;
	max-width: 1200px;
	margin: 0 auto 20px;
	padding: 42px 10px 25px;
	box-shadow: 0px 0px 10px rgba(18, 18, 18, 0.1);
	border-radius: 5px;
	position: relative;
}
#sub .reportWrap {
	padding: 48px 0 25px;
}
.tagWrap {
	position: absolute;
	top: 0;
	right: 10px;
	display: flex;
	gap: 5px;
}
.tagA, .tagB {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 0 0 5px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 24px;
	letter-spacing: 0.2em;
}
.tagA { background: #00A9F1;}
.tagB { background: #55C400;}
.logoArea {
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
#sub .logoArea {
	margin: 0 10px 20px;
}
.reportMainInner {
	padding: 0 2px;
}
#sub .reportMainInner {
	padding: 0 14px;
}
.logoArea span {
	width: 100px;
}
.ttlReport {
	font-size: max(3.6vw, 16px);
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 5px;
}
.date {
	font-size: max(2.4vw, 12px);
	line-height: 1.6;
	margin-bottom: 25px;
}
.reportContent {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.reportContent:not(:last-child) {
	margin-bottom: 25px;
}
.imgReport {
	margin: 0 auto;
}
.txtReport {
	display: flex;
	flex-direction: column;
}
.txtReport p:not(last-child) {
	font-size: max(3.2vw, 14px);
	line-height: 2.2;
	margin-bottom: 20px;
}
.txtReport p.btnLink {
	margin-bottom: 0!important;
}
.txtReport p:has(+ p.note) {
	margin-bottom: 10px;
}
.txtReport p.note {
	text-indent: -1em;
	padding-left: 1em;
	font-size: max(2.4vw, 12px);
	line-height: 1.6;
}
.addImage {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	gap: 20px;
}
.addImage li {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.addImage li figure img {
	margin-bottom: 8px;
}
.addImage li figure figcaption {
	font-size: max(2.4vw, 12px);
	line-height: 1.4;
}
.addLink {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.addLink li:not(:last-child) {
	margin-bottom: 10px;
}
.btnArea{
	margin: 0 auto;
}
.addImage + .btnArea .btnLink a {
	margin: 20px auto 0;
}
.btnLink a {
	border-radius: 100vmax;
	background: #004EA2;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 12px 40px 12px 30px;
	font-weight: bold;
	text-decoration: none;
	transition: .2s;
	position: relative;
	font-size: max(2.8vw, 14px);
}
.btnLink a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: rotate(45deg) translateY(-50%);
	width: 10px;
	height: 10px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}
.ttlA {
	color: #004EA2;
	font-size: max(3.6vw, 16px);
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}
.ttlA span {
	font-size: 14px;
}
.order {
	margin-bottom: 24px;
}
.order li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 0.5em;
	font-size: max(3.2vw, 14px);
	line-height: 2.2;
}
#footer {
	width: 100%;
	background: #F5FCFF url(/osakabay/lib/img/bg_footer_sp.png) center bottom no-repeat;
	background-size: 100%;
	padding: 0 15px;
}
#footer .copyright {
	text-align: center;
	font-size: max(2.0vw, 10px);
	min-height: 130px;
}
#footer .otherPages ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
#footer .otherPages a {
	text-decoration: none;
}
#footer .otherPages {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
}
#footer .otherPages .otherThumb {
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 25px;
}
#footer .otherPages .otherThumb img {
	transition: all 0.4s ease;
	transform: scale(1.0);
}
#footer .otherPages a:hover .otherThumb img {
	transform: scale(1.1);
}
#footer .otherPages .pageName {
	font-size: max(3.8vw, 18px);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#footer .otherPages p {
	font-size: max(3.2vw, 14px);
	line-height: 1.6;
}
#footer .corporate {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	margin-bottom: 70px;
}
#footer .corporate ul {
	display: flex;
}
#footer .corporate li {
	width: 200px;
}
#footer .corporate ul li:first-child {
	border-right: 1px solid #222;
}
#footer .corporate li a {
	display: flex;
	justify-content: center;
	font-size: max(3.2vw, 14px);
	text-decoration: none;
}
#footer .corporate li a:hover {
	text-decoration: underline;
}
.paragraph {
	font-size: max(3.2vw, 14px);
	line-height: 1.6;
	margin-bottom: 20px;
}

/* 詳細 */
.reportDetailWrap {}
.reportDetail {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.reportDetail:not(:last-child) {
	margin-bottom: 25px;
}
.survey {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.surveyBox {
	border: 1px solid #ccc;
	padding: 15px 12px;
	width: 100%;
}
.surveyBox dt,
.surveyBox dd span {
	font-size: max(3.2vw, 14px);
	line-height: 2.2;
}
.surveyBox dt {
	font-weight: bold;
	line-height: 1.4;
	padding: 5px 0 5px 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.surveyBox dt.surveyTtl01 {
	color: #fff;
	background: #DF0906;
}
.surveyBox dt.surveyTtl02 {
	background: #17E71B;
}
.surveyBox dt.surveyTtl03 {
	color: #fff;
	background: #0208C5;
}
.surveyBox dd {
	display: flex;
}
.surveyBox dd span:first-child {
	width: 72px;
	display: inline-block;
}
.surveyBox dd span:last-child {
	width: calc(100% - 72px);
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.viewpoint {
	margin-bottom: 20px;
}
.viewpoint ul li {
	text-indent: -3.2em;
	padding-left: 3.2em;
	line-height: 1.6;
	font-size: max(3.2vw, 14px);

}
.viewpoint ul li .note {
	font-size: max(2.4vw, 12px);
	text-indent: 0;
	line-height: 2.2;
	margin-left: -1em;
}
.imgArea {
	margin-bottom: 30px;
}
.imgArea .imgDetailReport {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.ttlB {
	font-size: max(3.6vw, 16px);
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.flexBox {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: fit-content;
	margin: 0 auto 15px;
}
.flexBox > div {
	width: fit-content;
	margin: 0 auto;
}
.flexBox ul li,
.lineFlex ul li,
.pointsFlex ul li {
	line-height: 1.6;
}
.lineFlex ul li {
	font-size: max(2.4vw, 12px);
}
.pointsFlex ul li {
	font-size: max(3.2vw, 14px);
}
.lineFlex {
	width: 100%;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.lineFlex ul {
	display: flex;
	gap: 10px;
}
.lineFlex ul li.line1::first-letter, .graph figure figcaption.line1::first-letter { color: #DF0906;}
.lineFlex ul li.line2::first-letter, .graph figure figcaption.line2::first-letter { color: #17E71B;}
.lineFlex ul li.line3::first-letter, .graph figure figcaption.line3::first-letter { color: #0208C5;}
.graph {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.graph figure figcaption {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.graphWrap.column2 {
	margin-bottom: 20px;
}
.graphWrap.column2 .graph li:nth-child(2) {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 15px;
}
.decimal li {
	text-indent: -1em;
	padding-left: 1em;
}
.decimal li::before {
	content: '・';
}
.futureArea p,
.futureArea ul li {
	line-height: 1.6;
	font-size: 16px;
}

.pointsFlex {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 30px;
}
.pointsFlex ul li .point1 {
	color: #E83615;
}
.pointsFlex ul li .point2 {
	color: #0335B9;
}

.backBtn {
	margin-top: 50px;
}
.backBtn a {
	border-radius: 100vmax;
	background: #004EA2;
	font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 40px;
	font-weight: bold;
	text-decoration: none;
	transition: .2s;
	position: relative;
	margin: 0 auto;
}
.backBtn a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: rotate(45deg) translateY(-50%);
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
}
