@charset "UTF-8";
:root{
	/* color */
	--DSpurple:#C55E81;
	--DSpurple-30:#EECFD9;
	--lightpurple:#C40161;
	--MBblue:#66729E;
	--MBblue-30:#D1D5E2;
	--MBblue-10:#F0F1F5;
	--MBblue-50:#B2B8CE;
	--deepblue:#5876A7;
	--lightblue:#3C7BE3;
	--yellow:#CC9900;
	--TxtGrey:#333333;
	--half-GD:linear-gradient(90deg, #EECFD9 0%, #EECFD9 50%, #D1D5E2 50%, #D1D5E2 100%);
	--DS-GD:linear-gradient(90deg, #BE3C7D, #D277A3 20% 80%, #BE3C7D);
	--MB-GD:linear-gradient(90deg, #5D87AA, #8AA5C1 20% 80%, #5D87AA);
	/* shadow */
	--box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
	--box-shadow-blur: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	--filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
	/* 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: 600;
	--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: 60px 30px 70px 30px;
	}
}
/*
	tit
-----------------------------------------------------------------------------------------------*/
[class^="section__head"]{
	font-size: 1.8rem;
	font-weight: var(--medium);
	text-align: center;
	margin-bottom: 80px;
	line-height: 175%;
	position: relative;
}
[class^="section__head"]::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -40px;
    display: inline-block;
    width: 55px;
    height: 3px;
    transform: translate(-50%);
    background-color: var(--Red);
}
.section__head{
	color: var(--DeepBlue-50);
}
.section__head--white{
	color: #fff;
}
.section__head--about{
	line-height: 175%;
}
[class^="section__box"]{
	margin-bottom: 80px;
}
[class^="section__copy"]{
	font-size: 4.0rem;
	font-weight: var(--bold);
	text-align: center;
	margin-bottom: 20px;
	line-height: 175%;
}
.section__copy--sub{
	display: block;
	font-size: 2.8rem;
	color: var(--LightBlue);
	margin-bottom: 20px;
}
.section__copy--white{
	color: #fff;
}
.section__copy--key{
	font-size: 5.5rem;
}
[class^="section__lead"]{
	font-size: 1.8rem;
	font-weight: var(--regular);
	line-height: 175%;
}
.section__lead--white{
	color: #fff;
}
.section__logo{
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 5px;
}
.section__logo::before{
	content: "";
	background: url(../img/ph_merit_img01.svg) no-repeat center/ cover;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
[class^="section__ph"]{
	width: 100%;
	display: flex;
}
.section__ph--ds{
	justify-content: flex-end;
	margin-right: 165px;
	margin-left: -100px;
}
.section__ph--mb{
	justify-content: flex-start;
	margin-left: 115px;
	margin-right: -50px;
}
@media screen and (max-width:897px){
	[class^="section__box"]{
		margin-bottom: 40px;
	}
	[class^="section__head"]{
		margin-bottom: 40px;
	}
	.section__head--about,
	.section__head--white,
	.section__head--solution,
	.section__head{
		font-size: 1.6rem;
		line-height: 150%;
		margin-bottom: 40px;
	}
	[class^="section__head"]::after {
		bottom: -30px;
		width: 40px;
	}
	[class^="section__copy"] {
		font-size: 2.6rem;
		line-height: 150%;
		margin-bottom: 30px;
	}
	[class^="section__lead"]{
		font-size: 1.4rem;
		line-height: 150%;
		text-align: left;
	}
}
/*
	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%;
	margin: 0 auto;
    max-width: var(--width);
    padding: 0 70px;
}
.kv__box{
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
[class^="kv__head--"]{
	font-size: 2.2rem;
	font-weight: var(--bold);
	background: linear-gradient(90deg, #414b5d, #1d222a 50%, #414b5d 100%);
	transform: skewX(165deg);
	padding: 10px 15px;
	display: inline-flex;
	color: #fff;
	font-feature-settings:"palt" 1;
	opacity: 0.9;
	max-width: 745px;
}
[class^="kv__txt--"]{
	font-size: 3.0rem;
}
.kv__txt{
	letter-spacing: 0.3rem;
}
.kv__head{
	margin-bottom: 40px;
	letter-spacing: 10rem;
}
.kv__head--top{
	margin-bottom: 10px;
}
.kv__ph{
	width: 768px;
	position: absolute;
	right: -200px;
	bottom: -50px;
}
[class^="kv__logo--"]{
	display: flex;
	height: 55px;
}
.kv__logo--drsum{
	margin-bottom: 30px;
}
@media screen and (max-width:897px){
	#kv {
        min-width: auto;
		height: auto;
		z-index: -1;
		background: url(../img/ph_kv_bg_sp.png) no-repeat center/ cover;
    }
	.kv__container{
		width: 100%;
		padding: 30px 20px;
		max-width: var(--w500);
	}
	.kv__box {
		display: block;
	}
	[class^="kv__head--"]{
		font-size: 1.6rem;
		padding: 10px 15px;
	}
	.kv__head {
		margin-bottom: 10px;
	}
	.kv__head--top {
		margin-bottom: 5px;
	}
	[class^="kv__txt--"]{
		font-size: 2.2rem;
		line-height: 125%;
	}
	[class^="kv__logo--"] {
		height: auto;
		width: 100%;
	}
	.kv__logo{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 10px;
	}
	.kv__logo--drsum {
		max-width: 150px;
		margin-bottom: 10px;
	}
	.kv__logo--motionboard{
		max-width: 250px;
	}
	.kv__ph{
		width: 100%;
		position: static;
		transform: none;
		margin: 0 auto -50px auto;
	}
}
/*
	about
-----------------------------------------------------------------------------------------------*/
/*
=========================================*/
#about{
	background: var(--half-GD);
}
.container__about{
	padding: 100px 70px;
}
.about__copy{
	background: #fff;
	padding: 60px;
	border-radius: var(--border-radius-10);
	box-shadow: var(--box-shadow);
	margin-bottom: 50px;
}
.copy__figure{
	filter: var(--filter);
}
.copy__head{
	font-size: 3.0rem;
	font-weight: var(--bold);
	margin-bottom: 40px;
}
.copy__key{
	font-size: 4.0rem;
	color: var(--yellow);
	position: relative;
}
.copy__lead{
	text-align: center;
	font-weight: var(--regular);
	font-size: 1.6rem;
	line-height: 175%;
	margin-bottom: 50px;
}
.about__result{
	display: flex;
	justify-content: center;
	position: relative;
}
.about__result::before, 
.about__result::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 100px;
    background: #fff;
}
.about__result::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.about__result::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.rt__copy{
	position: absolute;
	bottom: 50px;
	text-align: center;
}
.rt__copy--txt{
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	font-size: 2.8rem;
	font-weight: var(--bold);
	padding: 5px 10px;
	line-height: 225%;
	background: #fff; 
}
[class^="container__result"]{
	max-width: 570px;
	margin: 0;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 30px;
}
.container__result--ds{
	padding: 60px 60px 220px 0;
}
.container__result--mb{
	padding: 60px 0 220px 60px;
}
[class^="result__"]{
	width: 100%;
	display: flex;
	justify-content: center;
}
.result__ds{
	background: url(../img/ph_about_result_bg01.png) no-repeat center / cover;
	justify-content: flex-end;
}
.result__mb{
	background: url(../img/ph_about_result_bg02.png) no-repeat center / cover;
	justify-content: flex-start;
}
.result__head{
	font-size: 4.0rem;
	font-weight: var(--bold);
	color: #fff;
}
.result__lead{
	display: block;
	color: #fff;
	line-height: 175%;
	font-size: 1.8rem;
	font-weight: var(--regular);
	height: 100%;
}
.result__lead--key{
	font-size: 2.4rem;
	line-height: 200%;
	font-weight: var(--bold);
}
[class^="result__ph"]{
	box-shadow: var(--box-shadow);
	border-radius: var(--border-radius-10);
}
.result__img{
	border-radius: var(--border-radius-10);
}
.result__img--mb{
	border-radius: 10px 10px 0 10px;
}
@media screen and (max-width:897px){
	.container__about {
		padding: 60px 25px ;
	}
	[class^="container__name"]{
		max-width: 250px;
		padding: 30px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.about__info [class^="container__name"]{
		align-items: flex-start;
		text-align: left;
	}
	.about__name::before, 
	.about__name::after {
		height: 60px;
		bottom: -30px;
	}
	[class^="name__"] {
		font-size: 3rem;
		line-height: 125%;
	}
	[class^="info__lead"] {
		font-size: 1.4rem;
		line-height: 175%;
	}
	.info__lead--ds{
		padding-right: 30px;
	}
	.info__lead--mb{
		padding-left: 30px;
	}
	[class^="info__key"]{
		font-size: 1.8rem;
	}
	.about__info {
		margin-bottom: 0;
	}
	.about__copy {
		padding: 30px;
		margin-bottom: 50px;
	}
	.copy__head {
		font-size: 1.8rem;
		gap: 20px;
		line-height: 150%;
		margin-bottom: 20px;
	}
	.copy__lead {
		text-align: left;
		margin-bottom: 40px;
		font-size: 1.4rem;
	}
	.copy__key {
		font-size: 2.0rem;
	}
	.about__result {
		display: block;
	}
	.about__result::before, 
	.about__result::after {
		content: none;
	}
	[class^="container__result"] {
		max-width: var(--w500);
		gap: 20px;
	}
	.result__ds,
	.result__mb {
		justify-content: center;
		position: relative;
	}
	.result__ds::before,
	.result__ds::after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -30px;
		width: 3px;
		height: 60px;
		background: #fff;
		z-index: 100;
	}
	.result__ds::before{
		transform: translateX(-50%) rotate(45deg);
	}
	.result__ds::after{
		transform: translateX(-50%) rotate(-45deg);
	}
	.container__result--ds,
	.container__result--mb {
		padding: 60px 25px 60px 25px;
	}
	.result__head {
		font-size: 2.6rem;
	}
	.result__lead {
		font-size: 1.6rem;
	}
	.result__lead--key {
		font-size: 2.0rem;
	}
	.scroll__box--note {
        font-size: 1.1rem;
        text-align: left;
        margin-bottom: 10px;
    }
	.scroll__box {
        overflow-x: auto;
        padding: 15px;
        -webkit-overflow-scrolling: touch;
    }
	.copy__figure{
		max-width: 100%;
        min-width: 900px;
        vertical-align: top;
	}
	.rt__copy {
		position: static;
		margin-top: 40px;
	}
	.rt__copy--txt {
		font-size: 2.1rem;
		line-height: 225%;
	}
}
/*
	issue
-----------------------------------------------------------------------------------------------*/
#issue{
	position: relative;
	z-index: 1;
}
.issue__list{
	display: flex;
	justify-content: center;
	gap: 40px;
}
[class^="issue__item"] {
    width: calc((100% - 50px) / 3);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.issue__icon{
	margin-bottom: -50px;
    position: relative;
    z-index: 2;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.problem__ph{
	width: 96px;
	display:flex ;
	justify-content: center;
}
.problem{
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	position: relative;
	height: 100%;
	min-height: 310px;
}
.problem::before {
    content: '';
    background: var(--MBblue-10);
    bottom: -48px;
    width: 100%;
    height: 50px;
    clip-path: polygon(0 0, 100% 0%, 100% 10%, 50% 100%, 0 10%);
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
}
.problem__area{
	width: 100%;
	padding: 82px 30px 20px 30px;
	background: var(--MBblue-10);
	border-radius: 10px 10px 0 0;
	display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
	gap: 40px;
	height: 100%;
}
.problem__comment{
    position: relative;
    color: var(--TxtGrey);
	font-weight: var(--bold);
	font-size: 2.2rem;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	min-height: 100px;
}
.problem__comment::before, 
.problem__comment::after {
    position: absolute;
    font-family: var(--ffOs);
    font-weight: var(--medium);
    font-size: 8.0rem;
    color: var(--MBblue-50);
}
.problem__comment::before {
    content: "“";
    top: -10px;
    left: -30px;
}
.problem__comment::after {
    content: "”";
    bottom: -50px;
    right: -30px;
}
.problem__comment--txt{
	line-height: 150%;
}
.problem__lead{
	font-size: 1.4rem;
	font-weight: var(--medium);
	line-height: 150%;
	text-align: left;
	height: 100%;
	color: var(--TxtGrey);
}
.solution{
	padding: 0  30px 40px 30px;
    border-radius: 0 0 10px 10px;
    line-height: 1.6;
	position: relative;
	height: 100%;
}
.solution__head{
	font-size: 3.5rem;
	color: var(--yellow);
	position: relative;
	margin-bottom: 20px;
	font-weight: var(--bold);
}
.solution__head::before{
	content: "";
	background: url(../img/ph_issue_img04.svg) no-repeat center / cover;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
}
.solution__lead{
	font-size: 1.8rem;
	line-height: 175%;
	text-align: left;
	font-weight: var(--regular);
}
.issue__box{
	position: relative;
    font-size: 1.6rem;
    font-weight: var(--medium);
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 110px;
	background: #fff;
	border-radius: var(--border-radius-10);
	box-shadow: var(--box-shadow-blur);
}
.issue__name{
	font-size: 3.0rem;
	color: var(--DSpurple);
	margin-bottom: 25px;
	font-weight: var(--bold);
}
@media screen and (max-width:897px){
	.issue__list {
		flex-direction: column;
		gap: 30px;
	}
	[class^="issue__item"] {
		width: 100%;
	}
	.issue__box {
		gap: 85px;
	}
	.issue__name {
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	.problem{
		min-height: auto;
	}
	.problem__ph {
		width: 90px;
	}
	.problem__area {
		padding: 80px 30px 30px 30px;
	}
	.problem__comment {
		font-size: 2.0rem;
		min-height: auto;
	}
	.problem__comment::before, 
	.problem__comment::after {
		font-size: 6.0rem;
	}
	.problem__comment::before {
		top: -20px;
		left: -30px;
	}
	.problem__comment::after{
		bottom: -45px;
		right: -30px;
	}
	.problem::before {
		content: '';
		background: var(--MBblue-10);
		bottom: -38px;
		width: 100%;
		height: 40px;
		clip-path: polygon(0 0, 100% 0%, 100% 10%, 50% 100%, 0 10%);
	}
	.solution__head {
		font-size: 2.6rem;
		margin-bottom: 15px;
	}
	.solution__head::before {
		width: 25px;
		height: 25px;
		top: -30px;
	}
	.solution__lead {
		font-size: 1.4rem;
	}
	.solution {
		padding: 0 30px 30px;
		line-height: 150%;
	}
}
/*
	merit
-----------------------------------------------------------------------------------------------*/
#merit{
	background: var(--half-GD);
}
[class^="section__logo--"] {
	height: 50px;
}
[class^="merit__list"] {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
[class^="merit__item"] {
	background: #fff;
	padding: 70px 60px 60px 60px;
	position: relative;
	border-radius: var(--border-radius-10);
	text-align: left;
	box-shadow: var(--box-shadow-blur);
	z-index: 1;
}
[class^="merit__item"]::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 530px;
	z-index: 2;
	border-radius: 0 10px 10px 0;
}
.merit__item--01::before{
	background: url(../img/ph_merit_bg01_pc.png) no-repeat center / cover;
}
.merit__item--02::before{
	background: url(../img/ph_merit_bg02_pc.png) no-repeat center / cover;
}
.merit__item--03::before{
	background: url(../img/ph_merit_bg03_pc.png) no-repeat center / cover;
}
.merit__num{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.8rem;
	padding: 8px 25px 10px 25px;
	background: var(--DSpurple);
	border-radius: 10px 0 10px 0;
	color: #fff;
}
.merit__head{
	color: var(--lightblue);
	font-size: 2.8rem;
	font-weight: var(--bold);
	margin-bottom: 20px;
}
.merit__num--key{
	font-size: 2.5rem;
	font-family: var(--ffOs);
	margin-left: 3px;
}
.merit__lead{
	line-height: 175%;
	font-size: 1.6rem;
	position: relative;
	z-index: 3;
}
@media screen and (max-width:897px){
	.section__logo{
    	flex-direction: column;
		gap: 80px;
	}
	.section__logo::before {
		width: 60px;
		height: 60px;
	}
	.section__ph--ds,
	.section__ph--mb {
		justify-content: center;
		margin: 0;
	}
	[class^="section__logo--"] {
		height: auto;
	}
	.section__logo--ds{
		max-width: 140px;
	}
	.section__logo--mb{
		max-width: 250px;
	}
	.section__copy--merit{
		 font-size: 2.4rem;
	}
	[class^="merit__list"] {
		gap: 30px;
	}
	[class^="merit__item"] {
		padding: 70px 30px 40px 30px;
		position: relative;
		border-radius: var(--border-radius-10);
		text-align: left;
		box-shadow: var(--box-shadow-blur);
		z-index: 1;
	}
	[class^="merit__item"]::before {
		right: 0;
		top: auto;
		bottom: 0;
		transform:none;
		width: 100%;
		z-index: 2;
		border-radius: 10px;
		opacity: 0.3;
	}
	.merit__item--01::before{
		background: url(../img/ph_merit_bg01_sp.png) no-repeat center / cover;
	}
	.merit__item--02::before{
		background: url(../img/ph_merit_bg02_sp.png) no-repeat center / cover;
	}
	.merit__item--03::before{
		background: url(../img/ph_merit_bg03_sp.png) no-repeat center / cover;
	}
	.merit__num{
		font-size: 1.6rem;
	}
	.merit__head {
		font-size: 2.0rem;
		line-height: 150%;
		margin-bottom: 15px;
	}
	.merit__lead {
		line-height: 175%;
		font-size: 1.4rem;
		position: relative;
		z-index: 3;
	}
	.merit__lead--key {
		font-size: 1.5rem;
	}
}
/*
	support
-----------------------------------------------------------------------------------------------*/
#spiral{
	background: url(../img/ph_spiral_bg.png) no-repeat center / cover;
}
.spiral__list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 75px;
	position: absolute;
	z-index: 2;
}
[class^="spiral__item"] {
    width: calc((100% - 75px) / 2);
    position: relative;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: left;
	padding: 30px 25px;
	border-radius: var(--border-radius-10);
	height: 100%;
}
[class^="spiral__illust"] {
	position: absolute;
	top: -30px;
	right: -15px;
	width: 150px;
}
.spiral__illust--02{
	right: -35px;
}
.spiral__illust--03{
	width: 190px;
}
.spiral__illust--04{
	top: -10px;
	right: -35px;
}
.spiral__item--ds{
	margin-top: 50px;
}
[class^="spiral__head"] {
	font-size: 2.6rem;
	font-weight: 600;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.spiral__head--ds{
	color: var(--lightpurple);
	border-bottom: 2px dotted var(--lightpurple);
}
.spiral__head--mb{
	color: var(--lightblue);
	border-bottom: 2px dotted var(--lightblue);
}
.spiral__lead{
	font-size: 1.5rem;
	color: var(--TxtGrey);
	line-height: 175%;
	letter-spacing: 0.1rem;
}
.spiral__ph{
	width: 572px;
	margin: 0 auto;
	opacity: 0.4;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:897px){
	.section__box--spiral{
		margin-bottom: 100px;
	}
	.spiral__list {
		flex-direction: column;
		position: relative;
		z-index: 2;
		gap: 100px;
	}
	[class^="spiral__item"] {
		width: 100%;
		position: relative;
		padding: 50px 30px 30px;
	}
	.spiral__item--ds {
		margin-top: 0;
	}
	.spiral__ph {
		width: 90%;
		top: 50%;
		left: 50%;
		position: absolute;
		z-index: 1;
		transform: translate(-50%,-50%);
	}
	[class^="spiral__head"] {
		font-size: 1.7rem;
		padding-bottom: 15px;
		margin-bottom: 15px;
		text-align: center;
		line-height: 150%;
	}
	.spiral__lead {
		font-size: 1.4rem;
	}
	[class^="spiral__illust"] {
		top: -80px;
		left: 50%;
		transform: translateX(-50%);
		right: auto;
		width: 120px;
	}
	.spiral__illust--03{
		width: 140px;
	}
}
/*
	support
-----------------------------------------------------------------------------------------------*/
#support{
	background: url(../img/ph_support_bg.png) no-repeat center / cover;
	position: relative;
}
#support::before{
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 600px;
	background-image: linear-gradient(180deg, #fff,#fff 60%,transparent);
	opacity: 0.5;
	mix-blend-mode:overlay;
}
.container--support{
	padding-bottom: 320px;
}
.section__copy--support{
	font-size: 2.8rem;
	color: #000;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.section__box--support{
	margin-bottom: 320px;
}
.support__list{
	width: 616px;
	height: 616px;
	border-radius: 50%;
	border: solid 5px #92E6FB;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.support__list::before,
.support__list::after{
	content: "";
	border-radius: 50%;
	border: solid 5px #92E6FB;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.support__list::before{
	width: 666px;
	height: 666px;
	opacity: 0.6;
}
.support__list::after{
	width: 716px;
	height: 716px;
	opacity: 0.2;
}
.support__head{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	font-size: 4.5rem;
	font-weight: var(--bold);
	background: linear-gradient(180deg,#1d222a, #414b5d 100%);
	padding: 20px 25px 25px;
	border-radius: var(--border-radius-10);
	box-shadow: var(--box-shadow-blur);
}
.support__item{
	background: #fff;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	box-shadow: var(--box-shadow-blur);
	z-index: 2;
}
.support__box{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 15px;
    height: 100%;
	padding-top: 110px;
}
[class^="support__name"] {
	font-size: 3.0rem;
	font-weight: var(--bold);
	color: var(--yellow);
	display: inline-flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 2px dotted var(--yellow);
	padding-bottom: 25px;
	width: 260px;
}
.support__name--long{
	font-size: 2.8rem;
}
.support__ph{
	width: 260px;
	height: 130px;
}
.support__lead{
	font-size: 1.6rem;
	font-weight: var(--medium);
	line-height: 150%;
}
@media screen and (max-width:897px){
	#support::before{
		height: 30vh;
	}
	.container--support {
		padding: 50px 25px 60px 25px;
	}
	.section__copy--support {
		font-size: 2.0rem
	}
	.section__box--support {
		margin-bottom: 50px;
	}
	.support__list {
		width: 100%;
		height: 100%;
		position: relative;
		border: none;
		display: flex;
        flex-wrap: wrap;
		gap: 40px 30px;
	}
	.support__list::before, 
	.support__list::after {
		content: none;
	}
	.support__item{
		height: auto;
		position: static;
		transform: none;
		width: calc((100% - 30px) / 2);
		box-shadow: none;
		background: none;
	}
	.support__item::before {
		content: none;
	}
	.support__box {
		gap: 20px;
		height: 100%;
		padding-top: 0;
	}
	.support__head {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.support__head::before{
		top: -40px;
		opacity: 1;
	}
	.support__list::before{
		top: -60px;
	}
	.support__list::after{
		top: -80px;
	}
	[class^="support__name"] {
		font-size: 1.6rem;
		padding: 8px;
		position: static;
		transform: none;
		width: 100%;
		color: #fff;
		border-bottom: 2px dotted #fff;
	}
	.support__ph {
		width: 100%;
		height: auto;
	}
	.support__lead {
		font-size: 1.4rem;
		color: #fff;
	}
}
/*
	system
-----------------------------------------------------------------------------------------------*/
#system{
	background-color: #ffffff;
	background-image: radial-gradient(circle, #ECECEC 2.5px, transparent 2.5px);
	background-position: 0 0;
	background-size: 50px 50px;
}
.system__box{
	margin-bottom: 20px;
}
[class^="system__list"] {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	gap: 30px;
}
[class^="system__item"] {
	width: calc((100% - 90px) / 4);
	background: #fff;
	border-radius: var(--border-radius-10);
}
.system__item{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 40px 30px;
}
[class^="system__ph"] {
	margin: 0 auto 30px auto;
}
.system__ph{
	width: 100%;
}
[class^="system__name"] {
	font-size: 2.4rem;
	font-weight: var(--bold);
	margin-bottom: 15px;
}
[class^="system__lead"] {
	text-align: left;
	line-height: 175%;
	color: var(--TxtGrey);
	font-weight: var(--regular);
}
.system__txt{
	padding: 30px;
}
@media screen and (max-width:897px){
	.system__logo {
		width: 100%;
		min-width: 200px;
		padding: 0 10px;
	}
	[class^="system__head"]::before, 
	[class^="system__head"]::after {
		width: 100%;
		flex-grow: 1;
		margin: 0;
	}
	[class^="system__list"] {
		flex-direction: column;
	}
	[class^="system__item"] {
		width: 100%;
	}
	.system__item {
		padding: 30px;
	}
	[class^="system__ph"] {
		margin: 0 auto 15px auto;
	}
	.system__ph{
		width: 100%;
   		max-width: 200px;
	}
	[class^="system__name"] {
		font-size: 2.0rem;
	}
	[class^="system__lead"] {
		font-size: 1.4rem;
	}
}
/*
	flow
-----------------------------------------------------------------------------------------------*/
#flow{
	background: url(../img/ph_flow_bg.png) no-repeat center / cover;
}
.flow__list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 60px;
}
[class^="flow__item"] {
	width: calc((100% - 180px) / 4);
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}
[class^="flow__item"]:not(:nth-child(n+4))::before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid var(--yellow);
    border-right: 0;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}
