.main-seniru {
	font-family: "M PLUS Rounded 1c", sans-serif;
	overflow: hidden;
}

.sec-inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.ttl-box {
	align-items: center;
	gap: 13px;
	display: flex;
	flex-flow: column;
}
.ttl-box > h3 {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.ttl-box > h3 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ttl-box > span {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #f574c5;
	line-height: 2;
}
.c-txt {
	font-size: 16px;
	line-height: 2;
}
.btn-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-box.btn-box-left {
	justify-content: flex-start;
}
@media only screen and (max-width: 1080px) {
	.ttl-box > h3 {
		height: 50px;
	}
}
@media only screen and (max-width: 768px) {
	.ttl-box > h3 {
		height: 40px;
	}
	.ttl-box > span {
		line-height: 1;
	}
	.btn-box.btn-box-left {
		justify-content: center;
	}
}

/* -------------------
seniru blog news
---------------------*/

.seniru-news-section {
	margin-top: 60px;
	margin-bottom: 112px;
}
@media screen and (max-width: 768px) {
	.seniru-news-section {
		margin-top: 60px;
		margin-bottom: 80px;
	}
}

.seniru-news-section .swiper-slide img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
}

.seniru-news-section .swiper-slide a .img img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

.seniru-news-section .ttl-box {
	margin-bottom: 45px;
}
.seniru-news-section .ttl-box span {
	gap: 0;
	line-height: 1;
}

.seniru-news-btns {
	text-align: center;
	margin-top: 65px;
}
@media screen and (max-width: 768px) {
	.seniru-news-btns {
		text-align: center;
		margin-top: 40px;
	}
}

.seniru-news-btns a {
	font-size: 16px;
	font-weight: 700;
    line-height: 70px;
	border-radius: 16px;
    position: relative;
    display: inline-block;
    width: 360px;
    text-align: center;
    text-decoration: none;
    color: white;
	background: linear-gradient(90deg, #f574c5, #7085dd);
	transition: filter .3s;
}
@media screen and (max-width: 768px) {
	.seniru-news-btns a {
		width: 280px;
	}
}

.swiper-prices .swiper-wrapper .swiper-slide a {
	display: block;
    margin-bottom: 10px;
    padding: 27px 27px 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000;
    border: 1px solid #dedede;
    background: white;
}

.swiper-prices .swiper-wrapper .swiper-slide a:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
}

