/* common
/* ----------------------------------------------- */

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	color: #00070D;
}

body.is-open {
	overflow: hidden;
}

.hidden {
	overflow: hidden;
	 position: relative;
}

.sp {
	display: none;
}

.tb {
	display: none;
}

.pc {
	display: block;
}

video,
img {
	width: 100%;
	height: auto;
}

video {
	cursor: pointer;
}

.inner {
	max-width: 100rem;
	width: 100%;
	margin: 0 auto;
}

.inner__scene {
	max-width: 100rem;
	width: 100%;
	margin: 0 auto;
}

/* --- hover --- */

/* --- cv-btn --- */

.cv-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20rem;
	height: 4.6rem;
	font-size: 1.6rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #fff;
	background: var(--blue, linear-gradient(90deg, #1781FF 0%, #02CADC 100%));
	border-radius: 4rem;
	position: relative;
}

/*

.cv-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.9rem;
	transform: translateY(-50%);
	background: url(https://cdn.clipkit.co/tenants/724/resources/assets/000/004/184/original/arrow_white_right.png?1744700282) no-repeat center/contain;
	display: inline-block;
	width: 1.4rem;
	height: 1rem;
}


*/
.cv-btn2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20rem;
	height: 4.6rem;
	font-size: 1.7rem;
	color: #ffffff;
	background: var(--blue, linear-gradient(90deg, #1781FF 0%, #02CADC 100%));
	border-radius: 4rem;
	position: relative;
}

/*

.cv-btn2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.9rem;
	transform: translateY(-50%);
	background: url(https://cdn.clipkit.co/tenants/724/resources/assets/000/004/181/original/arrow_black_right.png?1744700281) no-repeat center/contain;
	display: inline-block;
	width: 1.4rem;
	height: 1rem;
}

*/

/* --- ttl --- */

ruby {
  ruby-align: center;
}

rt{
  
  font-size: 16px;
  color: #DEDFEE;
}

.ttl-wrap {
	text-align: left;
}

.ttl-wrap._center {
	text-align: center;
}

.sub-ttl {
	font-size: 1.6rem;
	font-family: "Lexend", sans-serif;
	font-weight: 800;
	margin-bottom: 1rem;
	background: var(--AvaMo, linear-gradient(90deg, #806DFF 0%, #FF08AD 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline;
}

.sub-ttl._white {
	color: white;
}

.sub-ttl._blue {
	color: #003d6f;
}

.sub-ttl02 {
	font-size: 2.3rem;
	color: white;
	margin: 2.5rem 0 0.5rem;
}

.ttl {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color:#0D216B;
}

.ttl._white {
	color: white;
}

.ttl._black {
	color: #000;
}

.ttl._plan {
	font-size: 4.7rem;
}

/* --- slick --- */

/* header
/* ----------------------------------------------- */

.header {
	padding: 2rem 4rem;
  	background-color: rgba(14, 6, 30, 0.95);
	position: relative;
	z-index: 100;
	position: fixed;
  	width: 100%;
}

.header__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	width: 20.6rem;
}

.header__list {
	display: flex;
	justify-content: space-between;
    align-items: center;
	gap: 4rem;
}

.header__list li a {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	color: #FFF;
}

.header__cv {
	display: flex;
	align-items: center;
}

.header__now {
	margin-left: 2rem;
}

/* 繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ */
.drawer_hidden {
  	display: none;
}

.drawer_open {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 2.0rem;
	z-index: 100;
	cursor: pointer;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 2px;
	width: 20px;
	border-radius: 3px;
	background: #FFF;
	transition: 0.5s;
	position: absolute;
}

.drawer_open span:before {
	bottom: 10px;
}

.drawer_open span:after {
	top: 10px;
}

#drawer_input:checked ~ .drawer_open span {
	background: rgba(255, 255, 255, 0);
}

#drawer_input:checked ~ .drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
}
  
.nav_content {
	width: 100%;
	height: 75%;
	position: fixed;
	top: -75%;
	left: 0;
	z-index: 99;
	background-color: rgba(14, 6, 30, 0.95);
	transition: .5s;
	text-align: center;
	padding-top: 2.0rem;
}

.nav_list {
  	list-style: none;
	padding-top: 6.0rem;
}

.nav_item {
	margin-bottom: 3.8rem;
	display: block;
}

.nav_item a {
  	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	color: #FFF;
 	text-decoration: none;
}

.nav_content .cv-btn {
    width: 19.8rem;
    height: 3.8rem;
    font-size: 1.4rem;
	margin: 0 auto 3.8rem;
}

#drawer_input:checked ~ .nav_content {
  	top: 0;
}


/* fv
/* ----------------------------------------------- */

.fv {
	padding: 11rem 0 5rem;
	overflow: hidden;
	position: relative;
}

.fv__bg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fv__bg1 img {
	width: 130%;
	height: 130%;
	object-fit: cover;
}

