html {
	overflow: clip;
	overscroll-behavior: none;
}

.modal_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.modal_content {
	position: relative;
	max-width: 678px;
	width: 80%;
	background-color: #fff;
	border: 2px solid #005AD8;
	padding: 60px 60px 40px;
	border-radius: 50px;
	z-index: 11;
	filter: drop-shadow(20px 20px rgba(0, 0, 0, 0.15));
	transform: translateZ(0);
	transform: none;
}

.modal_text_area {
	height: 510px;
	overflow-y: auto;
}

.modal_text_area p{
	font-size: 17px;
	line-height: 2;
	margin-bottom: 15px;
}

.modal_text_area p:nth-of-type(5){
	margin-bottom: 25px;
}

.modal_text_area p:last-of-type{
	margin-bottom: 22px;
}

#modal .modal_title {
	display: flex;
	align-items: flex-start;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}

#modal .modal_title span{
	color: #005AD8;
	font-size: 6px;
	margin-right: 15px;
	position: relative;
	top: 20px;
}

.modal_btn {
	display: block;
	margin: 0 auto;
	color: #005AD8;
	font-weight: bold;
	font-size: 17px;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	width: 120px;
	height: 50px;
	line-height: 1.6;
	border-radius: 8px;
	border: 1px solid #005AD8;
	position: relative;
	padding-left: 20px;
}

.modal_btn::before,
.modal_btn::after{
	content: "";
	position: absolute;
	bottom: 5.5px;
	left: 22px;
	width: 2px;
	height: 18px;
	background: #005AD8;
	border-radius: 2.5px;
}

.modal_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.modal_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.modal_btn:hover {
	box-shadow: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.modal_content {
		width: 73.33%;
		padding: 30px 8% 20px;
		border-radius: 25px;
	}

	#modal .modal_title {
		font-size: 19px;
		letter-spacing: 0.05em;
	}

	#modal .modal_title span{
		top: 18px;
	}

	.modal_text_area p{
		font-size: 15px;
	}

	.modal_text_area p:last-of-type{
		margin-bottom: 26px;
	}

	.modal_btn {
		font-size: 15px;
		width: 114px;
        height: 45px;
	}

	.modal_btn::before,
	.modal_btn::after{
		content: "";
		position: absolute;
		bottom: 5px;
		left: 22px;
		width: 2px;
		height: 17px;
		background: #005AD8;
		border-radius: 2.5px;
	}
}

.cont01 {
	position: relative;
}

