@charset "utf-8";

/* ────────────────────────────────────────────

min-width: 768px 

──────────────────────────────────────────── */

body {
	overflow-x: hidden;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 500;
	font-style: normal;
}

/* general framework */
.wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mainContents {
	display: flex;
	flex-direction: column;
	background: rgb(188, 228, 253);
	background: linear-gradient(180deg, rgba(188, 228, 253, 1) 0%, rgba(1, 150, 222, 1) 50%, rgba(0, 78, 162, 1) 100%);
}

.pcNone {
	display: none;
}

/* title */
/* font */
/* btn */
/* hover */
.hover {}

/* header */
header {
	margin: 0 auto;
}

.headerWrap {
	position: fixed;
	top: 40px;
	left: 50%;
	transform: translate(-50%, 0%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1420px;
	padding: 0 40px;
	z-index: 99;
	transition: 0.4s all;
}
.headerWrap.disable {
	transform: translate(-50%, -150%);
}

.langSelect {
	display: flex;
	font-size: 24px;
	font-weight: 700;
	justify-content: center;
	margin-left: auto;
	margin-right: 20px;
	color: #999;
}
.langSelect li:first-child:after {
	content: "|";
	display: inline-block;
	padding: 0 10px;
	color: #004EA2;
}
.langSelect li.active {
	color: #004EA2;
	pointer-events: none;
}
.langSelect a {
	text-decoration: none;
}

.headerLogoImgWrap {
	width: 25%;
}

.headerNaviWrap {
	width: 58%;
	background: #004EA2;
	border-radius: 80px;
	padding: 20px 4.5%;
}

.headerNaviList {
	display: flex;
	justify-content: space-between;
}

.headerNaviList li {
	margin-right: auto;
}

.headerNaviList li a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}
.headerNaviList li a span.icon {
	width: 64px;
	height: 64px;
}
.headerNaviList li a p {
	transform: rotateZ(0.03deg);
}
.headerNaviList li a span.text {
	width: fit-content;
	font-size: min(1.2vw, 18px);
	font-weight: 800;
	line-height: 1.4;
	color: #fff;
  background-image: linear-gradient(to bottom, transparent 90%, #fff 10%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 10px;
  transition: background .8s ease-out;
}

.headerNaviList li a:hover span.text {
  background-size: 100% 10px;
}

#spMenuBtn, #spMenuWrap {
	display: none;
}

/* footer */
#footerWrap {
	position: relative;
	width: 100%;
	margin-top: -160px;
	z-index: 1;
}
.footerBg {
	--bgColorA:
	radial-gradient(47.57px at 50% 67.2px,#0F3CAA 99%,#0000 101%) calc(50% - 64px) 0/128px 100%,
	radial-gradient(47.57px at 50% -35.2px,#0000 99%,#0F3CAA 101%) 50% 32px/128px 100% repeat-x;
	-webkit-mask: var(--bgColorA);
					mask: var(--bgColorA);
	background: var(--bgColorA);
}
.footerNaviWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1200px;
	padding: 100px 40px 90px;
	margin: 0 auto;
}
.footerNaviWrap .umiNavi {
	width: 47%;
}
.footerNaviWrap .umiNavi .logo {
	width: 85%;
	margin-bottom: 40px;
}
.footerNaviWrap .umiNavi .umiLinkList {
	width: 100%;
	padding-left: 7%;
	margin-bottom: 40px;
}
.footerNaviWrap .umiNavi .umiLinkList li {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 12%;
	margin-bottom: 40px;
}
.footerNaviWrap .umiNavi .umiLinkList li:before {
	content: "";
	position: absolute;
	left: 18px;
	width: 1.4vw;
	height: 1.4vw;
	background: #00AAFA;
	border-radius: 35px;
}
.footerNaviWrap .umiNavi .umiLinkList li a {
	position: relative;
	font-size: min(2.5vw, 35px);
	color: #fff;
	text-decoration: none;
	transform: rotateZ(0.03deg);
}
.footerNaviWrap .umiNavi .umiLinkList li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	bottom: -6px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.footerNaviWrap .umiNavi .umiLinkList li a:hover::after {
	transform: scale(1, 1);
}

.footerNaviWrap .globalNavi {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 40%;
}
.footerNaviWrap .globalNavi figure {
	margin-bottom: 20px;
}
.footerNaviWrap .globalNavi figure:nth-child(4) {
	margin-bottom: 40px;
}
.footerNaviWrap .globalNavi figure:last-child {
	position: relative;
	margin: 0;
}
.footerNaviWrap .globalNavi figure:last-child::after {
	position: absolute;
	right: 0;
	content: '';
	width: 63%;
	height: 2px;
	background: #fff;
	bottom: -8px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.footerNaviWrap .globalNavi figure:last-child:hover::after {
	transform: scale(1, 1);
}

#footerWrap .copyright {
	display: flex;
	align-items: center;
	width: 100%;
	--bgColorB: radial-gradient(47.57px at 50% 67.2px, #212C53 99%, #0000 101%) calc(50% - 64px) 0 / 128px 100%, radial-gradient(47.57px at 50% -35.2px, #0000 99%, #212C53 101%) 50% 32px / 128px 100% repeat-x;
	-webkit-mask: var(--bgColorB);
	mask: var(--bgColorB);
	background: var(--bgColorB);
	margin-top: -60px;
	padding: 90px 0 40px;
	justify-content: center;
}
#footerWrap .copyright p {
	width: fit-content;
	font-size: min(1.0vw, 12px);
	color: #fff;
}

.linkBtn {
	width: 26vw;
	max-width: 400px;
	margin: 0 auto;
	border-radius: 64px;
}
.linkBtn.mgLAuto {
	margin:0 0 0 auto;
}
.linkBtn.introduction {
	/* margin:0 0 0 auto; */
}

.linkBtn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: min(1.5vw, 24px);
	font-weight: 800;
	line-height: 1.0;
	color: #fff;
	padding: 2% 0;
	text-decoration: none;
	background: #0F3CAA;
	border: 4px solid #0F3CAA;
	border-radius: 84px;
	transform: rotateZ(0.03deg);
	transition: background 0.3s;
}
.linkBtn a::after {
	content: url(/lib/sea-pulse/img/common/img_arrow02.png);
	transition: background 0.3s;
	margin: 0 3% 0 12%;
}
.linkBtn.viewList a::after {
	margin: 0 3% 0 20%;
}
.linkBtn a:hover {
	color: #0F3CAA;
	background: #fff;
	box-sizing: border-box;
}
.linkBtn a:hover::after {
	content: url(/lib/sea-pulse/img/common/img_arrow02_hover.png);
	background-size: contain;
}

/* top */
.homeNavi {
	position: fixed;
	top: 346px;
	right: 0;
	background: rgba(258, 258, 258, 0.4);
	-webkit-backdrop-filter: blur(17px);
	backdrop-filter: blur(17px);
	border-radius: 30px 0 0 30px;
	box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.1);
	z-index: 99;
}
.homeNavi ul {
	padding: 60px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.homeNavi ul li a {
	display: block;
	background: #DDDDDD;
	border-radius: 15px;
	width: 20px;
	height: 20px;
}
.homeNavi ul li.current a {
	background: #0F3CAA;
	cursor: auto;
	pointer-events: none;
}


.pageTopContentsWrap {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 80px;
	padding: 330px 40px 0;
}
.pageTopContentsWrap::after {
	content: "";
	position: absolute;
	top: -20%;
	right: -20%;
	width: 95%;
	height: 90%;
	background: url(/lib/sea-pulse/img/top/img_topbg.png) no-repeat;
	background-size: 100%;
	z-index: 0;
}

.topMainTitleArea {
	position: relative;
	padding-bottom: 30%;
	z-index: 1;
}

.topCatchphraseA {
	width: 50%;
	margin-right: auto;
}

.topCatchphraseB {
	width: 70%;
	margin: 0 auto 80px;
}

.logoMindBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #8DD0F4;
	border-radius: 200px;
	margin: 0 9%;
	padding: 5%;
}

.logoMindBox figure {
	width: 25%;
}

.logoMindBox .textArea {
	width: 73%;
	line-height: 1.0;
}

.logoMindBox .mindTitle {
	font-size: min(2.5vw, 30px);
	color: #004EA2;
	margin-bottom: 30px;
	transform: rotateZ(0.03deg);
}

.logoMindBox .mindSubTitle {
	font-size: min(1.7vw, 24px);
	color: #0096DE;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	transform: rotateZ(0.03deg);
}

.logoMindBox .mindText {
	font-size: min(1.3vw, 18px);
	line-height: 2.0;
	transform: rotateZ(0.03deg);
}

.topSectionTitle {
	width: fit-content;
	margin: 0 auto 40px;
}

