@charset "utf-8";

/* ────────────────────────────────────────────

min-width: 768px 

──────────────────────────────────────────── */

body {
	font-size: 1.6rem; /*font-size : 16px と同等*/
}

.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.is-visible {
	opacity: 1;
	transform: translateY(0);
}

[id^="anc-"] {
  scroll-margin-top: 100px;
}

/* =============== head =============== */
.head {
	position: relative;
	width: 100%;
	height: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.head-inner {
	width: 100%;
	width: 1440px;
	margin: 0 auto;
}
.head-splash {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.head-splash span:first-child {
	display: inline-block;
	position: absolute;
	top: 17%;
	right: 37%;
	width: 52px;
	height: 44px;
	background: url(/sea-pulse/challenge/assets/img/top/img_splash01.png)no-repeat;
	background-size: contain;
	z-index: 1;
}
.head-splash span:last-child {
	display: inline-block;
	position: absolute;
	bottom: 6%;
	right: 8.5%;
	width: 41px;
	height: 71px;
	background: url(/sea-pulse/challenge/assets/img/top/img_splash02.png)no-repeat;
	background-size: contain;
	z-index: 1;
}
.head-bg {
	position: absolute;
	bottom: 33%;
	left: 0;
	width: 100%;
}
.head-bg img {
	width: 100%;
}
@media screen and (max-width: 1380px) {
	.head {
		height: 72vw;
	}
}
.head-wave {
	position: absolute;
	bottom: 6%;
	left: 0;
	width: 100%;
	height: 400px;
	background: url(/sea-pulse/challenge/assets/img/top/head_wave.svg) repeat-x;
	background-position: center;
}
.head-slider {
	position: absolute !important;
	top: 0;
	right: -111px;
	width: 60%;
	max-width: 872px;
	margin-left: auto!important;

	-webkit-mask-image: url('/sea-pulse/challenge/assets/img/top/slider_clip.png');
  mask-image: url('/sea-pulse/challenge/assets/img/top/slider_clip.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.swiper-slide {
	display: flex!important;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.swiper-slide .head-main-img {
	width: 100%;
	height: auto;
}
.swiper-slide .head-main-img img {
	width: 100%;
	height: auto;
}
/* メインスライド アニメーション */
@keyframes zoomDown {
  0% {
		transform: scale(1.0);
  }
  100% {
		transform: scale(.95);
  }
}
.swiper-slide-active .head-main-img img,
.swiper-slide-duplicate-active .head-main-img img,
.swiper-slide-prev .head-main-img img {
  animation: zoomDown 7s linear 0s normal both!important;
}

.head-txt {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1440px;
	height: 100%;
	z-index: 10;
}
.head-txt-catch {
	position: absolute;
	top: 8%;
	left: 40px;
	width: 56%;
}
.head-txt-catch img {
	filter: 
		drop-shadow(1px 1px 2px rgba(0, 50, 115, .5))
		drop-shadow(0 0 10px rgba(0, 50, 115, .5))
	;
}
.head-txt-logo {
	position: absolute;
	width: 100%;
	bottom: 24%;
	left: 0;
	text-align: center;
}
.head-txt-logo img {
	width: 280px;
}
.head-txt-ttl-wrap {
	position: absolute;
	bottom: 14%;
	width: 100%;
}
.head-txt-ttl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	font-weight: 700;
	color: #0F3CAA;
	text-align: center;
	letter-spacing: 10%;
	padding-left: 78px;
	margin: 0 auto;
}
.head-txt-ttl .kanji {
	font-size: 66px;
}
.head-txt-ttl .hiragana {
	font-size: 60px;
}
.head-txt-ttl::before {
	display: inline-block;
	content:"";
	width: 87px;
	height: 79px;
	background: url(/sea-pulse/challenge/assets/img/top/ico_yacht.svg) no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 10px;
}

.section-border {
	display: flex;
	width: 100%;
	margin: 40px auto;
	transform-origin: center;
}
.section-border.right {
	justify-content: flex-end;
}
.section-border.left {
	justify-content: flex-end;
	transform: scaleX(-1);
}
.contents-inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

.news {
	width: 100%;
	margin-bottom: 180px;
}
.news-flex {
	display: flex;
}
.news-flex-column:first-child {
	width: calc(100% / 3);
}
.news-flex-column:last-child {
	width: calc(100% / 3 * 2);
}
.news-flex-ttl {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 10%;
	color: #0F3CAA;
	margin-bottom: 40px;
}
.news-flex-txt {
	font-size: 18px;
	font-weight: 500;
}
.news-flex-list {
	width: 100%;
	border-top: 1px solid #E9E9EA;
	border-bottom: 1px solid #E9E9EA;
}
.news-flex-list li {
	width: 100%;
}
.news-flex-list li a {
	position: relative;
	display: flex;
	gap: 20px;
	padding: 21px 46px 21px 10px;
	font-size: 14px;
	line-height: 1.2;
	transition: all .2s ease;
}
.news-flex-list li a::before,
.news-flex-list li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #1C2027;
  right: 10px;
}
.news-flex-list li a::before {
  top: 50%;
  transform: translateY(calc(-50% - 3px)) rotate(45deg);
}
.news-flex-list li a::after {
  top: 50%;
  transform: translateY(calc(-50% + 3px)) rotate(-45deg);
}
.news-flex-list li a:hover {
	background: #E9E9EA;
}
.news-flex-list li a.no-link {
	pointer-events: none;
}
.news-flex-list li a.no-link::before,
.news-flex-list li a.no-link::after {
	display: none;
}
.news-flex-list li:not(:last-child) a {
	border-bottom: 1px solid #E9E9EA;
}
.news-flex-list-date {
	line-height: 1.4;
}
.news-flex-list-txt {
	line-height: 1.4;
}

.activity {
	margin-top: 40px;
}
.activity-ttl {
	font-weight: 700;
	color: #0F3CAA;
	text-align: center;
	letter-spacing: 10%;
	margin-bottom: 40px;
}
.activity-ttl .kanji {
	font-size: 66px;
}
.activity-ttl .hiragana {
	font-size: 60px;
}
.activity-txt {
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	color: #1C2027;
	margin-bottom: 60px;
}
.activity-card {
	position: relative;
	width: 100%;
	padding: 40px;
	background: #F4F7F8;
	border-radius: 60px;
	padding-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}
.activity-card::before {
	content:"";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 360px;
	background: url(/sea-pulse/challenge/assets/img/top/bg_bubble.svg) no-repeat;
	z-index: -1;
}
.activity-card-ttl {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #0F3CAA;
	letter-spacing: 10%;
	padding: 40px 0 60px;
}
.activity-card-flex {
	display: flex;
	gap: 40px;
}
.activity-card-img {
	width: 40%;
	border-radius: 0 40px 0 40px;
	overflow: hidden;
}
.activity-card-txt {
	display: grid;
	grid-template-rows: auto 1fr auto;
	width: 60%;
	padding-top: 40px;
}
.activity-card-txt-main {
	font-size: 24px;
	font-weight: 700;
	color: #003273;
	line-height: 1.6;
	margin-bottom: 30px;
}
.activity-card-txt-sub {
	font-size: 18px;
	line-height: 2.4;
	color: #1C2027;
}
.activity-card-link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	width: 100%;
	max-width: 270px;
	height: 46px;
	background: #fff;
	border: 1px solid #003273;
	font-size: 14px;
	font-weight: 500;
	color: #003273;
	margin: 30px auto 0 0;
	padding: 5px 0;
	transition: all 0.2s ease;
}
.activity-card-link:has(span.note) {
	padding: 5px 4% 5px 0;
}
.activity-card-link span.note {
	display: inline-block;
	width: 45%;
	aspect-ratio: 114 / 35;
	background: url(/sea-pulse/challenge/assets/img/common/logo_note.svg) no-repeat;
	background-position: center;
	background-size: 85%;
	border-right: 1px solid #003273;
	transition: all 0.2s ease;
}
.activity-card-link::before,
.activity-card-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #003273;
  right: 6%;
	transition: all 0.2s ease;
}
.activity-card-link::before {
  top: 50%;
  transform: translateY(calc(-50% - 3px)) rotate(45deg);
}
.activity-card-link::after {
  top: 50%;
  transform: translateY(calc(-50% + 3px)) rotate(-45deg);
}
.activity-card-link:hover {
	background: #003273;
	border: 1px solid #fff;
	color: #fff;
}
.activity-card-link:hover span.note {
	background: url(/sea-pulse/challenge/assets/img/common/logo_note_hov.svg) no-repeat;
	background-position: center;
	background-size: 85%;
	border-right: 1px solid #fff;
}
.activity-card-link:hover span.note {
	border-right: 1px solid #fff;
}
.activity-card-link:hover::before,
.activity-card-link:hover::after {
	background: #fff;
}

