.not-live{
	display: none!important;
}
.ml-0 {
	margin-left: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.-sec-gap {
	margin-bottom: 80px;
}

.br-sp{
	display: none;
}
@media screen and (max-width: 520px) {
	.br-sp{
		display: block;
	}
}

/*For main title*/
@media screen and (max-width: 520px) {
	.hero-ttl {
		max-width: 160px;
	}
}

.bton.-prime {
	width: 250px;
}

.cmpny-card {
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
}

.cmpny-col:first-child {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.cmpny-card {
		margin: 0 -10px;
	}

	.cmpny-col:first-child {
		margin-bottom: 0;
	}

	.cmpny-col {
		width: calc((100% / 2) - 20px);
		padding: 0 10px;
	}
}

@media only screen and (min-width: 992px) {
	.cmpny-card {
		margin: 0 -20px;
	}

	.cmpny-col {
		width: calc((100% / 2) - 40px);
		padding: 0 20px;
	}
}


/* recruit page */
.point__card {
	border-radius: 15px;
	overflow: hidden;
}

.point__card__top {
	background-color: #e9ecf1;
	padding: 20px 20px 35px;
}

.point__card__heading {
	font-size: 20px;
	color: #0072c1;
	font-weight: 700;
	margin-bottom: 38px;
}

.point__card__heading span {
	font-size: 28px;
}

.point__card__desc {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
}

.point__card__footer {
	background-color: #0072c1;
}

.point__card__footer .point__card__btn {
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 15px;
}

.point_popup .ma-modal-content.-recruit .ma-modal-text {
	max-height: 500px;
	text-align: left;
	overflow-y: auto;
}

@media only screen and (max-width: 992px) {
	.point_popup .ma-modal-content.-recruit .ma-modal-text {
		max-height: 355px;
	}

	.point__card__desc {
		font-size: 18px;
	}
}


/* works single page  */
.worksdata .-gallery img,
video {
	max-width: 100%;
}

.worksdata .eventdata-ttl {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

/* header fix  */
@media only screen and (max-width: 1600px) {
	.nav-lst {
		gap: 20px;
	}

	.nav-lnk {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 1500px) {
	.nav-lst {
		gap: 20px;
	}

	.nav-lnk {
		font-size: 1.4rem;
	}

	.hdr-logo {
		padding: 40px 5px;
		min-width: 170px;
		text-align: center;
	}
}

@media only screen and (max-width: 1200px) {
	.hdr-logo {
		min-width: 130px;
	}
}

/* recruit story section  */
.recruit-story {
	background: url(.././img/recruit/recruit-story-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
	padding-block: 78.5px 20px;
	margin-bottom: 85px;
}

.recruit-story .dot,.recruit-story .dot::before,.recruit-story .dot::after {
	background-color: #FFF;
}

.recruit-story-wrapper {
	display: flex;
	gap: 40.5px;
}
.recruit-story-card video{
	width: 100%;
	height: auto;
}
.recruit-story-card:first-child{
	position: sticky;
}
.recruit-story-card:last-child{
	height: 660px;
    overflow-y: auto;
	flex: 1;
}
.recruit-story-card__text-title {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: calc(28 / 16);
	margin-block: 28.5px 16px;
}

.recruit-story-card__text-name {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: calc(35 / 24);
}

.recruit-story-card__text-name span {
	display: block;
	font-size: 1.6rem;
	line-height: calc(35 / 16);
}

.recruit-story-card__desc {
	font-size: 1.6rem;
	line-height: calc(28 / 16);
	margin-top: 48px;
	padding-bottom: 78.5px;
}
@media only screen and (max-width: 767px) {
	.recruit-story-wrapper {
		align-items: flex-start;
		flex-direction: column;
	}
	.recruit-story-card video{
		width: 100%;
		height: 100%;
	}
	.recruit-story-card:first-child{
		position: relative;
		margin-inline: auto;
	}
	.recruit-story-card__text {
		text-align: center;
	}
	.work-heading-wrapper{
		margin-left: 15px;
	}
}

.-works .hdng-prime.-work{
	margin-left: 15.8vw;
}
@media only screen and (max-width: 767px) {
	section.section.-works{
		padding-top: 60px;
	}
	.-works .hdng-prime.-work{
		max-width: 546px;
		margin: 0 auto;
	}
}
.text-center{
	text-align: center;
}
.txt-lnk--logo{
	margin: 32px 0 16px;
	display: inline-block;
	text-align: center;
}
.bton.-contact .-txt {
    font-size: 1.2rem;
}

/* works single page */
.paragraph.fz-20 {
	font-size: 20px;
	font-weight: 500;
}

.card-image img{
	aspect-ratio: 300 / 186;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.work-img img {
	aspect-ratio: 290 / 174;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* NEW CSS 20250528 */
@media only screen and (mIN-width: 768px) {
	.pjt-img img {
		width: 100%;
		max-width: 256px;
	}
}

.pjt-hdng{
	font-weight: 100;
	color: #000;
}



/* shidashi page  */

.shidashi{
	margin-top: 75px;
}
.shidashi__hero {
	border-radius: 16px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	margin-bottom: 50px;
	display: block;
	overflow: hidden;
}

.shidashi__cnt{
	margin-top: 46px;
}

.shidashi__desc {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
	text-align: center;
	margin-bottom: 54px;
}

.shidashi__ttl {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.02em;
	text-align: center;
	margin-bottom: 28px;
}

.shidashi__btns {
	display: flex;
	justify-content: center;
	gap: 27px;
	margin-bottom: 77px;
}

.shidashi__btns .bton {
	font-size: 16px;
	line-height: 1.75;
	max-width: 400px;
	width: 100%;
	height: 64px;
	min-width: initial;
}

.shidashi__btns .bton.-prime:after {
	content: none;
}

.shidashi__row {
	display: flex;
	gap: 27px;
	margin-bottom: 33px;
}

.shidashi__img {
	border-radius: 16px;
	overflow: hidden;
	width: calc(37% - 27px);
}

.shidashi__img img {
	aspect-ratio: 640/400;
	object-fit: cover;
	object-position: center;
}

.shidashi__col {
	width: calc(66% - 27px);
	padding-top: 20px;
}

.shidashi__col-ttl {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 26px;
}

.shidashi__col-desc {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

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

	.shidashi{
		margin-top: 0;
	}
	.shidashi__desc {
		font-size: 18px;
		margin-bottom: 27px;
	}

	.shidashi__btns {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.shidashi__row {
		flex-direction: column;
	}

	.shidashi__img {
		width: 100%;
	}

	.shidashi__col {
		width: 100%;
		padding-top: 0;
	}
}

/* lanilani  */
.bton.-prime.-no-arrow::after {
    content: none;
}

.lani-about {
    margin-bottom: 72px;
}

.lani-logo {
    text-align: center;
    margin-bottom: 85px;
}

.lani-detail {
    display: flex;
    gap: 42px;
}

.lani-image {
    flex: 0 0 calc((350 / 940) * 100%);
    width: calc((350 / 940) * 100%);
}

.lani-image img {
    width: 100%;
}

.lani-ttl {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 12px;
}

.lani-desc {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.75;
    margin-bottom: 45px;
}

.lani-feature {
    margin-bottom: 80px;
}

.lani-feature .tsu-heading {
    margin-bottom: 48px;
}

.lani-feature-box {
    border-radius: 16px;
    background-color: #e9ecf1;
    padding: 35px 36px;
    display: flex;
    gap: 10px;
}

.lani-feature-box:not(:last-of-type) {
    margin-bottom: 20px;
}

.lani-feature-box-topic {
    flex-shrink: 0;
    flex: 0 0 176px;
    display: inline-block;
    width: 176px;
    color: #0072c1;
    font-size: 2rem;
    font-weight: 700;
}

.lani-featuer-box-desc {
    color: #000000;
    font-size: 1.6rem;
    line-height: 1.75;
}

.lani-service .tsu-heading {
    margin-bottom: 56px;
}

.lani-service-row {
    display: flex;
    gap: 50px;
}

.lani-service-row:nth-of-type(even) {
    flex-direction: row-reverse;
}

.lani-service-row:not(:last-of-type) {
    margin-bottom: 98px;
}

.lani-service-info {
    padding-top: 18px;
}

.lani-service-ttl {
    color: #000000;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
}

.lani-service-desc {
    color: #000000;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

.lani-service-image {
    flex: 0 0 calc(450 / 940 * 100%);
    width: calc(450 / 940 * 100%);
}

.lani-service-image img {
    border-radius: 16px;
    width: 100%;
}


@media screen and (max-width: 767px) {
    .lani-about {
        margin-bottom: 60px;
    }

    .lani-logo {
        margin-bottom: 46px;
    }

    .lani-detail {
        display: block;
        gap: 0;
    }

    .lani-image {
        flex: 0 0 auto;
        width: auto;
        margin-bottom: 20px;
    }

    .lani-image img {
        width: 100%;
    }

    .lani-ttl {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .lani-desc {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 26px;
    }

    .lani-feature {
        margin-bottom: 60px;
    }

    .lani-feature .tsu-heading {
        margin-bottom: 24px;
    }

    .lani-feature-box {
        border-radius: 16px;
        background-color: #e9ecf1;
        padding: 16px;
        display: block;
        gap: 0;
    }

    .lani-feature-box:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .lani-feature-box-topic {
        display: inline-block;
        width: auto;
        color: #0072c1;
        font-size: 1.6rem;
        margin-bottom: 14px;
    }

    .lani-featuer-box-desc {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .lani-service .tsu-heading {
        margin-bottom: 28px;
    }

    .lani-service-row {
        display: block;
        gap: 0;
    }

    .lani-service-row:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .lani-service-info {
        padding-top: 0;
        margin-bottom: 28px;
    }

    .lani-service-ttl {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }

    .lani-service-desc {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .lani-service-image {
        flex: 0 0 auto;
        width: 100%;
    }
}