.topSectionText {
	display: flex;
	justify-content: center;
	font-size: min(1.7vw, 24px);
	line-height: 1.8;
	margin-bottom: 40px;
	transform: rotateZ(0.03deg);
}

.threeThemesContentsWrap .topSectionText {
	margin-bottom: 80px;
	padding: 0 40px;
}

.movieContentsWrap {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 120px;
}

.movieContentsWrap .movieWrap {
	width: 75%;
	max-width: 960px;
	margin: 0 auto;
}

.movieContentsWrap .movieWrap .videoForm {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 100%;
	border-radius: 30px;
}

.newsContentsWrap {
	position: relative;
	width: 100vw;
	max-width: 100%;
	margin: 0 auto 120px;
}

/* スライド 1 */
#newsSwiper .swiper-wrapper {
	display: flex;
}

#newsSwiper .swiper-slide {
	opacity: 1;
	transform: scale(.8);
	transition: .7s;
}

#newsSwiper .swiper-slide-active {
	transform: scale(1);
	z-index: 1;
}

#newsSwiper .swiper-slide .newsBox a {
	display: block;
	position: relative;
	width: 100%;
	height: 450px;
	background: #fff;
	border-radius: 100px;
	padding: 50px;
	text-decoration: none;
}

.kawachanTop #newsSwiper .swiper-slide .newsBox a {
	display: block;
	position: relative;
	width: 100%;
	height: 450px;
	background: #fff;
	border-radius: 100px;
	padding: 50px;
	text-decoration: none;
}

#newsSwiper .swiper-slide .newsBox .newIcon {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 30%;
	z-index: 1;
}

#newsSwiper .swiper-slide .newsBox .newsImg {
	width: 100%;
	border-radius: 15px;
	margin-bottom: 30px;
	overflow: hidden;
}

#newsSwiper .swiper-slide .newsBox .newsImg img {
	width: 100%;
	transform: scale(1.0);
	transition: transform 0.3s ease-in-out;
	object-fit: cover;
	object-position: top;
	max-height: 10vw;
}
#newsSwiper .swiper-slide .newsBox a:hover .newsImg img  {
	transform: scale(1.15);
}

#newsSwiper .swiper-slide .newsBox .newsDate {
	font-size: min(1.8vw, 18px);
	color: #0196DE;
	margin-bottom: 10px;
	transform: rotateZ(0.03deg);
}
#newsSwiper .swiper-slide .newsBox .newsLeadText {
	transform: rotateZ(0.03deg);
}
#newsSwiper .swiper-slide .newsBox .newsLeadText span {
	font-size: min(1.8vw, 18px);
	line-height: 1.6;
	color: #121212;
  background-image: linear-gradient(to bottom, transparent 90%, #121212 10%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 10px;
  transition: background .8s ease-out;
}

#newsSwiper .swiper-slide .newsBox a:hover .newsLeadText span {
  background-size: 100% 10px;
}

#newsSwiper .swiper-news-next,
#newsSwiper .swiper-news-prev {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4vw;
	transform: translate(-50%, -50%);
	z-index: 10;
	cursor: pointer;
}

#newsSwiper .swiper-news-next {
	margin-left: 12vw;
	transform: translate(-50%, -50%) rotate(180deg);
}

#newsSwiper .swiper-news-prev {
	margin-left: -12vw;
}

.threeThemesContentsWrap {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 120px;
	padding: 0 40px;
}

.themeContentsFlex {
	display: flex;
	width: 85%;
	max-width: 1200px;
	margin-bottom: 40px;
}

.threeThemesContentsWrap .themeContentsFlex:last-child {
	margin-bottom: 80px;
	padding: 0 40px;
}

.themeContentsFlex.left {
	justify-content: flex-start;
	margin-right: auto;
	margin-left: 60px;
}

.themeContentsFlex.right {
	justify-content: flex-end;
	margin-left: auto;
	margin-right: 60px;
}

.themeContentsFlex .themeImgWrap,
.themeContentsFlex .themeWhiteBox {
	width: 50%;
}

.themeContentsFlex div:first-child {
	margin-right: -4%;
}

.themeContentsFlex div:last-child {
	z-index: 1;
}

.themeContentsFlex .themeWhiteBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 500px;
}

.themeContentsFlex .themeWhiteBox .themeTitle {
	width: 85%;
	margin-bottom: 5%;
}

.themeContentsFlex .themeWhiteBox .themeText {
	display: flex;
	align-items: center;
	font-size: min(1.2vw, 18px);
	line-height: 2.0;
	text-align: center;
	margin-bottom: 10%;
	transform: rotateZ(0.03deg);
}

.loopSlideContentsWrap {
	position: relative;
	width: 100vw;
	max-width: 100%;
	margin: 0 auto 120px;
}
#loopSlider .swiper-wrapper {
  transition-timing-function: linear;
}
#loopSlider .swiper-container-free-mode > #loopSlider.swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.ambassadorContentsWrap {
	position: relative;
	margin:0 0 120px;
}
.ambassadorContentsWrap .topSectionTitle {
	padding: 0 40px;
}
.kawaChanWrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	justify-content: flex-end;
}
.kawaChanImg {
	position: absolute;
	width: 42%;
	left: 40px;
	top: 0;
	z-index: 1;
}
.kawaChanWhiteBox {
	position: relative;
	width: 65%;
	background: #fff;
	padding: 4% 4% 4% 12%;
	border-radius: 100px;
	margin-top: 7%;
}
.kawaChanWhiteBox .kawaChanPainting {
	position: absolute;
	width: 35%;
	top: -22%;
	right: 8%;
	text-align: center;
}
.kawaChanWhiteBox .kawaChanName {
	width: 50%;
	margin-bottom: 6%;
}
.kawaChanWhiteBox .leadText {
	font-size: min(1.8vw, 18px);
	line-height: 2.0;
	margin-bottom: 12%;
	transform: rotateZ(0.03deg);
}
.kawaChanWhiteBox .linkBtn {
	margin: 0;
}



.imgPositionArea {
	width: 100%;
	z-index: 10;
}
.ambassadorContentsWrap .imgPositionArea {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.moveImgContainer {
	position: absolute;
	max-width: fit-content;
	z-index: 1;
}
.top .moveImgContainer.moveImg01 {
	width: 40%;
	top: 38%;
	left: 0;
}
.top .moveImgContainer.moveImg02 {
	width: 14%;
	top: 77%;
	right: 4%;
}
.top .moveImgContainer.moveImg03 {
	width: 9%;
	top: 65%;
	left: 2%;
}
.top .moveImgContainer.moveImg04 {
	width: 8%;
	top: 85%;
	left: 1%;
}
.top .moveImgContainer.moveImg05 {
	width: 20%;
	bottom: -38%;
	right: 4%;
}
.top .moveImgContainer.moveImg06 {
	width: 16%;
	top: 11%;
	right: 0;
}
.top .moveImgContainer.moveImg07 {
	width: 9%;
	top: 24%;
	right: 2%;
}
.top .moveImgContainer.moveImg08 {
	width: 13%;
	top: 44%;
	left: 3%;
}
.top .moveImgContainer.moveImg09 {
	width: 7%;
	top: 56%;
	left: 0;
}
.top .moveImgContainer.moveImg10 {
	width: 17%;
	top: 70.5%;
	right: 4%;
}
.top .moveImgContainer.moveImg11 {
	width: 9%;
	top: 84%;
	right: 0;
}
.top .moveImgContainer.moveImg12 {
	width: 24%;
	bottom: 20%;
	right: 15%;
}



/* suki */
.suki .headerWrap {
	max-width: 1990px;
}
.suki .headerLogoImgWrap {
	width: 20%;
}
.suki .headerNaviWrap {
	width: 50%;
	padding: 12px 2.5%;
}
.suki .mainContents {
	display: block;
	margin: 0 auto;
}

.scrollWrap {
	background: #C7E8FB;
	transition: background 0.5s ease;
	overflow-y: hidden;
}
.scrollWrap.bg-changed01 {
	background: #F8D6E6;
}
.scrollWrap.bg-changed02 {
	background: #844E7E;
}
.scrollWrap.bg-changed03 {
	background: #123577;
}
#scrollNaviWrap {
	position: fixed;
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
	width: 4vw;
	z-index: 15;
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
	#scrollNaviWrap {
		width: 8vw;
	}
}
#seaBgWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 200vw;
	height: 130vh;
	overflow: hidden;
	z-index: 10;
	background: url(/lib/sea-pulse/img/suki/bg_sea.png);
	background-size: cover;
	background-repeat: repeat-x;
	background-position: left top;
}
#seaBgWrap img {
	width: 100%;
}

#cloudBgWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
#cloudBgWrap img {
	width: 55%;
}
#shipImgWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 14%;
	z-index: 11;
	/* 初期状態は後で gsap.set() で設定 */
}
@media screen and (max-width: 1400px) and (min-width: 971px) {
	#shipImgWrap {
		width: 22%;
	}
}
#shipImgWrap img {
	width: 100%;
	display: block;
}
#sangoBgWrap {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: auto;
	z-index: 11;
}
#fishBgWrap01 {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: auto;
	z-index: 11;
}
#fishBgWrap02 {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 1%;
	width: auto;
	z-index: 13;
}

#vinylBgWrap {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 6%;
	width: auto;
	z-index: 13;
}

#fishBgWrap03 {
	position: fixed;
	top: 20%;
	left: -5%;
	width: auto;
	z-index: 13;
}
#squidBgWrap {
	position: fixed;
	top: 22%;
	left: 0;
	width: 15%;
	z-index: 13;
}
#whaleBgWrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 30%;
	z-index: 13;
}
#fishBgWrap04 {
	position: fixed;
	top: 32%;
	left: 0;
	width: 10%;
	z-index: 13;
}
#sunkenShipBgWrap {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 30%;
	z-index: 13;
}

#bubbleBgWrap01 {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
	height: 80%;
	z-index: 11;
}
#bubbleBgWrap01-2 {
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
	height: 80%;
	z-index: 11;
}
#bubbleBgWrap02 {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
	height: 80%;
	z-index: 11;
}

#bubbleBgWrap03 {
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
	height: 80%;
	z-index: 11;
}
@media screen and (max-width: 1400px) and (min-width: 971px) {
	#fishBgWrap02 {
		z-index: 11;
	}
	#vinylBgWrap {
		z-index: 11;
	}
	#squidBgWrap {
		z-index: 11;
	}
	#whaleBgWrap {
		z-index: 11;
	}
	#fishBgWrap03 {
		z-index: 11;
	}
}


.scrollSection {
	width: 100vw;
	height: 100vh;
	display: flex;
}
.horizontal-group {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.horizontal-group .horizontal-wrapper {
	display: flex;
	width: fit-content;
}

.scrollContents01 {
	position: relative;
	width: 100%;
	padding: 12% 0 0 4%;
	overflow: hidden;
}
@media screen and (max-width: 1400px) and (min-width: 971px) {
	.scrollContents01 {
		padding: 20% 0 0 4%;
	}
}
.scrollContents01 h1.mainTitle {
	position: relative;
	width: 60%;
	z-index: 2;
}
.scrollContents01 .mainTitleBg {
	position: absolute;
	top: 0;
	right: 0;
	height: 105%;
	z-index: 1;
}
.scrollContents01 .mainTitleBg picture {
	height: 100%;
}
.scrollContents01 .mainTitleBg img {
	height: 100%;
	max-width: unset;
}

.scrollContents02 {
	width: 70%;
	margin: 0 auto;
	padding-top: 10%;
}
@media screen and (max-width: 1090px) and (min-width: 971px) {
	.scrollContents02 {
		width: 90%;
		margin: 0 auto;
		padding-top: 14%;
	}
}
.scrollCommonFlex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.scrollCommonFlex .textArea {
	width: 55%;
	padding-bottom: 2%;
}
.scrollCommonFlex .textArea .sectionTitle {
	width: 100%;
	margin-bottom: 30px;
}
.scrollCommonFlex .textArea p {
	font-size: min(1.7vw, 24px);
	line-height: 2.0;
	transform: rotateZ(0.03deg);
}
.scrollCommonFlex .textArea .linkBtn {
	margin: 3% 0 0 0;
}
.scrollCommonFlex .imgArea {
	width: 40%;
}

.scrollContents03 {
	width: 70%;
	margin: 0 auto;
	padding-top: 10%;
}
@media screen and (max-width: 1090px) {
	.scrollContents03 {
		width: 90%;
		margin: 0 auto;
		padding-top: 14%;
	}
}
#horizontal-B {
	z-index: 12;
}
.scrollContents04 {
	display: flex;
	align-items: center;
	width: 75%;
	margin: 7% auto;
	border-radius: 60px;
}
.activityBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: fit-content;
	min-height: 75%;
	background: rgba(19, 46, 60, 0.3);
	border-radius: 60px;
	padding: 6% 10%;
}
.activityBox .activityTitle {
	font-size: min(2.5vw, 48px);
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 3%;
	transform: rotateZ(0.03deg);
}
.activityBox .activitySubTitle {
	font-size: min(2.0vw, 32px);
	font-weight: 800;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 2%;
	transform: rotateZ(0.03deg);
}
.activityFlex {
	width: 100%;
	display: flex;
	gap: 4%;
}
.activityFlex .textArea {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
}
.activityFlex .textArea p {
	font-size: min(1.2vw, 20px);
	font-weight: 800;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 4%;
	transform: rotateZ(0.03deg);
}
.activityFlex .textArea .linkBtn {
	margin-left: 0;
}
.activityFlex .imgArea {
	width: 50%;
}
.activityFlex .movieAreaWrap {
	width: 50%;
}

.activityFlex .movieArea  {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.activityFlex .movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
	border-radius: 10px;
}
.activityFlex .imgArea img {
	width: 100%;
	height: auto;
}
.activityFlex .movieArea .movieFrame {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 100%;
	border-radius: 20px;
}
.scrollContents05 {
	display: flex;
	align-items: center;
	width: 75%;
	margin: 7% auto;
	border-radius: 60px;
}
.scrollContents06 {
	display: flex;
	align-items: center;
	width: 75%;
	margin: 7% auto;
	border-radius: 60px;
}

.scrollContents07 {
	display: flex;
	align-items: center;
	width: 75%;
	margin: 7% auto;
	border-radius: 60px;
}
.scrollContents08 {
	display: flex;
	align-items: center;
	width: 75%;
	margin: 7% auto;
	border-radius: 60px;
}
.scrollContents09 {
	display: flex;
	align-items: center;
	width: 75%;
	margin: 7% auto;
	border-radius: 60px;
}
.scrollContents10 {
	display: flex;
	align-items: center;
	width: 75%;
	margin: 7% auto;
	border-radius: 60px;
}
.scrollContents11 {
	width: 60%;
	margin: 8% auto 0;
	border-radius: 60px;
	z-index: 13;
}
.scrollContents11.darkBg::after {
	content:"";
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background: rgba(0, 62, 146, 0.4);
}
.scrollContents11 #sukiFooter {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sukiFooterUmi {
	width: 40%;
}
.sukiFooterUmi .logo {
	margin-bottom: 5%;
}
.sukiFooterUmiList li:not(:last-child) {
	margin-bottom: 40px;
}
.sukiFooterGlobalNavi {
	width: 47%;
}
.sukiFooterGlobalNavi figure:not(:last-child) {
	margin-bottom: 40px;
}
.sukiFooterGlobalNavi figure:last-child {
	position: relative;
	margin: 0;
}
.sukiFooterGlobalNavi figure:last-child a {
	position: relative;
}
.sukiFooterGlobalNavi figure:last-child a:last-child::after {
	position: absolute;
	right: 0;
	content: '';
	width: 71%;
	height: 2px;
	background: #fff;
	bottom: -8px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.sukiFooterGlobalNavi figure:last-child a:hover::after {
	transform: scale(1, 1);
}

.suki #sukiFooter .copyright {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	font-size: 9px;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	z-index: 99;
}

