@charset "utf-8";


/*================================

_headline

================================*/

._headline {
	position: relative;
	width: 80%;
	min-width: 700px;
	margin: auto;
	padding: 100px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	}
@media screen and (max-width: 768px) {
._headline {
	position: relative;
	width: 86%;
	min-width: 86%;
	flex-direction: column;
	padding: 60px 0 0;
	}
	}

._headline._lite {
	width: 80%;
	max-width: 1000px;
	min-width: 700px;
	}
@media screen and (max-width: 768px) {
._headline._lite {
	width: 86%;
	min-width: 86%;
	max-width: 86%;
	}
	}

._headline div{
	position: relative;
	}

._headline div h3{
	font-size: 1.8em;
	font-weight: 500;
	}
@media screen and (max-width: 768px) {
._headline div h3{
	font-size: 1.4em;
	line-height: 1.6em;
	}
	}

._headline div p{
	margin-top: 20px;
	font-size: .8em;
	font-weight: 300;
	}
@media screen and (max-width: 768px) {
._headline div p{
	margin-top: 10px;
	}
	}

._headline p._categoly{
	margin-top: 30px;
	font-size: .8em;
	font-weight: 300;
	}
@media screen and (max-width: 768px) {
._headline p._categoly{
	margin-top: 20px;
	}
	}

._headline p._categoly span{
	display: inline-block;
	border: 1px solid #777;
	padding: 3px 10px;
	margin-right: 7px;
	}

._headline div table{
	}
@media screen and (max-width: 768px) {
._headline div table{
	margin-top: 60px;
	}
._headline._lite div table{
	margin-top: 40px;
	}
	}

._headline div table tr td{
	padding: 0 0 7px 0;
	font-size: .9em;
	font-weight: 400;
	}

._headline div table tr:last-child td{
	padding-top: 15px;
	font-size: .8em;
	line-height: 1.5em;
	font-weight: 300;
	}


/*================================

_intro

================================*/

._intro {
	position: relative;
	width: 100%;
	padding: 80px 0 0;
	}
@media screen and (max-width: 768px) {
._intro{
	padding: 50px 0 0;
	}
	}

._intro._lite{
	width: 80%;
	max-width: 1000px;
	min-width: 700px;
	margin: auto;
	}
@media screen and (max-width: 768px) {
._intro._lite{
	width: 86%;
	max-width: 86%;
	min-width: 86%;
	}
	}

._intro h2.en{
	font-size: 2.8em;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	}
@media screen and (max-width: 768px) {
._intro h2.en{
	font-size: 1.8em;
	}
	}

._intro p._lead.jp{
	margin-top: 60px;
	font-size: 1em;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width: 768px) {
._intro p._lead.jp{
	margin-top: 50px;
	font-size: 1em;
	line-height: 1.8em;
	}
	}

._intro p._lead.en{
	margin-top: 20px;
	font-size: 0.8em;
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width: 768px) {
._intro p._lead.en{
	font-size: 0.8em;
	}
	}

._intro picture{
	display: block;
	width: 80%;
	min-width: 700px;
	margin: auto;
	}
@media screen and (max-width: 768px) {
._intro picture{
	width: 100%;
	min-width: 100%;
	}
	}

._intro._lite picture{
	display: block;
	width: 100%;
	min-width: 700px;
	margin: auto;
	}
@media screen and (max-width: 768px) {
._intro._lite picture{
	width: 100%;
	min-width: 100%;
	}
	}

._intro._lite picture:nth-child(n+2){
	margin-top: 40px;
	}
@media screen and (max-width: 768px) {
._intro._lite picture:nth-child(n+2){
	margin-top: 20px;
	}
	}

._intro img{
	width: 100%;
	margin: auto;
	}
@media screen and (max-width: 768px) {
._intro img{
	width: 100%;
	}
	}


/*================================

_story

================================*/

._story {
                position: relative;
	width: 100%;
                margin-bottom: 80px;
                }
@media screen and (max-width: 768px) {
._story {
                position: relative;
	width: 100%;
                margin-bottom: 80px;
                }
	}

._story ._chapter{
	position: relative;
	width: 80%;
	max-width: 1000px;
	padding: 80px 0 0;
	margin: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	}
@media screen and (max-width: 768px) {
._story ._chapter{
	width: 100%;
                padding: 60px 0 0;
                }
	}

._story ._chapter h3.jp{
                font-size: 1.3em;
                font-weight: 500;
                line-height: 1.6em;
                }
@media screen and (max-width: 768px) {
._story ._chapter h3.jp{
                width: 86%;
                margin: auto;
                font-size: 1.2em;
                }
	}

._story ._chapter p._lead.jp{
                margin-top: 60px;
                font-size: 1em;
                line-height: 2em;
                }
@media screen and (max-width: 768px) {
._story ._chapter p._lead.jp{
                width: 86%;
                margin: auto;
                margin-top: 50px;
                line-height: 1.8em;
                }
	}

._story ._chapter p._lead.en{
	margin-top: 50px;
	font-size: 0.8em;
	font-weight: 300;
	line-height: 1.5em;
	text-align: left;
	}
@media screen and (max-width: 768px) {
._story ._chapter p._lead.en{
	padding-top: 40px;
	width: 86%;
	margin: auto;
	font-size: 0.8em;
	}
	}

._story  img{
                display: block;
                margin: auto;
                margin-top: 80px;
	width: 80%;
                max-width: 1000px;
                }
@media screen and (max-width: 768px) {
._story  img{
                margin-top: 60px;
                width: 100%;
                max-width: 100%;
                }
	}

._story  img._second{
                margin-top: 30px;
                }

._cases{
	padding-bottom: 100px;
	}
@media screen and (max-width: 768px) {
._cases{
	padding-bottom: 50px;
	}
	}

