@charset "utf-8";

/* ────────────────────────────────────────────

min-width: 768px 

──────────────────────────────────────────── */

html {
	font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
}
body {
	font-size: 1.6rem; /*font-size : 16px と同等*/
	overflow-x: hidden;
}

.wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #F5FCFF;
}
.contents {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 110px;
}
.firstView {
	position: relative;
	background: url("/osakabay/lib/img/bg_top.png") no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	--topMask:
	radial-gradient(70.46px at 50% calc(100% - 98px),#000 99%,#0000 101%) calc(50% - 80px) 0/160px 100%,
	radial-gradient(70.46px at 50% calc(100% + 58px),#0000 99%,#000 101%) 50% calc(0% - 40px)/160px 100% repeat-x;

	-webkit-mask: var(--topMask);
	mask: var(--topMask);
	padding: 50px 0 280px;
	z-index: 0;
}
#sub .firstView {
	background: url("/osakabay/lib/img/bg_top_sub.png") no-repeat;
	background-position: top center;
	background-position-y: -15px;
	background-position-x: center;
	background-size: cover;
	padding: 50px 0 100px;
}
.firstView h1 {
	width: fit-content;
	margin: 0 auto;
}
#sub .firstView h1 {
	max-width: 480px;
}
.topContents {
	position: relative;
	z-index: 1;
	margin-top: -17vw;
}
@media screen and (min-width: 1440px) {
	.topContents {
		margin-top: -250px;
	}
}
.mainImg {
	margin-bottom: 45px;
}
.topText {
	font-size: min(1.6vw, 16px);
	line-height: 2.4;
	text-align: center;
	max-width: calc(100% - 70px);
	margin: 0 auto 40px;
}
.topText span {
	display: inline-block;
	font-size: min(2.0vw, 20px);
	font-weight: bold;
	color: #004EA2;
	margin-top: 20px;
}
.topImg {
	position: relative;
	width: fit-content;
	max-width: calc(100% - 70px);
	margin: 0 auto 50px;
}
.topImg a.inImg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 26.4%;
	height: 56.2%;
	border-radius: 0.5vmax;
}
.topImg a.inImg:hover {
	background-color: rgba(249, 249, 249, 0.3);
}
.topLink {
	width: fit-content;
	margin: 0 auto 30px;
}
.topLink a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	background: #004EA2;
	text-decoration: none;
	padding: 27px 25px;
	border-radius: 64px;
	transition: .2s;
}
.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;
}
.topLink a:hover {
	opacity: .7;
}