.seniru-news-btns a:hover {
    filter: brightness(1.07);
	background: linear-gradient(90deg, #f574c5, #7085dd);
}

.swiper-prices .swiper-wrapper .swiper-slide a .img {
    position: relative;
    margin-bottom: 17px;
}

.swiper-prices .swiper-wrapper .swiper-slide {
    padding: 0 10px;
}

.swiper-prices .swiper-wrapper .swiper-slide a .body .head {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 20px;
}

.swiper-prices .swiper-wrapper .swiper-slide a .body .ttl {
    font-size: 1rem;
    line-height: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: underline;
    text-overflow: ellipsis;
}

.swiper-prices .swiper-wrapper .swiper-slide a .body .head .date {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #919191;
}

/* -------------------
FV
---------------------*/
.sec-fv {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../img/seniru/fv.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fv-ttl-area {
	width: 100%;
	max-width: 1160px;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 60px;
	padding: 0 6%;
	padding-top: 85px;
}
.fv-btn {
	width: 80%;
	max-width: 311px;
	aspect-ratio: 311 / 70;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all ease 0.33s;
}
.fv-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.fv-btn:hover {
	filter: brightness(1.07);
}
.fv-ttl-box {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 13px;
	color: #fff;
}
.fv-sub-ttl {
	width: auto;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 36px;
}
.fv-sub-ttl::before,
.fv-sub-ttl::after {
	content: "";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: auto;
	aspect-ratio: 20 / 26;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.fv-sub-ttl::before {
	left: 0;
	background-image: url("../img/seniru/ttl-deco-l.svg");
}
.fv-sub-ttl::after {
	right: 0;
	background-image: url("../img/seniru/ttl-deco-r.svg");
}
.fv-main-ttl {
	width: 100%;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
}
.fv-en-ttl {
	text-align: center;
	width: auto;
	font-size: 16px;
	font-weight: bold;
}

@media only screen and (max-width: 1080px) {
	.fv-main-ttl {
		font-size: 32px;
	}
}
@media only screen and (max-width: 768px) {
	.sec-fv {
		height: 300px;
	}
	.fv-ttl-area {
		gap: 20px;
		padding-top: 0px;
	}
	.fv-ttl-box {
		gap: 10px;
	}
	.fv-main-ttl {
		font-size: 25px;
	}
	.fv-sub-ttl {
		font-size: 14px;
		padding: 0 26px;
	}
}

/* -------------------
About
---------------------*/
.sec-about {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	padding-right: 7.5%;
	margin-bottom: 150px;
}
.sec-about::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: calc(100% - 98px);
	display: block;
	background-color: #fff;
}
.sec-about-flex {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.about-img-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 26px;
	padding-right: 40px;
}
.about-img-box > figure {
	width: 77.5%;
	height: auto;
	max-width: 620px;
	aspect-ratio: 620 / 340;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 15px;
}
.about-img-box > figure:nth-of-type(1) {
	margin-left: auto;
}
.about-img-box > figure:nth-of-type(2) {
	margin-right: auto;
}

.about-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	padding-top: 150px;
	padding-left: 40px;
	padding-right: 12.6%;
	padding-bottom: 257px;
	gap: 60px;
	position: relative;
}
.about-txt-area .ttl-box {
	align-items: flex-start;
}
.about-txt-area > figure {
	width: 43.3%;
	max-width: 347px;
	height: auto;
	aspect-ratio: 347 / 260;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: absolute;
	bottom: 38px;
	right: 0;
}
.about-txt-area > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (max-width: 1080px) {
	.about-txt-area {
		padding-top: 100px;
		padding-left: 40px;
		padding-bottom: 150px;
		gap: 40px;
	}
	.about-img-box {
		padding-right: 20px;
	}
	.about-txt-area > figure {
		max-width: 180px;
	}
}
@media only screen and (max-width: 768px) {
	.sec-about::after {
		top: 30px;
	}
	.sec-about-flex {
		grid-template-columns: repeat(1, 1fr);
	}
	.about-img-box {
		padding-right: 0;
		order: 1;
	}
	.sec-about {
		margin-top: 0;
		padding-right: 7.5%;
		padding-left: 7.5%;
		margin-bottom: 60px;
	}
	.about-txt-area {
		padding-left: 0;
		padding-right: 0;
		gap: 30px;
	}
	.about-txt-area .ttl-box {
		align-items: center;
	}
	.about-img-box > figure {
		width: 100%;
	}
}

/* -------------------
Servise
---------------------*/
.sec-service {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 7.5%;
}
.sec-service::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 85%;
	max-width: 1360px;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: calc(100% - 30px);
	display: block;
	background-color: #fff;
	border-radius: 80px 80px 0 0;
}
.sec-service-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 77px;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 12.6%;
	padding-bottom: 80px;
}
.service-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.service-grid-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
}
.service-grid-item > figure {
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.service-grid-item > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.sgi-ttl-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
}
.sgi-ttl {
	width: auto;
	display: flex;
	gap: 7px;
	justify-content: center;
	align-items: center;
	padding-bottom: 11px;
	border-bottom: 3px solid #7085dd;
}
.sgi-ttl > span {
	font-size: 36px;
	font-weight: bold;
	color: #e23b9e;
	flex-shrink: 0;
}
.sgi-ttl > h4 {
	font-size: 26px;
	flex-shrink: 0;
	font-weight: bold;
}
.sgi-ttl-box > p {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #919191;
	line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
	.sec-service-cont {
		padding: 0 7.5%;
		padding-bottom: 60px;
	}
	.service-grid-item > figure {
		width: 150px;
	}
	.sgi-ttl > h4 {
		font-size: 20px;
	}
	.sgi-ttl > span {
		font-size: 28px;
	}
	.sgi-ttl-box > p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1080px) {
	.sgi-ttl-box > p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
	.sec-service::after {
		top: 15px;
		height: calc(100% - 15px);
		border-radius: 40px 40px 0 0;
	}
	.sec-service-cont {
		gap: 30px;
	}
	.service-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.service-grid-item {
		gap: 20px;
	}
	.service-grid-item > figure {
		width: 125px;
	}
}