.fv__inner {
	max-width: 110rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.fv__ttl img {
	margin: 7rem auto 3rem;
	display: block;
	max-width: 840px;
	width: 100%;
}

.fv__info {
	margin: 0 auto;
}

.fv__txt01 {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

.fv__txt02 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: center;
	margin: 1.5rem auto 0;
}

.fv__release {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 3rem auto 0;
}
.fv__release02 {
	max-width: 408px;
	width: 100%;
	height: auto;
}
.fv__info2 picture img {
	max-width: 370px;
	width: 100%;
	height: auto;
}


@media screen and (min-width: 768px) {
.fv__txt02 {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}
}
.fv__txt02 ._b {
	font-weight: 700;
}

.fv__txt02 ._note {
	display: inline-block;
	font-size: 1rem;
	transform: translateY(-0.5rem);
}

.fv__cv {
	display: flex;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	align-items: center;
	justify-content: center;
	width: 34.8rem;
	height: 8rem;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: #ffffff;
	border-radius: 4rem;
	background: var(--blue, linear-gradient(90deg, #1781FF 0%, #02CADC 100%));
	margin: 4rem auto 0;
	position: relative;
}

.fv__video {
	width: 84.3rem;
	height: 47.4rem;
	border-radius: 2.8rem;
	margin: 4rem auto 0;
	box-shadow: 0 0.2rem 1.4rem rgba(0, 40, 105, 0.4);
	overflow: hidden;
}

.fv__video video {
	width: 100.5%;
	height: 100.5%;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.fv__release {
		flex-direction: column;
		gap: 10px;
	}
	.fv__release02 {
		width: 100%;
	}
	.fv__info2 picture img {
		width: 90%;
	}
}



/* company
/* ----------------------------------------------- */
h2.company__ttl {
	text-align: center;
	color: #fff;
	font-size: 2.9rem;
	font-weight: bold;
	background: var(--AvaMo, linear-gradient(90deg, #806DFF 0%, #FF08AD 100%));
    padding: 2rem 0;
	padding: 14px 20px 18px;
}
h2.company__ttl span {
	font-size: 1.6rem;
	font-weight: 500;
}

.company__slider {
    overflow: hidden;
}
.company__scroll {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 80px;
	padding: 30px 0;
	width: max-content;
	animation: logoScroll 50s linear infinite;
}
.company__scroll li {
    flex-shrink: 0;
}
.company__scroll li img {
	width: 100%;
	height: auto;
    display: block;
}
@keyframes logoScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
	h2.company__ttl {
		font-size: 2.4rem;
	}
	.company__scroll {
		padding: 24px 0;
		gap: 60px;
	}
	.company__scroll li {
		flex-shrink: initial;
		width: 100%;
	}
	.company__scroll li img {
		width: auto;
		height: 60px;
	}
}


/* scene
/* ----------------------------------------------- */

.scene {
	padding: 10rem 0 39rem;
	position: relative;
}

.scene__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%; */
	object-fit: cover;
	z-index: -1;
	background: linear-gradient(135deg, #38BDF8 0%, #1E3A8A 100%);
}

.scene__ttl {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.01em;
	color: #0D216B;
}

.scene__items {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.scene__item {
	width: 30.9rem;
	height: 100%;
	border-radius: 2.8rem;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 3px 23px 0px rgba(178, 205, 226, 0.52);
}

.scene__box {
	padding: 1.6rem 0;
}

.scene__txt01 {
	font-size: 1.8rem;
	/*font-family: "Noto Sans JP", sans-serif; */
	font-weight: 600;
	text-align: center;
	color: #0D216B;
	letter-spacing: 0.03em;
}

.scene__txt02 {
	font-size: 1.6rem;
	/*font-family: "Noto Sans JP", sans-serif;*/
	font-weight: 400;
	line-height: 1.8;
	padding: 0 2.5rem;
	margin-top: 1.2rem;
}

/* about
/* ----------------------------------------------- */

.about {
	margin-top: -33rem;
	padding: 10.5rem 0 54rem;
	border-radius: 24rem 0 0 0;
	overflow: hidden;
	position: relative;
}

.about__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.about__tabs {
	display: flex;
	justify-content: space-between;
	margin-top: 4.5rem;
}

.about__tab {
	width: 23.5rem;
	border-radius: 2.8rem;
	box-shadow: 0 0.3rem 1rem rgba(0, 50, 105, 0.5);
	padding: 1.7rem 1.3rem;
	cursor: pointer;
	transition: opacity 0.3s;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.about__tab::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.6;
	transition: opacity 0.3s;
	z-index: -1;
}

.about__tab.is-active {
	pointer-events: none;
}

.about__tab.is-active .about__progress-bar {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}

.about__txt01 {
	display: flex;
	align-items: center;
	font-size: 1.7rem;
	/*font-family: "Noto Sans JP", sans-serif; */
	font-weight: 600;
	color: #0D216B;
}

.about__txt01 ._num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.1rem;
	height: 2.8rem;
	font-size: 1.8rem;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.05rem;
	background-color: #0D216B;
	border-radius: 0.7rem;
	margin-right: 0.6rem;
}

.about__txt02 {
	font-size: 1.4rem;
	/*font-family: "Noto Sans JP", sans-serif; */
	font-weight: 400;
	line-height: 2.1;
	margin-top: 0.7rem;
}

.about__movie {
	margin-top: 5rem;
	border-radius: 2.8rem;
	overflow: hidden;
}

#aboutMovie2,
#aboutMovie3,
#aboutMovie4 {
	display: none;
}


/* AI-agent
/* ----------------------------------------------- */
.agent {
	margin: -45rem auto 0;
	border-radius: 0 24rem 0 0;
	padding: 10rem 6rem 11.5rem;
	overflow: hidden;
	position: relative;
}
.agent__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
p.agent__read {
  font-family: "Noto Sans JP";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.26px;
	text-align: center;
    padding: 3.2rem 0;
}
.agent__items {
	margin: 4rem auto 7rem;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
	flex-wrap: wrap;
}

.agent__item {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 0.3rem 2.3rem rgba(178, 205, 226, 0.52);
	border-radius: 2.8rem;
	overflow: hidden;
	width: 48.5%;
}

.agent__info {
	padding: 3.5rem 3rem 3rem;
    display: flex;
    align-items: flex-start;
}

.agent__step-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 1.2rem 2.8rem 0 0;
	gap: 10px;
}

.agent__sub-ttl {
	font-size: 1rem;
	font-family: "Lexend", sans-serif;
	font-weight: 700;
	color: #599ec5;
}

.agent__step {
	flex-shrink: 0;
	width: 5.6rem;
}

.agent__ttl-wrap {
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 10px;
}

.agent__ttl {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	color: #0D216B;
}

.agent__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.65;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
}

.agent-scene,
.agent-movie {
	margin: 7rem auto 0;
}
.agent-subttl {
	font-size: 3.2rem;
	color: #0D216B;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 3rem;
}
.scene-tag {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}
.scene-tag li {
	color: #0D216B;
	font-size: 2rem;
	background: #fff;
	border-radius: 17px;
	border: 1px solid #0D216B;
	padding: 14px 40px 16px;
}

.agent__video {
	width: 84.3rem;
    height: 47.4rem;
    border-radius: 2.8rem;
    margin: 0 auto;
    box-shadow: 0 0.2rem 1.4rem rgba(0, 40, 105, 0.4);
    overflow: hidden;
}
.agent__video video {
	width: 100.5%;
    height: 100.5%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
	.agent {
        margin-top: -16rem;
        border-radius: 0 11rem 0 0;
        padding: 8rem 0 7rem;
    }
	p.agent__read {
		font-size: 1.6rem;
		font-weight: 500;
		text-align: left;
		padding: 2rem 0 0;
	}
	.agent__items {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 2rem;
		flex-wrap: nowrap;
		margin: 3rem auto 4rem;
	}
	.agent__item {
		width: 100%;
	}
	.agent__step-wrap {
		margin: 0 auto 2rem;
	}
	.scene-tag li {
		font-size: 1.6rem;
        padding: 8px 10px;
        border-radius: 10px;
        width: 48%;
        text-align: center;
	}
	.agent__info {
		flex-direction: column;
	}
	.agent__ttl {
		font-size: 2.0rem;
		line-height: 1.55;
	}
	.agent__video {
        width: 100%;
        height: 20rem;
    }
	.agent-subttl {
		font-size: 24px;
		line-height: 32px;
		margin: 0 auto 2rem;
	}
	.agent-scene, .agent-movie {
		margin: 5rem auto 0;
	}
}


/* generation
/* ----------------------------------------------- */
.generation {
	padding: 10rem 0 11.5rem;
	overflow: hidden;
	position: relative;
}

.generation__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.generation__area ,.generation__area02 {
	background: var(--lightpurple, #FAFBFF);
	box-shadow: 0px 3px 23px 0px rgba(178, 205, 226, 0.52);
	border-radius: 2.8rem;
	margin-top: 5rem;
	overflow: hidden;
	position: relative;
}

.generation__area {
  	padding: 10rem 16.5rem 8rem;
}

.generation__area02 {
  	padding: 4rem 1.5rem;
}

.generation__area02 h2 {
  color: var(--navy, #0D216B);
text-align: center;
font-family: "Zen Kaku Gothic New";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 5.5rem;
letter-spacing: 0.5px;

}

.generation__area02 p.generation__txt {
  font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.26px;
    padding: 3.2rem 4rem;
}

p.generation__txt span {
  color: var(--blue-free, #378CC7);
}

.generation__area02 .generation__sample-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:40px;
}

.generation__area02 .generation__sample-wrap div+p {
  
  color: var(--navy, #0D216B);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px; /* 312.5% */
  letter-spacing: 0.5px;
}

.generation__area02 .video_wrap {
    border-radius: 2.8rem;
    margin: 4rem auto 0;
    /*box-shadow: 0 0.2rem 1.4rem rgba(0, 40, 105, 0.4); */
    overflow: hidden;
    width: 44rem;
    height: 25rem;
}

.video_wrap video {
      width: 100.5%;
    height: 100.5%;
    object-fit: cover;
}

.generation__txt01 {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 59.5rem;
	font-size: 2.4rem;
	font-weight: 500;
	/*font-family: "Noto Sans JP", sans-serif; */
	color: #fff;
	border-radius: 0 0 2.8rem 0;
	background: var(--AvaMo, linear-gradient(90deg, #806DFF 0%, #FF08AD 100%));
	padding: 2rem 0;
}

.generation__step1 {
	display: flex;
	justify-content: space-between;
}

.generation__tmp-wrap {
	flex-shrink: 0;
	width: 29.5rem;
}

.generation__txt02 {
	font-size: 2.2rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.generation__tmp-items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 1.2rem;
	margin-top: 2rem;
}

.generation__tmp-item {
	width: 11.1rem;
	cursor: pointer;
}

.generation__tmp-item.is-active {
	pointer-events: none;
}

.generation__tmp-item img {
	border-radius: 1.6rem;
}

.generation__movie {
	flex-shrink: 0;
	width: 38.7rem;
}

.generation__movie img {
	border-radius: 1.9rem;
}

.generation__step2 {
	margin-top: 3rem;
}

textarea.generation__textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
}

textarea.generation__textarea {
	width: 100%;
	height: 15.5rem;
	font-size: 1.9rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	line-height: 1.9;
	letter-spacing: 0.06em;
	color: #000;
	background-color: #fff;
	border: 0.1rem solid #c6c6c6;
	border-radius: 1.4rem;
	padding: 1.5rem;
	margin-top: 1.5rem;
	overflow-y: scroll;
}

textarea.generation__textarea::placeholder {
	font-size: 1.9rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	letter-spacing: 0.06em;
	color: #969bb4;
}

.generation__cv {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 53rem;
	height: 6.9rem;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0.01em;
	background: var(--blue, linear-gradient(90deg, #1781FF 0%, #02CADC 100%));
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.27);
	border-radius: 1.2rem;
	margin: 3.8rem auto 0;
	overflow: hidden;
	position: relative;
	transition: all 0.3s;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}



.generation__cv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(255, 255, 255, 0.3);*/
	z-index: 1;
}

/*

.generation__cv img {
	position: absolute;
	top: 50%;
	right: 2.4rem;
	transform: translateY(-50%);
	width: 1.8rem;
	height: 1.3rem;
	pointer-events: none;
}

*/

#generationMovie2,
#generationMovie3 {
	display: none;
}



/* plan
/* ----------------------------------------------- */

.plan {
	padding: 13rem 0 40rem;
	position: relative;
}

.plan__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.plan_txt01 {
	font-size: 2.6rem;
	color: #fff;
	line-height: 1.6;
	margin-top: 2.5rem;
	letter-spacing: 0.01em;
}

.plan__items {
	display: flex;
	justify-content: space-between;
	margin-top: 9rem;
}

.plan__item {
	width: 23.5rem;
	padding: 2.5rem 1.5rem 7rem;
	border-radius: 2.8rem;
}

.plan__item.plan__item--free {
	background-color: #fff;
}

.plan__item.plan__item--starter {
	background-color: #c5e4f4;
}

.plan__item.plan__item--pro {
	position: relative;
}

.plan__item.plan__item--pro::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2.8rem;
	background: linear-gradient(90deg, #1761bb, #92e2e0 100%);
}

.plan__item.plan__item--pro::after {
	content: "";
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
	z-index: -1;
	border-radius: 2.8rem;
	background: #004393;
}

.plan__item.plan__item--enterprise {
	background-color: #023b77;
	border-radius: 2.8rem;
	position: relative;
}

 /* .plan__head {
	position: absolute;
	top: -3rem;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.2rem;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(70deg, #1761bb, #92e2e0 100%);
	border-radius: 2.8rem 2.8rem 0 0;
	padding: 1.5rem 0;
}

.plan__head img {
	width: 1.4rem;
	margin-right: 0.5rem;
} */

.plan__head {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15rem;
	font-size: 2.0rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(70deg, #1761bb, #92e2e0 100%);
	border-radius: 0 2.0rem 0 2.8rem;
	padding: 1.0rem 0;
}

.plan__txt02 {
	font-size: 2.8rem;
	font-weight: 900;
}

.plan__item--free .plan__txt02 {
	color: #378CC7;
}

.plan__item--starter .plan__txt02 {
	color: #1761BA;
}

.plan__item--pro .plan__txt02,
.plan__item--enterprise .plan__txt02 {
	color: #fff;
}

.plan__item--free .cv-btn--comparison,
.plan__item--starter .cv-btn--comparison,
.plan__item--pro .cv-btn--comparison {
	width: 100%;
}

.plan__txt03 {
	font-size: 1.2rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 1.5rem;
	letter-spacing: -0.03em;
}

.plan__item--enterprise .plan__txt03 {
	letter-spacing: -0.09em;
}

.plan__item--pro .plan__txt03,
.plan__item--enterprise .plan__txt03 {
	color: #fff;
}

.plan__wrap {
	height: 24rem;
}

.plan__month {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 12.0rem;
	background-color: #fff;
	border-radius: 1.2rem;
	margin-top: 1.5rem;
	position: relative;
}

.plan__month > div {
	margin-top: 1.0rem;
}

.plan__item--free .plan__month {
	background-color: #edf2f7;
}

.plan__txt04 {
	position: absolute;
	top: 1.5rem;
	left: 1.3rem;
	font-size: 1.2rem;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.plan__txt05 {
	font-size: 2.8rem;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 4rem;
}

.plan__txt--cap {
  	color: var(--navy, #0D216B);
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px; /* 191.667% */
	letter-spacing: 1.15px;
}

/*

.plan__item--enterprise .plan__txt05 {
	font-size: 2.3rem;
	font-family: "Noto Sans JP", sans-serif;
}

*/

.plan__year {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.2rem;
	border-radius: 1.2rem;
	margin: 1.6rem 0 3.5rem;
	position: relative;
}

.plan__item--starter .plan__year,
.plan__item--pro .plan__year {
	background-color: #fff;
}

.plan__txt06 {
	position: absolute;
	top: 50%;
	left: 1.3rem;
	transform: translateY(-50%);
	font-size: 1.2rem;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.plan__txt07 {
	font-size: 1.8rem;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-left: 2.4rem;
}

.plan__txt07 small {
	font-size: .8em;
}

.cv-btn--plan {
	width: 100%;
}

.plan__coming-soon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20rem;
	height: 4.6rem;
	font-size: 1.7rem;
	color: #5f5f5f;
	background-color: #e2e2e2;
	border-radius: 4rem;
	position: relative;
}

.plan__function {
	margin-top: 2rem;
}

.plan__txt08 {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.4;
}

.plan__txt08:nth-of-type(n + 2) {
	margin-top: 1.2rem;
}

.plan__txt08 img {
	flex-shrink: 0;
	width: 1.1rem;
	height: 0.7rem;
	margin-right: 0.7rem;
}

.plan__txt09 {
	font-size: 1.6rem;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 1.3rem;
	color: #4D4D4D;
}

.plan__txt09 span {
	align-items: center;
	font-size: 1.2rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	line-height: 1.2;
	padding-right: 3px;
}

.plan__txt09 small {
	font-size: .8em;
}

.plan__item--pro .plan__txt08,
.plan__item--enterprise .plan__txt08 {
	color: #fff;
}

/* --- 豈碑ｼ�｡ｨ --- */

.comparison {
	width: 100rem;
	margin: 13rem auto 0;
}

.comparison__ttl {
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.01em;
}

.comparison__txt {
	font-size: 2.6rem;
	color: #fff;
	letter-spacing: 0.01em;
	margin-top: 3rem;
}

.comparison__table-wrap {
	height: 80rem;
	border-radius: 2.8rem;
	background-color: #fff;
	/*padding-top: 2rem; */
	padding-bottom: 6rem;
	margin-top: 3rem;
	overflow: hidden;
	position: relative;
}

.comparison__table-wrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 31rem;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
	z-index: 3;
}

.comparison__table-wrap.is-open::before {
	content: none;
}

.comparison__hint {
	display: none;
}

.comparison__hint img {
	width: 8rem;
	animation: hint 2s infinite;
}

.comparison__hint span {
	font-size: 1.8rem;
	margin-top: 1rem;
}

.comparison__open {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	z-index: 4;
}

.comparison__open img {
	width: 1.2rem;
	margin-top: 0.2rem;
	margin-left: 1.5rem;
	transition: all 0.3s;
}

.comparison__open.is-open img {
	transform: rotate(180deg);
	transition: all 0.3s;
}

.comparison__table {
	width: 100%;
	position: relative;
}

.comparison__table ._head {
	width: 25%;
}

.comparison__table ._free,
.comparison__table ._starter,
.comparison__table ._pro {
	width: 18.33%;
}

.comparison__table ._enterprise {
	width: 20%;
}

.comparison__table ._bt {
	border-top: 0.1rem solid #dedede;
}

.comparison__table ._bt-none {
	border-top: none;
}

.comparison__table ._br {
	border-right: 0.1rem solid #dedede;
}

.comparison__table ._br-none {
	border-right: none;
}

.comparison__table ._bb {
	border-bottom: 0.1rem solid #dedede;
}

.comparison__table ._bb-none {
	border-bottom: none;
}

.comparison__table ._bg-blue {
	background-color: #edf6fa;
}

.comparison__table ._bg-white {
	background-color: #fff;
}

.comparison__table ._bg-none {
	background-color: transparent !important;
}

.comparison__table ._ttl {
	font-size: 1.8rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	color: #003d6f;
	padding: 2.5rem 0 1rem;
	border-right: none;
}

.comparison__table ._ttl._py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.comparison__table ._header {
	font-size: 2.2rem;
	font-weight: 900;
	color: #277393;
	letter-spacing: 0.01em;
}

.comparison__table ._blue1 {
	color: #277393;
}

.comparison__table ._blue2 {
	color: #004393;
}

.comparison__table ._text-left {
	text-align: left;
}

.comparison__table ._relative {
	position: relative;
}

.comparison__table ._absolute {
	position: absolute;
	top: 6rem;
	left: 0;
	width: 100%;
	text-align: center;
}

.comparison__scroll-area {
	display: flex;
}

.comparison__table-item > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 7.3rem;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.4;
	vertical-align: middle;
	text-align: center;
	border-right: 0.1rem solid #dedede;
	padding: 1rem 1.5rem;
}

.comparison__table-item > div:last-of-type {
	height: 12rem;
}

.comparison__table-item > div:nth-of-type(3),
.comparison__table-item > div:nth-of-type(6),
.comparison__table-item > div:nth-of-type(8),
.comparison__table-item > div:nth-of-type(10),
.comparison__table-item > div:nth-of-type(12),
.comparison__table-item > div:nth-of-type(15),
.comparison__table-item > div:nth-of-type(17),
.comparison__table-item > div:nth-of-type(19),
.comparison__table-item > div:nth-of-type(21),
.comparison__table-item > div:nth-of-type(23),
.comparison__table-item > div:nth-of-type(25),
.comparison__table-item > div:nth-of-type(27) {
	background-color: #edf6fa;
}

.comparison__table-item:nth-of-type(1) div {
	justify-content: flex-start;
	padding-left: 4.5rem;
	padding-right: 1rem;
	border-left: none;
}

.comparison__table-item:nth-of-type(5) div {
	border-right: none;
}

.cv-btn--comparison {
	width: 15rem;
	height: 4.6rem;
	font-size: 1.4rem;
	/* font-family: "Noto Sans JP", sans-serif; */
	box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.27);
	margin: 0 auto;
}

.cv-btn--comparison::after {
	right: 1rem;
}

.comparison__coming-soon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14rem;
	height: 4.6rem;
	font-size: 1.7rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #5f5f5f;
	background-color: #e2e2e2;
	border-radius: 4rem;
	margin: 0 auto;
	position: relative;
}

/*謾ｹ險ら沿讖溯�荳隕ｧ*/

.pricing-table {
  
  width: 100%;
}

.pricing-table__cell {
  
  width: 20%;
}


tr.pricing-table {
  
  background-color: #E1F0FE;
}

tr.pricing-table__tr {
  border-bottom: 0.5px solid #DEDFEE;
}

th.pricing-table__cell {
  
  font-size: 24px;
  color: #1761BA;
  padding: 2.4rem 0;
  
}

th.free {
   color: #378CC7;
}

th.Startar {
  
  color:#1761BA;
}

th.Pro , th.Enterprise  {
  
  color:#1E3A8A;
}



th.pricing-table__cell--head_black {
  color: #00070D;
  padding: 24px 0px 24px 48px;
  text-align: left;
  
}

td.pricing-table__section-title {
  
  font-size: 18px;
  background-color: #E1F0FE;
  padding: 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  
}

td.pricing-table__section-title div.icon--flex {
  
  display: flex;
  gap: 8px;
  padding-left: 32px;
  align-items: center;
}

td.pricing-table__section-title div.icon--flex img {
  
  width: 24px;
}

td.pricing-table__cell {
  font-size: 16px;
  padding: 2.4rem 0;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  
}

td.pricing-table__cell--title {
  text-align: left;
  padding-left: 4rem;
  white-space: nowrap;
  
}

td.pricing-table__fee {
  padding-left: 48px;
}

td .price__enterprise {
  
  line-height: 1.4;
}

td.pr-16 ,th.pr-16 {
 padding-right: 16px; 
}

br.sp_only {
  
  display:none;
}



/* features
/* ----------------------------------------------- */

.features {
	border-radius: 24rem 0 0 0;
	padding: 13rem 0 12rem;
	margin-top: -27rem;
	overflow: hidden;
	position: relative;
	
}

.features__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.features__items {
	margin-top: 5rem;
}

.features__item {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 0.3rem 2.3rem rgba(178, 205, 226, 0.52);
	border-radius: 2.8rem;
	overflow: hidden;
}

.features__item:nth-of-type(n + 2) {
	margin-top: 4rem;
}

.features__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.features__info {
	padding: 4.5rem;
}

.features__ttl-wrap {
	display: flex;
	align-items: center;
}

.features__step-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 2.8rem;
	gap: 10px;
}

.features__sub-ttl {
	font-size: 1rem;
	font-family: "Lexend", sans-serif;
	font-weight: 700;
	color: #599ec5;
}

.features__sub-ttl:nth-of-type(2) {
  	height: 100%;
}

.features__step {
	flex-shrink: 0;
	width: 5.6rem;
	margin-top: 0.5rem;
}

.features__step._sml {
	width: 5.3rem;
}

.features__ttl {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
}


.features__ttl ._none {
	font-size: 1.2rem;
	display: inline-block;
	transform: translateY(-1.7rem);
}

.features__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.87;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 3rem;
	letter-spacing: 0.05em;
}

.features__note {
	font-size: 1.3rem;
	margin-top: 1.5rem;
}

.features__item-pic {
	flex-shrink: 0;
	width: 31rem;
	object-fit: cover;
}

.features__item:nth-of-type(2) .features__item-pic {
  	height: 100%;
}

.features__data {
	border-radius: 2.8rem;
	background-color: #fff;
	box-shadow: 0 0.3rem 2.3rem rgba(178, 205, 226, 0.52);
	padding: 4rem 4.5rem;
	margin-top: 5rem;
}

.features__data-ttl {
	font-size: 2.4rem;
	position: relative;
	z-index: 1;
}

.features__data-ttl span {
	display: inline-block;
	padding-right: 2.5rem;
	background-color: #fff;
}

.features__data-ttl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 0.2rem;
	background-color: #E1F0FE;
	z-index: -1;
}

