@charset "UTF-8";
:root{
	/* color */
	--Emerald: #00AABE;
	--Emerald-10: #E5F6F8;
	--Emerald-50: #80D4DE;
	--Blue: #059BE1;
	--Blue-5: #F2FAFD;
	--Blue-10: #E5F8FF;
	--Blue-50: #82CDF0;
	--DeepBlue: #0564C8;
	--DeepBlue-15: #D9E8F7;
	--LightBlue: #EBEEF7;
	--Grey: #5D6569;
	--TxtGrey: #646464;
	--Purple: #B4BFE1;
	--Yellow: #FAD900;
	--EmeraldGD: linear-gradient(90deg, rgba(0, 200, 200, 1)0%,rgba(5, 155, 225, 1)100%);
	--YellowGD: linear-gradient(90deg, rgba(255, 235, 0, 1)0%,rgba(255, 210, 0, 1)100%);
	/* border-radius */
	--border-radius-5: 5px;
    --border-radius-10: 10px;
	/* width */
	--width: 1280px;
	--w960: 960px;
	--w500: 500px;
	/* font-family */
	--ffOs: "Oswald";
	--noto-serif: "Noto Serif JP", serif;
	/* font-weight
	============================== */
	--light: 300;
	--regular: 400;
	--medium: 500;
	--bold: 700;
	--black: 900;
}
[class^="container"]{
    margin: 0 auto;
    max-width: var(--width);
    padding: 100px 70px;
    position: relative;
    text-align: center;
}
@media screen and (max-width:897px){
[class^="container"]{
		max-width: var(--w500);
        padding: 50px 25px 60px 25px;
	}
}
/*
	tit
-----------------------------------------------------------------------------------------------*/
[class^="section__copy"]{
	font-size: 4rem;
	font-weight: var(--medium);
	text-align: center;
	line-height: 100%;
	margin-bottom: 30px;
}
[class^="section__box"]{
	margin-bottom: 80px;
}
[class^="section__box--white"]{
	color: #fff;
	margin-bottom: 90px;
}
[class^="section__copy--sub"]{
	display: block;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.section__copy--only{
	margin-bottom: 0;
}
[class^="section__lead"]{
	font-size: 1.6rem;
	font-weight: var(--regular);
	line-height: 200%;
}
@media screen and (max-width:897px){
	.section__box{
		margin-bottom: 50px;
	}
	.section__box--white{
		color: #fff;
		margin-bottom: 60px;
	}
	[class^="section__copy"]{
		font-size: 2.6rem;
		line-height: 150%;
		margin-bottom: 30px;
	}
	[class^="section__copy--sub"]{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	[class^="section__lead"]{
		font-size: 1.4rem;
		line-height: 150%;
		text-align: left;
	}
	.section__copy--border{
		display: inline;
		font-size: 2.0rem;
		margin-bottom: 0;
	}
	.section__copy--border span{
		padding: 0;
	}
	.section__copy--border:last-child{
		padding: 20px 10px 5px 10px;
	}
	[class^="scroll__note"]{
        font-size: 1.1rem;
        text-align: left;
        color: var(--TxtGrey);
        margin-bottom: 10px;
    }
	.scroll__note--spec{
		color: #fff;
	}
}
/*
	kv
-----------------------------------------------------------------------------------------------*/
#kv{
	width: 100vw;
	min-width: 1200px;
	height: 500px;
	position: relative;
	z-index: 1;
	background: url(../img/ph_kv_bg.png) no-repeat center/ cover;
}
.kv__container{
	height: 100%;
}
.kv__box{
	align-items: start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    max-width: var(--width);
    padding: 70px;
    position: relative;
    text-align: left;
    z-index: 1;
}
.kv__head{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	position: relative;
	z-index: 3;
	color: var(--Emerald);
}
.kv__head--sub{
	font-size: 3.0rem;
	font-weight: var(--medium);
	line-height: 150%;
	margin-bottom: 5px;
	text-shadow:0 0 10px #fff, 
	0 0 10px #fff, 0 0 10px #fff,
	0 0 10px #fff, 0 0 10px #fff,
	0 0 10px #fff, 0 0 10px #fff;
}
.kv__logo{
	width: 450px;
}
.kv__lead{
	font-size: 1.3rem;
	color: var(--Grey);
	line-height: 200%;
	font-weight: var(--regular);
	margin-bottom: 5px;
}
.kv__ph{
	position: absolute;
	width: 830px;
	right: -110px;
	bottom: -155px;
}
@media screen and (max-width:897px){
	#kv{
        min-width: auto;
		height: auto;
		z-index: -1;
    }
	.kv__head{
		gap: 15px;
		position: relative;
		z-index: 3;
		max-width: 375px;
	}
	.kv__head--sub{
		font-size: 1.9rem;
		margin-bottom: 5px;
		text-align: center;
		padding: 0;
		text-shadow: none;
	}
	.kv__box{
		align-items: center;
		justify-content: flex-start;
		height: 560px;
		padding: 30px 20px;
		width: 100%;
	}
	.kv__head{
		width: 100%;
		align-items: center;
	}
	.kv__logo{
		width: 100%;
		max-width: 310px;
		margin-bottom: 10px;
	}
	.kv__lead{
		font-size: 1.3rem;
		line-height: 150%;
		text-align: center;
		margin-bottom: 0;
	}
	.kv__ph{
		width: 100%;
		max-width: 300px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: -10px;
	}
}
/*
	about
-----------------------------------------------------------------------------------------------*/
/*
	about tit
=========================================*/
.container__about{
	padding: 90px 40px;
}
.section__copy--about{
	display: inline-block;
}
[class^="copy__border"]{
	background: var(--EmeraldGD);
	padding: 15px 20px;
	font-size: 2.6rem;
	display: flex;
    align-items: end;
	justify-content: center;
}
[class^="copy__keyword"]{
    font-size: 3.5rem;
	font-weight: var(--medium);
	display: flex;
    align-items: end;
}
.copy__line--about{
	display: flex;
    align-items: end;
}
.copy__border--top{
	margin-bottom: 10px;
}
.copy__border--bottom{
	display: inline-flex;
}
.section__box--about{
	margin-bottom: 0;
}
.section__copy--sub--about{
	color: var(--Emerald);
	margin-bottom: 30px;
	font-weight: var(--regular);
	letter-spacing: 0.1rem;
}
.section__copy--about{
	color: #fff;
}
.section__copy--border{
	font-size: 3.5rem;
	font-weight: var(--medium);
}
.section__lead--about{
	color: var(--TxtGrey);
	font-weight: var(--regular);
	margin-bottom: 25px;
}
/* ========================================= */
#about{
	background: linear-gradient( rgba(255, 255, 255, 1)0%,rgba(255, 255, 255, 1)80%,rgba(200, 220, 248, 0.3)100%);
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#about::before, 
#about::after{
    content: "";
    background: url(../img/ph_about_bg.png) no-repeat center / cover;
    position: absolute;
    width: 980px;
	height: 446px;
	z-index: -1;
}
#about::before{
	left: -380px;
	top: -80px;
}
#about::after{
	right: -380px;
	bottom: -80px;
	transform: rotate(180deg);
}
.about__ph{
	width: var(--w960);
	margin: 0 auto;
}
.about__img{
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.about__ruby{
	margin-right: 5px;
	display: inline-flex;
	justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.about__rt{
	font-size: 1.4rem;
    margin-bottom: 2px;
	text-align: center;
	letter-spacing: 0.3rem;
	font-weight: var(--regular);

}
@media screen and (max-width:897px){
	.container__about{
		padding: 50px 25px 40px 25px;
	}
	/*
		about tit
	=========================================*/
	.section__copy--about{
		background: var(--EmeraldGD);
		line-height: 175%;
		padding:10px 15px 10px 15px;
		display: inline-flex;
		flex-direction: column;
		gap: 5px;
	}
	.section__copy--sub--about{
		margin-bottom: 15px;
	}
	/* ========================================= */
	[class^="copy__border"]{
		background: none;
		padding: 0;
		font-size: 2.2rem;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
	}
	[class^="copy__keyword"]{
        font-size: 2.6rem;
    }
	.copy__border--top{
		line-height: 175%;
		margin-bottom: 0;
		gap: 5px;
	}
	.copy__border--bottom{
		line-height: 150%;
		gap: 5px;
	}
	/*
	=========================================*/
	#about::before, 
	#about::after{
		width: 490px;
		height: 223px;
	}
	#about::before{
		left: -250px;
		top: -40px;
	}
	#about::after{
		right: -250px;
		bottom: -40px;
	}
	.about__ph{
		width: 100%;
		padding: 15px;
        display: block;
		background: #fff;
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
	}
	.about__img{
        max-width: 100%;
        min-width: 680px;
        vertical-align: top;
		filter: none;
    }
	.about__rt{
		font-size: 1.0rem;
		margin-bottom: -5px;
	
	}
}
/*
	issue
-----------------------------------------------------------------------------------------------*/
.section__box--problem{
	color: var(--Emerald-10);
}
.section__copy--keyword{
	font-size: 5.2rem;
	color: #fff;
}
#issue{
	position: relative;
	z-index: 1;
}
/*
	problem
=========================================*/
.problem{
	position: relative;
	z-index: 1;
	text-align: center;
	background:var(--EmeraldGD);
}
.problem::before,
.problem::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
	width: 100%;
}
.problem::before{
	background: url(../img/ph_issue_bg.png) no-repeat center / cover;
	clip-path: polygon(50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
	height: 500px;
	z-index: -1;
}
.problem::after{
	background: #fff;
	height: 250px;
	z-index: -2;
}
.container__problem{
	margin: 0 auto;
    max-width: var(--width);
    padding: 100px 70px 60px 70px;
    position: relative;
    text-align: center;
}
.problem__box{
	width: var(--w960);
	margin: 0 auto;
}
.problem__list{
	display: flex;
	gap: 70px 60px;
	justify-content: center;
	flex-wrap: wrap;
}
.problem__item{
	width: calc((100% - 120px) / 3);
	background: #fff;
	position: relative;
	border-bottom: 1px solid var(--Blue);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.problem__item::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent var(--Blue) transparent;
	border-width: 0px 0px 15px 15px;
	position: absolute;
	bottom: -1px;
	right: 0;
}
.problem__link{
	width: 100%;
	display: block;
	padding: 50px 20px 25px 20px;
}
.problem__link:hover .problem__lead{
	opacity: 0.5;
	transition: 0.3s;
}
.problem__link:hover .problem__ph{
	top: -40px;
	transition: 0.3s;
}
.problem__ph{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    padding: 15px;
    background: var(--Purple);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	z-index: 1;
}
.problem__ph::after{
    content: "";
	width: 80px;
    height: 80px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.2;
	background: var(--Purple);
	border-radius: 50%;
	z-index: -1;
}
[class^="problem__lead"]{
	font-size: 1.5rem;
	color: var(--TxtGrey);
	line-height: 175%;
	font-weight: var(--regular);
	text-align: left;
}
.problem__lead--keyword{
	color: var(--Blue);
	font-weight: var(--medium);
}
/*
	solution
=========================================*/
.container__solution{
	padding: 75px 70px 120px 70px;
}
.solution__copy{
	display: inline-block;
	margin: 0 auto 90px auto;
	text-align: center;
}
[class^="solution__head"]{
	font-size: 4.3rem;
	color: var(--TxtGrey);
	font-weight: var(--medium);
}
.solution__head--sub{
	display: block;
	font-size: 2.6rem;
	border-bottom: 2px dotted var(--Blue);
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: var(--regular);
}
.solution__head--keyword{
	font-size: 6.0rem;
	color: var(--Emerald);
}
.solution__list{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 90px 60px;
}
.solution__item{
	width: calc((100% - 120px) / 3);
	padding-top: 100px;
    margin-top: -100px;
	position: relative;
}
[class^="solution__item--box"]{
	padding: 0 25px 30px 25px;
	height: 100%;
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	border-radius: var(--border-radius-10);
	display: flex;
	flex-direction: column;
}
.solution__item--head{
	background: var(--Emerald);
	font-size: 1.5rem;
	line-height: 175%;
	color: #fff;
	font-weight: var(--regular);
	padding: 20px 5px;
	position: relative;
	top: -40px;
	box-shadow: 0 5px 0px 0px rgba(0, 0, 0, 0.1);
	border-radius: var(--border-radius-10);
}
.solution__item--head::before{
    background: var(--Emerald);
    bottom: -10px;
    content: '';
    height: 20px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    position: absolute;
    width: 20px;
}
.solution__detail{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	gap: 25px;
}
.solution__detail--list{
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: var(--DeepBlue-40);
}
[class^="solution__detail--item"]{
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px dotted var(--Emerald);
	min-height: 46px;
	display: flex;
	align-items: center;
}
.solution__detail--item--noneborder{
	border-bottom: none;
	padding-bottom: 0;
}
.solution__detail--txt{
    position: relative;
    padding-left: 30px;
	line-height: 175%;
	font-size: 1.3rem;
	color: var(--TxtGrey);
	font-weight: var(--regular);
}
.solution__detail--txt::before{
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
	margin-top: -3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 5px;
    transform: rotate(45deg) translateY(-50%);
    z-index: 2;
}
.solution__detail--txt::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: var(--Blue-50);
    border-radius: 50%;
    z-index: 1;
}
@media screen and (max-width:897px){
	.section__box--problem{
		margin-bottom: 50px;
	}
	.section__copy--keyword{
		font-size: 4rem;
	}
	/*
		problem
	=========================================*/
	.problem::before{
		height: 400px;
	}
	.container__problem{
		max-width: var(--w500);
		padding: 50px 25px 30px 25px;
	}
	.problem__list{
		flex-direction: column;
		gap: 60px;
	}
	.problem__box{
		width: 100%;
	}
	.problem__ph{
		width: 70px;
		height: 70px;
		padding: 15px;
	}
	.problem__ph::after{
		width: 90px;
		height: 90px;
	}
	.problem__item{
		width: 100%;
	}
	.problem__link{
		padding: 55px 15px 25px 15px;
	}
	.problem__lead{
		font-size: 1.3rem;
	}
	/*
		solution
	=========================================*/
	.solution__copy{
		margin: 0 auto 80px auto;
	}
	.container__solution{
		padding: 50px 25px 60px 25px;
	}
	[class^="solution__item--box"]{
		padding: 0 15px 20px 15px;
	}
	[class^="solution__head"]{
		font-size: 2.6rem;
	}
	.solution__head--sub{
		font-size: 2.0rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.solution__head--keyword{
		font-size: 3.2rem;
	}
	.solution__list{
		flex-direction: column;
		gap: 90px;
	}
	.solution__item--head{
		font-size: 1.6rem;
		padding: 20px 15px;
		margin: 0 auto;
	}
	.solution__item{
		width: 100%;
	}
	.solution__detail--list{
		gap: 10px;
	}
}
/*
	strength
-----------------------------------------------------------------------------------------------*/
/*
	strength tit
=========================================*/
.section__box--strength{
	color: var(--Emerald);
	margin-bottom: 40px;
}
/* ========================================= */
#strength{
	background: var(--Emerald-10);
	position: relative;
	z-index: 1;
}
.strength__list{
	display: flex;
	justify-content: center;
	gap: 60px;
}
.strength__item{
	width: calc((100% - 120px) / 3);
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.strength__item--num{
	font-size: 6.0rem;
	font-family: var(--ffOs);
    font-weight: var(--medium);
	color: var(--Emerald-50);
	display: inline-flex;
	justify-content: center;
	line-height: 100%;
}
.strength__box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	height: 100%;
}
.strength__detail{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.strength__head{
	font-size: 2.0rem;
	font-weight: var(--medium);
	line-height: 150%;
}
.strength__txt{
	font-size: 1.3rem;
	line-height: 175%;
	text-align: left;
	color: var(--TxtGrey);
	font-weight: var(--regular);
}
@media screen and (max-width:897px){
		/*
		strength tit
	=========================================*/
	.section__box--strength{
		margin-bottom: 30px;
	}
	/* ========================================= */
	.strength__list{
		flex-direction: column;
		gap: 50px;
	}
	.strength__item{
		width: 100%;
	}
	.strength__item--num{
		font-size: 5.0rem;
		line-height: 100%;
	}
}
/*
	partner
-----------------------------------------------------------------------------------------------*/
#partner{
	background: url(../img/ph_partner_bg.png) no-repeat center / cover;
}
.partner__list{
	display: flex;
    justify-content: center;
    gap: 60px;
}
.partner__item{
	width: calc((100% - 10px) / 3);
	background: #fff;
    position: relative;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	border-radius: var(--border-radius-10);
}
.partner__item--num{
    font-size: 6.0rem;
    font-family: var(--ffOs);
    font-weight: var(--medium);
    color: var(--Yellow);
    display: inline-flex;
    letter-spacing: 0.1rem;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
}
.partner__head{
	font-size: 1.7rem;
	font-weight: var(--medium);
	line-height: 175%;
	padding: 60px 5px 25px 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--Emerald);
	color: var(--Emerald);
	letter-spacing: 0;
}
.partner__txt{
	text-align: left;
	font-size: 1.3rem;
	line-height: 175%;
	padding: 0 10px 30px 20px;
	font-weight: var(--regular);
	color: var(--TxtGrey);
}
@media screen and (max-width:897px){
	.partner__list{
		flex-direction: column;
        gap: 60px;
	}
	.partner__item{
		width: 100%;
	}
	.partner__head{
		font-size: 2.0rem;
		padding: 50px 15px 20px 15px;
		margin-bottom: 20px;
		line-height: 150%;
	}
	.partner__txt{
		font-size: 1.3rem;
		line-height: 175%;
		padding: 0 15px 25px 15px;
	}
}
/*
	system
-----------------------------------------------------------------------------------------------*/
[class^="system__item"]{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-bottom: 120px;
	gap: 28px;
}
[class^="system__item"]:last-child{
    margin-bottom: 0;
}
[class^="system__txtarea"]{
	text-align: left;
}
.system__headarea{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}
.system__num{
	font-size: 5.0rem;
	font-family: var(--ffOs);
    font-weight: var(--medium);
	background: var(--EmeraldGD);
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 100%;
	padding: 5px 5px 10px 5px;
	color: #fff;
	border-radius: var(--border-radius-5);
	letter-spacing: 0.1rem;
}
[class^="system__head"]{
	font-size: 2.6rem;
	font-weight: var(--medium);
	line-height: 125%;
}
.system__head--en{
	font-size: 3.0rem;
}
.system__head--sub{
	font-size: 1.6rem;
}
.system__txt{
	font-size: 1.3rem;
	line-height: 175%;
	font-weight: var(--regular);
	color: var(--TxtGrey);
}
.system__ph{
	width: 550px;
	border-radius: 10px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
	z-index: 1;
}
.system__img{
	display: flex;
}
.system__bg{
	position: relative;
}
.system__bg::after{
	content: "";
	position: absolute;
	top: 30px;
	left: 70px;
	background: var(--EmeraldGD);
	width: 100vw;
	height: 100%;
    margin-right: calc(50% - 50vw);
} 
@media screen and (max-width:897px){
	.container__system{
		max-width: var(--w500);
        padding: 50px 25px 90px 25px;
	}
	[class^="system__item"]{
		flex-direction: column;
		gap: 35px;
		margin-bottom: 90px;
	}
	.system__headarea{
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
	}
	.system__txtarea{
		justify-content: center;
		padding-left: 0;
		padding-right: 0;
	}
	.system__num{
		font-size: 4.0rem;
		font-family: var(--ffOs);
		font-weight: var(--medium);
		background: var(--EmeraldGD);
		width: 60px;
		height: 60px;
		justify-content: center;
		align-items: center;
		line-height: 100%;
		padding: 5px 5px 10px 5px;
		color: #fff;
		border-radius: var(--border-radius-5);
	}
	.system__head{
		text-align: center;
		font-size: 2rem;
	}
	.system__ph{
		width: 100%;
	}
	.system__bg::after{
		top: 30px;
		left: 30px;
	}
}
/*
	lineup
-----------------------------------------------------------------------------------------------*/
/*
	lineup tit
=========================================*/
.section__box--lineup{
	margin-bottom: 120px;
}
/* ========================================= */
#lineup{
	background: var(--LightBlue);
}
.lineup__list{
	display: flex;
	justify-content: center;
	gap: 60px;
}
[class^="lineup__item"]{
	width: calc((100% - 10px) / 3);
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius-10);
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.lineup__item01{
	border: 2px solid var(--Emerald);
}
.lineup__item02{
	border: 2px solid var(--Blue);
}
.lineup__item03{
	border: 2px solid var(--DeepBlue);
}
[class^="lineup__name"]{
	padding: 30px 10px;
	border-radius: var(--border-radius-10);
	width: 280px;
	position: absolute;
	top: -40px;
	left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}