/* -------------------
Contact
---------------------*/
.sec-contact-seniru {
	width: 100%;
	position: relative;
	background: linear-gradient(45deg, #f574c5, #7085dd);
}

.sec-contact-seniru.csc-support {
	margin-top: 300px;
}
.csc-support-cont {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	z-index: 10;
	aspect-ratio: 1600 / 300;
}
.csc-support-ttl {
	width: 54.3%;
	height: auto;
	max-width: 869px;
	min-width: 800px;
	aspect-ratio: 869 /238;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: absolute;
	bottom: 21.5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.csc-support-img {
	width: 13.68%;
	height: auto;
	max-width: 219px;
	min-width: 165px;
	aspect-ratio: 219 / 314;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: absolute;
	bottom: -127px;
	left: 80%;
}
.csc-support-img > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.contact-seniru-cont {
	width: 100%;
	padding: 0 4.68%;
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-flow: column;
	align-items: center;
	color: #fff;
	gap: 30px;
}
.contact-seniru-cont > h3 {
	width: 100%;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
}
.contact-seniru-cont > p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.csc-btns {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	max-width: 870px;
	margin: 0 auto;
}
.csc-btns > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 7px;
}
.csc-btns > div > p {
	text-wrap: nowrap;
	width: auto;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 25px;
}

.csc-btns > div > p::before,
.csc-btns > div > p::after {
	content: "";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: auto;
	aspect-ratio: 20 / 26;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.csc-btns > div > p::before {
	left: 0;
	background-image: url("../img/seniru/ttl-deco-l.svg");
}
.csc-btns > div > p::after {
	right: 0;
	background-image: url("../img/seniru/ttl-deco-r.svg");
}
.btn-csc {
	width: 100%;
	max-width: 262px;
	height: auto;
	min-height: 60px;
	padding: 7px 20px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: #fff;
	border-radius: 16px;
	text-decoration: none;
	transition: all ease 0.33s;
}
.btn-csc:hover {
	filter: brightness(1.07);
}
.btn-csc > span {
	display: flex;
	gap: 15px;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.btn-csc > span::before {
	content: "";
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
}

.btn-csc.btn-csc-tel {
	color: #e23b9e;
}
.btn-csc.btn-csc-tel > span {
	gap: 4px;
	font-size: 22px;
}
.btn-csc.btn-csc-tel > small {
	font-size: 13px;
	font-weight: 400;
}
.btn-csc.btn-csc-tel > span::before {
	width: 16px;
	height: auto;
	aspect-ratio: 16 / 21;
	background-image: url("../img/seniru/icon-tel.svg");
}

.btn-csc.btn-csc-email {
	color: #7b37c9;
}
.btn-csc.btn-csc-email > span {
	gap: 15px;
}
.btn-csc.btn-csc-email > span::before {
	width: 34px;
	height: auto;
	aspect-ratio: 34 / 24;
	background-image: url("../img/seniru/icon-email.svg");
}

.btn-csc.btn-csc-line {
	color: #22b900;
}
.btn-csc.btn-csc-line > span {
	gap: 17px;
}
.btn-csc.btn-csc-line > span::before {
	width: 40px;
	height: auto;
	aspect-ratio: 40 / 38;
	background-image: url("../img/seniru/icon-line.svg");
}

@media only screen and (max-width: 1080px) {
	.sec-contact-seniru.csc-support {
		margin-top: 250px;
	}
	.csc-support-img {
		max-width: 150px;
		min-width: 0;
	}
	.contact-seniru-cont > h3 {
		font-size: 30px;
	}
	.csc-btns > div > p {
		font-size: 16px;
		padding: 0 25px;
	}
	.csc-btns > div > p::before,
	.csc-btns > div > p::after {
		width: 14px;
	}
	.csc-btns {
		gap: 20px;
	}
	.csc-support-ttl {
		min-width: 300px;
		max-height: 170px;
	}
	.btn-csc > span {
		font-size: 14px;
	}
}
@media only screen and (max-width: 768px) {
	.sec-contact-seniru.csc-support {
		margin-top: 170px;
	}
	.contact-seniru-cont > h3 {
		font-size: 24px;
	}
	.csc-btns {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.csc-support-img {
		bottom: -90px;
	}
	.csc-support-ttl {
		min-width: 290px;
	}
	.btn-csc {
		gap: 0px;
	}
}
@media only screen and (max-width: 500px) {
	.sec-contact-seniru.csc-support {
		margin-top: 125px;
	}
	.csc-support-img {
		bottom: -50px;
	}
	.contact-seniru-cont {
		padding-top: 50px;
	}
}

/* -------------------
Type
---------------------*/

.sec-type {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 7.5%;
	margin-top: 72px;
	margin-bottom: 120px;
}
.sec-type-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 37px;
	max-width: 1160px;
	margin: 0 auto;
}
.type-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.type-grid-item {
	width: 100%;
	position: relative;
	padding: 30px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.type-grid-item::before {
	position: absolute;
	content: "";
	width: 115px;
	height: 170px;
	background: #e5d3f0;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.type-grid-item::after {
	position: absolute;
	content: "";
	width: 115px;
	height: 170px;
	background: #e5d3f0;
	right: 0;
	top: 70px;
	z-index: 0;
}
.tgi-inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	z-index: 10;
	gap: 20px;
}
.tgi-inner::after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 70px);
	background: #fff;
	bottom: 0;
	z-index: 0;
}
.tgi-inner > figure {
	width: 80%;
	max-width: 251px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 502 / 394;
	position: relative;
	z-index: 20;
}
.tgi-inner > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tgi-ttl-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
	position: relative;
	z-index: 20;
	padding: 0 16.4%;
	padding-bottom: 34px;
}
.tgi-ttl {
	width: auto;
	display: flex;
	gap: 7px;
	justify-content: center;
	align-items: center;
	padding-bottom: 9px;
	border-bottom: 8px solid #7085dd;
}
.tgi-ttl > h4 {
	font-size: 23px;
	flex-shrink: 0;
	font-weight: bold;
}
.tgi-ttl-box > p {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 2;
}

