@charset "utf-8";

/* ────────────────────────────────────────────

max-width: 767px 

──────────────────────────────────────────── */


/* general framework */
.wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: rgba(0, 143, 205, 0.95);
	background-blend-mode: hue;
}
.content {
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
	margin: 0 2.5rem;
}
.relative {
	position: relative;
}

/* title */
/* font */
.catch-lead {
	color: var(--white, #FFF);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 30px;
}
.sec-text {
	color: var(--white, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
}
.sec-text.light {
	color: var(--white, #FFF);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
	margin: 0 20px;
}
/* btn */

.catch-heading {
	background: var(--base_darkblue, #015D84);
	display: flex;
	max-width: 1200px;
	padding: 33px 10px 35px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: var(--white, #FFF);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 30px;
}
.catch-actions {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
	align-items: center;
	margin: 0 auto 60px;
}
.btn-outline {
	border-radius: 40px 12px 40px 40px;
	border: 2px solid var(--base_darkblue, #015D84);
	background: var(--lightblue_bg, #D9F5FF) url(/blue-carbon/assets/img/top/patternL.png) left 20px bottom no-repeat;
	background-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 446px;
	padding: 14px 30px 14px 80px;
	color: var(--base_darkblue, #015D84);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	transition: .3s;
}
.btn-primary {
	border-radius: 12px 40px 40px 40px;
	border: 2px solid var(--base_darkblue, #015D84);
	background: var(--lightblue_bg, #D9F5FF) url(/blue-carbon/assets/img/top/patternR.png) right 20px bottom no-repeat;
	background-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	max-width: 446px;
	padding: 14px 80px 14px 30px;
	color: var(--base_darkblue, #015D84);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	transition: .3s;
}
.catch-actions .btn-primary {
	width: 100%;
}
.btn-outline-light {
	display: flex;
	max-width: 268px;
	margin: 0 auto;
	padding: 10px 50px 10px 30px;
	align-items: center;
	border-radius: 30px;
	border: 3px solid var(--base_darkblue, #015D84);
	background: var(--lightblue_bg, #D9F5FF) url(/blue-carbon/assets/img/top/patternR.png) right 20px bottom no-repeat;
	background-size: 30px;
	color: var(--base_darkblue, #015D84);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	justify-content: center;
}


/* hero */
.hero-corp-logo {
	position: absolute;
	top: 70px;
	right: 20px;
	width: 130px;
	z-index: 1;
}
.hero-container {	
	background: url(/blue-carbon/assets/img/common/bg_main.png) center top no-repeat;
	background-size: 340%;
	position: relative;
	overflow: hidden;
}
.hero-main {
	text-align: center;
	padding-top: 170px;
	padding-bottom: 40px;
	position: relative;
	z-index: 3;
}
.hero-main img {
	max-width: none;
	width: 100%;
}
.hero-main:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -50px;
	z-index: 3;
	background: url(/blue-carbon/assets/img/top/corals.png) center center no-repeat;
	background-size: contain;
	height: 140px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}
.hero-button {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 890px;
	display: flex;
	justify-content: space-between;
	gap: 18px;
	z-index: 3;
}
.initiatives-btn {
	position: relative;	
	border-radius: 40px 12px 40px 40px;	
	border: 3px solid var(--base_darkblue, #fff);
	background: var(--lightblue_bg, rgba(1,93,132,0.8)) url(/blue-carbon/assets/img/top/patternL.png) left 10px bottom no-repeat;
	background-size: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 168px;
	padding: 8px 10px 8px 50px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	transition: .3s;
}
.contact-btn {
	position: relative;	
	border-radius: 12px 40px 40px 40px;	
	border: 3px solid var(--base_darkblue, #fff);
	background: var(--lightblue_bg, rgba(1,93,132,0.8)) url(/blue-carbon/assets/img/top/patternO.png) right 10px bottom no-repeat;
	background-size: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 168px;
	padding: 8px 50px 8px 10px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	transition: .3s;
}


.hero-content {
	position: relative;
	z-index: 5;
	text-align: center;
}
.hero-title {
	margin-bottom: 26px;
	padding-top: 4vw;
	background: linear-gradient(180deg, rgba(1, 93, 132, 1) 0%, rgba(1, 93, 132, 1) 36%, rgba(1, 93, 132, 0) 36%, rgba(1, 93, 132, 0) 100%);
}
.hero-title img {
	width: 100%;
}
/* 魚 */
.fish {
	position: absolute;
	opacity: 0;
}
.fish.move1 { top: 50px; right: 100px; animation: swim1 16s ease-in-out 2s infinite;}
.fish.move2 { top: 200px; left: 100px; animation: swim2 12s ease-in-out 5s infinite;}
.fish.move3 { top: 100px; left: 300px; animation: swim3 18s ease-in-out 4s infinite;}
.fish.move4 { top: 120px; right: 100px; animation: swim4 14s ease-in-out 6s infinite;}
@keyframes swim1 {
	0% {transform: translate(10vw, 0); opacity: 0;}
	100% {transform: translate(-100vw, 0); opacity: 1;}
}
@keyframes swim2 {
	0% {transform: translate(10vw, 0); opacity: 0;}
	100% {transform: translate(-100vw, 0); opacity: 1;}
}
@keyframes swim3 {
	0% {transform: translate(10vw, 0); opacity: 0;}
	100% {transform: translate(-100vw, 0); opacity: 1;}
}
@keyframes swim4 {
	0% {transform: translate(10vw, 0); opacity: 0;}
	100% {transform: translate(-100vw, 0); opacity: 1;}
}
.fish img {
	animation: dance1 3s ease-in-out infinite;
}
@keyframes dance1 {
	50% {transform: translate(0, -20px);}
	0%, 100% {transform: translate(0, 0);}
}
/* 泡 */
.bubble {
	position: absolute;
	opacity: 0;
	z-index: 1;
}
.bubble.move1 { bottom: 0px; right: 100px; animation: rise1 5s ease-in-out 2s infinite; width: 10%;}
.bubble.move2 { top: 130px; left: 100px; animation: rise2 6s ease-in-out 1s infinite; width: 15%}
@keyframes rise1 {
	0% {transform: translate(0, 0); opacity: 0;}
	100% {transform: translate(0, -200px); opacity: 1;}
}
@keyframes rise2 {
	0% {transform: translate(0, 0); opacity: 0;}
	100% {transform: translate(0, -200px); opacity: 1;}
}
.bubble1 img {
	animation: bubble-dance1 3s ease-in infinite;
}
@keyframes bubble-dance1 {
	0% {transform: translate(-20px, 0);}
	50% {transform: translate(0, 0);}
	100% {transform: translate(-20px, 0);}
}

.heroText {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 100%;
	z-index: 3;
}
.shadowTxtWrap {
	position:relative;
	height: 195px;
}
.txt {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: min(6vw, 24px);
	font-weight: 900;
	color: #FFFFFF;
	line-height: 1.6;
	text-align: left;
	z-index: 1;
}
.shadow {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: min(6vw, 24px);
	font-weight: 900;
	line-height: 1.6;
	text-align: left;
	z-index: 0;
	text-shadow: 0 4px 0 #008FCD;
	-webkit-text-stroke: 6px #008FCD;
}
.heroLead {
	padding: 15px 20px;
	border-radius: 10px;
	border: 2px solid var(--base_blue, #008FCD);
	background: rgba(201, 241, 255, 0.90);
	margin: 0 auto 80px;
	width: calc(100% - 40px);
}
.heroLead p {
	color: #0075A7;
	/* -webkit-text-stroke-width: 2px; */
	/* -webkit-text-stroke-color: var(--lightblue_bg, var(--lightblue_bg, #D9F5FF)); */
	font-family: "Noto Sans JP";
	font-size: min(3vw, 13px);
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: -0.16px;
	text-shadow: 0 1px 4px #fff;
}


.catch .container {
	padding: 0 20px;
	margin-bottom: 60px;
}
/* news-title */
.news-title {
	color: var(--white, #FFF);
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.45;
	margin-bottom: 36px;
}
.news-list {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 40px 0;
	display: flex;
	max-width: 1000px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	margin: 0 auto;
}
.news-item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	color: var(--white, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
	padding-bottom: 20px;
	background-image : linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 6px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
}
.news-item:has(a) {
	display: block;
}
.news-item a {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.news-item a:hover .news-text {
	text-decoration: underline;
}
.news-tag {
	display: flex;
	width: 120px;
	height: 29px;
	padding: 6px 10px 6px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--blue1, #C9F1FF);
	color: var(--base_darkblue, #015D84);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	margin-top: -6px;
}
.company {
	color: var(--white, #FFF);
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
}
.news-text {
	color: var(--white, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
}

.container.split {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-bottom: 30px;
}
@keyframes item-anime {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.container.split .split-body {
	display: contents;
}
.company .sec-heading { order: 1;}
.company .sec-text { order: 3;}
.company .illust-card { order: 2;}
.company .btn-primary { order: 4;}
.company .sec-heading,
.company .sec-text {
	margin: 0 20px;
}
.company .btn-primary {
	margin: 0 37px 60px;
}
.illust-card {
	margin-right: -35px;
	display: flex;
	justify-content: center;
	position: relative;
	timeline-trigger: --t view() contain 10% contain 90% / entry 100% exit 0%;
}
.illust-card img {
	border-radius: 40px;
	width: 300px;
}
.illust-card:before {
	position: absolute;
	left: 30%!important;
	transform: translateX(-50%);
	bottom: 0;
	content:"";
	opacity: 0;
  animation: item-anime 0.5s ease-in-out both;
  animation-trigger: --t play-forwards;
}
.illust-card:before {
	background: url(/blue-carbon/assets/img/top/img_grown_before.png) right bottom no-repeat;
	background-size: cover;
	width: 280px;
	height: 120px;
	display: inline-block;
	left: -20px;
}
.bluecarbon .illust-card:before {
	background: url(/blue-carbon/assets/img/top/img_about_before.png) right bottom no-repeat;
	background-size: cover;
	width: 208px;
	height: 140px;
	bottom: -10px;
	left: 10px;
	opacity: 1!important;
}
.ultrasonic .illust-card:before {
	background: url(/blue-carbon/assets/img/top/img_ultrasonic_before.png) right bottom no-repeat;
	background-size: cover;
	width: 150px;
	height: 150px;
	left: 40px;
}


/*  */
.bluecarbon .container {
	margin-bottom: 53px;
}
.bluecarbon .sec-heading { order: 1;}
.bluecarbon .illust-card { order: 2;}
.bluecarbon .sec-text { order: 3;}
.bluecarbon .para-title { order: 3;}
.bluecarbon .btn-primary { order: 4;}
.bluecarbon .para-title {
	color: var(--white, #FFF);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
	margin: 0 20px;
}
.bluecarbon .sec-heading {
	color: var(--white, #FFF);
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 20px;
}
.bluecarbon .sec-text {
	margin: 0 20px;
}
.bluecarbon .btn-primary {
	margin: 0 20px;
	padding: 14px 60px 14px 20px;
}
.concept-grid {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #fff;
	width: 90%;
	margin: 0 auto;
}
.concept-card {
	counter-increment: num;
	position: relative;
	text-align: center;
	padding: 30px 15px 30px;
	width: 50%;
}
.concept-card:before,
.concept-card:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}
.concept-card:before {
	left: 0px;
	margin-left: -1px;
}
.concept-card:after {
	right: 0px;
}
.concept-card:last-child:after {
	right: -1px;
}
.concept-num {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: -26px;
	font-size: 50px;
	font-weight: 900;
	color: var(--color-white);
}
.concept-num:before,
.concept-num:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	background: #fff;
	top: 50%;
}  
.concept-num:before {
	left: 0px;
	width: calc(100% - 65%);
}
.concept-num:after {
	right: 0px;
	width: calc(100% - 65%);
}
.concept-title {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(2em * 1.5);
	color: var(--white, #FFF);
	text-align: center;
	font-size: clamp(14px,1.6dvw,24px);
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 16px;
}
.concept-icon {
	margin-bottom: 15px;
	width: 80px;
}
.concept-text {
	color: var(--white, #FFF);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}
.ultrasonic .container.split {
	padding-bottom: 60px;
}
.ultrasonic .sec-heading { order: 1;}
.ultrasonic .illust-card { order: 2;}
.ultrasonic .sec-table { order: 3;}
.ultrasonic .para-title { order: 3;}
.ultrasonic .btn-primary { order: 4;}
.ultrasonic .sec-heading {
	color: var(--white, #FFF);
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 20px;
}
.ultrasonic .para-title {
	color: var(--white, #FFF);
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 20px;
}
.ultrasonic .btn-primary {
	margin: 0 37px;
}
.sec-table {
	margin: 0 20px;
}
.sec-table table {
	border: 1px solid #fff;
	width: 100%;
}
.sec-table table td {
	border: 1px solid #fff;
	padding: 12px 0 12px 29px;
}
.sec-table table td span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.0;
}
.sec-table table td span:before {
	content: "";
	background: url(/blue-carbon/assets/img/top/ico_mark.png) center center no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
	display: inline-block;
}


/* activity */
.activity {
	/* margin-bottom: 160px;
	background: rgb(72 191 242 / 50%); */
}
.japan-map {
	width: fit-content;
	margin: 0 auto 55px;
	padding: 0 20px;
}
.activity-list-wrap {
	background: var(--lightblue_bg, #D9F5FF);
	display: flex;
	width: 100%;
	padding: 20px;
	flex-direction: column;
	gap: 14px;
	position: relative;
}
.activity-list-title {
	color: var(--base_darkblue, #015D84);
	text-align: left;
	text-shadow: 0 0 7.058px rgba(255, 255, 255, 0.50);
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
}
.activity-list-wrap:before {
	content: url(/blue-carbon/assets/img/top/before_initiatives.png);
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translate(-50%, 0);
	pointer-events: none;
}
.localAtives ul li {
	display: flex;
	gap: 20px;
	margin-bottom: 22px;
}
.area-row {
	display: flex;
	gap: 15px;
	margin-bottom: 22px;
}
.area-name {
	color: var(--base_blue, #008FCD);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	border-right: 2px solid var(--base_blue, #008FCD);
	padding-right: 15px;
	white-space: nowrap;
}
.area-items {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.area-item {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}
.area-items .area-item:last-child {
	margin: 0;
}
.spot.col2 {
	color: #ED6067;
}
.spot {
	color: var(--base_darkblue, #015D84);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	width: 48px;
	white-space: nowrap;
}
.date, .desc {
	color: var(--base_darkblue, #015D84);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 7px;
}
.desc {
	display: block;
	text-align: left;
	line-height: 1.5;
}
.scrollWrap {
  display: flex;
  overflow-x: hidden;
	padding: 0 0 50px 0;
}

.scrollList {
  display: flex;
  list-style: none;
	text-align: center;
  padding: 0;
  animation: scroll-left 80s infinite linear 0.5s both;
}
.scrollList img {
	border-radius: 40px;
}
@keyframes scroll-left {
	0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
.scrollItem {
  width: calc(100vw / 2);
	margin-right: 36px;
}
@keyframes scroll-left {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
.wave-img1 {
	animation: floating1 4s ease-in-out infinite;
}
@keyframes floating1 {
    50% {transform: translate(0, 50px);}
    0%,100% {transform: translate(0, 0);}
}
.wave-img2 {
	animation: floating2 4s ease-in-out infinite;
}
@keyframes floating2 {
    50% {transform: translate(0, 0);}
    0%,100% {transform: translate(0, 50px);}
}
.activity-intro {
	background: var(--base_darkblue, #015D84);
	display: flex;
	flex-direction: column;
	padding: 60px 0;
	margin-bottom: 50px;
}
.activity-intro .sec-heading.light {
	color: var(--white, #FFF);
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 30px;
}
.activity-intro .sec-text.light {color: var(--white, #FFF);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
	margin: 0 20px;
}
.marker img {
	width: 16px;
}
.pos1,
.pos2,
.pos3,
.pos4,
.pos5,
.pos6,
.pos7,
.pos8 {
	position: absolute;
}
.pos1 { top: 20%; left: 64%;}
.pos2 { top: 16%; left: 80%;}
.pos3 { top: 70%; left: 34%;}
.pos4 { top: 72%; left: 37%;}
.pos5 { top: 73%; left: 23%;}
.pos6 { top: 74%; left: 18%;}
.pos7 { top: 24%; left: 26%;}
.pos8 { top: 18%; left: 75%;}
.tooltip {	
	position: relative;
	display: inline-block;
}
.tooltip::before {
	content: attr(data-tooltip);
	position: absolute;
	width: 150px;
	background-color: #D9F5FF;
	border: 4px solid #015D84;
	border-radius: 100vmax;
	color: #015D84;
	text-align: center;
	padding: 10px;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 22px;
	font-weight: 700;
	visibility: hidden;
}
.tooltip::after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: #015D84;
	opacity: 0;
	transition: opacity .3s;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #015D84;
	height: 40px;
	width: 80px;
	visibility: hidden;
}
.tooltip:hover::before, .tooltip:hover::after {
	opacity: 1;
	visibility: visible;
}

/* message */
.message {
	background: rgb(1 93 132 / 70%);
	margin-top: -40px;
	padding-top: 120px;
}
.message .sec-heading { order: 1;}
.message .photo-placeholder.portrait { order: 2;}
.message .para-title { order: 2;}
.message .sec-text { order: 3;}
.message .signature { order: 4;}
.photo-placeholder.portrait img {
	border-radius: 55px;
}
.message .sec-heading {
	color: var(--white, #FFF);
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 20px;
}
.message .photo-placeholder.portrait {
	text-align: center;
	margin: 0 20px;
}
.message .sec-text {
	color: var(--white, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
	margin: 0 20px;
}
.message .signature {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0 20px;
}
.sig-role {
	color: var(--white, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.8;
	display: flex;
	gap: 34px;
	justify-content: flex-end;
	align-items: flex-start;
}
.sig-name {
	color: var(--white, #FFF);
	text-align: right;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
}


/* member */
.member {
	background: rgb(1 93 132 / 70%);
}
.member .sec-heading { order: 1;}
.member .photo-placeholder.portrait { order: 3;}
.member .sec-text { order: 4;}
.member .signature { order: 2;}
.member .sec-heading {
	color: var(--white, #FFF);
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 20px;
}
.member .signature {
	margin: 0 20px;
}
.member .sig-role {
	color: var(--white, #FFF);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8;
	display: flex;
	gap: 34px;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: -30px;
}
.member .photo-placeholder.portrait {
	margin: 0 20px;
	text-align: center;
}
.member .sec-text {
	color: var(--white, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
	font-feature-settings: "pwid" 1;
}
.member .container.article {
	display: flex;
	flex-direction: column-reverse;
	gap: 30px;
	background: var(--base_darkblue, #015D84);
	padding-bottom: 60px;
}
.member .container.article .article-bnr {
	margin: 0 20px;
}
.member .container.article .article-bnr ul {	
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

/* partners */
.partners .container {
	padding: 60px 20px;
}
.partners .sec-heading {
color: var(--white, #FFF);
text-align: center;
font-family: "Noto Sans JP";
font-size: 28px;
font-style: normal;
font-weight: 900;
line-height: 1.5;
margin-bottom: 40px;
}
.sec-heading-sponsorship {
color: var(--white, #FFF);
text-align: center;
font-family: "Noto Sans JP";
font-size: 28px;
font-style: normal;
font-weight: 900;
line-height: 1.5;
margin-bottom: 40px;
}
.list-spnsorship {
	width: 100%;
	margin: 0 auto 60px;
}
.list-spnsorship ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.list-spnsorship ul li {
	width: calc(100% - 20px);
	background: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
	margin: 0 auto;
}
.list-spnsorship ul li span {
	text-align: center;
	color: var(--base_darkblue, #015D84);
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 150%; /* 30px */
}
.partner-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.partner-grid li {
	border: 2px solid #fff;
	display: flex;
	flex-direction: column;
	padding: 25px 25px 20px 25px;
	width: 50%;
	text-align: center;
	margin-top: -2px;
	margin-left: -2px;
}

.partner-grid li figcaption {
	color: var(--white, #FFF);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
}



/* contact */
.contact-card {
	width: 90%;
	margin: 0 auto 60px;
}
.contact-cats {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	gap: 30px 10px;
}
.contact-cats li {
	color: var(--white, #FFF);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	border-radius: 100vmax;
	background: var(--base_darkblue, #015D84);
	width: 48%;
	padding: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.contact-cats li::after {
	content: "";
	display: inline-block;
	background: var(--base_darkblue, #015D84);
	border: 5px solid var(--base_darkblue, #015D84);
	border-radius: 5px;
	position: absolute;
	bottom: -10px;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	z-index: -1;
}
.btn-accent {
	border-radius: 12px 40px 40px 40px;
	border: 3px solid #fff;
	background: #EA8B00 url(/blue-carbon/assets/img/top/patternW.png) right 20px bottom no-repeat;
	background-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 446px;
	padding: 9px 50px 9px 30px;
	color: var(--white, #FFF);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	transition: .3s;
	margin: 0 auto;
}


/* relation */
.related .sec-heading {
	text-align: center;
	margin-bottom: 40px;
	color: var(--white, #FFF);
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
}
.related-grid {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 220px;
}
.related-grid li {
	width: fit-content;
	text-align: center;
}
.relation {
	max-width: 1200px;
	margin: 0 auto 200px;
}
.relationList {
	display: flex;
	gap: 30px;
}