.features__data-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
}

.features__data-txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin-right: 4.4rem;
}

.features__data-pic {
	flex-shrink: 0;
	width: 20.6rem;
}

/* tmp
/* ----------------------------------------------- */

.tmp {
	padding: 10rem 0 12rem;
	overflow: hidden;
	position: relative;
}

.tmp__txt01 {
	font-size: 2.5rem;
	letter-spacing: 0.01em;
	color: #fff;
	margin-top: 1rem;
}

.tmp__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.tmp__items {
	display: flex;
	justify-content: space-between;
	width: 100rem;
	margin: 7.5rem auto 0;
}

.tmp__item {
	width: 23.6rem;
}

.tmp__item img {
	border-radius: 2.3rem;
	box-shadow: 0 0.3rem 1rem rgba(0, 50, 105, 0.5);
}

.tmp__item img:nth-of-type(n + 2) {
	margin-top: 2.7rem;
}


/* avatar
/* ----------------------------------------------- */

.avatar {
	padding: 10rem 0 12rem;
	overflow: hidden;
	position: relative;
}

.avatar__txt01 {
	font-size: 2.6rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 2rem;
	color: #fff;
}

.avatar__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.avatar__items {
	display: flex;
	justify-content: space-between;
	width: 100rem;
	margin: 4rem auto 0;
}