@media only screen and (max-width: 1080px) {
	.tgi-ttl-box {
		padding: 0 20px;
		padding-bottom: 20px;
	}
	.tgi-ttl > h4 {
		font-size: 18px;
	}
	.tgi-ttl-box > p {
		min-height: 90px;
	}
	.type-grid-item {
		padding: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.sec-type {
		margin-bottom: 80px;
	}
	.type-grid {
		grid-template-columns: repeat(1, 1fr);
		max-width: 400px;
		margin: 0 auto;
	}
	.tgi-inner > figure {
		max-width: 200px;
	}
	.tgi-ttl-box > p {
		min-height: 0;
	}
}

/* -------------------
Reason
---------------------*/
.sec-reason {
	width: 100%;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	margin-bottom: 142px;
}
.sec-reason .sec-inner {
	max-width: 1920px;
}
.sec-reason::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	max-width: 1776px;
	top: 0;
	right: 100%;
	margin: 0;
	display: block;
	background-color: #fff;
}
.sec-reason::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: calc(100% - 7.5%);
	height: 100%;
	max-width: 1776px;
	top: 0;
	left: 0;
	margin: 0;
	display: block;
	background-color: #fff;
	border-radius: 0 80px 80px 0;
}
.sec-reason-cont {
	width: 100%;
	position: relative;
	padding-top: 112px;
	padding-bottom: 80px;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 44px;
}
.sec-reason-cont > .c-txt {
	font-size: 16px;
	line-height: 2;
	text-align: center;
	width: 72.87%;
	max-width: 1166px;
}
.reason-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	margin-top: 33px;
}
.reason-list-item {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-self: flex-start;
}
.reason-list-item:nth-of-type(even) {
	align-self: flex-end;
}
.rli-img-box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	order: 0;
}
.reason-list-item:nth-of-type(even) > .rli-img-box {
	justify-content: flex-end;
	order: 1;
}
.rli-img-box > figure {
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 800 / 480;
	position: relative;
	z-index: 20;
	border-radius: 0 24px 24px 0;
	border: 1px solid #dedede;
}
.reason-list-item:nth-of-type(even) > .rli-img-box > figure {
	border-radius: 24px 0 0 24px;
}
.rli-img-box > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rli-txt-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	padding: 64px 0;
	padding-left: 12.5%;
	padding-right: 27.5%;
	gap: 40px;
}
.reason-list-item:nth-of-type(even) > .rli-txt-box {
	padding-right: 12.5%;
	padding-left: 27.5%;
}