.box {
	--mask:
	  radial-gradient(48.02px at 50% 67.5px,rgb(188, 228, 253) 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
	  radial-gradient(48.02px at 50% -37.5px,#0000 99%,rgb(188, 228, 253) 101%) 50% 30px/120px 100% repeat-x;
	-webkit-mask: var(--mask);
			mask: var(--mask);
  }


/* テンプレートページ */
.template .mainContents {
	
	--templateBg: radial-gradient(48.02px at 50% 67.5px,rgb(188, 228, 253) 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
	radial-gradient(48.02px at 50% -37.5px,#0000 99%,rgb(188, 228, 253) 101%) 50% 30px/120px 100% repeat-x;
	-webkit-mask: var(--templateBg);
	mask: var(--templateBg);
	background: var(--templateBg);
	background: linear-gradient(180deg, rgba(188, 228, 253, 1) 0%, rgba(1, 150, 222, 1) 50%, rgba(0, 78, 162, 1) 100%);
	margin-top: -65px;
}
.kawachanTop .mainContents, .blogList .mainContents, .blog .mainContents{
	margin-top: -130px;
}
.template .imgPositionArea {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	z-index: 0;
}
.mamoru .moveImgContainer.moveImg01 {
	width: 14vw;
	top: 3vw;
	left: 4vw;
}
.mamoru .moveImgContainer.moveImg02 {
	width: 17vw;
	top: 16vw;
	right: 2vw;
}
.mamoru .moveImgContainer.moveImg03 {
	width: 7vw;
	top: 16vw;
	right: -5vw;
}
.mamoru .moveImgContainer.moveImg04 {
	width: 7vw;
	top: 18vw;
	left: -7vw;
}
.mamoru .moveImgContainer.moveImg05 {
	width: 12vw;
	top: 25vw;
	right: 0vw;
}
.tukuru .moveImgContainer.moveImg01 {
	width: 22vw;
	top: -5vw;
	right: 0vw;
	z-index: -1;
}
.tukuru .moveImgContainer.moveImg02 {
	width: 12vw;
	top: 11vw;
	right: 5vw;
	z-index: -1;
}
.tukuru .moveImgContainer.moveImg03 {
	width: 11vw;
	top: 27vw;
	left: -8vw;
}
.templateMainImgArea {
	width: 100vw;
	padding-top: 33%;
	margin: 0 auto;
}
.templateMainImgArea .mainTitleWidth {
	position: relative;
	max-width: 1200px;
	padding: 0 50px;
	margin: 0 auto 7vw;
}
.mamoru .templateMainImgArea {
	background: url(/lib/sea-pulse/img/mamoru/bg_main.png) no-repeat;
	background-size: cover;
	background-position: top;
}
.tukuru .templateMainImgArea {
	background: url(/lib/sea-pulse/img/tukuru/bg_main.png) no-repeat;
	background-size: cover;
	background-position: top;
}
.kawachanTop .templateMainImgArea {
	background: url(/lib/sea-pulse/img/suki/sakana-bro/bg_main.png) no-repeat;
	background-size: cover;
	background-position: top;
}

.templateMainImgArea .mainTitle {
	position: absolute;
	top: -6.5vw;
	width: 33vw;
}
.templateMainImgArea .leadText {
	font-size: min(1.6vw, 24px);
	color: #fff;
	line-height: 1.6;
	margin-left: 11.5vw;
	transform: rotateZ(0.03deg);
}

.templateFlexWrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	padding: 110px 50px 0;
	margin: 0 auto 60px;
}
.templateFlexWrap .textWrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 48%;
}
.templateFlexWrap .flexTitle {
	margin-bottom: 4%;
}
.templateFlexWrap .flexText {
	font-size: min(1.7vw, 24px);
	line-height: 2.4;
	transform: rotateZ(0.03deg);
}
.templateFlexWrap .imgWrap {
	width: 48%;
}

#templateSwiper {
	position: relative;
	width: 100vw;
	max-width: 100%;
	margin-bottom: 15%;
}
#templateSwiper .swiper-wrapper {
	align-items: center;
}
.mamoru #templateSwiper .slideContents {
	padding: 50px 9%;
}
#templateSwiper .slideContents {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 50px 10%;
	height: fit-content;
	min-height: 35vh;
}
.mamoru #templateSwiper .swiper-slide {
	padding: 0 50px;
}
.mamoru #templateSwiper .slideContents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#templateSwiper .slideContents::after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100px;
	z-index: -1;
}
#templateSwiper .slideContents.combineBlock::after {
	width: var(--slideBgSize);
}
#templateSwiper .slideContents.bgNone::after {
	display: none;
}
#templateSwiper .slideImgWrap {
	width: 30%;
}
#templateSwiper .slideTextWrap {
	width: 65%;
}
#templateSwiper .slideTextWrap .slideTitle {
	font-size: min(2.2vw, 28px);
	font-weight: 800;
	color: #003E92;
	line-height: 1.4;
	transform: rotateZ(0.03deg);
	margin-bottom: 10px;
}
#templateSwiper .slideTextWrap .slideText {
	font-size: min(1.2vw, 18px);
	line-height: 2.4;
	transform: rotateZ(0.03deg);
}
#templateSwiper .swiper-pagination {
	bottom: -11%!important;
}
#templateSwiper .swiper-pagination-bullet {
	width: 15px!important;
	height: 15px!important;
	background: #D9D9D9!important;
	opacity: 1!important;
	margin: 0 10px;
}
#templateSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0F3CAA!important;
	opacity: 1!important;
}
#templateSwiper .swiper-next, #templateSwiper .swiper-prev {
	content:"";
	position: absolute;
	width: 4vw;
	height: 4vw;
	top: 50%;
	background: url(/lib/sea-pulse/img/common/img_arrow01.png) no-repeat;
	background-size: contain;
	z-index: 2;
	cursor: pointer;
}
#templateSwiper .swiper-next {
	right: 12vw;
	transform: translateY(-50%) rotate(180deg);
}
#templateSwiper .swiper-prev {
	left: 12vw;
	transform: translateY(-50%);
	display: none;
}

.templateActivityWrap {
	width: 100%;
	max-width: 1200px;
	padding: 0 50px ;
	margin: 0 auto 270px;
}
.templateActivityWrap.event {
	margin-bottom: 120px;
}
.templateActivityWrap.introduction {
	margin-bottom: 120px;
}
.templateActivityWrapOnlyFrame {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.templateActivityWrapOnlyFrame.fish01 {
	position: relative;
}

.templateSectionTitle {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.templateTextParagraph {
	font-size: min(1.7vw, 24px);
	line-height: 1.8;
	text-align: center;
	transform: rotateZ(0.03deg);
	margin-bottom: 60px;
}
.mamoru .templateTextParagraph {
	text-align: left;
}
.templateActivityWrap .activityBoxArea {
	display: flex;
	flex-direction: column;
	margin-bottom: 120px;
}
.templateActivityWrap .whiteBox {
	background: #fff;
	border-radius: 100px;
	padding: 50px;
	z-index: 1;
}

.templateActivityWrap .whiteBox:not(:last-child) {
	margin-bottom: 40px;
}
.templateActivityWrap.event .whiteBox:not(:last-child) {
	margin-bottom: 80px;
}

.templateActivityWrap .activityTitle {
	font-size: min(2.6vw, 28px);
	font-weight: 900;
	color: #003E92;
	line-height: 1.6;
	transform: rotateZ(0.03deg);
	margin-bottom: 20px;
}
.templateActivityWrap .activityFlexWrap {
	display: flex;
	justify-content: space-between;
}
.templateActivityWrap .activityImgWrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 44%;
}
.templateActivityWrap .activityImgWrap img {
	width: 100%;
	height: 100%;
} 
.templateActivityWrap .activityTextWrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 53%;
	margin-left: auto;
}
.templateActivityWrap .activityTextWrap p {
	font-size: min(1.2vw, 18px);
	line-height: 1.8;
	transform: rotateZ(0.03deg);
	margin-bottom: 25px;
}
.templateActivityWrap .activityTextWrap p:last-child {
	margin-bottom: 55px;
}
.templateActivityWrap .activityTextWrap .linkBtn {
	margin: 0 0 0 auto;
}
.templateContactBtn {
	width: 26vw;
	max-width: 400px;
	margin: 0 auto;
	border-radius: 64px;
}
.templateContactBtn a {
	position: relative;
	display: block;
	font-size: min(1.7vw, 24px);
	font-weight: 800;
	line-height: 1.0;
	color: #fff;
	border: 4px solid #0F3CAA;
	text-align: center;
	padding: 6% 0;
	text-decoration: none;
	background: #0F3CAA;
	border-radius: 84px;
	transform: rotateZ(0.03deg);
	transition: background 0.3s;
}
.templateContactBtn a::before {
	content: "";
	position: absolute;
	left: 2%;
	top: 50%;
	transform: translateY(-50%);
	background: url(/lib/sea-pulse/img/common/img_contact.png) no-repeat;
	background-size: contain;
	width: 17%;
	height: 75%;
	transition: background 0.3s;
}
.templateContactBtn a:hover {
	color: #0F3CAA;
	background: #fff;
	box-sizing: border-box;
}
.templateContactBtn a:hover::before {
	background: url(/lib/sea-pulse/img/common/img_contact_hover.png) no-repeat;
	background-size: contain;
}

/* ブログ */

body.blog {
	letter-spacing: 0;
}
.blog .templateActivityWrap {
	padding: 0;
}