.avatar__item {
	width: 23.8rem;
}

.avatar__item img {
	border-radius: 2rem;
	/*box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);*/
}

.avatar__item img:nth-of-type(n + 2) {
	margin-top: 1.8rem;
}

/* scene-list
/* ----------------------------------------------- */

.scene-list {
	padding: 10rem 0;
	overflow: hidden;
	position: relative;
}

.scene-list__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.scene-list .inner {
	max-width: 128rem;
}

.scene-list__txt01 {
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	margin-top: 5rem;
	position: relative;
	color: #0D216B;
	font-weight: bold;
}

/*

.scene-list__txt01::before,
.scene-list__txt01::after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 57.5rem;
	height: 0.2rem;
	background-color: #ffffff;
}

*/

.scene-list__txt01::before {
	left: 0;
}

.scene-list__txt01::after {
	right: 0;
}

.scene-list__txt01._jenre::before,
.scene-list__txt01._jenre::after,
.scene-list__txt01._use::before,
.scene-list__txt01._use::after {
	width: 55rem;
}

.scene-list__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3rem;
}

.scene-list__items._jenre,
.scene-list__items._use {
	gap: 2.6rem;
}

.scene-list__item {
	width: 30rem;
	border-radius: 2.8rem;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 3px 23px 0px rgba(178, 205, 226, 0.52);
}

.scene-list__item img {
	width: 100%;
	height: 16.5rem;
	object-fit: cover;
}

.scene-list__item._jenre,
.scene-list__item._use {
	width: 23.4rem;
	border-radius: 2.4rem;
	box-shadow: 0px 3px 23px 0px rgba(178, 205, 226, 0.52);
}

.scene-list__item._jenre img {
	height: 14.4rem;
}

.scene-list__item._use img {
	height: 13.6rem;
}

.scene-list__item-box {
	padding: 1rem 2.3rem 1.5rem;
}

._jenre .scene-list__item-box {
	padding: 0.8rem 1.5rem 1.5rem;
}

._use .scene-list__item-box {
	padding: 0.7rem 1.5rem 0.6rem;
}