.rli-ttl {
	width: 100%;
	position: relative;
	padding-bottom: 19px;
	border-bottom: 4px solid #e5d3f0;
}
.rli-ttl > h4 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	z-index: 10;
	position: relative;
}
.rli-ttl > h4 > span {
	background: linear-gradient(90deg, #f574c5, #7085dd);
	color: #fff;
	border-radius: 10px;
	padding: 2px 12px;
	margin-right: 5px;
}
.rli-num {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #f4f4f4;
	display: flex;
	flex-flow: column;
	align-items: center;
	font-weight: bold;
	z-index: 0;
	line-height: 1;
}
.rli-num > small {
	font-size: 20px;
}
.rli-num > span {
	font-size: 78px;
}

@media only screen and (max-width: 1200px) {
	.rli-ttl > h4 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 1080px) {
	.rli-ttl > h4 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 768px) {
	.sec-reason {
		margin-bottom: 80px;
	}
	.sec-reason::after {
		width: 100%;
		border-radius: 0 40px 40px 0;
	}
	.sec-reason-cont {
		padding-top: 60px;
		padding-bottom: 60px;
		gap: 30px;
	}
	.sec-reason-cont > .c-txt {
		width: 85%;
		text-align: left;
	}
	.reason-list {
		gap: 50px;
		margin-top: 0;
		padding: 0 7.5%;
	}
	.reason-list-item {
		grid-template-columns: repeat(1, 1fr);
		align-self: center;
		gap: 30px;
	}
	.rli-txt-box {
		padding: 0;
		padding-left: 0;
		padding-right: 0;
		gap: 20px;
	}
	.reason-list-item:nth-of-type(even) > .rli-txt-box {
		padding-right: 0;
		padding-left: 0;
	}
	.rli-ttl {
		padding-bottom: 10px;
	}
	.reason-list-item:nth-of-type(even) > .rli-img-box {
		order: -1;
	}
	.rli-img-box > figure {
		border-radius: 20px;
	}
	.reason-list-item:nth-of-type(even) > .rli-img-box > figure {
		border-radius: 20px;
	}
	.rli-num > span {
		font-size: 50px;
	}
	.rli-num > small {
		font-size: 13px;
	}
}

/* -------------------
Area
---------------------*/
.sec-area {
	width: 100%;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 123px;
	margin-bottom: 120px;
}

.sec-area .sec-inner {
	max-width: 1920px;
}
.sec-area::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	max-width: 1776px;
	top: 0;
	right: 100%;
	margin: 0;
	display: block;
	background-color: #fff;
}
.sec-area::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: calc(100% - 7.5%);
	height: 100%;
	max-width: 1776px;
	top: 0;
	left: 0;
	margin: 0;
	display: block;
	background-color: #fff;
	border-radius: 0 80px 80px 0;
}