.blog .mainContents {
	padding: 120px 40px 0;
	background: linear-gradient(180deg, #BCE4FD 0%, #BCE4FD 90%, #004EA2 100%);
}

.blog .templateMainImgArea {
	background: url(/lib/sea-pulse/img/blog/bg_main.png) no-repeat;
	background-size: cover;
	background-position: top;
	position: relative;
	height: 480px;
	padding-top: 620px;
}
.blog .templateMainImgArea .mainImgPerson{
	position: absolute;
	bottom: 10px;
	right: 13vw;
	width: 270px;
	height: auto;
	z-index: 10;
}

.blog .templateMainImgArea h1.mainTitle {
	position: absolute;
	top: 230px;
	left: 50%;
	width: 70vw;
	transform: translateX(-50%); 
	font-size: 40px;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 1.6;
	text-align: center;
	z-index: 1;
}
.blog .templateMainImgArea p.mainTitle {
	position: absolute;
	top: 232px;
	left: calc(50% + 2px);
	width: 70vw;
	transform: translateX(-50%); 
	font-size: 40px;
	font-weight: 900;
	/* color: #FFFFFF; */
	line-height: 1.6;
	text-align: center;
	z-index: 0;
	text-shadow: 0 5px 0 #0F3CAA;
	-webkit-text-stroke: 11px #0F3CAA;
}

/* 確認 */
/* .blog .templateMainImgArea .mainTitle::after {
	position: absolute;
	top: 230px;
	left: 50%;
	width: 70vw;
	transform: translateX(-50%); 
	font-size: 40px;
	font-weight: 900;
	line-height: 1.6;
	text-align: center;
	display: inline-block;
	content: attr(data-text);
	font-size: 40px;
	font-weight: 900;
	z-index: -1;
	-webkit-text-stroke: 40px #0F3CAA;
	
} */

.blog .blogTime {
	font-size: 24px;
	font-weight: 500;
	color: #0F3CAA;
	line-height: 1.8; 
	margin-bottom: 60px;
	display: block;
}
.blog .blogList {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-bottom: 120px;
}

.blog .blogList .blogListItem .blogSentense {
	font-size: 24px;
	color: #121212;
	line-height: 1.8;
}
.blog .blogList .blogListItem .blogSentense.fontBold {
	font-weight: 800;
}
.blog .blogList .blogListItem .blogSentense + .blogSentense {
	margin-top: 20px;
}
.blog .blogList .blogListItem figure {
	margin: 60px auto 0;
}
.blog .blogList .blogListItem div.horizontal {
	margin: 60px auto 0;
}
.blog .blogList .blogListItem figure img + figcaption {
	margin-top: 10px;
}
.blog .blogList .blogListItem figure figcaption {
	color: #121212;
	text-align: center;
	font-size: 20px;
	line-height: 1.8;
}

.blog .blogList .blogListItem figure.horizontal {
	max-width: 900px;
}
.blog .blogList .blogListItem div.horizontal {
	max-width: 900px;
}

.blog .blogList .blogListItem figure.horizontal img, .blog .blogList .blogListItem figure.vertical img {
	border-radius: 30px;
}

.blog .blogList .blogListItem figure.vertical {
	max-width: 690px;
}

.blog .blogList .blogListItem figure.NoBorR {
	max-width: 660px;
}

.blog .blogList .blogListItem figure img {
	width: 100%;
}

.blog .pagerWrap {
display: flex;
justify-content: center;
gap: 50px;
padding: 0 40px;
margin-bottom: 120px;
}
.blog .pagerWrap .pagerList {
	max-width: 580px;
	width: 100%;
	background-color: #0F3CAA;
	border-radius: 30px;
	cursor: pointer;
}

.blog .pagerWrap .pagerList .linkPrev, .blog .pagerWrap .pagerList .linkNext {
	display: flex;
	gap: 16px;
	text-decoration: none;
}
.blog .pagerWrap .pagerList .linkPrev img, .blog .pagerWrap .pagerList .linkNext img {
	max-width: 184px;
	width: 100%;
	border-radius: 1em;
	height: auto;
	object-fit: contain;
}
.blog .pagerWrap .pagerList.left {
	position: relative;
}
.blog .pagerWrap .pagerList.left a {
	padding: 30px 30px 30px 90px;
}
.blog .pagerWrap .pagerList.left::before {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
    background-image: url('/lib/sea-pulse/img/blog/icon-arrowl.png'); 
    background-size: contain; 
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
	pointer-events: none;
}
.blog .pagerWrap .pagerList.right {
	position: relative;
}
.blog .pagerWrap .pagerList.right a {
	padding: 30px 90px 30px 30px;
}
.blog .pagerWrap .pagerList.right::before {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	content: '';
    background-image: url('/lib/sea-pulse/img/blog/icon-arrowR.png'); 
    background-size: contain; 
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
	pointer-events: none;
}

.blog .pagerWrap .pagerList .pagerLinkTextWrap span {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: 800;
	line-height: 1.4;
	display: block;
}
.blog .pagerWrap .pagerList .pagerLinkTextWrap .pagerLinkText {
	font-size: 14px;
	line-height: 1.4;
	color: #FFFFFF;
	font-weight: 500;
}

.blog .titleActivity {
	font-size: 60px;
	line-height: 1.4;
	font-weight: 800;
	color: #FFFFFF;
	margin-bottom: 60px;
	-webkit-text-stroke: 3px #0F3CAA;
	text-shadow: 3px 3px 0px #004EA2;
}
.blog .summary .summaryWrap {
	background-color: #FFFFFF;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding: 50px;
	width: 100%;
}
.blog .summary .summaryWrap .imgPerson {
	width: 17%;
	margin-top: -66px;
	transform: scale(1.5);
}

.blog .summary .summaryWrap ul {
width: 70%;
display: flex;
flex-wrap: wrap;
gap: 40px; 
}

.blog .summary .summaryText {
	width: calc((100% - 40px) / 2 );
}
.blog .summary .summaryText span {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 900;
	background-color: #0F3CAA;
	border-radius: 30px;
	padding: 5px 20px;
	margin-right: 10px;
	white-space: nowrap;
	display: inline-block;
	width: 150px;
}
.blog .summary .summaryText a {
	color: #121212;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}
.blog .templateMainImgArea .mainTitleWidth {
	margin: 0 auto 1vw;
	position: static;
}
.blog .linkTextColor {
	color: #0F3CAA;
	word-wrap: break-word; 
    white-space: normal;   
    overflow-wrap: break-word; 
}
.blog .videoContainer {
	max-width: 900px; 
    width: 100%; 
    aspect-ratio: 16 / 9; 
}
.blog .videoContainer iframe{
    width: 100%;
    height: 100%;
}
.titleHighLight {
	display: inline-block;
	margin-bottom: 60px;
	position: relative;
}
.titleHighLight::before {
	content: ""; 
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 15px;
    background-color:#FFF88F;
    z-index: -1; 
}
.titleHighLight .highlightWrap {
	font-size: 28px;
	font-weight: 800;
	display: flex;
	align-items: center;
	gap: 8px;
}
.titleHighLight .highlightWrap img {
	margin-bottom: 8px;
}
.titleHighLight .highlightWrap span {
	line-height: 1.8;
	padding-right: 10px;
}

/* ブログ一覧ページ */
.blogList .blogListSubText {
text-align: center;
font-size: 24px;
line-height: 1.8;
}
.blogList .blogListSubText {
	color: #121212;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 120px;
	font-size: 24px;
}
.blogList .blogListBox {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
}
.blogList .blogListBox .blogListItem {
	width: calc((100% - 60px) / 3);
	cursor: pointer;
	position: relative;
}
.blogList .blogListBox .blogListItem.new::before {
	position: absolute;
	content: '';
	background: url(/lib/sea-pulse/img/blog/icon-new.png) no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
	top: -30px;
	left: -30px;
}
.blogList .blogListBox .blogListItem.new::after {
	position: absolute;
	content: '';
	background: url(/lib/sea-pulse/img/blog/blog-list-fish.png) no-repeat;
	background-size: contain;
	width: 238px;
	height: 134px;
	top: -131px;
	left: 50%;
	transform: translateX(-50%);
}
.blogList .blogListBox .blogListItem a {
	background-color: #FFFFFF;
	border-radius: 50px;
	display: block;
	padding: 20px;
	text-decoration: none;
	min-height: 380px;
}
.blogList .blogListBox .blogListItem figure {
	width: 100%;
	margin-bottom: 30px;
}
.blogList .blogListBox .blogListItem figure img {
	border-radius: 30px;
}
.blogList .blogListBox .blogListItem .blogArchiveTime {
	color: #00AAFA;
	line-height: 1;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
	display: inline-block;
}
.blogList .blogListBox .blogListItem .itemText {
	font-size: 18px;
	line-height: 1.6;
}

.blogList .templateMainImgArea {
	background: url(/lib/sea-pulse/img/blog/bg_main.png) no-repeat;
	background-size: cover;
	background-position: top;
	position: relative;
	height: 480px;
	padding-top: 582px;
}

.blogList .templateMainImgArea .mainTitleWidth {
	margin: 0px auto 1vw;
	position: static;
}

.blogList .templateMainImgArea h1.mainTitle {
	position: absolute;
	top: 264px;
	left: 50%;
	width: 90vw;
	transform: translateX(-50%);
	font-size: 60px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 1.4;
	text-align: center;
	z-index: 1;
}
.blogList .templateMainImgArea p.mainTitle {
	position: absolute;
	top: 266px;
	left: calc(50% + 2px);
	width: 90vw;
	transform: translateX(-50%);
	font-size: 60px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 1.4;
	text-align: center;
	z-index: 0;
	text-shadow: 0 5px 0 #0F3CAA;
	-webkit-text-stroke: 11px #0F3CAA;
}

.blogList .templateMainImgArea .mainImgFish {
	position: absolute;
	bottom: 10px;
	right: 7vw;
	width: 270px;
	height: auto;
	z-index: 10;
}
.blogList .templateActivityWrap {
	padding: 0;
	margin-bottom: 400px;
}

.blogList .mainContents {
	padding-top: 120px;
	background: linear-gradient(180deg, #BCE4FD 0%, #BCE4FD 90%, #004EA2 100%);
}
.blogList .mainContents {
	padding: 120px 40px 0;
}

.reference {
border-radius: 40px;
background: rgba(255, 255, 255, 0.5);
padding: 50px;
margin-bottom: 120px;
}
.reference .referenceTitle {
	font-size: 24px;
	line-height: 1.8;
	font-weight: 800;
	margin-bottom: 20px;
}
.reference .blogList {
margin-bottom: 0;
}
.reference .blogList .blogListItem .blogSentense + .blogSentense {
	margin-top: 20px;
}
.blog .blogList:has(+ .reference) {
    margin-bottom: 60px;
}

/* かわちゃん紹介 */
.kawachanTop .mainContents {
padding-top: 120px;
background: linear-gradient(180deg, #bce4fd 0%, #0196de 50%, #0051a5 100%);
}

.titleShadowWrap {
	position: relative;
	height: 144px;
	width: 100%;
}
.titleShadowWrap.twoLines {
	height: 224px;
}
@media (max-width: 1220px) and (min-width: 768px) {
	.titleShadowWrap.TwolinesExploration {
		height: 224px;
	}
}

@media (max-width: 990px) and (min-width: 768px) {
	.titleShadowWrap.TwolinesSchool {
		height: 224px;
	}

}

.kawachanTop h2.titleSub {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
text-align: center;
font-size: 60px;
line-height: 1.4;
font-weight: 800;
color: #FFFFFF;
z-index: 1;
}
.kawachanTop p.titleSub {
	width: 100%;
	position: absolute;
	top: 2px;
	left: calc(50% + 2px);
	transform: translateX(-50%);
text-align: center;
font-size: 60px;
line-height: 1.4;
font-weight: 800;
color: #FFFFFF;
text-shadow: 0 4px 0 #0F3CAA;
-webkit-text-stroke: 11px #0F3CAA;
z-index: 0;
}


.kawachanTop .subtitle {
text-align: center;
font-size: 40px;
line-height: 1.8;
margin-bottom: 20px;
font-weight: 800;
color: #0F3CAA;
}

.kawachanTop .titleSubText {
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
	color: #121212;
}
.kawachanTop .titleSubText.white {
	color: #FFFFFF;
}

.kawachanTop .kawachanTopswiper {
	margin-top: 40px;
	margin-bottom: 40px;
	}
.kawachanTop .kawachanTopswiper + .linkBtn {
	margin-bottom: 140px;
}
	
.kawachanTop .titleSubText + .titleSubText {
	margin-top: 15px;
}
.kawachanTop .titleAreaWrap {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 120px;
}

.kawachanTop .titleAreaWrap::before {
	position: absolute;
	top: -60px;
	right: -47px;
	content: '';
	width: 165px;
	height: 167px;
	background: url(/lib/sea-pulse/img/suki/sakana-bro/img_school02.png) no-repeat;
	background-size: contain; /
	}
.kawachanTop .titleAreaWrap::after {
	position: absolute;
	bottom: -12px;
	left: -6px;
	content: '';
	width: 285px;
	height: 264px;
	background: url(/lib/sea-pulse/img/suki/sakana-bro/img_school01.png) no-repeat;
	background-size: contain; /
	}
.kawachanTop .clubBox {
	background-color: #FFFFFF;
	border-radius: 30px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-bottom: 120px;
	position: relative;
}

.kawachanTop .clubBox .boxTop {
	display: flex;
	gap: 40px;
}
.kawachanTop .clubBox .boxTop figure {
	max-width: 400px;
}
.kawachanTop .clubBox .boxTop figure img {
	width: 100%;
}

.kawachanTop .clubBox .boxTop .boxText {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.kawachanTop .clubBox .boxTop h4 {
	font-size: 40px;
	line-height: 1.4;
	font-weight: 800;
	margin-bottom: 10px;
	color: #0F3CAA;
}

.kawachanTop .clubBox .boxTop p {
margin-bottom: 100px;
font-size: 18px;
line-height: 1.8;
transform: rotateZ(0.03deg);
}

.kawachanTop .clubBox .boxBottom ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;

}
.kawachanTop .clubBox .boxBottom ul li {
	width: calc((100% - 60px) / 2 );
	display: flex;
	gap: 20px;
}
.kawachanTop .clubBox .boxBottom ul li figure {
	max-width: 200px;
	width: 100%;
}
.kawachanTop .clubBox .boxBottom ul li .listText {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.kawachanTop .clubBox .boxBottom ul li .listText h5 {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.kawachanTop .clubBox .boxBottom ul li .listText p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	transform: rotateZ(0.03deg);
}
.kawachanTop .clubBox .boxBottom ul li .listText a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	color: #00AAFA;
	text-decoration: underline;
	transform: rotateZ(0.03deg);
}

.templateActivityWrap.introduction .activityImgWrap {
	margin-right: -5%;
    position: relative;
    z-index: 10;
	transform: scale(1.1);
}
.templateActivityWrap.introduction .activityTextWrap {
	width: 62%;
	padding-left: 80px;
}
.templateActivityWrap.introduction .linkBtn {
	width: 100%;
	max-width: 560px;
}
.templateActivityWrap.introduction .linkBtn a {
	padding: 22px 100px 22px 20px;
	line-height: 1.4;
}
.templateActivityWrap.introduction .linkBtn a::after {
	margin: 0;
	right: 10px;
}

.templateActivityWrap.coloring .titleSubText {
margin-bottom: 60px;
}
.listA {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.listA li {
	display: flex;
	flex-direction: column;
	padding: 50px 30px;
	width: calc((100% - 60px) / 3 );
	background-color: #FFFFFF;
	border-radius: 100px;
}
.listA li h3 {
	font-weight: 900;
	font-size: 28px;
	color: #0F3CAA;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 40px;
}
.listA li figure {
	padding: 0 30px;
	margin-bottom: 40px;
}
.listA li figure img {
	width: 100%;
}

.btnD {
	background-color: #0F3CAA;
	border-radius: 64px;
}

.btnD a {
color: #FFFFFF;
font-size: min(1.6vw, 24px);
font-weight: 800;
display: block;
width: 100% ;
padding: 30px;
line-height: 1;
text-decoration: none;
text-align: center;
}

.kawachanTop .templateMainImgArea {
	padding: 220px 50px 0;
}
.mainTitleWrap .contentsLeft picture {
	position: absolute;
	top: 0;
	left: 0;
}
h1.titleMainText {
	position: absolute;
	top: 100px;
	left: 0;
	font-weight: 800;
	font-size: min(60px, max(46px, 5vw));
	line-height: 1.2;
	color: #FFFFFF;
	z-index: 1;
}
p.titleMainText {
	position: absolute;
	top: calc(100px + 2px);
	left: 2px;
	font-weight: 800;
	font-size: min(60px, max(46px, 5vw));
	line-height: 1.2;
	color: #FFFFFF;
	text-shadow: 0 4px 0 #0F3CAA;
	-webkit-text-stroke: 11px #0F3CAA;
	z-index: 0;
}

p.titleMainSubText {
	position: absolute;
	top: 300px;
	left: 0;
	font-size: min(24px, max(20px, calc(2vw)));
	line-height: 1.6;
	font-weight: 800;
	color: #FFFFFF;
	z-index: 1;
}
span.titleMainSubText {
	position: absolute;
	top: calc(300px + 1px);
	left: 1px;
	font-size: min(24px, max(20px, calc(2vw)));
	line-height: 1.6;
	font-weight: 800;
	color: #FFFFFF;
	text-shadow: 0 2px 0 #0F3CAA;
	-webkit-text-stroke: 9px #0F3CAA;
	z-index: 0;
}

.mainTitleWrap {
	display: flex;
	align-items: center;
	gap: 6%;
}
.mainTitleWrap .contentsLeft {
	/* width: 45%; */
	width: 52%;
	height: 578px;
	position: relative;
}
.mainTitleWrap .contentsRight {
	width: 42%;
	height: 578px;
	margin-top: -50px;
}
.mainTitleWrap .contentsLeft picture {
	margin-bottom: 15px;
}
.mainTitleWrap .contentsLeft picture {
	margin-bottom: 15px;
}


.kawachanTop .templateMainImgArea .mainTitleWidth {
padding: 0;
max-width: 1300px;
}


.kawachanTop #newsSwiper .swiper-slide .newsBox .newsImg img {
	border-radius: 30px;
}
.templateActivityWrap.event .whiteBox {
	position: relative;
}
.templateActivityWrap.introduction .activityTextWrap.whiteBox {
position: relative;
}
.kawachanTop .moveImgContainer.moveImg01 {
	position: absolute;
	bottom: -80px;
	left: 30px;
	width: 230px;
	height: 190px;
}
@media (min-width: 970px) and (max-width: 1200px) {
    .kawachanTop .moveImgContainer.moveImg01 {
        left: -98px;
    }
}
.kawachanTop .moveImgContainer.moveImg02 {
	position: absolute;
	top: -20px;
	right: 0;
	width: 215px;
	height: 129px;
	
}
.kawachanTop .moveImgContainer.moveImg03 {
	position: absolute;
	top: -100px;
	right: 0;
	width: 268px;
	height: 204px;
}
.kawachanTop .moveImgContainer.moveImg04 {
	position: absolute;
	top: -120px;
	left: 90px;
	width: 268px;
	height: 204px;
}
.kawachanTop .moveImgContainer.moveImg05 {
	position: absolute;
	top: -136px;
	right: -11px;
	width: 212px;
	height: 246px;
}

.kawachanTop .templateActivityWrap {
	padding: 0;
}
.innerWrap {
	padding: 0 50px;
}
.pcNone {
	display: none;
}

.spNone {
	display: block;
}
.kawachanTop #newsSwiper .swiper-slide .newsBox .newIcon {
	position: absolute;
	top: -1%;
	left: -3%;
	width: 30%;
	z-index: 1;
}

.kawachanTop .linkBtn a {
	font-size: min(1.6vw, 24px);
	position: relative;
	display: flex;
	justify-content: center;
padding: 30px 90px 30px 20px;
}



.kawachanTop .linkBtn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	margin: 0;
}


/*めぐりいちTOP  */

.meguriichiTop {

}
.meguriichiTop .templateMainImgArea {
	padding: 0;
}
body.template.meguriichiTop .mainTitleWidth {
	width: 100vw;
	max-width: none;
	margin: 0 calc(50% - 50vw);
	padding: 0;
}
.meguriichiTop #keyVisual {
	overflow: hidden;
	height: 770px;
	background: #1A2B7C;
	padding: 190px 0 55px;
	overflow: hidden;
}

.meguriichiTop #keyVisual .inner {
	position: relative;
}

