@charset "UTF-8";
:root{
	/* color */
	--LogoBlue: #1478FF;
	--LightBlue: #3C6EAA;
	--DeepBlue: #002850;
	--Yellow: #F0FF00;
	--GreyBG: #f5f5f5;
	--TxtLightGrey: #DCDCDC;
	--TxtDeepGrey: #6E6E6E;
	--BorderLightGrey: #C8C8C8;
	--BorderDeepGrey: #BEBEBE;
	--BlueCenterGD: radial-gradient(rgba(63, 111, 171, 1)0%,rgba(13, 23, 37, 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: 90px 70px 120px 70px;
    position: relative;
    text-align: center;
}
@media screen and (max-width:897px){
	.container {
		max-width: var(--w500);
        padding: 50px 25px 60px 25px;
	}
}
/*
	tit
-----------------------------------------------------------------------------------------------*/
[class^="section__head"]{
	font-size: 3.5rem;
	font-weight: var(--medium);
	text-align: center;
	margin-bottom: 40px;
	line-height: 175%;
}
.section__head--white{
	color: #fff;
}
.section__head--about{
	line-height: 175%;
}
.section__head--box{
	margin-bottom: 80px;
}
.section__head--sub{
	font-size: 3rem;
	font-weight: var(--medium);
	color: var(--LightBlue);
	line-height: 175%;
	display: inline-flex;
}
[class^="section__lead"]{
	font-size: 1.6rem;
	font-weight: var(--regular);
	line-height: 175%;
}
.section__lead--white{
	color: #fff;
}
[class^="section__copy"]{
	color: var(--Yellow);
	font-size: 4rem;
	font-weight: var(--medium);
	border-bottom: 2px solid var(--Yellow);
	display: inline-block;
	padding: 0 15px 25px 15px;
	margin-bottom: 100px;
}
@media screen and (max-width:897px){
	[class^="section__head"]{
		margin-bottom: 50px;
	}
	.section__head--about,
	.section__head--white,
	.section__head--solution,
	.section__head{
		font-size: 2.6rem;
		line-height: 150%;
		margin-bottom: 30px;
	}
	.section__head--sub{
		font-size: 1.8rem;
		margin-bottom: 20px;
		display: inline-block;
		line-height: 150%;
	}
	[class^="section__lead"]{
		font-size: 1.6rem;
		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_pc.png) no-repeat center/ cover;
}
.kv__container{
	height: 100%;
}
.kv__container::after{
	content: "";
    background-image: linear-gradient(90deg, #f5f5f5 1px, transparent 1px), linear-gradient(#f5f5f5 1px, transparent 1px);
    background-position: 10px 10px;
    background-size: 140px 140px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	mix-blend-mode: overlay;
	opacity: 0.3;
}
.kv__box{
	align-items: start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    letter-spacing: .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;
	align-items: center;
	text-align: center;
	gap: 20px;
	position: relative;
	z-index: 3;
	color: #fff;
}
.kv__head--sub{
	font-size: 2.2rem;
	font-weight: var(--medium);
}
.kv__logo{
	width: 390px;
	margin-bottom: 15px;
}
.kv__lead{
	font-size: 2.4rem;	
	font-weight: var(--medium);
	margin-bottom: 20px;
	line-height: 1.6;
}
.kv__ph {
    position: absolute;
    width: 970px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
	margin-top: 35px;
}
.kv__point--box{
	display: flex;
	align-items: flex-end;
	position: absolute;
    right: 0;
    bottom: 20px;
}
.kv__point--list {
	display: flex;
    gap: 20px;
    z-index: 2;
	margin-right: -40px;
}
.kv__partner--list {
	display: flex;
    z-index: 1;
	margin-bottom: -45px;
}
[class^="kv__pt"]{
	display: inline-flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	width: 140px;
    height: 162px;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	position: relative;
	padding: 8px;
	z-index: 2;
}
.kv__pt--item::after{
	content: "";
	background: var(--BlueCenterGD);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	width: 170px;
    height: 196px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0.5;
}
.kv__pt--bg {
	width: 100%;
	height: 100%;
	color: #fff;
	background: var(--BlueCenterGD);
}
.kv__txt--top{
	font-size: 1.5rem;
	font-weight: var(--bold);
}
.kv__cooperate--top{
	font-size: 1.2rem;
}
.kv__txt--center{
	font-size: 1.4rem;
}
[class^="kv__keyword"]{
	font-size: 3.2rem;
	font-weight: var(--medium);
	color: var(--Yellow);
	font-family: var(--ffOs);
}
.kv__keyword--cooperate{
	color: var(--Yellow);
}
.kv__txt--bottom{
	font-size: 1.2rem;
}
.kv__partner--item{
	width: 280px;
}
@media screen and (max-width:897px){
	#kv {
        min-width: auto;
		height: auto;
    }
	.kv__head {
		gap: 15px;
		position: relative;
		z-index: 3;
	}
	.kv__head--sub{
		font-size: 1.4rem;
	}
	.kv__ph {
		top: auto;
		right: auto;
		bottom: 120px;
		transform: none;
		width: 100%;
		max-width: 400px;
		margin-top: 0;
		margin-left: -100px;
	}
	.kv__box {
		align-items: center;
		justify-content: flex-start;
		height: 730px;
		padding: 50px 20px;
		width: 100%;
	}
	.kv__logo{
		width: 80%;
		min-width: 280px;
		margin-bottom: 5px;
	}
	.kv__lead {
		font-size: 1.6rem;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 25px;
	}
	.kv__point--box{
		flex-direction: column-reverse;
		justify-content: center;
		align-items: flex-end;
		right: auto;
		left: 50%;
		bottom: 20px;
		transform: translateX(-50%);
		z-index: 2;
	}
	.kv__point--list {
		text-align: center;
		margin-right: 0;
	}
	.kv__pt--item {
		width: 130px;
		height: 156px;
	}
	.kv__txt--top {
		font-size: 1.4rem;
	}
	.kv__cooperate--top {
		font-size: 1.2rem;
	}
	[class^="kv__keyword"] {
		font-size: 2.5rem;
	}
	.kv__txt--center {
		font-size: 1.2rem;
	}
	.kv__txt--bottom {
		font-size: 1.2rem;
	}
	.kv__partner--list {
		margin-bottom: -20px;
		margin-right: -40px;
	}
	.kv__partner--item{
		width: 200px;
	}
}
/*
	value
-----------------------------------------------------------------------------------------------*/
#value{
	background: var(--BlueCenterGD);
}
.value__list {
    display: flex;
    justify-content: center;
}
.value__item{
	width: 100%;
	position: relative;
	padding: 0 50px;
	color: #fff;
}
.value__item:last-child::after{
	content: none;
}
.value__item::after {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--BorderLightGrey);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.value__item--num{
	font-size: 4rem;
    font-family: var(--ffOs);
    font-weight: var(--medium);
    color: var(--TxtLightGrey);
	display: inline-flex;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: 0.1rem;
	opacity: 0.3;
}
.value__item--head{
	font-size: 2.2rem;
	font-weight: var(--medium);
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--Yellow);
	margin-bottom: 30px;
}
.value__item--txt{
	text-align: left;
	font-size: 1.4rem;
	line-height: 175%;
	font-weight: var(--regular);
	text-align: justify;
	letter-spacing: 0.1rem;
	color: var(--TxtLightGrey);
}
.value__item--ph{
	height: 195px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;
}
[class^="value__ph"]{
	width: 260px;
}
.value__ph03{
	width: 180px;
}
@media screen and (max-width:897px){
	.value__list {
		flex-direction: column;
		gap: 40px;
	}
	.value__item {
		width: 100%;
		padding: 0 0 30px 0;
		border-bottom: 1px solid var(--BorderLightGrey);
	}
	.value__item:last-child {
		border-bottom: none;
	}
	.value__item::after {
		content: none;
	}
	.value__item--head {
		font-size: 2rem;
		height: auto;
	}
	.value__item--ph {
		height: auto;
	}
	.value__ph{
		width: 80%;
	}
	.value__item--txt {
		font-size: 1.4rem;
		line-height: 175%;
	}
}
/*
	about
-----------------------------------------------------------------------------------------------*/
#about{
	background: var(--GreyBG);
}
.about__head--box{
	margin-bottom: 50px;
}
.about__head{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 37px;
}
.about__ph {
	width: var(--w960);
	display: inline-flex;
}
.about__txt--solution {
	font-size: 1.8rem;
	line-height: 175%;
	font-weight: var(--medium);
}
@media screen and (max-width:897px){
	.about__ph--note{
		font-size: 1.1rem;
		text-align: left;
		margin-bottom: 10px;
	}
	.about__ph {
		padding: 15px;
		width: 100%;
		display: block;
		background: #fff;
		box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	}
	.about__img{
		max-width: 100%;
		min-width: 800px;
		vertical-align: top;
	}
	.scroll__box {
		overflow-x: auto;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	 }
	/*スクロールバー全体の高さ*/
	.scroll__box::-webkit-scrollbar {
		height: 4px;
	}
	/*スクロールバー全体の背景*/
	.scroll__box::-webkit-scrollbar-track {
		background: #eee;
	}
	/*スクロールバーの動く部分*/
	.scroll__box::-webkit-scrollbar-thumb {
		background: #aaa;
		border: none;
	}
	/*スクロールバーの動く部分のホバー（マウスオーバー）*/
	.scroll__box::-webkit-scrollbar-thumb:hover {
		background: #999;
	}
}
/*
	issue
-----------------------------------------------------------------------------------------------*/
.issue__head--sub{
	margin-bottom: 0;
	position: relative;
}
.issue__head--sub::before,
.issue__head--sub::after{
	position: absolute;
	font-family: var(--ffOs);
	font-weight: var(--medium);
	font-size: 10rem;
	color: #d8e2ee;
}
.issue__head--sub::before{
	content: "“";
	bottom: -40px;
	left: -50px;
}
.issue__head--sub::after{
	content: "”";
	top: 15px;
	right: -42px;
}
.problem{
	background: #fff;
	position: relative;
}
.problem::before {
    content: '';
    background: #fff;
    bottom: -80px;
    width: 100%;
    height: 160px;
    clip-path: polygon(0 0, 100% 0%, 100% 50%, 50% 100%, 0 50%);
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
}
.problem__list{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
[class^="problem__item"]{
	width: calc((100% - 50px) / 3);
	height: 500px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
[class^="problem__link"]{
	background: var(--LightBlue);
	color: #c4d3e5;
	font-weight: var(--medium);
	text-align: left;
	padding: 30px 15px ;
	width: 260px;
	height: 128px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	transition: .3s;
}
.problem__link{
	left: 0;
	top: 0;
}
.problem__link:hover{
	top: -5px;
	opacity: 0.7;
}
.problem__link--invert{
	right: 0;
	bottom: 0;
}
.problem__link--invert:hover{
	bottom: -5px;
	opacity: 0.7;
}
.problem__link::after,
.problem__link--invert::after {
    content: "";
    width: 0;
    height: 0;
	position: absolute;
    border-top: 11px solid var(--LightBlue);
    border-left: 11px solid transparent;
	z-index: 2;
}
.problem__link::after{
	bottom: -10px;
	left: 45px;
}
.problem__link--invert::after {
	top: -10px;
	right: 45px;
	transform: rotate(180deg);
}
.problem__lead {
	font-size: 1.4rem;
	line-height: 175%;
}
.problem__lead--keyword{
	font-weight: var(--bold);
	color: #fff;
}
[class^="problem__ph"]{
	position: relative;
	z-index: 2;
}
.problem__ph--01{
	width: 300px;
}
.problem__ph--02{
	width: 325px;
}
.problem__ph--03{
	width: 320px;
}
.section__head--solution{
	color: #fff;
}
.solution{
	background: url(../img/ph_issue_solution_bg.png) no-repeat center/ cover;
}
.solution__copy--keyword{
	font-size: 5.5rem;
	display: inline-block;
}
.container__solution{
	padding-top: 210px;
}
.solution__box{
	display: flex;
    flex-wrap: wrap;
}
.solution__list{
	width: calc((100% - 5px) / 3);
	display: flex;
	flex-direction: column;
	gap: 90px 0;
}
.solution__item{
	height: 630px;
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
}
.solution__item--box{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 44px 0 44px;
	height: 100%;
	position: relative;
}
.solution__list:not(:last-child) .solution__item--box::after{
	content: "";
    width: 1px;
    height: 100%;
    background: var(--BorderLightGrey);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.solution__item--ph{
	width: 200px;
	margin: 0 auto 50px auto;
}
.solution__item--head{
	font-size: 1.7rem;
	color: var(--Yellow);
	font-weight: var(--medium);
	margin-bottom: 30px;
	line-height: 175%;
	height: 90px;
	display: flex;
	align-items: center;
}
.solution__item--txt{
	font-size: 1.4rem;
	color: var(--TxtLightGrey);
	font-weight: var(--regular);
	line-height: 175%;
	text-align: justify;
}
@media screen and (max-width:897px){
	.issue__head--sub::before,
	.issue__head--sub::after{
		font-size: 4.5rem;
	}
	.issue__head--sub::before{
		content: "“";
		bottom: -20px;
		left: -20px;
	}
	.issue__head--sub::after{
		content: "”";
		top: -5px;
		right: -20px;
	}
	.problem::before {
		height: 100%;
		max-height: 130px;
	}
	.problem__list {
		flex-direction: column;
	}
	[class^="problem__item"]{
		width: 100%;
		height: 430px;
	}
	[class^="problem__lead"]{
		width: 80%;
		max-width: 300px;
		height: auto;
	}
	.problem__ph--01{
		width: 240px;
	}
	.problem__ph--02{
		width: 230px;
	}
	.problem__ph--03{
		width: 250px;
	}
	.container__solution {
        max-width: var(--w500);
        padding: 100px 25px 60px 25px;
    }
	.solution__box{
		gap: 50px 0;
	}
	.solution__list {
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	.solution__item{
		padding-top: 60px;
		margin-top: -60px;
		width: calc((100% - 0px) / 2);
		height: auto;
	}
	.solution__item .solution__item--box{
		padding: 10px 20px 0 0;
	}
	.solution__item:last-child .solution__item--box{
		padding: 10px 0 0 20px;
	}
	.solution__list .solution__item--box::after {
		content: "";
		width: 1px;
		height: 100%;
		background: var(--BorderLightGrey);
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.solution__item:last-child .solution__item--box::after{
		content: none;
	}
	[class^="section__copy"] {
		font-size: 2.3rem;
		display: inline;
		padding: 0 0 5px 0;
		line-height: 175%;
	}
	.solution__copy--keyword{
		font-size: 3.7rem;
		display: inline-block;
	}
	.solution__item--ph {
		width: 100%;
		margin-bottom: 30px;
	}
	.solution__item--head{
		font-size: 1.5rem;
		margin-bottom: 30px;
		line-height: 150%;
		height: auto;
	}
	.solution__item--txt{
		line-height: 150%;
	}
	.section__head--solution{
		margin-top: 50px;
	}
}
/*
	system
-----------------------------------------------------------------------------------------------*/
#system{
	background: url(../img/ph_system_bg.png) no-repeat center / cover;
}
[class^="system__item"]{
	position: relative;
	margin-bottom: 100px;
	text-align: left;
	display: flex;
	justify-content: flex-end;
	gap: 35px;
}
[class^="system__item"]:last-child{
	margin-bottom: 0;
}
.system__item--invert{
	flex-direction: row-reverse;
}
.system__sub{
	font-size: 1.2rem;
	font-family: var(--ffOs);
	letter-spacing: 0.1rem;
	color: var(--BorderDeepGrey);
	margin-bottom: 10px;
	display: inline-flex;
}
[class^="system__tit"] {
    font-size: 2.6rem;
	font-weight: var(--medium);
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	color: var(--LogoBlue);
}
.system__tit::before,
.system__tit--invert::before{
	bottom: 0;
    content: '';
    height: 1px;
    position: absolute;
    width: var(--w960);
	background: var(--BorderDeepGrey);
}
.system__tit::before{
    left: 0;
}
.system__tit--invert::before{
    right: 0;
}
.system__abbreviated{
	font-size: 1.8rem;
}
.system__txt{
	font-size: 1.4rem;
	font-weight: var(--regular);
	color: var(--TxtDeepGrey);
	line-height: 175%;
}
[class^="js-modal-open"] {
	width: 550px;
	overflow: hidden;
	background:#fff;
}
.modal__picture {
	transition: .3s;
}
.modal__picture:hover {
	transform: scale(1.05);
    opacity: 0.7;
}
.modalOpen__box{
    min-width: 1000px;
}
@media screen and (max-width:897px){
	.system__list{
		margin-top: 30px;
	}
	[class^="system__item"] {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 40px;
	}
	.system__box{
		text-align: center;
	}
	.system__txtarea {
		text-align: center;
	}
	[class^="system__tit"] {
		font-size: 2rem;
		border-bottom: 1px solid var(--BorderDeepGrey);
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.system__tit--abbreviated{
		font-size: 1.6rem;
		padding: 0;
	}
	.system__tit::before, 
	.system__tit--invert::before {
		content: none;
	}
	.system__txt {
		font-size: 1.4rem;
		line-height: 150%;
		text-align: left;
	}
	[class^="js-modal-open"] {
		width: 100%;
	}
	.modalOpen__box {
		width: 100%;
		min-width: auto;
	}
}
/*
	features
-----------------------------------------------------------------------------------------------*/
#features{
	background: var(--GreyBG);
}
.features__list{
	display: flex;
    gap: 45px;
    justify-content: center;
}
.features__item{
    width: calc((100% - 10px) / 3);
	background: #fff;
	padding: 35px 25px;
	position: relative;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.features__item--num{
	font-size: 5rem;
    font-family: var(--ffOs);
    font-weight: var(--medium);
    color: var(--LightBlue);
    display: inline-flex;
    letter-spacing: 0.1rem;
    opacity: 0.3;
	position: absolute;
	top: -40px;
	left: 50%;
    transform: translateX(-50%);
}
.features__ph--box{
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.features__ph--01{
	width: 200px;
}
.features__ph--02{
	width: 250px;
}
.features__ph--03{
	width: 280px;
}
.features__head{
	background: var(--LightBlue);
	color: #fff;
	font-size: 1.6rem;
	line-height: 175%;
	font-weight: var(--medium);
	margin-bottom: 25px;
	padding: 10px 0;
}
.features__txt{
	font-size: 1.4rem;
	text-align: justify;
	line-height: 175%;
	font-weight: var(--regular);
	color: var(--TxtDeepGrey);
}
.features__txt--noto{
	font-size: 1.1rem;
	text-align: left;
	color: var(--TxtDeepGrey);
	display: block;
	margin-top: 10px;
}
@media screen and (max-width:897px){
	.features__list{
		flex-direction: column;
		gap: 50px;
	}
	.features__item {
		width: 100%;
		padding: 20px 15px;
	}
	.features__ph--box {
		height: auto;
		margin: 30px auto;
	}
	[class^="features__ph--"] {
		width: 80%;
		min-width: 120px;
	}
	.features__head{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.features__txt {
		font-size: 1.4rem;
	}
}
/*
	cases
-----------------------------------------------------------------------------------------------*/
#cases{
	background: var(--BlueCenterGD);
}
.case__list {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.case__item {
    width: calc((100% - 50px) / 3);
	background: #fff;
}
.case__ph{
	display: flex;
	overflow: hidden;
}
.case__img{
	transition: .3s;
}
.case__box {
    padding: 35px 25px 25px 25px;
	text-align: left;
}
.case__name{
	font-size: 1.2rem;
	color: var(--BorderDeepGrey);
	margin-bottom: 20px;
	font-weight: var(--medium);
}
.case__txt{
	font-size: 1.4rem;
	line-height: 175%;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--BorderDeepGrey);
	color: var(--TxtDeepGrey);
	font-weight: var(--medium);
	margin-bottom: 20px;
	text-align: justify;
}
.case__deco{
	text-align: center;
}
.case__deco--sign{
	font-size: 1.2rem;
	position: relative;
	padding: 0 15px 2px 0;
	margin-top: -1px;
	font-weight: var(--medium);
	color: var(--TxtGrey);
}
.case__deco--sign::before, 
.case__deco--sign::after {
    background: #000;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    transition: right 0.3s;
}
.case__deco--sign::before {
    top: 50%;
    width: 10px;
    transform: translateY(-50%);
	right: -2px;
}
.case__deco--sign::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    background: none;
    width: 7px;
    height: 7px;
    top: 50%;
    margin: -1px 0 0 0;
    transform: rotate(45deg) translateY(-50%);
}
.case__link:hover{
	opacity: 0.7;
}
.case__link:hover .case__img{
	transform: scale(1.05);
}
.case__link:hover .case__deco--sign::before {
    right: -7px;
}
.case__link:hover .case__deco--sign::after {
    right: -5px;
}
@media screen and (max-width:897px){
	.case__list {
		flex-direction: column;
		gap: 30px;
	}
	.case__item {
		width: 100%;
	}
	.case__box {
		background: #fff;
		padding: 30px 15px 20px 15px;
		text-align: left;
	}
	.case__name {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.case__txt {
		font-size: 1.4rem;
		line-height: 150%;
		padding-bottom: 25px;
		margin-bottom: 15px;
	}
}
/*
	question
-----------------------------------------------------------------------------------------------*/
#question{
	background: var(--GreyBG);
}
.question__item{
	text-align: left;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid var(--BorderLightGrey);
}
.question__item:last-child {
    margin-bottom: 0;
	border-bottom: none;
}
.question__head{
	font-size: 2.2rem;
	font-weight: var(--medium);
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	height: 80px;
}
.question__tit{
	position: relative;
	padding-left:100px;
	color: var(--LightBlue);
}
.question__tit::before {
    content: 'Q';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 5px 0;
    width: 80px;
    height: 80px;
    font-size: 3.5rem;
    font-family: var(--ffOs);
    font-weight: var(--regular);
    background: var(--LightBlue);
	color: #fff;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
}
.question__answer{
	font-size: 1.4rem;
	font-weight: var(--medium);
	display: flex;
    align-items: center;
	height: 80px;
}
.question__txt{
	padding-left: 100px;
	line-height: 175%;
	position: relative;
	color: var(--TxtDeepGrey);
	font-weight: var(--regular);
}
.question__txt--link{
	color: var(--LogoBlue);
	text-decoration: underline;
	transition: .3s;
}
.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: 80px;
    height: 80px;
    font-size: 3.5rem;
    font-family: var(--ffOs);
    font-weight: var(--regular);
	background: var(--DeepBlue);
	color: #fff;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
}
@media screen and (max-width:897px){
	.question__item {
		text-align: left;
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.question__item:last-child {
		padding-bottom: 0;
	}
	.question__head{
		font-size: 1.6rem;
		padding-top: 70px;
		line-height: 150%;
		margin-bottom: 30px;
		height: auto;
	}
	.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-top: 70px;
		height: auto;
	}
	.question__txt{
		font-size: 1.4rem;
		height: auto;
		padding-left: 0;
		line-height: 150%;
	}
	.question__txt::before {
		width: 50px;
		height: 50px;
		font-size: 3rem;
		top: -70px;
		left: 50%;
		transform: translateX(-50%);
	}
}
/*
	product
-----------------------------------------------------------------------------------------------*/
#product{
	background: var(--BlueCenterGD);
}
.container--product{
	padding: 130px 70px 130px 70px;
}
.product__link {
    display: block;
    width: var(--w960);
    margin: 0 auto;
    border: 2px solid #fff;
    line-height: 0;
	overflow: hidden;
}
.product__banner{
	transition: .3s;
 }
.product__banner:hover{
   opacity: 0.7;
   transform: scale(1.05);
}
@media screen and (max-width:897px){
	.product__link {
		width: 100%;
	}
	.container--product{
		max-width: var(--w500);
        padding: 50px 25px 60px 25px;
	}
}