body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.7;
}
#lp-mv {
    margin-top: 8rem;
}
#lp-mv > img {
    width:  100%;
    height: auto;
}
.content {
	padding: 8% 20%;
} 

#first {
    background: no-repeat center/100% url(../images/lp/point-bg.png);
	background-size: cover;
}
.lp-title {
    text-align: center;
	margin-bottom: 4rem;
}
.lp-sbtitle {
    font-size: 2vw;
    font-family: serif;
    color: #FF3375;
    text-decoration: underline;
    text-decoration-color: #FF3375;
}
.lp-title-text {
    font-size: 2.5vw;
    font-weight: bold;
}
.lp-sbtitle-text {
	font-size: 	1.2vw;
	font-weight: bold;
	margin: 2rem 0;
	text-align: center;
}
.lp-title-text-small {
	font-size: 1vw;
	font-weight: bold;
}
.black {
	color: #414143;
	text-decoration: none;
}
.pink {
    color: #FF3375;
}
.pink-bg {
	background-color: #FF3375;
	color: #fff;
}
.first-content {
    display: flex;
	justify-content: center;
	margin: 0 auto;
}
.lp-point {
	background-color: #F8F7FF;
	width: 40%;
	margin: 1rem;
	padding: 0 1rem 1rem 1rem;
	box-shadow: 3px 3px 3px #C4C3C3;
}
.lp-content-title {
	font-size: 1.3vw;
	text-align: center;
	line-height: 1.5;
}
.lp-h5 {
	font-size: 1.6vw;
	text-align: center;
}
.lp-point-img {
	margin-top: 0;
	width: 55%;
}
.lp-content-text {
	font-size: 1vw;
}
.lp-point-list {
	font-size: 1vw;
	list-style-type: disc;
	text-align: center;
}
.lp-point-li {
	margin: 0;
}
.lp-occupation {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 1rem 1rem 11vw 1rem;
	margin: 0.5rem;
	flex:1;
	position: relative;
}
.first-content-img {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
}
.first-content-img1 {
	margin-top: 3.5rem;
}
.first-content-img2 {
	margin-top: 2rem;
}
.left {
	text-align: left;
}
.lp-button {
	background-color: #FF3375;
	color: #fff;
	font-size: 2vw;
	padding: 1rem;
	justify-content: center;
	align-items: center;
	border-radius: 10rem;
	display: flex;
	width: 40%;
	margin: 2rem auto;
}
.lp-button2 {
	background-color: #FAEEF1;
	color: #FF3375;
	border: 3px solid #FF3375;
}
.lp-button:hover {
	opacity: 0.5;
}
#second {
    background: no-repeat center/100% url(../images/lp/group-bg.png);
	background-size: cover;
}
.polygon {
	width: 100%;
}
#third {
	background: no-repeat center/100% url(../images/lp/bg.png);
	background-size: cover;
	position: relative;
}
.third-title {
    line-height: 3;
	margin-top :4rem;
}
.polygon {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.third-img {
	width: 90%;
	display: flex;
	margin: 4rem auto 0 auto;
}
#fourth {
	background: no-repeat center/100% url(../images/lp/bg1.png);
	background-size: cover;
}
.program {
	position: relative;
}
.program-title::before {
	content: '●';
    margin-right: 0.5rem;
}
.program-img {
	width: 40%;
	position: absolute;
	top: 30%;
	right: -20%;
}
.program-img2 {
	width: 55%;
	top: 30%;
	right: 100%;
}
.program-img3 {
	width: 50%;
	top: 0;
	right: 0;
}
.program-content {
	display: flex;
	margin: 2rem auto;
	max-width: 1440px;
}
.program-content-text {
	margin: 2.5rem 0 5rem 0;
}
#fifth {
	background-color: #FBF2F2;
}
.img60-box{
	display: flex;
	justify-content: center
}
.img-60 {
	width: 60%;
}
.img-80 {
	width: 100%;
	margin: 5rem auto;
}
.data-img {
	display: flex;
    margin: 5rem auto;
    max-width: 1440px;
    padding: 3rem;
}
.data-img > img {
	width: 45%;
	height: 40%;
}
.data-text {
    width: 50%;
    font-size: 1.2vw;
    font-weight: bold;
	padding: 2rem 0;
}
img {
	width: 100%;
	display: flex;
	margin: 0 auto;
}
#seventh, #ninth {
	background-color: #FAEEF1;
}
#eighth  > img{
	width: 50%;
}
.page-top {
	background: #FF3375;
}