.activity-card-link.cs {
	opacity: .2;
	pointer-events: none;
}

.people {
	position: relative;
	width: 100%;
	padding: 100px 0;
	margin-bottom: 170px;
}
.people-block {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: #0F3CAA;
	z-index: -2;
}
.people-block::before {
	content:"";
	position: absolute;
	top: -100px;
	left: 50%;
	width: 100%;
	height: 100px;
	transform: translateX(-50%);
	background: url(/sea-pulse/challenge/assets/img/top/people_wave01.svg) repeat-x;
	background-position: center;
}
.people-block::after {
	content:"";
	position: absolute;
	bottom: -100px;
	left: 50%;
	width: 100%;
	height: 100px;
	transform: translateX(-50%);
	background: url(/sea-pulse/challenge/assets/img/top/people_wave02.svg) repeat-x;
	background-position: center;
}
.people-ttl-bg {
	position: absolute;
	top: -92px;
	left: 50%;
	transform: translateX(calc(-50% - 45px));
	width: 100%;
	max-width: 1133px;
	text-align: center;
	z-index: -1;
}
.people-catch {
	margin-bottom: 40px;
}
.people-catch-ttl {
	position: relative;
	width: 42%;
	height: 195px;
	margin: 40px auto 80px;
}
.people-splash {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1200px;
	height: 16%;
	pointer-events: none;
}
.people-splash span:first-child {
	content: "";
	position: absolute;
	top: 63%;
	right: 12%;
	width: 72px;
	height: 61px;
	background: url(/sea-pulse/challenge/assets/img/top/img_people_splash01.png) no-repeat;
	background-size: contain;
	z-index: 1;
	mix-blend-mode: soft-light;
	opacity: .4;
}
.people-splash span:last-child {
	content: "";
	position: absolute;
	top: 12%;
	left: 21%;
	width: 70px;
	height: 73px;
	background: url(/sea-pulse/challenge/assets/img/top/img_people_splash02.png) no-repeat;
	background-size: contain;
	z-index: 1;
	mix-blend-mode: soft-light;
	opacity: .4;
}
@media screen and (max-width: 1280px) {
	.people-splash span:first-child {
		content: "";
		position: absolute;
		top: 25vw;
		right: 12%;
		width: 72px;
		height: 61px;
		background: url(/sea-pulse/challenge/assets/img/top/img_people_splash01.png) no-repeat;
		background-size: contain;
		z-index: 1;
		mix-blend-mode: soft-light;
		opacity: .4;
	}
	.people-splash span:last-child {
		content: "";
		position: absolute;
		top: 5vw;
		left: 21%;
		width: 70px;
		height: 73px;
		background: url(/sea-pulse/challenge/assets/img/top/img_people_splash02.png) no-repeat;
		background-size: contain;
		z-index: 1;
		mix-blend-mode: soft-light;
		opacity: .4;
	}
}
.people-catch-txt {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	padding: 20px 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, .8);
}
.people .contents-inner {
	z-index: 1;
}
.people-card {
	background: #F4F7F8;
	border-radius: 60px;
	padding: 40px;
	margin-bottom: 40px;
}
.people-card-data {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}
.people-card-data-img {
	width: 47%;
	border-radius: 0 40px 0 40px;
	overflow: hidden;
}
.people-card-data-txt {
	width: 53%;
}
.people-card-data-txt-name {
	font-size: 40px;
	font-weight: 700;
	color: #0F3CAA;
	padding: 20px 0;
	margin-bottom: 20px;
}
.people-card-data-txt-name span {
	font-size: 20px;
	font-weight: 500;
	margin-left: 20px;
}
.people-card-data-txt-catch {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	color: #003273;
	margin-bottom: 20px;
}
.people-card-data-txt-detail {
	font-size: 18px;
	font-weight: 400;
	line-height: 2.4;
	color: #1C2027;
}
.people-card-locus {
	padding: 0 20px;
}
.people-card-locus-ttl {
	font-size: 36px;
	font-weight: 700;
	color: #003273;
	text-align: center;
	letter-spacing: 10%;
	margin-bottom: 25px;
}
.people-card-locus-history {
	position: relative;
	display: flex;
	padding-top: 40px;
	padding-right: 60px;
}
.people-card-locus-history::before {
	content:"";
	position: absolute;
	top: -80px;
	left: 0;
	width: calc(100% + 60px);
	height: 200px;
	background: url(/sea-pulse/challenge/assets/img/top/line_hostory.svg) no-repeat;
	background-size: contain;
	background-position: right;
}
.people-card-locus-history li {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr auto;
	align-items: start;
	padding: 20px;
}
.people-card-locus-history li:nth-child(1),
.people-card-locus-history li:nth-child(2) {
	width: calc(100% / 4);
}
.people-card-locus-history li:nth-child(3),
.people-card-locus-history li:nth-child(4) {
	width: calc(100% / 3);
}
.people-card-locus-history.three li {
	width: calc(100% / 3)!important;
}
.people-card-locus-history li > span:nth-child(1) {
	display: inline-block;
	width: 100%;
	font-size: min(1.8vw, 24px);
	font-weight: 700;
	letter-spacing: 10%;
	color: #003273;
	margin-bottom: 20px;
	min-height: 1em;
	text-align: center;
}
.people-card-locus-history li > span:nth-child(2) {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
.people-card-locus-history li.text-left > span:nth-child(2) {
	font-size: 12px;
	text-align: left;
}
.people-card-locus-history li::before {
	content:"";
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background-color: #003273;
	border-radius: 99px;
}
.people-card-locus-history li:last-child {
	width: calc(100% / 3);
	font-weight: 700;
}
.people-card-locus-history li:last-child::before {
	top: -38.5px;
	width: 40px;
	height: 40px;
	background-image: url(/sea-pulse/challenge/assets/img/top/ico_people_yacht.svg);
	background-position: center;
	background-repeat: no-repeat;
}
.people-card-locus-link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	width: 100%;
	max-width: 270px;
	height: 46px;
	background: #fff;
	border: 1px solid #003273;
	font-size: 14px;
	font-weight: 500;
	color: #003273;
	margin: 20px auto 0;
	padding: 5px 0;
	transition: all 0.2s ease;
}
.people-card-locus-link:has(span.note) {
	padding: 5px 8% 5px 0;
}
.people-card-locus-link span.note {
	display: inline-block;
	width: 45%;
	aspect-ratio: 114 / 35;
	background: url(/sea-pulse/challenge/assets/img/common/logo_note.svg) no-repeat;
	background-position: center;
	background-size: 85%;
	border-right: 1px solid #003273;
}
.people-card-locus-link::before,
.people-card-locus-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #003273;
  right: 6%;
	transition: all 0.2s ease;
}
.people-card-locus-link::before {
  top: 50%;
  transform: translateY(calc(-50% - 3px)) rotate(45deg);
}
.people-card-locus-link::after {
  top: 50%;
  transform: translateY(calc(-50% + 3px)) rotate(-45deg);
}
.people-card-locus-link:hover {
	background: #003273;
	border: 1px solid #fff;
	color: #fff;
}
.people-card-locus-link:hover span.note {
	background: url(/sea-pulse/challenge/assets/img/common/logo_note_hov.svg) no-repeat;
	background-position: center;
	background-size: 85%;
	border-right: 1px solid #fff;
}
.people-card-locus-link:hover::before,
.people-card-locus-link:hover::after {
	background: #fff;
}

.people-card-locus-link.cs {
	opacity: .2;
	pointer-events: none;
}

.summary-txt {
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
	margin-bottom: 20px;
}