@media only screen and (max-width: 768px) {
	.sec-area {
		margin-top: 60px;
		margin-bottom: 80px;
	}
	.sec-area::after {
		width: 100%;
		border-radius: 0 40px 40px 0;
	}
	.sec-area-cont {
		padding-top: 60px;
		padding-bottom: 60px;
		gap: 30px;
	}
}

/* -------------------
Flow
---------------------*/
.sec-flow {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 7.5%;
}
.sec-flow::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 85%;
	max-width: 1360px;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: calc(100% - 30px);
	display: block;
	background-color: #fff;
	border-radius: 80px 80px 0 0;
}
.sec-flow-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 77px;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 12.6%;
	padding-bottom: 80px;
}
.flow-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.flow-list-item {
	width: 100%;
	display: flex;
	align-items: flex-start;
	position: relative;
	gap: 17px;
	overflow: hidden;
	padding-bottom: 48px;
}
.flow-list-item > figure {
	width: 123px;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	position: relative;
}
.flow-list-item > figure::after {
	content: "";
	display: block;
	width: 2px;
	height: 500px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #7b37c9;
	top: 100%;
	position: absolute;
}
.flow-list-item:last-of-type > figure::after {
	content: none;
}
.flow-grid-item > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.fli-ttl-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
}
.fli-ttl-box > h4 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #e23b9e;
	flex-shrink: 0;
}
.fli-ttl-box > p {
	width: 100%;
}
.fli-ttl-box > p > a {
	color: #e23b9e;
	transition: all ease 0.33s;
}
.fli-ttl-box > p > a:hover {
	color: #7b37c9;
}