.flow__item:last-child:before {
	content: none;
}
[class^="flow__ph"] {
	display: flex;
	align-items: center;
	margin: 0 auto;
	height: 100px;
}
.flow__ph--01{
	width: 73px;
}
.flow__ph--02{
	width: 87px;
}
.flow__ph--03{
	width: 87px;
}
.flow__ph--04{
	width: 87px;
}
.flow__ph--05{
	width: 83px;
}
.flow__ph--06{
	width: 80px;
}
.flow__txt{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
[class^="flow__head"] {
	font-size: 1.8rem;
	font-weight: var(--bold);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	line-height: 150%;
}
.flow__head--long{
	font-size: 1.5rem;
}
.flow__lead{
	font-size: 1.6rem;
	font-weight: var(--regular);
	text-align: left;
	line-height: 175%;
}
@media screen and (max-width:897px){
	.flow__list {
		flex-direction: column;
		gap: 100px;
	}
	[class^="flow__item"] {
		width: 100%;
		gap: 20px;
	}
	[class^="flow__item"]:not(:last-child)::before {
		top: auto;
		right: auto;
		left: 50%;
        bottom: -60px;
        transform: translateX(-50%) rotate(90deg);
	}
	.flow__txt{
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 15px;
	}
	.flow__head{
		font-size: 2.0rem;
		margin-bottom: 0;
		height: 100%;
	}
	.flow__head--long{
		font-size: 2.0rem;
	}
	.flow__lead {
		font-size: 1.4rem;
		max-width: 390px;
		margin: 0 auto;
	}
}
/*
	question
-----------------------------------------------------------------------------------------------*/
#question{
background: #F5F7FA;
}
.question__item{
	text-align: left;
	background: #fff;
	margin-bottom: 40px;
	border-radius: var(--border-radius-10);
	box-shadow: var(--box-shadow-blur);
}
.question__item:last-child {
	margin-bottom: 0;
}
.question__head{
	font-size: 1.8rem;
	font-weight: var(--bold);
	padding: 24px 30px;
	height: 100px;
	display: flex;
	align-items: center;
	color: #000;
	border-radius: var(--border-radius-10);
	line-height: 150%;
}
.question__tit{
	position: relative;
	padding-left:75px;
}
.question__tit::before {
	content: 'Q';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 5px 0;
	width: 54px;
	height: 54px;
	font-size: 3.5rem;
	font-family: var(--ffOs);
	font-weight: var(--regular);
	background: var(--DSpurple);
	color: #fff;
	position: absolute;
	border: 1px solid #fff;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-radius: var(--border-radius-10);
}
.question__answer{
	padding: 24px 30px;
	height: 100px;
	display: flex;
	align-items: center;
	background: var(--MBblue-10);
	border-radius: 0 0 10px 10px;
}
.question__txt{
	font-size: 1.4rem;
	padding-left: 75px;
	line-height: 175%;
	position: relative;
	color: var(--TxtGrey);
}
.question__txt::before {
	content: 'A';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 5px 0;
	width: 54px;
	height: 54px;
	font-size: 3.5rem;
	font-family: var(--ffOs);
	font-weight: var(--regular);
	border: 1px solid var(--MBblue);
	background: #fff;
	color: var(--MBblue);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-radius: var(--border-radius-10);
}
.question__link{
	color: var(--yellow);
    text-decoration: underline;
    transition: .3s;
}
.question__noto{
	font-size: 1.2rem;
	margin-top: 20px;
	text-align: left;
}
@media screen and (max-width:897px){
	.question__item {
		margin-bottom: 30px;
	}
	.question__head{
		font-size: 2.0rem;
		padding: 90px 30px 30px;
		height: auto;
	}
	.question__tit {
		padding-left: 0;
		margin: 0 auto;
		line-height: 150%;
	}
	.question__tit::before {
		width: 50px;
		height: 50px;
		font-size: 3rem;
		top: -70px;
		left: 50%;
		transform: translateX(-50%);
	}
	.question__answer {
		padding: 90px 30px 30px;
		height: auto;
	}
	.question__txt{
		font-size: 1.4rem;
		height: auto;
		padding-left: 0;
	}
	.question__txt::before {
		width: 50px;
		height: 50px;
		font-size: 3rem;
		top: -70px;
		left: 50%;
		transform: translateX(-50%);
	}
	.question__noto {
		font-size: 1.2rem;
		margin-top: 10px;
		line-height: 125%;
	}
}