.scene-list__item-ttl {
	font-size: 1.8rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

._jenre .scene-list__item-ttl,
._use .scene-list__item-ttl {
	letter-spacing: 0.03em;
}

.scene-list__item-txt {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 1rem;
}

._jenre .scene-list__item-txt {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}

._use .scene-list__item-ttl {
	letter-spacing: 0.03em;
}

.scene__cv {
	display: flex;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	align-items: center;
	justify-content: center;
	width: 34.8rem;
	height: 8rem;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: #ffffff;
	border-radius: 4rem;
	background: var(--blue, linear-gradient(90deg, #1781FF 0%, #02CADC 100%));
	margin: 6rem auto 0;
	position: relative;
}

/* FAQ
/* ----------------------------------------------- */

.faq-list {
	padding: 10rem 0 38rem;
	overflow: hidden;
	position: relative;
}
.faq-list .inner {
    max-width: 128rem;
}
.faq-list__item {
	width: 100%;
	border-radius: 2.8rem;
	overflow: hidden;
	background-color: #fff;
	margin-top: 5rem;
	padding: 4rem 4.5rem;
	box-shadow: 0px 3px 23px 0px rgba(178, 205, 226, 0.52);
}
.faq-list__item ul li {
	list-style: none;
}
.faq-list__item ul li {
	padding-bottom: 2.0rem;
}
.faq-list__item ul li:last-child {
	padding-bottom: 0;
}
.faq-list__item ul li + li {
	border-top: 2px solid #E1F0FE;
	padding-top: 4.5rem;
}
.faq-list__item h3 {
	display: flex;
	align-items: center;
}
.faq-list__item-ttl {
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 140%;
	letter-spacing: 1.44px;
}
.faq-list__item-q {
	font-family: "Lexend", sans-serif;
	font-weight: 800;
	background: var(--AvaMo, linear-gradient(90deg, #806DFF 0%, #FF08AD 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline;
	font-size: 4.0rem;
	padding-right: 2rem;
}
.faq__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	font-family: "Noto Sans JP", sans-serif;
	padding-left: 5.6rem;
	padding-bottom: 2.5rem;
}
.faq__txt span {
	font-weight: 500;
	padding: 1rem 0 0.5rem;
	display: block;
}

/* reco
/* ----------------------------------------------- */

.reco {
	padding: 11rem 0 38rem;
	position: relative;
}

.reco__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.reco .inner {
	max-width: 128rem;
}

.reco__items {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.reco__item {
	width: 30rem;
	border-radius: 2.8rem;
	background-color: #fff;
	overflow: hidden;
}

.reco__item img {
	height: 16.6rem;
	object-fit: cover;
}

.reco__txt {
	font-size: 1.8rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	padding: 1rem 0;
}

.reco__txt span {
	color: #277393;
}

/* contact
/* ----------------------------------------------- */

.contact {
	border-radius: 24rem 0 0 0;
	padding: 10rem 0 12rem;
	margin-top: -26rem;
	overflow: hidden;
	position: relative;
}

.contact__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.contact__item {
	background-color: #fff;
	border-radius: 2.8rem;
	padding: 8rem 4rem 6.5rem;
}

.contact__flex {
	display: flex;
	align-items: center;
}

.contact__link {
	text-align: center;
	margin-left: 8rem;
}

.contact__txt01 {
	font-size: 2.2rem;
}

.cv-btn--contact {
	width: 36rem;
	height: 8.5rem;
	font-size: 2.4rem;
	/* font-family: "Noto Sans JP", sans-serif; */
	box-shadow: 0 0.3rem 1.9rem rgba(154, 173, 191, 0.52);
	margin: 3rem auto 0;
}

.cv-btn--contact::after {
	right: 3.6rem;
	width: 2.1rem;
	height: 1.5rem;
}

.contact__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 2.8rem;
	padding: 2.5rem 4.2rem;
	overflow: hidden;
	margin-top: 4.3rem;
	position: relative;
	z-index: 1;
	background: #0D216B;
  color: #ffffff;
}

.contact__bg2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.contact__txt02 {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.87;
}

.contact__info-pic {
	flex-shrink: 0;
	width: 19.7rem;
	margin-left: 3.5rem;
}

/* modal
/* ----------------------------------------------- */

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.is-show {
	opacity: 1;
	visibility: visible;
}

.modal__area {
	width: 100rem;
	height: 49.9rem;
	margin: 0 auto;
	overflow: auto;
}

.modal__wrap {
	background-color: #fff;
	border-radius: 3rem;
	overflow: hidden;
	box-shadow: 0 0.3rem 1.2rem rgba(43, 67, 83, 0.74);
	position: relative;
}

.modal__close {
	position: absolute;
	top: 3rem;
	right: 3rem;
	width: 2rem;
	cursor: pointer;
	z-index: 2;
}

.modal__items {
	display: flex;
}

.modal__item {
	width: 50%;
	text-align: center;
	padding: 6rem 0 7.5rem;
	position: relative;
	z-index: 1;
}

.modal__bg {
  	background-color: #E1F0FE;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.modal__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal__ttl {
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.modal__cat {
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	border-radius: 1.2rem;
	background-color: #edf2f7;
	padding: 1rem 4rem;
	margin-top: 2.5rem;
}

.cv-btn--modal,
.cv-btn2--modal {
	width: 32rem;
	height: 7.2rem;
	font-size: 2.1rem;
	margin: 2.4rem auto 0;
}

.cv-btn--modal::after,
.cv-btn2--modal::after {
	right: 2.5rem;
	width: 2.1rem;
	height: 1.5rem;
}

.modal__txt {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

.modal__txt:nth-of-type(n + 2) {
	margin-top: 1.5rem;
}

.modal__txt img {
	flex-shrink: 0;
	width: 1.1rem;
	height: 0.7rem;
	margin-right: 0.9rem;
}

.modal__desc-wrap {
	display: flex;
	justify-content: center;
	margin-top: 2.6rem;
}

/* footer
/* ----------------------------------------------- */

.footer {
	padding: 12rem 0 10rem;
	background-color: #010B1B;
}

.footer__item {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
}

.footer__item:nth-of-type(n + 2) {
	margin-top: 2.5rem;
}

.footer__item-ttl {
	flex-shrink: 0;
	width: 19rem;
}

.footer__item-txt a {
	color: #fff;
}

.footer__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 120rem;
	border-top: 0.1rem solid #0D216B;
	padding-top: 4rem;
	margin: 12rem auto 0;
}

.footer__nav-link {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0 3rem;
	position: relative;
}

.footer__nav-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: -3rem;
	width: 0.1rem;
	height: 100%;
	background-color: #0D216B;
}

.footer__nav-link:last-of-type::after {
	content: "";
	position: absolute;
	top: 0;
	right: -3rem;
	width: 0.1rem;
	height: 100%;
	background-color: #0D216B;
}

.footer__copy {
	font-size: 1.2rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-top: 5rem;
}

/* thanks
/* ----------------------------------------------- */

.thanks {
	padding: 5.8rem 0 5.5rem;
	overflow: hidden;
	position: relative;
}

.thanks__bg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.thanks__item {
	padding: 9rem 19.5rem 9rem;
	border-radius: 2.8rem;
	overflow: hidden;
	position: relative;
}

.thanks__bg2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.thanks__ttl {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
	line-height: 2;
}

.thanks__txt {
	font-size: 1.7rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.04em;
	margin-top: 3rem;
}

.cv-btn--thanks {
	width: 30rem;
	height: 7rem;
	font-size: 1.8rem;
	margin: 5rem auto 0;
}

/* form
/* ----------------------------------------------- */

.ai-videogeneration-form,
.ai-videogeneration-form2 {
	padding: 10rem 0 15rem;
	font-size: 1.6rem;
	line-height: 1.6;
}

.ai-videogeneration-form.inner,
.ai-videogeneration-form2.inner {
	max-width: 124rem;
}

.ai-videogeneration-form .ttl_container,
.ai-videogeneration-form2 .ttl_container {
  
  border-bottom: 0.1rem solid #707070;
	padding-bottom: 0.8rem;
	margin-bottom: 8rem;
}

.ai-videogeneration-form h1,
.ai-videogeneration-form2 h1 {
	font-size: 3.6rem;
	display: block;
	color: #000000;
	padding-bottom: 0.8rem;
	font-weight: bold;
	line-height: 1.2;
}

.ai-videogeneration-form .text-danger,
.ai-videogeneration-form2 .text-danger {
	color: #d32f2f;
	margin-left: 1rem;
}

.ai-videogeneration-form .form-field,
.ai-videogeneration-form2 .form-field {
	display: flex;
	padding: 2.5rem 4rem;
	margin: 0;
}

.ai-videogeneration-form .form-field:nth-child(odd),
.ai-videogeneration-form2 .form-field:nth-child(odd) {
	background-color: #f7f9fa;
}

.ai-videogeneration-form .form-field:nth-child(7),
.ai-videogeneration-form2 .form-field:nth-child(9) {
	background-color: transparent;
}

.ai-videogeneration-form .form-field .col-sm-12,
.ai-videogeneration-form2 .form-field .col-sm-12 {
	padding: 0;
	width: 100%;
}

.ai-videogeneration-form .form-field .form-group .form-group {
	display: flex;
	align-items: center;
}
.ai-videogeneration-form2 .form-field .form-group .form-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ai-videogeneration-form .form-field .form-group > label,
.ai-videogeneration-form2 .form-field .form-group > label {
	flex-shrink: 0;
	width: 26%;
	display: block;
}

.ai-videogeneration-form .form-field .form-group .form-group div,
.ai-videogeneration-form2 .form-field .form-group .form-group div {
	width: 100%;
}

.ai-videogeneration-form select,
.ai-videogeneration-form2 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ai-videogeneration-form input[type=text],
.ai-videogeneration-form input[type=email],
.ai-videogeneration-form select,
.ai-videogeneration-form textarea {
	background-color: #fff;
	border: 0.1rem solid #ccc;
	display: block;
	width: 100%;
	padding: 1rem;
	font-size: 1.5rem;
	height: auto;
	color: #000;
}

.ai-videogeneration-form2 input[type=text],
.ai-videogeneration-form2 input[type=email],
.ai-videogeneration-form2 select,
.ai-videogeneration-form2 textarea {
	background-color: #fff;
	border: 0.1rem solid #ccc;
	display: block;
	width: 100%;
	padding: 1rem;
	font-size: 1.5rem;
	height: auto;
	color: #000;
}

.ai-videogeneration-form textarea,
.ai-videogeneration-form2 textarea {
	height: 11rem;
}

.ai-videogeneration-form .form-field:nth-child(7) .form-group .form-group,
.ai-videogeneration-form2 .form-field:nth-child(9) .form-group .form-group {
	flex-direction: column;
}
.ai-videogeneration-form2 .form-group > * {
   flex: 1 1 50%;
}
.ai-videogeneration-form2 .form-field:nth-child(1) .help-block,
.ai-videogeneration-form2 .form-field:nth-child(2) .help-block,
.ai-videogeneration-form2 .form-field:nth-child(3) .help-block,
.ai-videogeneration-form2 .form-field:nth-child(4) .help-block,
.ai-videogeneration-form2 .form-field:nth-child(6) .help-block,
.ai-videogeneration-form2 .form-field:nth-child(8) .help-block {
   margin-left: 50%;
   color: #b4b6b5;
   font-size: 1.4rem;
}

.ai-videogeneration-form .form-field:nth-child(7) .form-group .form-group.form_checkbox,
.ai-videogeneration-form2 .form-field:nth-child(9) .form-group .form-group.form_checkbox {
	max-width: 80rem;
	margin: 0 auto;
}

.ai-videogeneration-form .form-field:nth-child(7) .form-group .form-group.form_checkbox div,
.ai-videogeneration-form2 .form-field:nth-child(9) .form-group .form-group.form_checkbox div {
	margin-top: 2rem;
}

.ai-videogeneration-form .form-field:nth-child(7) .form-group .form-group.form_checkbox label,
.ai-videogeneration-form2 .form-field:nth-child(9) .form-group .form-group.form_checkbox label {
	width: 100%;
	text-align: center;
}

.ai-videogeneration-form .form-field input[type=checkbox] {
	width: 2rem;
	height: 2rem;
	background-color: #ffffff;
	border: 0.1rem solid #707070;
	margin: -0.2rem 0.8rem 0 0;
}
.ai-videogeneration-form2 .form-field input[type=checkbox] {
	width: 2rem;
	height: 2rem;
	background-color: #ffffff;
	border: 0.1rem solid #707070;
	margin: -0.2rem 0.8rem 0 0;
}

.ai-videogeneration-form .form_checkbox .help-block,
.ai-videogeneration-form2 .form_checkbox .help-block {
	margin-top: 1rem;
}

.ai-videogeneration-form .g-recaptcha,
.ai-videogeneration-form2 .g-recaptcha {
	display: flex;
	justify-content: center;
}

.ai-videogeneration-form input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	border-radius: 0;
}
.ai-videogeneration-form2 input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	border-radius: 0;
}

.ai-videogeneration-form input[type=submit].btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34.5rem;
	height: 8rem;
	font-size: 2.2rem;
	color: #fff;
	background: linear-gradient(105deg, #aee7e0, #73dcdf 18%, #1660b9 43%, #1a67c5 100%);
	border-radius: 4rem;
	position: relative;
	margin: 5rem auto 0;
	transition: all 0.3s;
}
.ai-videogeneration-form2 input[type=submit].btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34.5rem;
	height: 8rem;
	font-size: 2.2rem;
	color: #fff;
	background: linear-gradient(105deg, #aee7e0, #73dcdf 18%, #1660b9 43%, #1a67c5 100%);
	border-radius: 4rem;
	position: relative;
	margin: 5rem auto 0;
	transition: all 0.3s;
}
.ai-videogeneration-form2 input[type=radio] {
	margin: -2px 3px 0px 5px;
}
.ai-videogeneration-form2 .radio-inline {
	margin-right: 3.2rem;
}

/*繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ*/
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #00070D;
    border-right: 3px solid #00070D;
    content: '';
    transition: transform .3s;
	margin: 0.5rem 0.4rem 0 0;
}

.faq-list__item .accordion summary::after {
	display: none;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
	margin-top: 1.5rem;
}

@media screen and (min-width: 1080px) {

.hover {
	transition: all 0.3s;
}

.hover:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.about__tab:hover::before {
	opacity: 1;
	transition: opacity 0.3s;
}

.ai-videogeneration-form input[type=submit].btn:hover,
.ai-videogeneration-form2 input[type=submit].btn:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

}

@media screen and (max-width: 1380px) {

html,
body {
	font-size: 0.7246376812vw;
}

}

@media screen and (max-width: 1079px) {

.pc {
	display: none;
}

.tb {
	display: block;
}

}

@media screen and (min-width: 768px) {
.features__pc {
	display:  block;
}

}

@media screen and (max-width: 767px) {

html,
body {
	font-size: 2.6666666667vw;
}

.inner {
	padding: 0 2rem;
}

.tb {
	display: none;
}

.sp {
	display: block;
}

.header__list {
	display: none;
}
.features__pc {
	display: none;
}

.cv-btn {
	width: 15.8rem;
	height: 3.8rem;
	font-size: 1.4rem;
}

.cv-btn::after {
	right: 1.2rem;
	width: 1.2rem;
	height: 0.9rem;
}

.ttl-wrap._left-sp {
	text-align: left;
}

.ttl-wrap._center-sp {
	text-align: center;
}

.sub-ttl {
	font-size: 1.5rem;
}

.sub-ttl02 {
	font-size: 1.8rem;
	margin: 1.5rem 0 0.8rem;
}

.ttl {
	font-size: 3.2rem;
	line-height: 1.3;
}

.ttl._plan {
	font-size: 3rem;
	line-height: 1.5;
}

.slick-dots {
	bottom: -5.7rem !important;
}

.slick-dots li {
	width: auto !important;
	height: auto !important;
	margin: 0 0.7rem !important;
}

.slick-dots li button {
	width: 1rem !important;
	height: 1rem !important;
	padding: 0 !important;
}

.slick-dots li button:before {
	width: 1rem !important;
	height: 1rem !important;
	color: transparent !important;
	border-radius: 50% !important;
	background-color: #003d6f !important;
	opacity: 0.25 !important;
}

.slick-dots li.slick-active button:before {
	color: transparent !important;
	opacity: 1 !important;
}

.slick-arrow {
	width: 4.3rem !important;
	height: 4.3rem !important;
	top: auto !important;
	bottom: -9.5rem !important;
	z-index: 1 !important;
	background-color: #fff !important;
	border-radius: 50% !important;
}

.slick-prev {
	left: 5rem !important;
}

.slick-next {
	right: 5rem !important;
}

.slick-prev::before,
.slick-next::before {
	content: "" !important;
	width: 1.9rem !important;
	height: 1.4rem !important;
	opacity: 1 !important;
	display: inline-block !important;
}

.slick-prev::before {
	background: url(https://cdn.clipkit.co/tenants/724/resources/assets/000/004/180/original/arrow_black_left.png?1744700281) no-repeat center/contain !important;
}

.slick-next::before {
	background: url(https://cdn.clipkit.co/tenants/724/resources/assets/000/004/181/original/arrow_black_right.png?1744700281) no-repeat center/contain !important;
}

.header {
	padding: 1.6rem 0;
}

.header__wrap {
	justify-content: center;
}

.header__logo {
	width: 10.6rem;
}

.header__cv {
	position: fixed;
	bottom: 0;
	left: 0;
	justify-content: center;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 1.7rem 0;
	z-index: 99;
	display: none;
}

.header__now {
	margin-left: 1.2rem;
}

.fv {
	padding: 3rem 0 5rem;
}

.fv__inner {
	padding: 2.5rem 1.7rem;
}

.fv__ttl {
	font-size: 3.4rem;
	line-height: 1.42;
	letter-spacing: 0;
}

.fv__ttl ._flex {
	display: inline;
}

.fv__ttl img {
	margin: 3rem auto 0;
	width: 96%;
}

.fv__info {
	display: block;
	margin-top: 2.4rem;
}

.fv__info2 {
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}

.fv__info2 picture {
	max-width: 30.5rem;
}

.fv__info2 picture img {
	max-width: 30.5rem;
	margin: auto;
  	display: block;
}

.fv__txt01 {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: left;
}

.fv__txt02 {
	text-align: left;
}

.fv__cv {
	width: 20rem;
	height: 5rem;
	font-size: 1.5rem;
	margin: 3rem auto 0;
}

.fv__cv::after {
	right: 1.5rem;
	width: 1.3rem;
	height: 0.9rem;
}

.fv__video {
	width: 100%;
	height: 20.1rem;
	border-radius: 1.5rem;
	margin: 2rem auto 0;
}

.fv__video video {
	width: 100%;
	height: 100%;
}

.scene {
	padding: 5rem 0 24rem;
}

.scene__ttl {
	font-size: 3.2rem;
	line-height: 1.4;
	text-align: center;
}

.scene__items {
	display: block;
	margin-top: 3rem;
}

.scene__item {
	width: 100%;
	border-radius: 2rem;
}

.scene__txt01 {
	font-size: 1.7rem;
}

.scene__txt02 {
	font-size: 1.5rem;
	padding: 0 2rem;
	margin-top: 0.8rem;
}

.about {
	margin-top: -12rem;
	padding: 8rem 0 23rem;
	border-radius: 11rem 0 0 0;
}

.about__area {
	display: flex;
	flex-direction: column-reverse;
}

.about__tabs {
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 2.5rem;
}

.about__tab {
	width: 100%;
	border-radius: 2rem;
	padding: 1.7rem 2rem 1.5rem;
	box-shadow: 0 0.2rem 0.8rem rgba(0, 50, 105, 0.5);
}

.about__tab:nth-of-type(n + 2) {
	margin-top: 1.4rem;
}

.about__txt01 {
	font-size: 1.8rem;
}

.about__txt01 ._num {
	margin-right: 0.8rem;
}

.about__txt02 {
	font-size: 1.5rem;
	line-height: 1.8;
}

.about__movie {
	margin-top: 3rem;
	border-radius: 2rem;
}

.generation {
	margin-top: 5rem;
	border-radius: 0;
	padding: 3rem 0 7rem;
}

.generation__area02 {
	padding: 30px 16px 12px 16px;
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}


.generation__area {
	border-radius: 2.6rem;
	background: #FAFBFF;
	padding: 12rem 1.5rem 4.5rem; 
	margin-top: 3rem;
}



.generation__area02 h2 {
	font-size: 24px;
	line-height: 32px; /* 133.333% */
}

.generation__area02 p.generation__txt {
	font-size: 16px;
	padding: 0;
}

.generation__area02 .generation__sample-wrap {
  	gap:0px;
}

.generation__area02 .video_wrap {
    width: 30rem;
    height: 17rem;
    margin: 0;
}

.generation__area02 .generation__sample-wrap div+p {

    font-size: 20px;

}

.generation__txt01 {
	width: 30.5rem;
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: center;
	border-radius: 0 0 2.6rem 0;
	padding: 1.5rem 0;
}

.generation__step1 {
	flex-direction: column;
	justify-content: flex-start;
}

.generation__tmp-wrap {
	width: 100%;
}

.generation__txt02 {
	font-size: 1.6rem;
}

.generation__tmp-items {
	justify-content: space-between;
	gap: 1.3rem;
	margin-top: 1.5rem;
}

.generation__tmp-item {
	width: 9.2rem;
}

.generation__tmp-item img {
	border-radius: 1.4rem;
}

.generation__movie {
	width: 100%;
	margin-top: 2rem;
}

.generation__movie img {
	border-radius: 1.4rem;
}

textarea.generation__textarea {
	height: 12rem;
	font-size: 1.3rem;
	line-height: 1.55;
	padding: 1rem 1.2rem;
	border-radius: 1rem;
}

textarea.generation__textarea::placeholder {
	font-size: 1.3rem;
}

.generation__cv {
	width: 100%;
	height: 6.2rem;
	font-size: 1.4rem;
	margin: 2.7rem auto 0;
}

.generation__cv img {
	right: 2.1rem;
	width: 1.3rem;
	height: 0.9rem;
}

.plan {
	padding: 5rem 0 25rem;
}

.plan_txt01 {
	font-size: 1.7rem;
}

.plan__items {
	flex-direction: column;
	margin-top: 4rem;
}

.plan__item {
	width: 100%;
	padding: 3rem 2.5rem;
}

.plan__item:nth-of-type(n + 2) {
	margin-top: 2rem;
}

.plan__item.plan__item--enterprise {
	margin-top: 5rem;
}

.plan__head {
	font-size: 1.4rem;
	padding: 1.3rem 0;
}

.plan__head img {
	width: 1.8rem;
}

.plan__txt02 {
	text-align: center;
}

.plan__txt03 {
	font-size: 1.4rem;
}

.plan__item--enterprise .plan__txt03 {
	letter-spacing: 0.06em;
}

.plan__month {
	margin-bottom: 2rem;
}

.plan__month > div {
    margin-top: 1rem;
}

.plan__year {
	margin: 1.6rem 0 2rem;
}

.plan__wrap {
	height: auto;
}

.plan__item--free .plan__year,
.plan__item--enterprise .plan__year {
	display: none;
}

.cv-btn--plan {
	width: 20rem;
	height: 5rem;
	margin: 0 auto;
	font-size: 17px;
}

.plan__coming-soon {
	width: 20rem;
	height: 5rem;
	margin: 0 auto;
}

.comparison {
	width: 100%;
	margin: 10rem auto 0;
	padding-left: 1rem;
}

.comparison__ttl {
	font-size: 3.2rem;
	text-align: center;
}

.comparison__txt {
	font-size: 1.7rem;
	line-height: 1.6;
	margin-top: 2.5rem;
	letter-spacing: 0;
}

.comparison__table-wrap {
	width: 100%;
	border-radius: 1.3rem;
}

.comparison__table-spwrap {
	border-radius: 1.3rem;
	overflow: hidden;
}

.comparison__table-wrap::before {
	height: 40rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
}

.comparison__hint {
	position: absolute;
	top: 23rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10;
	pointer-events: none;
}

.comparison__open {
	bottom: 2rem;
	z-index: 4;
	font-size: 1.4rem;
}

.comparison__open img {
	width: 1rem;
	margin-left: 1rem;
}

.comparison__table ._head {
	width: 12rem;
}

.comparison__table ._free,
.comparison__table ._starter,
.comparison__table ._pro {
	width: 9rem;
}

.comparison__table ._enterprise {
	width: 20rem;
}

.comparison__table ._ttl {
	font-size: 1.1rem;
	padding: 2rem 0 1rem;
}

.comparison__table ._header {
	font-size: 1.1rem;
}

.comparison__table ._absolute {
	top: 3.3rem;
	font-size: 0.9rem;
}

.comparison__scroll {
	overflow-x: auto;
	width: 36.5rem;
}

.comparison__scroll-area {
	width: 47.5rem;
}

.comparison__table-item > div {
	font-size: 0.9rem;
	height: 4rem;
	padding: 1rem 0.5rem;
}

.comparison__table-item > div:last-of-type {
	height: 7rem;
}

.comparison__table-item:nth-of-type(1) div {
	padding-left: 1.2rem;
}

.comparison__table-item._head {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background-color: #fff;
	z-index: 2;
}

.comparison__table-item._free {
	margin-left: 11.8rem;
}

.cv-btn--comparison {
	width: 10rem;
	font-size: 17px;

}

.plan__item--free .cv-btn--comparison,
.plan__item--starter .cv-btn--comparison,
.plan__item--pro .cv-btn--comparison {
	width: 20rem;
	height: 5rem;
}

.cv-btn--comparison::after {
	content: none;
}

.comparison__coming-soon {
	width: 7rem;
	font-size: 17px;

}

/*------------------------------------讖溯�荳隕ｧ謾ｹ險ら沿------------------------------*/

.pricing-table {
  background-color: #fff;
}

th.pricing-table__cell {
  padding: 1.6rem 0;
  font-size: 16px;
}

th.pricing-table__cell--head_black {
  padding: 16px 0px 16px 16px;
  text-align: left;
}

td.pricing-table__cell {
  font-size: 14px;
  line-height: 16px;
  padding: 1.8rem 0;
}

td.pricing-table__cell .cv-btn--comparison {
  width: 10rem;
  height: 44px;
  font-size: 14px;
}

td.pricing-table__cell.ep .cv-btn--comparison {
  width: 10rem;
}

td.pricing-table__fee , td.pricing-table__cell--title , td.pricing-table__section-title div.icon--flex {
  padding-left: 16px;
}

td.pricing-table__section-title {
  font-size: 14px;
  padding: 0.5rem 0;
}

td.pr-16 ,th.pr-16 {
  padding-right: 8px; 
}

br.sp_only {
  display:block;
}




/*------------------------------------讖溯�荳隕ｧ謾ｹ險ら沿縺薙％縺ｾ縺ｧ------------------------------------*/

.features {
	border-radius: 0;
	padding: 5rem 0 8rem;
	margin-top: -19rem;
}

.features__items {
  	margin-top: 1rem;
}

.features__item {
	flex-direction: column;
	border-radius: 2.6rem;
}

.features__item:nth-of-type(n + 2) {
  	margin-top: 2.5rem;
}

.features__item:nth-of-type(even) {
  	flex-direction: column;
}

.features__info {
	padding: 2.7rem 2.3rem 2rem;
	height: 33rem;
}

.features__ttl-wrap {
	gap: 2rem;
	align-items: flex-start;
}

.features__item:nth-of-type(even) .features__ttl-wrap {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.features__step-wrap {
	margin-right: 0;
	transform: translateY(0.3rem);
}

.features__sub-ttl {
  	font-size: 0.9rem;
}

.features__step {
  	width: 4.9rem;
}

.features__step._sml {
  	width: 4.5rem;
}

.features__ttl {
	font-size: 2rem;
	line-height: 1.6;
}

.features__ttl ._none {
	font-size: 1rem;
	transform: translateY(-1.3rem);
}

.features__txt {
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

.features__note {
	font-size: 1.2rem;
	margin-top: 1rem;
}

.features__item-pic {
	width: 100%;
	height: 24.4rem;
	object-fit: cover;
}

.features__data {
	border-radius: 2.6rem;
	padding: 2.5rem 2rem 3.5rem;
	margin-top: 5.5rem;
}

.features__data-ttl {
  	font-size: 1.8rem;
}

.features__data-ttl span {
  	padding-right: 1rem;
}

.features__data-item {
  	display: block;
}

.features__data-txt {
  	font-size: 1.5rem;
  	margin-right: 0;
}

.features__data-pic {
  	display: block;
  	margin: 1.5rem auto 0;
}

.features__data-ttl::before {
 	content: none;
}

.tmp {
  	padding: 5rem 0 0;
}

.tmp__txt01 {
	font-size: 1.7rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.tmp__items {
	width: 100%;
	margin: 3rem auto 0;
}

.tmp__item {
	margin: 0 1rem;
}

.tmp__item img {
	border-radius: 2rem;
}

.tmp__item img:nth-of-type(n + 2) {
	margin-top: 2rem;
}

.tmp-slider .slick-prev {
	left: 10rem !important;
}

.tmp-slider .slick-next {
	right: 10rem !important;
}

.avatar {
	padding: 16rem 0 13rem;
}

.avatar__txt01 {
	font-size: 1.7rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.avatar__items {
	width: 100%;
	margin: 3rem auto 0;
}

.avatar__item {
	margin: 0 1rem;
}

.avatar-slider .slick-prev {
	left: 10rem !important;
}

.avatar-slider .slick-next {
	right: 10rem !important;
}

.scene-list {
	padding: 6rem 0;
}

.scene-list__txt01 {
	font-size: 2.2rem;
	margin-top: 2rem;
}

.scene-list__txt01::before,
.scene-list__txt01::after {
	width: 12.9rem;
}

.scene-list__txt01._jenre {
	margin-top: 4rem;
}

.scene-list__txt01._jenre._jenre::before {
	width: 10.5rem;
}

.scene-list__items {
	margin-top: 2rem;
	gap: 2.5rem;
}

.scene-list__items._jenre,
.scene-list__items._use {
	gap: 1.5rem;
}

.scene-list__item {
	width: 100%;
}

.scene-list__item img {
	height: 18.5rem;
}

.scene-list__item._jenre,
.scene-list__item._use {
	width: 16rem;
}

.scene-list__item._jenre img {
	height: 6.8rem;
}

.scene-list__item._use img {
	height: 9.3rem;
}

.scene-list__item-box {
	padding: 1rem 2.3rem 2rem;
}

._jenre .scene-list__item-box {
	padding: 0.5rem 1rem 2rem;
}

._use .scene-list__item-box {
	padding: 0.7rem 1.0rem;
}

.scene-list__item-ttl {
	font-size: 1.7rem;
}

._jenre .scene-list__item-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	height: 5.5rem;
}

._use .scene-list__item-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	height: 2.7rem;
	line-height: 1.2;
}

.scene-list__item-txt {
	font-size: 1.5rem;
}

._jenre .scene-list__item-txt {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 0;
}
.scene__cv {
	width: 20rem;
	height: 5rem;
	font-size: 1.5rem;
	margin: 3rem auto 0;
}

.scene__cv::after {
	right: 1.5rem;
	width: 1.3rem;
	height: 0.9rem;
}

.faq-list {
	padding: 6rem 0 19.5rem;
}

.faq-list__item {
	border-radius: 2.6rem;
	margin-top: 3rem;
	padding: 2.5rem 2rem;
}

.faq-list__item ul li + li {
    padding-top: 2rem;
}

.faq-list__item-ttl {
	font-size: 1.8rem;
}
.faq-list__item-q {
	font-size: 3.0rem;
	padding-right: 2rem;
}
.faq__txt {
	font-size: 1.5rem;
	padding-left: 0;
	padding-bottom: 0;
}

.reco {
	padding: 5rem 0 27rem;
}

.reco__items {
	margin-top: 3rem;
}

.reco-slider .slick-dots li.slick-active button:before {
	background-color: #fff !important;
}

.reco-slider .slick-dots li button:before {
	background-color: #fff !important;
}

.reco__item {
	width: 100%;
}

.reco__item img {
	height: 18.5rem;
}

.reco__txt {
	padding: 1.5rem 0;
}

.contact {
	border-radius: 11rem 0 0 0;
	padding: 6rem 0 8rem;
	margin-top: -13.5rem;
}

.contact__item {
	padding: 5rem 2rem 2.8rem;
}

.contact__flex {
	flex-direction: column;
	align-items: flex-start;
	padding: 0 0.7rem;
}

.contact__link {
	text-align: left;
	margin-left: 0;
}

.contact__txt01 {
	font-size: 1.8rem;
	line-height: 1.66;
	margin-top: 2rem;
}

.cv-btn--contact {
	width: 100%;
	height: 6.7rem;
	font-size: 1.7rem;
}

.cv-btn--contact::after {
	right: 2.9rem;
	width: 1.6rem;
	height: 1.2rem;
}

.contact__info {
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 2.5rem 2rem;
	margin-top: 2.5rem;
}

.contact__txt02 {
	font-size: 1.5rem;
}

.contact__info-pic {
	width: 11.2rem;
	margin-top: 1rem;
	margin-left: 0;
}

.modal__area {
	width: 33.5rem;
	height: 80svh;
	border-radius: 3rem;
}

.modal__wrap {
	background-color: #fff;
	height: 59.8rem;
	border-radius: 2.6rem;
}

.modal__close {
	top: 2.2rem;
	right: 2.2rem;
}

.modal__items {
	flex-direction: column;
}

.modal__item {
	width: 100%;
	padding: 6rem 1.5rem 2rem;
}

.modal__item.modal__item--company {
	padding: 3rem 1.5rem 4rem;
}

.modal__ttl {
	font-size: 2.2rem;
}

.modal__cat {
	font-size: 1.5rem;
	border-radius: 0.8rem;
	padding: 1rem 3.5rem;
	margin-top: 1rem;
}

.cv-btn--modal,
.cv-btn2--modal {
	width: 23rem;
	height: 5rem;
	font-size: 1.5rem;
	margin: 1.5rem auto 0;
}

.cv-btn--modal::after,
.cv-btn2--modal::after {
	right: 1.6rem;
	width: 1.3rem;
	height: 1rem;
}

.modal__txt {
	font-size: 1.3rem;
	line-height: 1.4;
}

.modal__txt:nth-of-type(n + 2) {
	margin-top: 1rem;
}

.modal__desc-wrap {
	padding: 0 1rem;
	margin-top: 2rem;
}

.footer {
	padding: 8rem 0 5rem;
	margin-top: -1px;
}

.footer__item {
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.9;
}

.footer__item:nth-of-type(n + 2) {
	margin-top: 2.7rem;
}

.footer__item-ttl {
	width: 100%;
}

.footer__nav {
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	max-width: 120rem;
	border-top: 0.1rem solid #0D216B;
	padding-top: 2.8rem;
	margin: 7rem 2rem 0;
}

.footer__nav-link {
	font-size: 1.5rem;
	margin: 0;
}

.footer__nav-link:nth-of-type(n + 2) {
	margin-top: 2.2rem;
}

.footer__nav-link::before {
	content: none;
}

.footer__nav-link:last-of-type::after {
	content: none;
}

.footer__copy {
	line-height: 1.66;
	padding-bottom: 74px;
}

.thanks {
	padding: 5rem 0;
}

.thanks__item {
	padding: 3rem 1.7rem;
	border-radius: 2;
}

.thanks__ttl {
	font-size: 1.78rem;
	line-height: 1.8;
	letter-spacing: -0.01em;
}

.thanks__txt {
	font-size: 1.4rem;
	margin-top: 2.5rem;
}

.cv-btn--thanks {
	width: 22rem;
	height: 5rem;
	font-size: 1.6rem;
	margin: 3rem auto 0;
}

.ai-videogeneration-form,
.ai-videogeneration-form2 {
	font-size: 1.5rem;
	padding: 5rem 0 7rem;
}

.ai-videogeneration-form h1 {
	font-size: 2.1rem;
	line-height: 1.4;
	margin: 0 2rem 4rem;
}
.ai-videogeneration-form2 h1 {
	font-size: 2.1rem;
	line-height: 1.4;
	margin: 1rem 2rem;
}
.ai-videogeneration-form2 .ttl_container {
  	margin-bottom: 2rem;
}

.ai-videogeneration-form2 .top_txt {
	margin: 0 2rem 0;
}

.ai-videogeneration-form .form-field,
.ai-videogeneration-form2 .form-field {
	padding: 2.5rem 2rem;
}

.ai-videogeneration-form .form-field:nth-child(7),
.ai-videogeneration-form2 .form-field:nth-child(9) {
	padding: 2rem 2rem 0;
}

.ai-videogeneration-form .form-field .form-group .form-group,
.ai-videogeneration-form2 .form-field .form-group .form-group {
	flex-direction: column;
	align-items: flex-start;
}

.ai-videogeneration-form .form-field .form-group > label,
.ai-videogeneration-form2 .form-field .form-group > label {
	width: 100%;
}

.ai-videogeneration-form input[type=text],
.ai-videogeneration-form input[type=email],
.ai-videogeneration-form select,
.ai-videogeneration-form textarea {
	height: 3.8rem;
	padding: 0 1rem;
	margin-top: 1.5rem;
}
.ai-videogeneration-form2 input[type=text],
.ai-videogeneration-form2 input[type=email],
.ai-videogeneration-form2 select,
.ai-videogeneration-form2 textarea {
	height: 3.8rem;
	padding: 0 1rem;
	margin-top: 1.5rem;
}

.ai-videogeneration-form .form-field:nth-child(7) .form-group .form-group.form_checkbox label,
.ai-videogeneration-form2 .form-field:nth-child(9) .form-group .form-group.form_checkbox label {
	text-align: left;
}

.ai-videogeneration-form input[type=submit].btn {
	width: 20rem;
	height: 5rem;
	font-size: 1.6rem;
	margin: 3rem auto 0;
}
.ai-videogeneration-form2 input[type=submit].btn {
	width: 20rem;
	height: 5rem;
	font-size: 1.6rem;
	margin: 3rem auto 0;
}
.ai-videogeneration-form2 .form-field:nth-child(1) .help-block,
.ai-videogeneration-form2 .form-field:nth-child(2) .help-block,
.ai-videogeneration-form2 .form-field:nth-child(3) .help-block,
.ai-videogeneration-form2 .form-field:nth-child(4) .help-block,
.ai-videogeneration-form2 .form-field:nth-child(6) .help-block,
.ai-videogeneration-form2 .form-field:nth-child(8) .help-block {
   margin-left: 0;
}
.ai-videogeneration-form2 .radio-inline {
	margin-right: 0;
	margin-bottom: 5px;
	display: block;
}
.ai-videogeneration-form2 .form-field:nth-child(7) textarea {
    height: 11.8rem;
}

/*------------------------------------250922霑ｽ蜉�------------------------------------*/

.scene-slider .slick-arrow {
	bottom: -8.5rem !important;
}

.scene-slider .slick-dots {
	bottom: -4.7rem !important;
}

.tab_comparison {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.8rem;
    max-width: 100%;
}

.tab_comparison > label {
    flex: 1 1;
    order: -1;
    opacity: 1;
    min-width: 7.5rem;
	height: 3.8rem;
    margin: 3rem auto 3.1rem;
    border-radius: 4rem;
	background-color: #E2E2E2;
	color: #888888;
    font-size: 13px;
	line-height: 3.8rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align: center;
    cursor: pointer;
}

.tab_comparison input {
    display: none;
}

.tab_comparison > div {
    display: none;
    width: 100%;
}

.tab_comparison label:has(:checked) {
    opacity: 1;
	background: var(--blue, linear-gradient(90deg, #1781FF 0%, #02CADC 100%));
	color: #fff;
}

.tab_comparison label:has(:checked) + div {
    display: block;
}

.swiper-slide {
	padding: 2rem;
}

.features-slider .slick-dots li.slick-active button:before {
	background-color: #003D6F !important;
}

.features-slider .slick-dots li button:before {
	background-color: rgba(0, 61, 111, 1 / 0.25) !important;
}

.features-slider .slick-dots li button:before {
	width: 1rem !important;
	height: 1rem !important;
	color: transparent !important;
	border-radius: 50% !important;
	background-color: #003d6f !important;
	opacity: 0.25 !important;
}

.features-slider .slick-dots li.slick-active button:before {
	color: transparent !important;
	opacity: 1 !important;
}

.features-slider .slick-arrow {
	width: 4.3rem !important;
	height: 4.3rem !important;
	top: auto !important;
	bottom: -8.5rem !important;
	z-index: 1 !important;
	background-color: #E7EFF5 !important;
	border-radius: 50% !important;
}

.features-slider .slick-dots {
	bottom: -4.7rem !important;
}
}

@keyframes hint {

0% {
	transform: translateX(-3rem);
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	transform: translateX(3rem);
	opacity: 0;
}

}

.price-balloon {
    position: absolute;
    top: -90px;
    right: -90px;
    z-index: 99;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: #ff08ad;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}
.price-balloon::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px #ff08ad solid;
    border-right: 20px transparent solid;
    border-left: 20px solid transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transform: rotate(45deg);
    z-index: -1;
}
.price-balloon span{
	position: relative;
}
.price-balloon span.text1 {
    font-size: 1.1em;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    display: block;
}
.price-balloon .big {
    font-size: 2em;
}
.price-balloon small {
    font-size: 10px;
    line-height: 1.2;
    display: block;
    margin-top: 5px;
}
.plan__txt05 small {
    font-size: .5em;
}
@media screen and (max-width: 767px) {
.price-balloon {
    font-size: 12px;
    width: 120px;
    height: 120px;
    top: -60px;
    right: -20px;
}
.sticky_area {
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 74px;
	z-index: 99999;
}
.sticky_bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sticky_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    max-width: 100%;
	position: relative;
    top: 12px;
}

}
.msmrkeio_bnr {
	max-width: 82rem;
	width: 100%;
	margin: 10rem auto 0;
}
.msmrkeio_bnr:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
.follow-banner {
	position: fixed;
	bottom: 48px;
	right: 48px;
	width: 300px;
	height: auto;
	z-index: 1000;
}
.follow-banner:hover {
	opacity: 0.9;
	transition: all 0.3s;
}
.close-btn {
	position: absolute;
	top: -24px;
	right: -24px;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(90deg, #EAE6FF 0%, #FFF1FA 100%);
	cursor: pointer;
}
.close-btn::before, .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #0E0B2A;
}
.close-btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.close-btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.msmrkeio_bnr {
		margin: 6rem auto 0;
		padding: 0 2rem;
	}
	.follow-banner {
		bottom: 74px;
		right: 0;
		padding: 0 8px 8px;
		width: 100%;
	}
	.close-btn {
		position: absolute;
		top: -25px;
		right: 8px;
	}
}

.pc-none {
	display: none;
}
.mt4 {
	margin: 4rem auto 0 !important;
}
@media screen and (max-width: 767px) {
	.pc-none {
		display: block;
	}
}