.meguriichiTop #keyVisual .inner .main_copy {
	text-align: center;
	margin: 0 0 70px;
	opacity: 0;
	position: relative;
	top: 50px;
}

.meguriichiTop #keyVisual .inner .main_copy.true {
	transition: all .5s 0s ease;
	opacity: 1;
	top: 0;
}

.meguriichiTop #keyVisual .inner .main_copy img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.meguriichiTop #keyVisual .inner .powered {
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.meguriichiTop #keyVisual .inner .listImg li {
	position: absolute;
	transform: translate(-50%, -50%);
}

.meguriichiTop #keyVisual .inner .listImg li.gara {
	z-index: 0;
	opacity: 0;
}

.meguriichiTop #keyVisual .inner .listImg li.gara.true {
	transition: all 1s 0.7s ease;
	opacity: 1;
}

.meguriichiTop #keyVisual .inner .listImg li.gara.gara01 {
	width: 60px;
	height: 60px;
	top: calc(50% - 200px);
	left: calc(50% - 550px);
}

.meguriichiTop #keyVisual .inner .listImg li.gara.gara02 {
	width: 85px;
	height: 85px;
	top: calc(50% - 250px);
	left: calc(50% - 250px);
}

.meguriichiTop #keyVisual .inner .listImg li.gara.gara03 {
	width: 140px;
	height: 140px;
	top: calc(50% + 93px);
	left: calc(50% - 500px);
}