.rolesWrap {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
	--mask:
		radial-gradient(70.53px at 50% 98.9px,#000 99%,#0000 101%) calc(50% - 86px) 0/172px 51% repeat-x,
		radial-gradient(70.53px at 50% -55.9px,#0000 99%,#000 101%) 50% 43px/172px calc(51% - 43px) repeat-x,
		radial-gradient(70.53px at 50% calc(100% - 98.9px),#000 99%,#0000 101%) calc(50% - 86px) 100%/172px 51% repeat-x,
		radial-gradient(70.53px at 50% calc(100% + 55.9px),#0000 99%,#000 101%) 50% calc(100% - 43px)/172px calc(51% - 43px) 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;
	padding: 150px 0;
	z-index: 1;
}
.rolesWrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1800px;
	height: 100%;
	background: url(/osakabay/lib/img/bg_roles.png) no-repeat;
	background-position: center;
	background-size: 100%;
	z-index: -1;
}
@media screen and (max-width: 1440px) {
	.rolesWrap::after {
		background: url(/osakabay/lib/img/bg_roles.png) no-repeat;
		background-size: unset;
		background-position: center;
	}
}
.rolesInner {
	width: 100%;
	max-width: 1440px;
	position: relative;
	margin: 0 auto;
}
.contentTitle {
	position: relative;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	margin-bottom: 50px;
	z-index: 1;
}
.contentTitle .bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100%;
	max-width: 700px;
}
.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;
	gap: 40px;
	width: 100%;
	padding: 0 7vw;
}
.rolesImg {
	width: 35%;
}
.rolesList {
	width: 65%;
}
.rolesList > ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.rolesList > ul > li {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	min-height: 160px;
	background: #fff;
	border-radius: 10px;
	padding: 24px 24px 24px 0;
}
.rolesList .listImg {
	width: 140px;
}
.rolesList .roleData {
	width: calc(100% - 160px);
}
.rolesList .roleData p {
	font-size: min(1.7vw, 16px);
	font-weight: bold;
	line-height: 1.6;
	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: min(1.5vw, 14px);
	line-height: 1.6;
	padding-left: 1em;
}
.rolesList .roleData ul li::before {
	position: absolute;
	top: 0.45em;
	left: 0;
	content:"";
	width: 2vw;
	max-width: 11px;
	height: 2vw;
	max-height: 11px;
	background: #004EA2;
	border-radius: 50%;
	margin-right: 3px;
}
.ttlPtA {
	padding-top: 80px;
}
.reportInner {
	width: 100%;
	padding: 80px 35px 0;
}
#sub .reportInner {
	padding-top: 60px;
}
.reportWrap {
	background: #fff;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 50px;
	box-shadow: 0px 0px 10px rgba(18, 18, 18, 0.1);
	border-radius: 20px;
	position: relative;
}
.tagWrap {
	position: absolute;
	top: 0;
	right: 50px;
	display: flex;
	gap: 5px;
}
.tagA, .tagB {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 0 0 5px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 34px;
}
.tagA { background: #00A9F1;}
.tagB { background: #55C400;}
.logoArea {
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.ttlReport {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 5px;
}
.date {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 50px;
}
.reportContent {
	display: flex;
	gap: 20px;
}
.reportContent:not(:last-child) {
	margin-bottom: 25px;
}
.imgReport {
	width: 510px;
}
.txtReport {
	width: calc(100% - 530px);
	display: flex;
	flex-direction: column;
}
.txtReport p:not(last-child) {
	line-height: 1.6;
}
.txtReport p.note {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
}
.addImage {
	display: flex;
	gap: 25px;
}
.addImage li {
	width: calc(100% / 3);
}
.addImage li figure img {
	margin-bottom: 10px;
}
.addImage li figure figcaption {
	font-size: 12px;
	line-height: 1.4;
}
.addLink {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: end;
}
.addLink li.fixW a {
	width: 300px;
	text-align: left;
	justify-content: flex-start;
}
.addLink li:not(:last-child) {
	margin-bottom: 10px;
}
.btnArea{
	margin-top: auto;
	margin-left: auto;
}
.btnLink a {
	border-radius: 100vmax;
	background: #004EA2;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 0 40px 0 30px;
	height: 46px;
	font-weight: bold;
	text-decoration: none;
	transition: .2s;
	position: relative;
}
.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;
}
.btnLink a:hover {
	opacity: .7;
}
.ttlA {
	color: #004EA2;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}
.ttlA span {
	font-size: 14px;
}
.order {
	margin-bottom: 27px;
}
.order li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 0.5em;
	line-height: 1.6;
}
#footer {
	width: 100%;
}
#footer .copyright {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	text-align: center;
	font-size: 12px;
	min-height: 130px;
	background: #F5FCFF url(/osakabay/lib/img/bg_footer.png) center bottom no-repeat;
}
#footer .otherPages ul {
	display: flex;
	gap: 30px;
}
#footer .otherPages li {
	width: calc((100% - 30px) / 3);
}
#footer .otherPages a {
	text-decoration: none;
}
#footer .otherPages {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 0 35px;
}
#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: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#footer .otherPages p {
	font-size: 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;
	text-decoration: none;
}
#footer .corporate li a:hover {
	text-decoration: underline;
}
.paragraph {
	line-height: 1.6;
	margin-bottom: 27px;
}
.paragraph.note {
	font-size: 14px;
}


/* 詳細 */
.reportDetailWrap .reportDetail:not(:last-child) {
	margin-bottom: 25px;
}
.survey {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}
.surveyBox {
	border: 1px solid #ccc;
	padding: 15px;
	width: calc(100% / 2 - 10px);
}
.surveyBox dt,
.surveyBox dd span {
	line-height: 1.6;
}
.surveyBox dt {
	font-weight: bold;
	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: 80px;
	display: inline-block;
}
.surveyBox dd span:last-child {
	width: calc(100% - 80px);
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.viewpoint {
	margin-bottom: 50px;
}
.viewpoint ul li {
	text-indent: -3.2em;
	padding-left: 3.2em;
	line-height: 1.6;
}
.viewpoint ul li .note {
	font-size: 14px;
	text-indent: 0;
	line-height: 1.6;
}
.imgArea {
	margin-bottom: 30px;
}
.imgArea .imgDetailReport {
	display: flex;
	gap: 25px;
	margin-bottom: 25px;
}
.ttlB {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.flexBox {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.flexBox ul li,
.lineFlex ul li,
.pointsFlex ul li {
	line-height: 1.6;
}
.lineFlex ul li {
	font-size: 14px;
}
.lineFlex {
	width: 100%;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	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;
	gap: 10px;
	margin-bottom: 20px;
}
.graph figure figcaption {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.graphWrap {
	margin-bottom: 50px;
}
.graphWrap.column2 {
	margin-bottom: 50px;
}
.graphWrap.column2 .graph {
	flex-direction: column;
}
.graphWrap.column2 .graph figure {
	display: flex;
	align-items: center;
	padding-left: 3vw;
	gap: 20px;
}
.graphWrap.column2 .graph figure figcaption {
	width: 15%;
	text-align: left;
	line-height: 1.6;
}
.graphWrap.column2 .graph figure img {
	max-width: 85%;
}
.graphWrap.column2 .graph li:nth-child(2) {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.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;
	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;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 195px;
	height: 46px;
	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;
}