/*boxデザイン*/
.lp-box {
	border: 1px solid #FF3375;
	text-align: center;
	margin: 1rem 1rem 2rem 1rem;
	width: 50%;
}
.lp-box-parent {
	width: 50%;
	margin-right: 1rem;
}
.width100 {
	width: 100%;
}
.width30 {
	width: 30%;
}
.width45 {
	width: 45%;
}
.lp-box-title {
	background-color: #FF3375;
	color: #fff;
	font-size: 1.5vw;
	padding: 0.3rem 0;
	justify-content: center;
	align-items: center;
	border-radius: 10rem;
	display: flex;
	width: 70%;
	margin: -1rem auto 0.8rem auto;
}
.lp-flexbox {
	display: flex;
	justify-content: center;
}
.lp-box-text {
	font-size: 0.8vw;
	margin: 0.2rem;
	padding: 0.2rem;
	width: 70%;
    margin: 0.5rem auto;
}
.lp-box-img {
	width: 80%;
	height: auto;
}
.program-box {
	border: 2px solid #FF3375;
	background-color: #fff;
	margin: 0 0.5rem;
}
.programbox-title {
	 margin: -1rem auto 0 0.2rem;
}
.programbox-text {
	padding: 0.5rem;
	text-align: left;
	width: 100%;
	margin: 0.5rem;
}
.blue {
	color: #2C3481;
}
.blue-bg {
	background-color: #2C3481;
}
.blue-border {
	border: 2px solid #2C3481;
}
.lp-big, .lp-big2 {
	font-size: 1.5vw;
	font-weight: bold;
	line-height: 1.2;
}
.lp-big2 {
   text-decoration: underline;
}
.lp-big {
	font-size: 1.5vw;
}
.serif {
	font-family: serif;
}
.bold {
	font-weight: bold;
}
.bg1 {
	background-color: #F8F7FF;
	border-radius: 0.5rem;
	padding: 1.5rem 0.5rem;
	margin: 0 0.5rem;
} 
.bg2 {
	background-color: #FBF2F2;
	border-radius: 0.5rem;
}
.bg3 {
	padding: 0 0.5rem;
}
.bg4 {
	margin-bottom: 1rem;
}
.last {
	width: 50%;
	margin: 2rem auto;
	position: relative;
}
.lp-margin {
	margin-top: 10rem;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}

/*------------------------
 スライダー
 --------------------------*/
/* スライダー全体のサイズを指定 */
.swiper {
  width: 100%;
  height: 100%; /* 高さを適切に設定 */
  margin: 5rem auto;
}

/* スライド内の画像を調整 */
.swiper-slide img {
  width: 80%;
  height: 80%;
  object-fit: cover; /* 画像がコンテナに収まるように調整 */
}

/* 矢印やドットの色をカスタマイズ（任意） */
:root {
  --swiper-theme-color: #007aff; /* メインカラー */
  --swiper-navigation-size: 30px; /* 矢印のサイズ */
}
/*SP画面*/
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
    #lp-mv {
        margin-top: 4.2rem;
    }
	.content {
		padding: 1rem;
	}
	.first-content {
		padding: 0;
	}
	.lp-title {
		margin: 1rem 0;
	}
	.lp-sbtitle {
		font-size: 3.5vw;
	}
	.lp-sbtitle-text {
	    margin: 1rem 0;
		font-size: 4vw;
    }
	.lp-title-text {
		font-size: 4vw;
	}
	.lp-sbtitle-text {
		font-size: 3vw;
	}
	.lp-title-text-small  {
		font-size: 2.5vw;
	}
	.lp-point {
	    width: 45%;
	    margin: 1rem;
    }
	.lp-content-title {
        font-size: 4vw;
	}
	.lp-content-text {
		font-size: 2vw;
	}
	.lp-h5 {
		font-size: 3.4vw;
	}
	.lp-point-list {
		font-size: 2.2vw;
	}
	.lp-occupation {
		width: 50%;
		padding: 1rem 1rem 27vw 1rem;
	}
	.lp-button {
		width: 80%;
		padding: 0.7rem;
		font-size: 3.5vw;
	}
	.img60-box {
		display: block;
		margin: 3rem;
	}
	.img-80, .img-60 {
		width: 100%;
		margin: 1rem auto;
	}
	.data-img {
		display: block;
		margin: 1rem auto;
		padding: 1rem;
	}
	.data-img > img {
		width: 80%;
		height: auto;
		margin: 1rem auto;
	}
	.data-text {
		width: 100%;
		font-size: 2.5vw;
	}
	.lp-box-parent {
		width: 100%;
	}
	.lp-box {
		width: 100%;
		margin: 1rem 0 2rem 0;
	}
	.lp-box-title {
		font-size: 3vw;
	}
	.lp-box-text {
		font-size: 3vw;
		width: 80%;
	}
	.lp-big {
		font-size: 6vw;
	}
	.lp-big3 {
		font-size: 5.5vw;
    }
	.bg1 {
		margin: 0 0.3rem;
	}
	.bg3 {
		padding: 0 0.2rem;
	}
	.third-img {
		width: 90%;
		margin: 1rem auto;
	}
	.program-img {
		top: 43%;
		right: -4%;
		width: 40%;
	}
	.program-img2 {
		position: static;
		width: 50%;
		margin: -1rem 0 0 1rem;
	}
	.program-img3 {
		width: 55%;
		top: -15%;
		right: -5%;
	}
	.program-content {
		display: block;
	}
	.program-content-text {
		margin: 1rem 0 2rem 0;
	}
	.program-box {
		margin: 2rem auto;
		width: 90%;
	}
	.programbox-text2 {
		margin: 0;
	}
	.programbox-title {
		width: 55%;
	}
	.lp-margin {
		margin-top: 2rem;
	}
	.lp-big2 {
		font-size: 3.5vw;
		text-decoration: underline;
	}
	.last {
		width: 90%;
	}
	.hird-title {
		margin-top: 2rem;
}
	.swiper {
        margin: 2rem auto;
    }
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: -2px;
	}
}