.lineup__name01{
	background: var(--Emerald);
	box-shadow: 0 5px 0px 0px rgba(0, 170, 190, 0.1);
}
.lineup__name02{
	background: var(--Blue);
	box-shadow: 0 5px 0px 0px rgba(5, 155, 225, 0.1);
}
.lineup__name03{
	background: var(--DeepBlue);
	box-shadow: 0 5px 0px 0px rgba(5, 100, 200, 0.1);
}
[class^="lineup__icon"]{
    align-items: center;
    background: #fff;
    border-radius: 100px;
    display: flex;
    height: 80px;
    justify-content: center;
    position: absolute;
    width: 80px;
}
.lineup__icon{
	right: -30px;
    top: -50px;
}
.lineup__icon--img{
	width: 40px;
	background: none;
	margin-bottom: 10px;
}
.lineup__caption{
	font-size: 1.1rem;
	color: var(--TxtGrey);
	font-weight: var(--medium);
	margin-bottom: -60px;
	z-index: 1;
	white-space: nowrap;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
	-1px 1px 0 #fff,  1px -1px 0 #fff,
	1px 0 0 #fff, -1px  0 0 #fff,
	0 1px 0 #fff,  0 -1px 0 #fff;
}
[class^="lineup__head"]{
    line-height: 125%;
    color: #fff;
    font-weight: var(--medium);
}
.lineup__head--en{
	font-size: 2.6rem;
	font-family: var(--ffOs);
}
.lineup__head--sub{
	font-size: 1.2rem;
}
.lineup__box{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	gap: 30px;
}
[class^="lineup__rubrik"]{
	margin-bottom: 60px;
	position: relative;
	padding: 100px 30px 10px 30px;
	align-items: center;
    display: flex;
    flex-direction: column;
	justify-content: center;
	position: relative;
	border-radius: 10px 10px 0 0;
	height: 310px;
}
[class^="lineup__rubrik"]::before{
    content: '';
    bottom: -35px;
    width: 100%;
    height: 42px;
    clip-path: polygon(0 0, 100% 0%, 100% 30%, 50% 100%, 0 30%);
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
}
.lineup__rubrik01,
.lineup__rubrik01::before{
	background: var(--Emerald-10);
}
.lineup__rubrik02,
.lineup__rubrik02::before{
	background: var(--Blue-10);
}
.lineup__rubrik03,
.lineup__rubrik03::before{
	background: var(--DeepBlue-15);
}
.lineup__rubrik--name{
	display: inline-block;
	font-size: 1.3rem;
	color: var(--Emerald);
	font-weight: var(--medium);
	margin-bottom: 5px;
	padding: 0;
}
[class^="lineup__rubrik--ph"]{
	margin: 0 auto;
	padding: 0;
}
.lineup__rubrik--ph01{
	width: 130px;
}
.lineup__rubrik--ph02{
	width: 130px;
}
.lineup__rubrik--ph03{
	width: 260px;
}
.lineup__detail{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 30px 0 30px;
}
.lineup__detail--list{
	display: inline-block;
    height: 100%;
}
.lineup__detail--item{
	padding-left: 20px;
    text-indent: -20px;
	text-align: left;
	line-height: 100%;
}
.lineup__detail--item:not(:last-child){
	margin-bottom: 15px;
}
[class^="lineup__detail--txt"]{
	position: relative;
    padding-left: 20px;
    text-indent: -20px;
	font-size: 1.3rem;
    font-weight: var(--regular);
	color: var(--TxtGrey);
}
[class^="lineup__detail--txt"]::before{
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 5px;
    width: 6px;
    transform: rotate(45deg);
    z-index: 2;
}
[class^="lineup__detail--txt"]::after{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 1;
}
.lineup__detail--txt01::after{
    background: var(--Emerald);
}
.lineup__detail--txt02::after{
    background: var(--Blue);
}
.lineup__detail--txt03::after{
    background: var(--DeepBlue);
}
.lineup__btn{
	padding: 0 30px 30px 30px;
}
.lineup__button{
	width: 100%;
	font-weight: var(--medium);
	border: none;
}
@media screen and (max-width:897px){
		/*
		lineup tit
	=========================================*/
	.section__box--lineup{
		margin-bottom: 120px;
	}
	/* ========================================= */
	.lineup__list{
		flex-direction: column;
		gap: 120px;
	}
	[class^="lineup__item"]{
		width: 100%;
	}
	[class^="lineup__name"]{
		width: 250px;
	}
	.lineup__head--en{
		font-size: 2.4rem;
	}
	.lineup__caption{
		display: flex;
		justify-content: center;
		margin: 0 auto -50px auto;
	} 
	[class^="lineup__icon"]{
		height: 70px;
		width: 70px;
	}
	.lineup__icon{
		right: auto;
		left: 50%;
	 	transform: translateX(-50%);
	}
	.lineup__icon--img{
		margin-bottom: 8px;
        width: 35px;
	}
	[class^="lineup__rubrik"]{
		height: auto;
		padding: 100px 15px 10px 15px;
	}
	.lineup__rubrik--ph01,
	.lineup__rubrik--ph02{
		padding: 0;
	}
	.lineup__rubrik--name{
		padding: 0;
	}
	.lineup__rubrik--ph03{
		width: 100%;
		max-width: 260px;
		padding: 0;
	}
	.lineup__detail{
		padding: 0 15px 0 15px;
	}
	.lineup__btn{
		padding: 0 15px 30px 15px;
	}
}
/*
	flow
-----------------------------------------------------------------------------------------------*/
.flow__list{
	display: flex;
	justify-content: center;
	gap: 60px;
}
.flow__item{
	width: calc((100% - 10px) / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.flow__num{
	font-family: var(--ffOs);
	font-size: 4.5rem;
	font-weight: var(--medium);
	line-height: 1;
	position: relative;
    width: 90px;
    height: 90px;
    padding: 20px 20px 25px 20px;
	color: #fff;
	letter-spacing: 0.2rem;
    background: var(--Emerald);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
	margin: 0 auto;
}
.flow__num::before{
    content: "STEP";
	font-size: 2.0rem;
	font-weight: var(--medium);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
	color: var(--Emerald);
}
.flow__num::after{
    content: "";
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.2;
    background: var(--Emerald);
    border-radius: 50%;
    z-index: -1;
}
[class^="flow__step"]{
    width: 100%;
	position: relative;
}
[class^="flow__step"]::before{
    content: "";
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: -48%;
	width: 70%;
    height: 1px;
    border-bottom: 3px var(--Blue-50) solid;
	z-index: -1;
}
.flow__step--noneborder::before{
	content: none;
}
[class^="flow__head"]{
	font-size: 2.0rem;
	font-weight: var(--medium);
	line-height: 150%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.flow__head--sub{
	font-size: 1.3rem;
	margin-bottom: -5px;
}
.flow__ph{
	margin-bottom: 35px;
}
.flow__txt{
	text-align: left;
	font-size: 1.3rem;
	color: var(--TxtGrey);
	font-weight: var(--regular);
	line-height: 150%;
}
@media screen and (max-width:897px){
		/*
		flow tit
	=========================================*/
	.section__box--flow{
		margin-bottom: 70px;
	}
	/* ========================================= */
	.flow__list{
		flex-direction: column;
		gap: 90px;
	}
	.flow__item{
		width: 100%;
	}
	.flow__num{
		font-size: 3.5rem;
		width: 70px;
		height: 70px;
	}
	.flow__num::before{
		font-size: 1.8rem;
	}
	.flow__num::after{
		width: 90px;
		height: 90px;
	}
	[class^="flow__step"]::before{
		content: none;
	}
	[class^="flow__head"]{
		font-size: 2.0rem;
		height: auto;
		margin-bottom: 20px;
	}
	.flow__head--sub{
		font-size: 1.3rem;
		margin-bottom: -5px;
	}
	.flow__ph{
		margin-bottom: 30px;
		width: 70%;
		display: block;
        margin-left: auto;
        margin-right: auto;
	}
}
/*
	question
-----------------------------------------------------------------------------------------------*/
#question{
	background: var(--Emerald-10);
}
.question__item{
	text-align: left;
}
.question__item:not(:last-child){
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px dotted var(--TxtGrey);
}
.question__head{
	font-size: 2.0rem;
	font-weight: var(--medium);
	padding: 15px 15px;
	height: 80px;
	display: flex;
	align-items: center;
	background: #fff;
	line-height: 150%;
	border-radius: 100px;
	margin-bottom: 10px;
}
.question__tit{
	position: relative;
	padding-left:75px;
	color: var(--Emerald);
}
.question__tit::before{
	content: 'Q';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 3px;
	width: 50px;
	height: 50px;
	font-size: 3.0rem;
	font-family: var(--ffOs);
	font-weight: var(--regular);
	background: var(--EmeraldGD);
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-radius: 50%;
}
.question__answer{
	padding: 15px 15px 0 15px;
	display: flex;
	align-items: center;
	min-height: 80px;
}
.question__txt{
	font-size: 1.4rem;
	padding-left: 75px;
	line-height: 175%;
	position: relative;
	color: var(--TxtGrey);
}
.question__txt--link{
	color: var(--Emerald);
	text-decoration: underline;
}
.question__txt--link:hover{
	opacity: 0.7;
}
.question__txt::before{
	content: 'A';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 5px 0;
	width: 50px;
	height: 50px;
	font-size: 3rem;
	font-family: var(--ffOs);
	font-weight: var(--regular);
	border: 1px solid var(--Emerald);
	color: var(--Emerald);
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	border-radius: 50%;
}
@media screen and (max-width:897px){
	.question__item:not(:last-child){
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.question__head{
		font-size: 1.8rem;
		padding: 90px 15px 30px 15px;
		height: auto;
		line-height: 1.6;
		border-radius: var(--border-radius-10);
	}
	.question__tit{
		padding-left: 0;
		margin: 0 auto;
	}
	.question__tit::before{
		width: 50px;
		height: 50px;
		font-size: 3rem;
		top: -70px;
		left: 50%;
		transform: translateX(-50%);
	}
	.question__answer{
		padding: 90px 0 0 0 ;
		height: auto;
		min-height: auto;
	}
	.question__txt{
		font-size: 1.3rem;
		height: auto;
		padding-left: 0;
		line-height: 1.6;
	}
	.question__txt::before{
		width: 50px;
		height: 50px;
		font-size: 3rem;
		top: -70px;
		left: 50%;
		transform: translateX(-50%);
	}
}
/*
	product
-----------------------------------------------------------------------------------------------*/
/*
	product tit
=========================================*/
.section__box--white--product{
	margin-bottom: 70px;
}
.section__lead--product{
	color: #EBEBEB;
}
/* ========================================= */
#product{
	background: var(--EmeraldGD);
}
.product__box{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
.container--product{
	padding: 130px 70px 130px 70px;
}
.product__link{
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    line-height: 0;
	overflow: hidden;
	width: var(--w960);
}
.product__banner{
	transition: .3s;
 }
.product__banner:hover{
   opacity: 0.7;
   transform: scale(1.05);
}
@media screen and (max-width:897px){
	/*
		product tit
	=========================================*/
	.section__box--white--product{
		margin-bottom: 40px;
	}
	/* ========================================= */
	.product__link{
		width: 100%;
	}
	.container--product{
		max-width: var(--w500);
        padding: 50px 25px 60px 25px;
	}
	.product__box{
		flex-direction: column;
		gap: 30px;
	}
}

/* modal
=========================================================================================== */
[class^="js-modal-open"]{
	display: flex;
	overflow: hidden;
	align-items: center;
	position: relative;
	background: #fff;
}
[class^="js-modal-open"]::before{
    content: "";
    background: url(../img/ico_zoom_01.svg) no-repeat center center / 17px var(--Blue);
    bottom: 0;
    content: '';
    height: 25px;
    position: absolute;
    right: 0;
    width: 25px;
    z-index: 2;
}
.js-movie-modal-open{
	height: auto;
}
[class^="modal__picture"]{
	transition: .3s;
}
[class^="modal__picture"]:hover{
	transform: scale(1.05);
    opacity: 0.7;
}
	
@media screen and (max-width:897px){
    /* modal
    ==================================== */
	.modal_open::before{
		width: 50px;
		height: 50px;
	}
    .modal_box{
        max-width: 500px;
    }
	.modal_close{
		right: -10px;
		top: -10px;
	}
    .modal_close::before,
    .modal_close::after{
        height: 15px;
    }
}