._cases ._innercols{
	width: 80%;
	min-width: 700px;
	margin: auto;
	margin-top: 100px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 8%;
	}
@media screen and (max-width: 768px) {
._cases ._innercols{
	width: 86%;
	min-width: 86%;
	margin-top: 60px;
	flex-direction: column;
	row-gap: 40px;
	}
	}

._cases ._innercols._lite{
	justify-content: flex-start;
	column-gap: 6%;
	}

._cases ._innercols ._inner{
	width: 46%;
	}
@media screen and (max-width: 768px) {
._cases ._innercols ._inner{
	width: 100%;
	}
	}

._cases ._innercols._lite ._inner{
	width: calc(88% / 3);
	}
@media screen and (max-width: 768px) {
._cases ._innercols._lite ._inner{
	width: 100%;
	}
	}

._cases ._innercols ._inner a{
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	row-gap: 30px;
	}
@media screen and (max-width: 768px) {
._cases ._innercols ._inner a{
	row-gap: 20px;
	}
	}

@media screen and (max-width: 768px) {
._cases ._innercols._lite ._inner a{
	justify-content: flex-start;
	flex-direction: row;
	column-gap: 7%;
	}
	}


._cases ._innercols ._inner ._img{
	width: 100%;
	}
@media screen and (max-width: 768px) {
._cases ._innercols ._inner ._img{
	width: 100%;
	}
	}

@media screen and (max-width: 768px) {
._cases ._innercols._lite ._inner ._img{
	aspect-ratio: 4 / 3;
	overflow: hidden;
	}
	}

._cases ._innercols ._inner ._img img{
	width: 100%;
	}

@media screen and (max-width: 768px) {
._cases ._innercols._lite ._inner ._img img{
	height: 100%;
	}
	}

._cases ._innercols ._inner ._texts{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	}
@media screen and (max-width: 768px) {
._cases ._innercols ._inner ._texts{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	}
	}

._cases ._innercols ._inner ._texts p._lead.jp{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 500;
	}
@media screen and (max-width: 768px) {
._cases ._innercols ._inner ._texts p._lead.jp{
	font-size: 1.1em;
	width: 100%;
	margin: auto;
	}
	}

@media screen and (max-width: 768px) {
._cases ._innercols._lite ._inner ._texts p._lead.jp{
	font-size: 1em;
	}
	}

._cases ._innercols ._inner ._texts p._lead.en{
	font-size: .8em;
	font-weight: 300;
	margin-top: 10px;
	}
@media screen and (max-width: 768px) {
._cases ._innercols ._inner ._texts p._lead.en{
	line-height: 1.5em;
	width: 100%;
	margin: auto;
	margin-top: 7px;
	}
	}

@media screen and (max-width: 768px) {
._cases ._innercols._lite ._inner ._texts p._lead.en{
	font-size: .7em;
	line-height: 1.3em;
	}
	}

._cases ._innercols ._inner ._texts p._categoly{
	font-size: .7em;
	font-weight: 300;
	margin-top: 30px;
	}
@media screen and (max-width: 768px) {
._cases ._innercols ._inner ._texts p._categoly{
	font-size: .7em;
	margin-top: 20px;
	}
	}

@media screen and (max-width: 768px) {
._cases ._innercols._lite ._inner ._texts p._categoly{
	font-size: .7em;
	margin-top: 10px;
	}
	}

._cases ._innercols ._inner ._texts p._categoly span{
	display: inline-block;
	border: 1px solid #777;
	padding: 3px 10px;
	margin-right: 7px;
	}
@media screen and (max-width: 768px) {
._cases ._innercols ._inner ._texts p._categoly span{
	padding: 2px 10px;
	}
	}

._story ._usedin{
	position: relative;
	width: 80%;
	max-width: 1000px;
	padding: 80px 0 0;
	margin: auto;
	margin-top: 100px;
	text-align: justify;
	text-justify: inter-ideograph;
	border-top: 1px solid #ccc;
	}
@media screen and (max-width: 768px) {
._story ._usedin{
	width: 100%;
	padding: 60px 0 0;
	margin-top: 60px;
	}
	}

._story ._usedin h3.en{
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width: 768px) {
._story ._usedin h3.en{
	width: 86%;
	margin: auto;
	font-size: 1.1em;
	}
	}

._story ._usedin ._cell{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 20px;
	row-gap: 20px;
	margin-top: 80px;
	}
@media screen and (max-width: 768px) {
._story ._usedin ._cell{
	width: 86%;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
	}
	}

._story ._usedin ._cell > div{
	width: 200px;
	}
@media screen and (max-width: 768px) {
._story ._usedin ._cell > div{
	width: calc((100% - 20px)/2);
	}
	}

._story ._usedin ._cell > div a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #ccc;
	position: relative;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	}

._story ._usedin ._cell > div a:hover{
	border: 1px solid #333;
	}

._story ._usedin ._cell > div a img{
	margin: 0;
	padding: 0;
	width: 100%;
	}

._story ._usedin ._cell > div a p{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	font-weight: 300;
	}

._story ._usedin a.btn{
	width: 200px;
	margin: auto;
	margin-top: 150px;
	display: block;
	border-bottom: 1px solid #ccc;
	}
@media screen and (max-width: 768px) {
._story ._usedin a.btn{
	margin-top: 60px;
	width: 50%;
	}
	}

._story ._usedin a.btn:hover{
	border-bottom: 1px solid #000;
	}

._story ._usedin a.btn p{
	margin-top: 0;
	padding: 25px 0;
	color:#000;
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	}
@media screen and (max-width: 768px) {
._story ._usedin a.btn p{
	padding: 20px 0;
	font-size: 1em;
	}
	}