.line-q-btn {
	width: 100%;
	max-width: 339px;
	aspect-ratio: 339 / 113;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.33s;
}
.line-q-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.line-q-btn:hover {
	filter: brightness(1.07);
}
@media only screen and (max-width: 1080px) {
	.sec-flow-cont {
		gap: 40px;
		padding: 0 7.5%;
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 768px) {
	.fli-ttl-box > h4 {
		font-size: 20px;
	}
	.line-q-btn {
		max-width: 200px;
	}
	.flow-list-item > figure {
		width: 100px;
	}
	.sec-flow-cont {
		padding: 0;
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 500px) {
	.sec-flow::after {
		width: 100%;
		top: 15px;
		height: calc(100% - 15px);
		border-radius: 40px 40px 0 0;
	}
	.flow-list-item > figure {
		width: 70px;
	}
	.flow-list-item {
		gap: 10px;
		padding-bottom: 30px;
	}
}

/* -------------------
FAQ
---------------------*/

.sec-faq {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 7.5%;
	margin-top: 123px;
	margin-bottom: 132px;
}
.sec-faq-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 44px;
}
.faq-list {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	gap: 36px;
	max-width: 1160px;
	margin: 0 auto;
}

.c-acc-box {
	width: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.c-acc-box.is-open {
	background: #f574c5;
}

.c-acc-box .acc-btn {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 36px 0;
	padding-left: 120px;
	padding-right: 98px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #e23b9e;
	transition: all ease 0.33s;
}
.c-acc-box.is-open .acc-btn {
	color: #fff;
}

.c-acc-box .acc-btn::after {
	content: "";
	width: 58px;
	height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	right: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/seniru/icon-plus.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all ease 0.33s;
}
.c-acc-box.is-open .acc-btn::after {
	background-image: url(../img/seniru/icon-minus.svg);
}

.c-acc-box .acc-btn::before {
	content: "";
	width: 53px;
	height: auto;
	aspect-ratio: 53 / 50;
	position: absolute;
	left: 37.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/seniru/icon-q.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all ease 0.33s;
}
.c-acc-box.is-open .acc-btn::before {
	background-image: url(../img/seniru/icon-q-wh.svg);
}
.acc-panel {
	background: #fff;
}

.c-acc-box .acc-panel-inner {
	width: 100%;
	padding-top: 39px;
	padding-left: 120px;
	padding-right: 140px;
	padding-bottom: 37px;
	position: relative;
}
.c-acc-box .acc-panel-inner::before {
	content: "";
	width: 44px;
	height: auto;
	aspect-ratio: 44 / 39;
	position: absolute;
	left: 37.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/seniru/icon-a.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all ease 0.33s;
}
.acc-answer-txt {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 2;
}

@media only screen and (max-width: 1080px) {
	.c-acc-box .acc-btn {
		padding: 25px 0;
		padding-left: 80px;
		padding-right: 60px;
		font-size: 18px;
	}
	.c-acc-box .acc-btn::after {
		width: 40px;
		right: 18px;
	}
	.c-acc-box .acc-btn::before {
		width: 35px;
		left: 25.5px;
	}
	.c-acc-box .acc-panel-inner {
		padding-top: 25px;
		padding-left: 80px;
		padding-right: 60px;
		padding-bottom: 20px;
	}
	.c-acc-box .acc-panel-inner::before {
		width: 35px;
		left: 25.5px;
	}
}
@media only screen and (max-width: 768px) {
	.faq-list {
		gap: 20px;
	}
	.sec-faq {
		margin-top: 60px;
		margin-bottom: 80px;
	}
	.c-acc-box .acc-btn {
		padding: 15px 0;
		padding-left: 50px;
		padding-right: 50px;
		font-size: 16px;
	}
	.c-acc-box .acc-btn::before {
		width: 25px;
		left: 15px;
	}
	.c-acc-box .acc-panel-inner::before {
		width: 25px;
		left: 15px;
	}
	.c-acc-box .acc-btn::after {
		width: 25px;
		right: 15px;
	}
	.c-acc-box .acc-panel-inner {
		padding-top: 15px;
		padding-left: 50px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
}

/* -------------------
Other
---------------------*/
.sec-other {
	width: 100%;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 123px;
	margin-bottom: 120px;
	padding-bottom: 80px;
}

.sec-other .sec-inner {
	max-width: 1920px;
}
.sec-other::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% - 30px);
	top: 30px;
	left: 0;
	margin: 0;
	display: block;
	background-color: #fff;
}
.sec-other-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 90px;
	align-items: center;
}
.other-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
}
.other-list-item {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-self: flex-start;
	padding-right: 7.5%;
}
.other-list-item:nth-of-type(even) {
	align-self: flex-end;
	padding-right: 0;
	padding-left: 7.5%;
}
.oli-img-box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	order: 0;
	position: relative;
	min-height: 480px;
}
.other-list-item:nth-of-type(even) > .oli-img-box {
	justify-content: flex-end;
	order: 1;
}
.oli-img-box > figure {
	width: 100%;
	height: 100%;
	max-width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 800 / 480;
	position: relative;
	z-index: 20;
	border-radius: 0 24px 24px 0;
	border: 1px solid #dedede;
	position: absolute;
	bottom: 40px;
	left: 0;
}
.other-list-item:nth-of-type(even) > .oli-img-box > figure {
	border-radius: 24px 0 0 24px;
	right: 0;
}
.oli-img-box > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.oli-txt-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	padding: 64px 0 80px;
	padding-left: 8.75%;
	padding-right: 12.5%;
	gap: 32px;
	background: #f4f4f4;
	border-radius: 0 80px 80px 0;
	position: relative;
}
.other-list-item:nth-of-type(even) > .oli-txt-box {
	border-radius: 80px 0 0 80px;
	padding-right: 8.75%;
	padding-left: 12.5%;
}
.other-list-item:nth-of-type(1) .oli-txt-box::before {
	content: "";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23.8%;
	max-width: 191px;
	height: auto;
	aspect-ratio: 191 / 215;
	bottom: calc(100% + 10px);
	right: 5%;
	background-image: url("../img/seniru/img-other-illust.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.oli-txt-box::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	right: 100%;
	margin: 0;
	display: block;
	background: #f4f4f4;
}

.other-list-item:nth-of-type(even) > .oli-txt-box::after {
	left: 100%;
	right: auto;
}

.oli-ttl {
	width: 100%;
	position: relative;
	font-weight: bold;
}
.oli-ttl > span {
	font-size: 16px;
	color: #f574c5;
	line-height: 1.5;
	z-index: 10;
	position: relative;
}
.oli-ttl > h4 {
	font-size: 36px;
	line-height: 1.5;
	z-index: 10;
	position: relative;
}

.oter-info-tbl {
	width: 100%;
	padding: 35px 31px;
	background: #fff;
	border-radius: 16px;
	display: flex;
	flex-flow: column;
	gap: 14px;
	align-items: flex-start;
}
.oter-info-tbl dl {
	width: 100%;
	display: flex;
	align-items: baseline;
	gap: 5px;
}
.oter-info-tbl dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #7b37c9;
	flex-shrink: 0;
}
.oter-info-tbl dl dd {
	width: 100%;
}