.cont01 .top {
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.cont01 .mv_text {
	position: absolute;
	bottom: 25.2%;
    left: 9.4%;
}

.cont01 .mv_text h1{
	font-size: 57px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 25px;
}

.cont01 .mv_text p{
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #fff;
}

.mv_video {
	width: 100%;
    max-height: 787px;
    height: 100%;
}

.mv_video video {
	width: 100%;
}

.scroll_text .foam_img01 {
	max-width: 32%;
	position: absolute;
	top: 240px;
    left: 0;
    z-index: -1;
}

.scroll_text .foam_img02 {
	max-width: 32%;
	position: absolute;
	top: 190px;
    right: 0;
    z-index: -1;
	overflow: hidden;
}

@media screen and (max-width: 1330px) {
	.scroll_text .foam_img01 {
		max-width: 28%;
		top: 235px;
	}

	.scroll_text .foam_img02 {
		max-width: 26%;
		top: 185px;
	}
}


@media screen and (max-width: 1000px) {

	.cont01 .mv_text {
		bottom: 18.2%;
		left: 7.4%;
	}

	.cont01 .mv_text h1{
		font-size: 38px;
		margin-bottom: 10px;
	}

	.cont01 .mv_text p{
		font-size: 17px;
	}

	.scroll_text .foam_img01 {
		max-width: 26%;
		top: 85px;
	}

	.scroll_text .foam_img02 {
		max-width: 23%;
		top: 85px;
	}
}

@media screen and (max-width: 768px) {

	.cont01 .top {
		overflow: hidden;
	}

	.mv_video {
        width: 210vh;
		max-height: 470px;
    }

	.cont01 .mv_text {
		bottom: 14.4%;
		left: 5.3%;
	}
	.cont01 .mv_text h1{
		font-size: 28px;
		margin-bottom: 15px;
	}

	.cont01 .mv_text p{
		font-size: 13px;
	}

	.scroll_text .foam_img01 {
		max-width: 31%;
		top: 25px;
	}

	.scroll_text .foam_img02 {
		max-width: 27.5%;
		top: 20px;
	}
}

@media screen and (max-width: 350px) {
	.cont01 .mv_text h1 {
		letter-spacing: 0.05em;
	}
	.cont01 .mv_text p {
        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 375px) {
	.scroll_text .foam_img01 {
		max-width: 32%;
	}

	.scroll_text .foam_img02 {
		max-width: 32%;
	}
}

.sta_news_wrap {
	padding-top: 350px; /* ヘッダーの高さを入力 */
    margin-top: -350px; /* ヘッダーの高さを入力 */
}
.sta_news {
	position: absolute;
	bottom: -111px;
    left: 0;
    right: 0;
	width: 90%;
	max-width: 1100px;
	display: flex;
	margin: 0 auto;
	z-index: 5;
}

.status {
    position: relative;
    filter: drop-shadow(20px 20px rgba(0, 0, 0, 0.10));
	transform: translateZ(0);
    width: 100%;
	max-width: 340px;
    height: 100%;
    margin-right: 4.54%;
}

.status_title_area {
	position: relative;
	padding: 13px 3% 10px;
    border-radius: 18px 18px 0 0;
	text-align: center;
	justify-content: center;
	background: linear-gradient(to right, #0048CE 0%, #005AD8 25%, #0048CE 50%, #005AD8 75%, #0048CE 100%);
	flex-direction: column;
	z-index: 5;
}

.status_title p{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
}

.status_gull_img {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 90px;
}

.status_area {
	position: relative;
    border-radius: 0 0 25px 25px;
    padding: 15px 3% 23px;
    border: 7px solid #005AD8;
    border-top: none;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.status::before {
	content: '';
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(/img/status_bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 25px;
    z-index: 4;
}

.status_icon {
	display: flex;
    justify-content: center;
    max-width: 60px;
    margin: auto auto 12px;
    min-height: 50px;
}

.circle {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-top: 9px;
	line-height: 80px;
	border-radius: 50%;
	border: 4px solid #005AD8;
}

.triangle {
	max-width: 60px;
}

.cross {
	margin: 31px 0;
}

.cross::before,
.cross::after{
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	width: 4px;
	height: 55px;
	background: #005AD8;
	border-radius: 2.5px; /* 棒の四隅の丸み*/
}

.cross::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.cross::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.status_situation {
	display: flex;
    border-radius: 60px;
    border: 1px solid #005AD8;
    max-width: 258px;
    justify-content: center;
    align-items: center;
    padding: 5px 1px;
    width: 100%;
    margin: 0px auto 9px;
}

.status_situation p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	color: #005AD8;
}

.status_text p {
	font-size: 17px;
	color: #000;
	line-height: 1.6;
}

.news {
	position: relative;
	background-image: url(/img/news_bg.png);
	background-size: 100% 100%;
    width: 64.54%;
    background-repeat: no-repeat;
    filter: drop-shadow(20px 20px rgba(0, 0, 0, 0.10));
	transform: translateZ(0);
}

.news_list_inner {
	width: 100%;
    padding: 3.5% 2% 3% 5.5%;
    box-sizing: border-box;
}

.news_main_title {
    margin-bottom: 39px;
    display: inline-block;
}

.news_main_title span {
	color: #005AD8;
	font-size: 6px;
	margin-right: 18px;
}

.news_main_title h2 {
	display: flex;
    align-items: center;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.news_area {
	justify-content: space-between;
	width: 90%;
}

.news article {
	display: flex;
	margin-bottom: 11px;
	align-items: baseline;
}

.news_list {
	max-width: 100%;
}

article {
	cursor: pointer;
}

.news_list article a {
	display: flex;
}

.news_list article h3 {
	font-size: 17px;
	line-height: 1.6;
	flex: 1;
	width: 100%;
}

.news article time{
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.05em;
    margin-right: 21px;
	color: #005AD8
}

.news_button {
	display: inline-block;
	position: absolute;
	top: 28.1%;
    right: 4.2%;
}

.news_button a {
	display: inline-block;
	position: relative;
	padding: 8px 25px 7px 18px;
	border-radius: 25px;
	background-color: #fff;
	border: 1px solid #AAAAAA;
	color: #000;
	font-size: 15px;
	letter-spacing: 0.1em;
}


.news_button a::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	width: 4px;
	height: 4px;
	margin: auto;
	border-top: 1px solid #005AD8;
	border-right: 1px solid #005AD8;
	transform: rotate(45deg);
	box-sizing: border-box;
}


.cont01 .status_title .small{
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1300px){

	.sta_news {
		position: absolute;
		bottom: -136px;
		right: 0;
		left: 0;
		display: flex;
		margin: 0 auto;
		z-index: 5;
	}

	.news_list_inner {
		padding: 3% 2% 2% 5.2%;
	}

	.news_main_title h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1000px){

	.sta_news_wrap {
		background-color: #EFF3F7;
        padding-bottom: 50px;
	}

	.sta_news {
		position: relative;
		bottom: 0;
		margin-top: -40px;
		flex-direction: column;
		align-items: center;
	}

	.status {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.news_list_inner {
		padding: 4% 2% 12% 5.2%;
	}

	.news_main_title span {
		font-size: 4px;
	}

}

@media screen and (max-width: 900px) {
	.news {
		background-image: url(/img/news_bg_sp.png);
		width: 100%;
        max-width: 400px;
	}

	.news_list article a {
		flex-direction: column;
	}

	.news_button {
		top: 18.1%;
		right: 12.2%;
	}
}

@media screen and (max-width: 768px) {
	.sta_news_wrap {
		padding-top: 200px; /* ヘッダーの高さを入力 */
		margin-top: -200px; /* ヘッダーの高さを入力 */
	}


	.sta_news {
		left: 0;
		right: 0;
		margin-top: -36px;
		width: 90%;
	}

	.status {
		margin-bottom: 28px;
	}

	.sta_news_wrap {
        padding-bottom: 40px;
	}

	.news_list_inner {
		padding: 8% 1% 12% 9.2%;
	}

	.status_title p {
		font-size: 20px;
	}

	.status_situation p {
		font-size: 20px;
	}

	.status_text p {
		font-size: 15px;
	}

	.status::before {
		background-image: url(/img/status_bg_sp.png);
	}

	.news {
		max-width: 345px;
	}

	.news_main_title h2 {
        padding-left: 10px;
    }

	.news article {
		display: block;
		margin-bottom: 12px;
		align-items: unset;
	}

	.news article time{
		font-size: 15px;
		display: block;
		margin-bottom: 5px;
	}

	.news_list article h3 {
		font-size: 15px;
	}

	.news_button {
		top: 20%;
		right: 16%;
	}
}

@media screen and (max-width: 350px) {
	.status_gull_img {
		width: 75px;
}

	.news_list article h3 {
        letter-spacing: 0.05em;
	}
}

.cont03 {
	position: relative;
	background-color: #EFF3F7;
}

.cont03 .wrap {
	position: relative;
	width: 100%;
	background-color: #EFF3F7;
	background-image: url(/img/bg_circle.png);
	background-size: 1200px;
    background-repeat: no-repeat;
    background-position: center;
	padding: 180px 0 250px;
    overflow-x: clip;
}

.cont03 .guide {
	position: relative;
	z-index: 1;
}

.cont03 .foam_img03 {
	max-width: 59.3%;
    position: absolute;
    bottom: -23.3vw;
    left: -17.4vw;
    z-index: 1;
}

.cont03 .foam_img04 {
	max-width: 44%;
    position: absolute;
    bottom: -9vw;
    right: -12.1vw;
    z-index: 0;
    overflow: hidden;
}

.cont03 .inner {
	max-width: 680px;
	margin: 0 auto;
}

.cont03 .boat_img {
	text-align: center;
	margin-top: 4px;
    margin-bottom: 78px;
}

.cont03 .boat_img img {
	max-width: 100px;
}

.cont03 .message {
	text-align: center;
}

.cont03 .message .text{
	font-size: 42px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.cont03 .message .line {
	display: block;
	max-width: 576px;
	margin: 0 auto;
	background-size: 4px 2px;
	background-image: linear-gradient(to right, #0082D8 0%,
	#005AD8 20%,
	#0082D8 40%,
	#005AD8 60%,
	transparent 60%,
	transparent 100%);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 62px;
}

.cont03 .message p {
	font-size: 17px;
	line-height: 3;
}

.cont03 .message p:last-of-type {
	margin-bottom: 62px;
}

.cont03 .message .catch {
	position: relative;
	font-size: 22px;
	line-height: 1.6;
	margin: 50px 0;
	display: inline-block;
	padding: 0 17px;
    margin-left: 17px;
}

.cont03 .message .catch::before {
	position: absolute;
    content: "";
    display: block;
    background-image: url(/img/marks_left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 9px;
    height: 6px;
    top: 7px;
    left: 0;
}

.cont03 .message .catch::after {
	position: absolute;
    content: "";
    display: block;
    background-image: url(/img/marks_right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 9px;
    height: 6px;
    top: 7px;
    right: 0;
}

.cont03 .cont03_img {
	text-align: center;
}

.cont03 .cont03_img img{
	max-width: 290px;
}

@media screen and (max-width: 1000px) {
	.cont03 .foam_img03 {
    bottom: -23.2vw;
	}
}


@media screen and (max-width: 768px) {
	.cont03 .sp_bg {
		background-color: #EFF3F7;
		padding-top: 25px;
		padding-bottom: 21.5vw;
	}

	.cont03 .wrap {
		background-image: url(/img/bg_circle_sp.png);
		background-color: transparent;
		background-position: top center;
		background-size: cover;
        padding: 75px 0 35px;
	}

	.cont03 .inner {
		width: 89.33%
	}

	.cont03 .guide {
		position: relative;
		z-index: 1;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	.cont03 .message .text{
		font-size: 28px;
	}

	.cont03 .message p:last-of-type {
		margin-bottom: 50px;
	}

	.cont03 .foam_img03 {
		bottom: -45.5vw;
	}

	.cont03 .foam_img04 {
		bottom: -31.1vw;
	}

	.cont03 .boat_img {
		margin-bottom: 21px;
	}

	.cont03 .boat_img img {
		max-width: 50px;
	}

	.cont03 .message .line {
		display: block;
		max-width: 305px;
		margin: 0 auto;
		background-size: 4px 2px;
		background-image: linear-gradient(to right, #0082D8 0%,
		#005AD8 20%,
		#0082D8 40%,
		#005AD8 60%,
		transparent 60%,
		transparent 100%);
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 20px;
		margin-bottom: 50px
	}

	.cont03 .message p {
		font-size: 15px;
		line-height: 2.5;
	}

	.cont03 .message .catch {
		font-size: 20px;
		display: inline-block;
        padding: 0 13px;
	}
	.cont03 .cont03_img img{
		max-width: 220px;
	}
}

@media screen and (max-width: 368px) {

	.cont03 .sp_bg {
		padding-bottom: 20vw;
        position: relative;
	}

	.cont03 .foam_img03 {
		bottom: -44.2vw;
	}

	.cont03 .foam_img04 {
		bottom: -29.8vw;
	}
}

@media screen and (max-width: 350px) {
	.cont03 .message p {
        font-size: 14px;
        letter-spacing: 0.05em;
    }

	.cont03 .message .text {
		font-size: 26px;
		letter-spacing: 0.05em;
	}
}

.cont04 .wrap {
	background-image: url(/img/mysterious_bg.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding: 155px 0 328px;
}

.cont04 .inner {
	width: 81.25%;
	margin: 0 auto;
}

.cont04 .cont04_text_area {
	position: relative;
	text-align: center;
	z-index: 1;
}

.cont04 .cont04_text_area h2{
	position: relative;
}

.cont04 .cont04_text_area h2::after{
	position: absolute;
	content: '';
    display: block;
    width: 17%;
    max-width: 200px;
    aspect-ratio: 1 / 1;
    background-image: url(/img/mysterious_dot.png);
    background-size: cover;
    background-repeat: no-repeat;
	top: 13px;
    right: 15vw;
    z-index: -1;
}

.cont04 .cont04_text_area .text{
	font-size: 72px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.cont04 .cont04_text_area p{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 114px;
}

.cont04 .point_right {
	display: flex;
	width: 100%;
}

.cont04 .point_right_img_area {
	max-width: 100%;
} 

.cont04 .point01 {
	font-size: 0;
	position: relative;
    z-index: 1;
	width: 100%;
	overflow: hidden;
}

.cont04 .point_text_area {
	max-width: 45.4%;
}

.cont04 .point_flag {
	display: flex;
	align-items: center;
	margin-bottom: 29px;
}

.cont04 .point_flag img {
	max-width: 74px;
	max-height: 50px;
	margin-right: 2.3%;
    margin-bottom: 1%;
}

.cont04 .point_flag .text{
	font-size: 56px;
	font-weight: bold;
}

.cont04 .cont04_point_text {
	color: #fff;
}

.cont04 .cont04_point_text h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 50px;
}

.cont04 .cont04_point_text p {
	font-size: 17px;
	line-height: 2;
}

.cont04 .point_left {
	display: flex;
	margin: 132px 0;
}

.cont04 .point02_img_area {
	margin-left: 7%;
}

@media screen and (max-width: 1000px) {
	.cont04 .point_right {
		align-items: center;
	}

	.cont04 .point_left {
		align-items: center;
	}

	.cont04 .cont04_point_text h3 {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 50px;
	}

	.cont04 .cont04_point_text p {
		font-size: 15px;
		line-height: 2;
	}

	.cont04 .point_text_area {
		position: relative;
	}

	.point_wave {
		position: absolute;
		inset: 0;
	}
}

@media screen and (max-width: 900px) {
	.point_wave01 img:first-of-type {
    top: -20px;
}

.point_wave01 img:last-of-type {
    bottom: 20px;
}

.point_wave02 img:first-of-type {
    top: -20px;
}

.point_wave02 img:last-of-type {
    bottom: 20px;
}
}


@media screen and (max-width: 768px) {
	.cont04 .wrap {
		background-image: url(/img/mysterious_bg_sp.png);
		padding: 161px 0 180px;
	}

	.cont04 .inner {
		width: 89.33%;
	}

	.cont04 .cont04_text_area h2::after{
		width: 47px;
		height: 47px;
		top: -123px;
        right: 19.5vw;
	}

	.cont04 .cont04_text_area .text{
		font-size: 40px;
		font-weight: 800;
		line-height: 1.3;
	}

	.cont04 .point_flag {
		margin-bottom: 10px;
	}

	.cont04 .cont04_point_text h3 {
		margin-bottom: 30px;
        letter-spacing: 0.05em;
    }

	.cont04 .cont04_text_area p{
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 30px;
	}

	.cont04 .point_flag img{
		margin-right: 3.5%;
	}

	.cont04 .point_right {
		align-items: unset;
		flex-direction: column-reverse;
	}

	.cont04 .point_left {
		align-items: unset;
		flex-direction: column;
		margin: 80px 0 60px;
	}

	.cont04 .point_text_area {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.cont04 .point_right_img_area {
		max-width: 96%;
		margin-right: 0;
	}

	.cont04 .point01 {
		width: 97%;
	}

	.cont04 .point02_img_area {
		max-width: 96%;
		margin-left: 0;
		margin-bottom: 18px;
	}
}

.cont05 {
	position: relative;
}

.cont05 .wrap {
	background-color: #EFF3F7;
	background-image: url(/img/service_bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	padding: 155px 0 111px;
}

.cont05 .inner {
	margin: 0 auto;
	max-width: 1480px;
}

.cont05 .cont05_title {
	max-width: 340px;
    margin: 0 auto 115px;
	text-align: center;
}

.cont05 .cont05_title::before {
	position: absolute;
	content: '';
	display: block;
	width: 81%; /* ← 1300px → 画面幅に応じて縮む */
	height: auto; /* 縦横比を保つ */
	aspect-ratio: 1300 / 250; /* 元画像の比率を保つ */
	background-image: url(/img/service_bubbles.png);
	background-size: contain;
	background-repeat: no-repeat;
	filter: drop-shadow(10px 20px rgba(0, 0, 0, 0.08));
	transform: translateZ(0);
	top: 100px;
	left: 50%; /* 中央寄せ */
	transform: translateX(-50%); /* 中央に配置 */
	z-index: 0;
}

.cont05 .cont05_title h2 {
	letter-spacing: 0.05em;
}

.cont05 .cont05_title .text{
	font-size: 72px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-bottom: 36px;
}

.cont05 .cont05_title p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.cont05 .service_box {
	display: flex;
	width: 100%;
	margin: 0 auto;
}

.cont05 .service_area {
	position: relative;
	width: 31.08%;
}

.cont05 .service_area:not(:last-child) {
	margin-right: 3.5%;
}

.service_circle_title {
	position: relative;
}

.service_circle_title::after {
	content: '';
	position: absolute;
	background-image: url(/img/service_number_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -60px;                  /* 上の線の位置 */
	left: 50%;               /* 中央に配置 */
	transform: translateX(-50%); /* 左右中央寄せ */
	width: 100px;            /* ← 隠したい幅を調整 */
	height: 100px;             /* 線の太さと同じに */
	z-index: 3;
}

.service_circle_title::before {
	content: '';
	position: absolute;
	top: -1px;                  /* 上の線の位置 */
	left: 50%;               /* 中央に配置 */
	transform: translateX(-50%); /* 左右中央寄せ */
	width: 125px;            /* ← 隠したい幅を調整 */
	height: 4px;             /* 線の太さと同じに */
	background: #fff;        /* 白いボックス */
	z-index: 3;
}

.cont05 .service_title_text {
	position: absolute;
	top: -34px;
    left: 50%;
	transform: translateX(-50%);
	text-align: center;
    z-index: 4;
}

.cont05 .service_title_text p {
	font-size: 10px;
	color: #005AD8;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.cont05 .service_title_text .number {
	font-size: 28px;
	font-weight: bold;
}

.cont05 .rotate_service {
	position: absolute;
	top: -60px;
    left: 50%;
    max-width: 100px;
	transform: translateX(-50%);
    z-index: 4;

}

.cont05 .service_border {
	position: relative;
	background-color: #fff;
	border: 1px solid #005AD8;
	border-radius: 50px;
	padding: 58px 0 32px;
	z-index: 2;
	/* max-height: 460px; */
}

.cont05 .service_border_back {
	content: '';
	position: absolute;
	top: 35px;
	left: 0;
	width: 99.4%;
	height: 96%;
	background-color: #0048CE;
	border: 1px solid #005AD8;
	border-radius: 50px;
	z-index: 1;
}

.cont05 .service_title {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 26px;
}

.cont05 .service_title span{
	font-size: 32px;
	font-weight: bold;
	color: #005AD8;
	line-height: 1.6;
}

.cont05 .service_img {
	margin-bottom: 42px;
}

.cont05 .service_img img {
	width: 100%;

}

.cont05 .service_text {
	max-width: 90%;
	margin: 0 auto;
}

.cont05 .service_text p {
	font-size: 17px;
	line-height: 2;

}

@media screen and (max-width: 1000px) {


	.cont05 .service_box {
		width: 98%;
	}

	.cont05 .service_area {
		width: 40.08%;
	}

	.cont05 .service_area:not(:last-child) {
		margin-right: 1.5%;
	}

	.cont05 .service_border {
		padding: 45px 0 25px;
	}

	.cont05 .service_title span{
		font-size: 24px;
	}

	.cont05 .service_text p {
		font-size: 15px;
		line-height: 2;
	}
}

@media screen and (max-width: 768px) {

	.cont05 .wrap {
		background-image: url(/img/service_bg_sp.png);
		padding: 80px 0 80px;
	}

	.cont05 .wave_gray::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(/img/wave_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 238px;
    position: absolute;
    top: -6.9%;
    left: 0;
}

	.cont05 .cont05_title {
		position: relative;
		margin: 0 auto 130px;
		z-index: 1;
	}

	.cont05 .cont05_title .text{
		font-size: 40px;
	}

	.cont05 .cont05_title p {
		font-size: 20px;
	}

	.cont05 .cont05_title::before {
		position: absolute;
		content: '';
		display: block;
		width: 145px;
		height: 100px;
		background-image: url(/img/bubbles_left.png);
		background-size: contain;
		background-repeat: no-repeat;
		filter: drop-shadow(4px 11.5px rgba(0, 0, 0, 0.08));
		top: -63px;
        left: 0;
		z-index: -1;
		aspect-ratio: unset;
		transform: unset;
	}

	.cont05 .cont05_title::after {
		position: absolute;
		content: '';
		display: block;
		width: 145px;
		height: 125px;
		background-image: url(/img/bubbles_right.png);
		background-size: contain;
		background-repeat: no-repeat;
		filter: drop-shadow(4px 11.5px rgba(0, 0, 0, 0.08));
		transform: translateZ(0);
		top: 82px;
        right: 0px;
		z-index: -1;
		aspect-ratio: unset;
		transform: unset;
	}

	.cont05 .service_box {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	.cont05 .service_area {
		width: 89.33%;
		max-width: 500px;
	}

	.cont05 .service_area:not(:last-child) {
		margin-right: 0;
		margin-bottom: 99px;
	}

	.cont05 .service_border {
		border-radius: 25px;
        padding: 57px 0 27px;
	}

	.cont05 .service_border_back {
		border-radius: 30px;
		height: 95.3%;
	}

	.cont05 .service_title {
		margin-bottom: 45px;
	}

	.cont05 .service_img {
		margin-bottom: 27px;
	}

	.cont05 .service_text {
		max-width: 83%;
	}
}

@media screen and (max-width: 350px) {
	.cont05 .cont05_title p {
        font-size: 18px;
    }
}

.cont06 .wrap {
	background-image: url(/img/plan_bg.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding: 150px 0 200px;
}

.cont06 .inner {
	max-width: 1330px;
	width: 90%;
	margin: 0 auto;
}

.cont06 .plan_text_area {
	text-align: center;
}

.cont06 .plan_text_area .text {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.cont06 .plan_text_area p {
    color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 25px;
    margin-bottom: 113px;
}

.cont06 .plan_img {
	font-size: 0;
	position: relative;
    z-index: 1;
	width: 100%;
	overflow: hidden;
}

.cont06 .plan_img img {
	width: 100%;
}

.cont06 .plan_area_wrap {
	margin: 100px 0 75px;
}

.cont06 .plan_area_inner {
	max-width: 1300px;
	margin: 0 auto;
}

.cont06 .plan_area {
	width: 100%;
}

.cont06 .plan_area_list {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.cont06 .plan_area_list:first-of-type {
	margin-bottom: 60px;
}

.cont06 .plan_area_design {
	position: relative;
	margin-right: 7%;
	width: 45.4%;
}

.cont06 .plan_area_text {
	position: relative;
	background-color: #fff;
	padding: 50px 12% 45px;
	border-radius: 50px;
	z-index: 2;
}


.cont06 .plan_area_text::after {
	content: "";
	position: absolute;
	top: 24.7%;
    right: 0;
	border-style: solid;
	border-width: 20.5px 0 20.5px 30px;
	border-color: transparent transparent transparent #fff;
	translate: 100% -50%;
}

.cont06 .plan_area_text_back {
	position: absolute;
	top: 30px;
    left: 30px;
	width: 100%;
	height: 100%;
	background-color: #0048CE;
	border-radius: 62px;
	z-index: 1;
}

.cont06 .plan_area_text_back::after {
	content: "";
	position: absolute;
	top: 24.7%;
    right: 0;
	border-style: solid;
	border-width: 20.5px 0 20.5px 30px;
	border-color: transparent transparent transparent #0048CE;
	translate: 100% -50%;
}

.cont06 .plan_label {
	display: flex;
    border-radius: 60px;
    border: 1px solid #005AD8;
    max-width: 155px;
    height: 30px;
    justify-content: center;
    align-items: center;
	margin-bottom: 15px;
}

.cont06 .plan_label p {
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #005AD8;
}

.cont06 .plan_label.label--orange {
    border: 1px solid #FF6A00;
}

.cont06 .plan_label.label--orange p {
	color: #FF6A00;
}

.cont06 .plan_name {
	border-bottom: 1px solid #005AD8;
}

.cont06 .plan_name h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 25px;
}

.cont06 .plan_text {
	max-width: 100%;
}

.cont06 .schedule {
	display: flex;
	border-bottom: 1px dashed #005AD8;
	margin: 25px 0;
}

.cont06 .schedule p{
	display: flex;
	align-items: center;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.cont06 .schedule p:first-of-type{
	margin-right: 50px;
}

.cont06 .schedule span {
	color: #005AD8;
	font-size: 6px;
	margin-right: 10px;
}

.cont06 .plan_text p{
	font-size: 17px;
	line-height: 2;
}

.cont06 .plan_text .small {
	font-size: 13px;
	margin-top: 10px;
	letter-spacing: 0.1em;
}

.plan_slider {
	width: 100%;
}

.plan_img {
	max-width: 100%;
}

.slider_wrap {
	margin: 50px 0 100px;
}

.slider_area:first-of-type {
	margin-bottom: 50px;
}

@media screen and (max-width: 1040px) {
	.cont06 .schedule p:first-of-type{
		margin-right: 40px;
	}
}

@media screen and (max-width: 1000px) {

	.cont06 .inner {
		width: 92%;
	}

	.cont06 .plan_area_text {
		padding: 40px 6%;
	}

	.cont06 .plan_area_text_back {
		top: 20px;
		left: 20px;
	}

	.cont06 .plan_name h3 {
		font-size: 24px;
		margin-bottom: 23px;
	}

	.cont06 .schedule p{
		font-size: 15px;
		margin-bottom: 25px;
	}

	.cont06 .schedule p:first-of-type{
		margin-right: 30px;
	}

	.cont06 .plan_text p{
		font-size: 15px;
	}

	.cont06 .plan_text .small {
		font-size: 11px;
	}
}

@media screen and (max-width:768px) {

	.cont06 .wrap {
	background-image: url(/img/plan_bg_sp.png);
	padding: 65px 0 125px;
}

	.cont06 .inner {
        width: 100%;
    }

	.cont06 .plan_area_design {
		margin-right: 0;
		margin-bottom: 60px;
		width: 89.33%;
	}

	.cont06 .plan_area_wrap {
		margin: 65px 0 35px;
	}

	.cont06 .plan_area_text {
		padding: 28px 8.7% 27px;
		border-radius: 25px;
	}

	.cont06 .plan_name h3 {
		margin-bottom: 22px;
	}

	.cont06 .plan_area_text::before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	border-style: solid;
	border-width: 30px 21px 0 21px;
	border-color: #fff transparent transparent;
	translate: -47% 100%;
	}

	.cont06 .plan_area_text::after {
		display: none;
	}

	.cont06 .plan_area_text_back::before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	border-style: solid;
	border-width: 30px 21px 0 21px;
	border-color: #0048CE transparent transparent;
	translate: -67% 100%;
	}

	.cont06 .plan_area_text_back::after {
	display: none;
	}

	.cont06 .plan_area_text_back {
		border-radius: 32px;
	}

	.cont06 .plan_text_area .text {
		font-size: 40px;
		line-height: 1.3;
	}

	.cont06 .plan_text_area p {
		font-size: 20px;
		margin-top: 35px;
		margin-bottom: 70px;
	}

	.cont06 .schedule p{
		margin-bottom: 28px;
	}

	.cont06 .schedule span {
		margin-right: 12px;
	}

	.cont06 .plan_text .small {
		margin-top: 18px;
	}

	.cont06 .plan_area_list {
		flex-direction: column;
		align-items: center;
	}

	.cont06 .plan_area_list:first-of-type {
		margin-bottom: 60px;
	}

	.plan_slider {
		width: 89.33%;
		margin: 0 auto !important;
	}

	.slider_wrap {
		margin: 0 0 10px;
	}

	.slider_area:first-of-type {
		margin-bottom: 25px;
	}

}

@media screen and (max-width: 360px) {
	.cont06 .plan_name h3 {
        font-size: 21px;
    }
    .cont06 .schedule p {
        font-size: 14px;
    }

    .cont06 .plan_name h3 {
        letter-spacing: 0.05em;
    }

    .cont06 .schedule p {
        letter-spacing: 0.05em;
    }
}

.cont04 .point_right .splide,
.cont04 .point_left .splide{
	max-width: 47.5%;
	filter: drop-shadow(30px 30px #0048CE);
	transform: translateZ(0);
	z-index: 1;
}

.cont04 .point_right .splide {
	margin-right: 7.1%;
}

.cont04 .point_left .splide {
	margin-left: 7%;
}
.cont04 .splide__slide img {
	width: 100%;
}

.cont06 .splide_plan{
	max-width: 53.13%;
	z-index: 1;
}

.cont06 .splide_plan .splide__track{
	width: 100%;
	filter: drop-shadow(30px 30px #0048CE);
	transform: translateZ(0);
}

.cont06 .splide__slide img {
	width: 100%;
}

.splide_plan ul {
	position: unset;
    margin-top: 50px;
}

.splide__pagination {
    padding: 0 0 0 3em;
}

.splide__pagination__page.is-active {
	transform: unset;
	background: #8AF6FF;
	border: solid 1px #fff;
}

.splide__pagination__page {
    background: #0048CE;
    border: solid 1px #fff;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    margin: 0 15px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 16px;
}

.splide__slide img {
	object-fit: cover;
}

.splide_point .splide__slide img {
	aspect-ratio: 62 / 45;
}

.splide_plan .splide__slide img {
	aspect-ratio: 3 / 2;
}

.slider_img {
	max-width: 330px;
}

.splide_right .splide__slide img,
.splide_left .splide__slide img  {
	aspect-ratio: 3 / 2;
	border-radius: 25px;
}

.splide_right .splide__slide,
.splide_left .splide__slide {
	position: relative;
	overflow: hidden;
}

.splide_right .splide__slide::after,
.splide_left .splide__slide::after {
	content: "";
	position: absolute;
	overflow: hidden;
	inset: 0;
	pointer-events: none;
	z-index: 2;
	background: linear-gradient(
    to right,
    rgba(28, 195, 232, 0.2) 0%,
    rgba(0, 130, 216, 0.2) 33%,
    rgba(28, 195, 232, 0.2) 66%,
    rgba(0, 130, 216, 0.2) 100%
	);
	border-radius: 25px;
}

.splide_right .splide__track,
.splide_left .splide__track {
	filter:unset;
}

.splide_right {
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.cont04 .point_right .splide,
	.cont04 .point_left .splide,
	.cont06 .splide_plan .splide__track{
		filter: drop-shadow(20px 20px #0048CE);
	}

	.cont04 .point_right .splide,
	.cont04 .point_left .splide{
		max-width: 100%;
		margin: 0 auto;
	}

	.splide_plan ul {
		margin-top: 35px;
	}
	.splide__pagination {
		padding: 0 0 0 1em;
	}

	.splide__pagination__page {
		height: 8px;
		margin: 0 7.5px;
		width: 8px;
	}

	.cont06 .splide_plan{
		max-width: 100%;
	}

	.splide_right .splide__track,
	.splide_left .splide__track {
		filter:unset;
	}

	.splide_right {
		margin-bottom: 25px;
	}
}

@media (orientation: landscape) and (max-width: 850px) {
	.modal_text_area {
		height: 240px;
	}
	.modal_content {
		max-width: 400px;
        padding: 30px 7% 30px;
    }

	.cont03 .foam_img03 {
		bottom: -45.1vw;
    }
	.cont03 .foam_img04 {
        bottom: -30.6vw;
    }
}

@media (orientation: landscape) and (max-height: 350px) {
	.modal_text_area {
		height: 200px;
	}
}