/* modal
=========================================================================================== */
[class^="js-modal-open"] {
	display: flex;
	overflow: hidden;
	align-items: center;
}
.js-movie-modal-open{
	height: auto;
}
[class^="modal__picture"] {
	transition: .3s;
}
[class^="modal__picture"]:hover {
	transform: scale(1.05);
    opacity: 0.7;
}
.modal__picture--no{
	pointer-events: none;
	display: flex;
}


/* movie　modal
==================================== */
.modal_open{
	overflow: hidden;
	position: relative;
}
.modal_open::before {
	content: "";
    width: 72px;
    height: 72px;
	background: url(../img/icon_movie_01.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	margin-left: 3px;
	z-index: 2;
}
.modal_box{
	display: none;
	width: 90%;
	max-width: 1200px;
	margin: 0;
    position: fixed;
    z-index: 7777;
}
.modal_ctsArea{
	position: relative;
}
.modal_ctsArea::-webkit-scrollbar{
	display: none;
}
[class^="modal_phMovie"] {
	max-width: 100%;
}
/* modal_open */
.modal_open:hover{
	cursor: pointer;
}
/* modal_close */
.modal_close {
	background: #000;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
	cursor: pointer;
}
.modal_close::before,
.modal_close::after{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close::after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
/* modal_bg */
.modal_bg {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
	opacity: 0.98;
}
.play__btn{
	width: 10%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	cursor: pointer;
}
.play__btn.play__active{
	display:none;
}
	
@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;
    }
}
