@charset "utf-8";

/* ------------------------------------------------
mv-section
------------------------------------------------ */
.mv-section {
	position: relative;
	background-image: url(../../agilemedia/img/solution/bg_mv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.mv-inner {
	position: relative;
	display: flex;
	max-width: 1024px;
	justify-content: space-around;
	align-items: center;
	padding: 100px 0 0;
	background-image: url(../../agilemedia/img/solution/txt_ambassador-program.png);
	background-repeat: no-repeat;
	background-position: right 10%;
	background-size: 20%;
}

.mv-inner .mv-heart {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.mv-inner .mv-heart span {
	position: absolute;
	top: 13%;
	left: 70%;
	width: 10%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv-inner .mv-heart span:after {
	display: block;
	position: absolute;
	z-index: 1;
	content: "";
	width: 60px;
	height: 60px;
	background-image: url(../../agilemedia/img/solution/icon_heart.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.mv-inner .mv-heart span:before {
	display: block;
	position: absolute;
	z-index: 0;
	content: "";
	height: 60px;
	width: 60px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.5);
	animation: heartsize-animation 5s infinite;
	left: 0;
	right: 0;
	margin: auto;
}

.mv-inner .mv-heart span:nth-child(2) {
	top: 40%;
	left: 92%;
}

.mv-inner .mv-heart span:nth-child(3) {
	top: 76%;
	left: 83%;
}

.mv-inner .mv-heart span:before {
	transform: scale(1.3);
}

.mv-section .mv-txt {
	position: relative;
	margin-left: 0;
	margin-right: auto;
}

.mv-section .mv-txt .lead {
	padding-top: 20px;
	font-size: 4.7rem;
}

.mv-section .mv-txt .lead br {
	display: none;
}

.mv-section .mv-txt .lead span {
	display: block;
	margin-bottom: 8px;
	line-height: 1.4;
	font-weight: 600;
}

.mv-section .mv-txt .lead>span:first-child {
	font-size: 2.4rem;
}

.mv-section .mv-txt .lead span span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-left: 10px;
}

.mv-section .mv-txt .lead span span:after {
	display: block;
	position: absolute;
	z-index: -1;
	content: "";
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	animation: copy-line-animation .2s ease-in-out .6s forwards;
}

.mv-section .mv-txt .lead span:nth-child(2) span:after {
	animation: copy-line-animation .2s ease-in-out 1s forwards;
}

.mv-section .mv-txt .lead span:nth-child(3) span:after {
	animation: copy-line-animation .2s ease-in-out 1.4s forwards;
}

.mv-section .mv-txt .lead span:first-child span:last-child {
	padding-left: 0;
	padding-right: 10px;
}

.mv-keyword {
	padding: 30px 0;
	margin-top: 34px;
	text-align: center;
	background: rgba(166, 0, 0, 0.8);
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 500;
}

.mv-keyword-inner {
	max-width: 1024px;
}

.mv-keyword ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 16px;
}

.mv-keyword ul li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 8px 16px;
	padding: 13px 6px;
	width: 260px;
	border: 2px solid #ffffff;
}

.mv-keyword ul li:last-child {
	width: 340px;
}

@media screen and (max-width:1024px) {
	.mv-section .mv-txt .lead {
		font-size: 4rem;
		letter-spacing: 0.1rem;
	}

	.mv-section .mv-txt .lead>span:first-child {
		font-size: 2.2rem;
	}
}

@media screen and (max-width:840px) {
	.mv-section .mv-txt .lead {
		font-size: 3.6rem;
	}

	.mv-section .mv-txt .lead>span:first-child {
		font-size: 2.0rem;
	}
}

@media screen and (max-width:768px) {
	.mv-section .mv-txt .lead {
		font-size: 4.7rem;
	}

	.mv-section .mv-txt .lead br {
		display: inline-block;
	}

	.mv-section .mv-txt .lead>span:first-child {
		font-size: 2.0rem;
	}

	.mv-section .mv-txt .lead span {
		margin-bottom: 0.8vw;
	}

	.mv-inner .mv-heart span::after {
		width: 42px;
		height: 42px;
	}

	.mv-inner .mv-heart span:before {
		width: 42px;
		height: 42px;
	}

	.mv-inner .mv-heart span:nth-child(1) {
		top: 0%;
		left: 55%;
	}

	.mv-inner .mv-heart span:nth-child(2) {
		top: 20%;
		left: 84%;
	}

	.mv-inner .mv-heart span:nth-child(3) {
		display: none;
	}
}

@media screen and (max-width:640px) {
	.mv-inner {
		width: 100% !important;
		padding: 8vw 5vw 0;
		margin-left: 0 !important;
	}

	.mv-section .mv-txt .lead>span:first-child {
		font-size: 1.8rem;
	}

	.mv-section .mv-txt .lead {
		font-size: 3.2rem;
	}

	.mv-keyword {
		font-size: 1.5rem;
	}

	.mv-keyword ul li {
		width: 100%;
		padding: 6px 6px;
		font-size: 1.4rem;
	}

	.mv-keyword ul li:last-child {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	.mv-section .mv-txt .lead span:first-child span:first-child {
		padding-right: 10px;
		margin-bottom: 1.6vw;
	}
}


/* ------------------------------------------------
about-section
 ------------------------------------------------ */
.about-section {
	padding-top: 64px;
}

.about-lead-sec {
	font-size: 2.4rem;
}

@media screen and (max-width:768px) {
	.about-lead-sec {
		font-size: 2.2rem;
	}
}

@media screen and (max-width:480px) {
	.about-lead-sec {
		font-size: 2.0rem;
	}
}

/* ------------------------------------------------
experience-section
 ------------------------------------------------ */
.experience-sec {
	padding-top: 34px;
}

/* ------------------------------------------------
plan-section
 ------------------------------------------------ */
.plan-section {
	padding: 40px 0;
}

.plan-sec {
	margin: auto;
	width: 90%;
	max-width: 1000px;
}

.plan-table {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.plan-sec dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 41%;
	background: #ffffff;
}

.plan-sec dl.plan-enterprise {
	width: 59%;
}

.plan-sec dl dt {
	width: 30%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border-bottom: 1px solid #aaaaaa;
}

.plan-sec dl dd {
	width: 70%;
	padding: 1.6rem 1rem;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.plan-sec dl dt:nth-child(1) {
	background: #f0e5e5;
}

.plan-sec dl dd:nth-child(2) {
	background: #f0e5e5;
}

.plan-sec dl dt:nth-last-child(2) {
	border-bottom: none;
}

.plan-sec dl dt.title-price {
	color: #8b8b8b;
}

.plan-sec dl dd:last-child {
	border-bottom: none;
}

.plan-sec dl dd.plan-lead {
	height: 15rem;
}

.plan-sec dl dd.plan-lead h3 {
	padding-top: 12px;
	font-size: 1.2rem;
	color: #b22425;
}

.plan-sec dl dd.plan-lead h3 span {
	display: block;
	letter-spacing: 0.1rem;
	font-size: 1.8rem;
	font-weight: 500;
}

.plan-sec dl dd.plan-lead p {
	padding-top: 0;
	padding-bottom: 8px;
	font-size: 1.2rem;
}

.plan-sec dl dd.plan-price {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
	letter-spacing: 0.1rem;
	font-size: 2.4rem;
	font-weight: 500;
}

.plan-sec dl.plan-select dt,
.plan-sec dl.plan-starter dt {
	display: none;
}

.plan-sec dl.plan-select dd,
.plan-sec dl.plan-starter dd {
	width: 100%;
}

.plan-sec .annotation {
	padding-top: 16px;
	font-size: 1.4rem;
	color: #5b5b5b;
}

@media screen and (max-width:1024px) {
	.plan-table {
		display: block;
	}

	.plan-sec dl {
		width: 100%;
		margin-top: 24px;
	}

	.plan-sec dl.plan-enterprise {
		width: 100%;
	}

	.plan-sec dl.plan-select dt,
	.plan-sec dl.plan-starter dt {
		display: inline-flex;
	}

	.plan-sec dl.plan-select dd,
	.plan-sec dl.plan-starter dd {
		width: 70%;
	}

	.plan-sec dl dd.plan-lead {
		height: auto;
	}

	.plan-sec dl dd br {
		display: none;
	}
}

/* ------------------------------------------------
seminar-section
 ------------------------------------------------ */
.seminar-section {
	padding: 40px 0;
}