.meguriichiTop #keyVisual .inner .listImg li.gara.gara04 {
	width: 103px;
	height: 103px;
	top: calc(50% - 205px);
	left: calc(50% - 700px);
}

.meguriichiTop #keyVisual .inner .listImg li.gara.gara05 {
	width: 117px;
	height: 117px;
	top: calc(50% - 189px);
	left: calc(50% + 340px);
}

.meguriichiTop #keyVisual .inner .listImg li.gara.gara06 {
	width: 140px;
	height: 140px;
	top: calc(50% - 88px);
	left: calc(50% + 655px);
}

.meguriichiTop #keyVisual .inner .listImg li.gara.gara07 {
	width: 100px;
	height: 100px;
	top: calc(50% + 100px);
	left: calc(50% + 400px);
}

.meguriichiTop #keyVisual .inner .listImg li.img {
	z-index: 1;
	opacity: 0;
}

#keyVisual .inner .listImg li.img img {
	display: block;
}

.meguriichiTop #keyVisual .inner .listImg li.img.img01 {
	top: calc(50% - 205px);
	left: calc(50% - 300px);
}

.meguriichiTop #keyVisual .inner .listImg li.img.img01.true {
	transition: all 1s 0.5s ease;
	opacity: 1;
}

.meguriichiTop #keyVisual .inner .listImg li.img.img02 {
	top: calc(50% - 120px);
	left: calc(50% - 480px);
}

.meguriichiTop #keyVisual .inner .listImg li.img.img02.true {
	transition: all 1s 0s ease;
	opacity: 1;
}

.meguriichiTop #keyVisual .inner .listImg li.img.img03 {
	top: calc(50% + 150px);
	left: calc(50% - 622px);
}

.meguriichiTop #keyVisual .inner .listImg li.img.img03.true {
	transition: all 1s .2s ease;
	opacity: 1;
}

.meguriichiTop #keyVisual .inner .listImg li.img.img05 {
	top: calc(50% - 153px);
	left: calc(50% + 450px);
	width: 193px;
}

.meguriichiTop #keyVisual .inner .listImg li.img.img05.true {
	transition: all 1s 0.3s ease;
	opacity: 1;
}

.meguriichiTop #keyVisual .inner .listImg li.img.img06 {
	width: 138px;
	height: 138px;
	top: calc(50% + 77px);
	left: calc(50% + 617px);
}

.meguriichiTop #keyVisual .inner .listImg li.img.img06.true {
	transition: all 1s 0.1s ease;
	opacity: 1;
}

.meguriichiTop #keyVisual .inner .listImg li.img.img07 {
	width: 136px;
	height: 136px;
	top: calc(50% + 150px);
	left: calc(50% + 348px);
}

.meguriichiTop #keyVisual .inner .listImg li.img.img07.true {
	transition: all 1s 0.6s ease;
	opacity: 1;
}

.meguriichiTop #keyVisual .inner .listImg li.kumo {
	z-index: 2;
	opacity: 0;
}

.meguriichiTop #keyVisual .inner .listImg li.kumo.kumo01 {
	width: 120px;
	height: 45px;
	top: calc(50% + 210px);
	left: calc(50% - 290px);
}

.meguriichiTop #keyVisual .inner .listImg li.kumo.kumo01.true {
	opacity: 1;
	left: calc(50% - 526px);
	transition: all 1s 1s ease;
}

.meguriichiTop #keyVisual .inner .listImg li.kumo.kumo02 {
	width: 120px;
	height: 45px;
	top: calc(50% - 100px);
	left: calc(50% + 290px);
}

.meguriichiTop #keyVisual .inner .listImg li.kumo.kumo02.true {
	opacity: 1;
	left: calc(50% + 350px);
	transition: all 1s 1s ease;
}


body.template.meguriichiTop .templateActivityWrap .activityImgWrap {
flex-direction: column;
}

/* タブ */
.meguriichiTop .tabs {
	display: flex;
	gap: 20px;
	cursor: pointer;
}
.meguriichiTop .tab.active {
	font-weight: bold;
}
.meguriichiTop .tab img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	object-fit: cover;
	filter: brightness(0.4);
}
.meguriichiTop .tab.active img {
	filter: brightness(1.0);
}
.meguriichiTop .tabContent {
	display: none;
}
.meguriichiTop .tabContent.active {
	display: block;
}


.meguriichiTop .templateActivityWrap {
	padding: 0;
	margin: 0 auto;
}

.meguriichiTop .mainContents {
	padding-top: 120px;
	margin-top: -46px;
	--templateBg: none;
	position: relative;
	z-index: 0;
}