@media only screen and (max-width: 1300px) {
	.other-list-item:nth-of-type(1) .oli-txt-box::before {
		max-width: 106px;
		bottom: calc(100% + 5px);
	}
	.oli-ttl > h4 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 1080px) {
	.sec-other-cont {
		gap: 60px;
	}
	.oli-ttl > h4 {
		font-size: 22px;
	}
	.oli-txt-box {
		border-radius: 0 40px 40px 0;
	}
	.other-list-item:nth-of-type(even) > .oli-txt-box {
		border-radius: 40px 0 0 40px;
	}
}
@media only screen and (max-width: 768px) {
	.sec-other-cont {
		padding: 0 7.5%;
		gap: 30px;
	}
	.sec-other {
		margin-top: 60px;
		margin-bottom: 80px;
		padding-bottom: 60px;
	}
	.other-list {
		gap: 50px;
	}
	.oli-txt-box {
		border-radius: 0 20px 20px 0;
		padding: 0 7.5%;
		padding-top: 30px;
		padding-bottom: 30px;
		gap: 15px;
	}
	.other-list-item:nth-of-type(even) > .oli-txt-box {
		padding: 0 7.5%;
		padding-top: 30px;
		padding-bottom: 30px;
		align-items: center;
		border-radius: 20px 0 0 20px;
	}
	.other-list-item:nth-of-type(1) .oli-txt-box::before {
		content: none;
	}
	.other-list-item {
		grid-template-columns: repeat(1, 1fr);
		align-self: center;
		gap: 30px;
		padding-right: 0;
	}
	.other-list-item:nth-of-type(even) {
		align-self: center;
		padding-right: 0;
		padding-left: 0;
		gap: 20px;
	}
	.oli-img-box {
		min-height: 0;
	}
	.other-list-item:nth-of-type(even) > .oli-img-box {
		justify-content: center;
		order: 0;
	}
	.oli-img-box > figure {
		border-radius: 20px;
		position: relative;
		bottom: auto;
	}
	.other-list-item:nth-of-type(even) > .oli-img-box > figure {
		border-radius: 20px;
	}
	.oter-info-tbl {
		padding: 20px;
		border-radius: 12px;
		gap: 10px;
	}
	.oter-info-tbl dl {
		flex-flow: column;
		align-items: flex-start;
	}
}