.meguriichiTop .mainContents::before {
	position: absolute;
	top: -23px;
	left: 0;
	content: "";
	width: 100%; 
    height: 23px; 
    background: url('/lib/sea-pulse/img/suki/meguriichi/wave.png') repeat-x; 
    background-size: contain; 
    z-index: 1; 
}

.meguriichiTop .philosophy .philosophyWrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	color: #121212 ;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 100px;
	border: 6px solid #0F3CAA ;
	padding: 100px 140px;
	writing-mode: vertical-rl;
	margin-bottom: 120px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	font-family: "Noto Serif JP", serif;
	white-space: nowrap;
	letter-spacing: 0.02em;
}

.meguriichiTop .philosophyTitle {
	font-size: 46px;
	line-height: 1.2;
	font-weight: 700; 
	display: flex;
	gap: 2vw;
	flex-direction: column;
	justify-content: space-between;
	letter-spacing: 0.1em;
}

.meguriichiTop .philosophyTitle .blue {
	color: #0F3CAA;
}

.meguriichiTop .philosophySentense {
	font-size: 25px;
	line-height: 1.1;
	font-weight: 500;
	display: flex;
	gap: 2vw;
	flex-direction: column;
	justify-content: space-between;
}

.meguriichiTop .companyName {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	text-align: right;
	letter-spacing: 0.15em;
}


.meguriichiTop .AnchorWrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 120px;
}

.meguriichiTop .AnchorWrap .AnchorList {
	display: flex;
	flex-wrap: wrap;
	gap: 11px; 
	margin-bottom: 20px;
}
.meguriichiTop .AnchorWrap .AnchorList li {
	display: flex;
	flex-wrap: wrap;
	background-color: #0F3CAA;
	border-radius: 48px;
	position: relative;
}
.meguriichiTop .AnchorWrap .AnchorList li::after {
	position: absolute;
	content: '';
	pointer-events: none;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: url(/lib/sea-pulse/img/suki/meguriichi/icon_arrow-down.png) no-repeat;
	background-size: contain;
}
.meguriichiTop .AnchorWrap .AnchorList li a {
	padding: 10px 44px 10px 20px;
	color: #FFFFFF;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	width: 140px;
}
.meguriichiTop .AnchorWrap .note {
	color: #0F3CAA;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	text-align: right;
	transform: rotateZ(0.03deg);
}

.meguriichiTop .areaTitle {
	text-align: center;
	margin-bottom: 60px;
}
.meguriichiTop .areaTitle figure {
	margin-bottom: 20px;
}
.meguriichiTop .areaTitleShadowWrap {
	position: relative;
	height: 84px;
}
.meguriichiTop .areaTitleShadowWrap p {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 800;
	font-size: 60px;
	line-height: 1.4;
	text-align: center;
	z-index: 1;
	color: #FFFFFF;
}
.meguriichiTop .areaTitleShadowWrap span {
	width: 100%;
	position: absolute;
	top: 2px;
	left: calc(50% + 2px );
	transform: translateX(-50%);
	font-weight: 800;
	font-size: 60px;
	line-height: 1.4;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0 4px 0 #0F3CAA;
	-webkit-text-stroke: 11px #0F3CAA;
	z-index: 0;
}


.meguriichiTop .templateActivityWrap .activityTitle {
	line-height: 1.4;
	color: #0F3CAA;
}
.meguriichiTop .templateActivityWrap .categoryMarkList {
	font-weight: 500;
	line-height: 1;
	color: #0F3CAA;
	font-size: 14px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.meguriichiTop .templateActivityWrap .categoryMarkList li {
	border-radius: 50px;
	border: 1px solid #0F3CAA;
	padding: 10px 20px;
}

.meguriichiTop .templateActivityWrap .activityImgWrap {
	width: 36%;
}

.meguriichiTop .templateActivityWrap .activityTextWrap {
	width: 60%;
}

.meguriichiTop .templateActivityWrap .whiteBox:not(:last-child) {
	margin-bottom: 60px;
}

.meguriichiTop h2.titleSub {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 60px;
	line-height: 1.4;
	margin-bottom: 40px;
	font-weight: 800;
	color: #FFFFFF;
	z-index: 1;
}
.meguriichiTop p.titleSub {
	width: 100%;
	position: absolute;
	top: 2px;
	left: calc(50% + 2px);
	transform: translateX(-50%);
	text-align: center;
	font-size: 60px;
	line-height: 1.4;
	margin-bottom: 40px;
	font-weight: 800;
	color: #FFFFFF;
	text-shadow: 0 4px 0 #0F3CAA;
	-webkit-text-stroke: 11px #0F3CAA;
	z-index: 0;
}

.meguriichiTop .titleSubText {
	text-align: left;
	font-size: 24px;
	line-height: 1.8;
	color: #121212;
	color: #FFFFFF;
	margin-bottom: 60px;
}

.meguriichiTop .recautionsBox {
	background-color: #FFFFFF;
	border-radius: 100px;
	padding: 50px;
	margin-bottom: 220px;
}
.meguriichiTop .recautionsBox .boxList {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.meguriichiTop .recautionsBox .boxList li .title {
	font-size: 28px;
	line-height: 1.6;
	margin-bottom: 10px;
	font-weight: 900;
	color: #0F3CAA;
	transform: rotateZ(0.03deg);
}
.meguriichiTop .recautionsBox .boxList li p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	color: #121212;
	transform: rotateZ(0.03deg);
}
.meguriichiTop .recautionsBox .boxList li p a {
	color: #121212;
	text-decoration: underline;
}
.meguriichiTop .recautionsBox .boxList li .listMark {
}
.meguriichiTop .recautionsBox .boxList li .listMark li {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	padding-left: 20px;
	text-indent: -1em;
	position: relative;
	transform: rotateZ(0.03deg);
}
.meguriichiTop .recautionsBox .boxList li .listMark li::before {
	padding-left: 1em;
	text-indent: -1em;
	content: '・';
	display: inline-block;

}
.meguriichiTop .titleShadowWrap {
	height: 208px;
}
@media (max-width: 1135px) and (min-width: 768px) {
	.meguriichiTop .titleShadowWrap {
		height: 280px;
	}
}

.meguriichiTop .templateActivityWrap .activityImgWrap figure img {
	border-radius: 30px;
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.linkBtnWrap {
	display: flex;
	gap: 40px;
}
.linkBtnWrap .linkBtn {
	max-width: 300px;
	width: 100%;
	height: 63px;
}
.linkBtnWrap .linkBtn a {
	font-size: min(1.4vw, 18px);
	padding: 2% clamp(20px, 6vw, 80px) 2% 20px;
	height: 63px;
}

.linkBtnWrap .linkBtn a::after {
	content: "";
	background: url(/lib/sea-pulse/img/common/img_arrow02.png) no-repeat;
	transition: background 0.3s;
	background-size: contain; 
	margin: 0;
	width: 42px;
	height: 42px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:10px;
} 



.linkBtnWrap  .linkBtn a:hover::after {
	background: url(/lib/sea-pulse/img/common/img_arrow02_hover.png) no-repeat;
	background-size: contain;
}

.anchorPoint {
	position: relative;
	padding-top: 50px;
	margin-top: -50px;
}


#pageTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	z-index: 15;
}


/* 関連サイト */

.siteBottomWrap {
	margin:230px 0 0 0;
	padding:0 0 50% 0;
	width:100%;
	position: relative;
	background: url(/lib/sea-pulse/img/top/img_bottombg.png) no-repeat;
	background-size: 100%;
	background-position: bottom right;
}
.relatedSiteWrap {
	width: 90vw;
	max-width: 1200px;
	margin: 0 auto;
}
.relatedSiteWrap .relatedSiteTitle {
	width: fit-content;
	margin: 0 auto 40px;
}

.relatedSiteWrap .relatedSite {}
.relatedSiteWrap .relatedSite h3 {
	font-size: min(2.5vw, 30px);
	color: #004EA2;
	font-weight: 600;
	margin:0 0 20px 0;
}
.relatedSiteWrap .relatedSite ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.relatedSiteWrap .relatedSite ul li {
	width: 100%;
	background-color:#FFF;
	padding:5%;
	border-radius: 100px;

}
.relatedSiteWrap .relatedSite .DetailWrap {
	display: flex;
	flex-direction: row;
	gap: 40px;
	align-items: flex-start;
}

.relatedSiteWrap .ttlImg {
	width: 40vw;
	max-width:480px;
	border-radius: 25px;
	overflow: hidden;
}
.relatedSiteWrap .relatedDetail {
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.relatedSiteWrap .relatedDetail .linkBtn {
	margin: 20px 0 0 0;
}
.relatedSiteWrap .relatedDetail p {
	font-size: min(1.8vw, 18px);
	line-height: 2.0;
}