@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700,900&display=swap");
@charset "UTF-8";
/*--------------------------------------------
DATA TEXT
---------------------------------------------*/
[data-before]:before{
	content : attr( data-before );
}
[data-after]:after{
	content : attr( data-after );
}
/*--------------------------------------------
MAP
---------------------------------------------*/
.map-container , .iframe-container{
	position : relative;
}
.map-container > #map , .map-container > iframe , .iframe-container > #map , .iframe-container > iframe{
	width : 100%;
	height : 100%;
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	margin : auto;
}
@media screen and (max-width: 750px){
	.is-pc{
		display : none;
	}
}
@media print,screen and (min-width: 751px){
	.is-sp{
		display : none;
	}
}
/*--------------------------------------------
FONTS
---------------------------------------------*/
.mincho{
	font-family : YakuHanMP , "Noto Serif JP" , serif;
}
.font-w500 {
    font-weight: 500;
}
.font-w600 {
    font-weight: 600;
}
.font-lh13 {
    line-height: 1.3;
}
.font-big1{
    font-size: 2rem;
}
/*--------------------------------------------
BACK GROUND COLOR
---------------------------------------------*/
.bg01{
	background-color : #000;
}
.bg02{
	background-color : #5e5e5e;
}
/*--------------------------------------------
TITLE
---------------------------------------------*/
.title01{
	display : block;
	flex-wrap : wrap;
}
.title01 span{
	font-weight : 800;
}
.title01 span:not(:last-of-type){
	display : flex;
	align-items : center;
}

@media screen and (max-width: 750px){
	.title01 span{
		font-size : 3rem;
		margin-top : calc( 15 * 100vw / 375 );
            line-height: 1.3em;
	}
        html[lang="en"]  .title01 span{
            font-size : 3.rem;
            line-height: 1.5em;
        }
	.title01 span:not(:last-of-type):after{
		margin-left : calc( 10 * 100vw / 375 );
		margin-right : calc( 10 * 100vw / 375 );
	}
    .title01 span:last-of-type{
        font-size : 2rem;
        padding-left: calc( 5 * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.title01 span{
		font-size : 4.8rem;
        line-height: 1.3em;
	}
	.title01 span:not(:last-of-type):after{
	}
    .title01 span:last-of-type{
        font-size : 3rem;
        padding-left: 5px;
	}
}
/*--------------------------------------------
LIST
---------------------------------------------*/
.list-results{
	display : flex;
	flex-direction : column;
}
.list-results.is-desc{
	flex-direction : column-reverse;
}
.list-results h4{
	font-weight : 800;
}
.list-results h5{
	font-weight : 700;
	font-size : 1.5rem;
	line-height : 1.6;
}
.list-results .list01 , .list-results .list02{
	display : flex;
	flex-wrap : wrap;
}
.list-results .list01 ul , .list-results .list02 ul{
	display : flex;
	flex-wrap : wrap;
}
.list-results .list01 li li , .list-results .list02 li li{
	font-size : 1.4rem;
}
.list-results .list01 picture{
	overflow : hidden;
	width : 100%;
}
.list-results .list01 picture > img{
	width : 100%;
	height : 100%;
	object-fit : cover;
	font-family : "object-fit: cover;";
    object-position: 50% 0%;
}
.list-results .list02 picture img{
	width : 100%;
	height : auto;
}
.list-results .is-hidden{
	display : none !important;
}
.list-results.keyword > li + li{
	border-top : 1px solid #000;
}
@media screen and (max-width: 750px){
	.list-results{
		margin-top : calc( 30 * 100vw / 375 );
	}
	.list-results .is-hidden-sp{
		display : none !important;
	}
	.list-results h4{
		font-size : 3rem;
	}
	.list-results .list01 , .list-results .list02{
		margin-top : 20px;
	}
	.list-results .list01 picture{
		height : calc( 150 * 100vw / 375 );
	}
	.list-results:not(.is-desc) > li + li{
		margin-top : calc( 30 * 100vw / 375 );
	}
	.list-results.is-desc > li + li{
		margin-bottom : calc( 30 * 100vw / 375 );
	}
	.list-results.keyword > li + li{
		margin-top : calc( 30 * 100vw / 375 );
		padding-top : calc( 30 * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.list-results{
		margin-top : 10px;
	}
	.list-results h4{
		font-size : 4.8rem;
	}
            .list-results h4 span{
                font-size: 1.6rem;
                font-weight:500;
            }
	.list-results .list01 picture{
		height : 150px;
	}
	.list-results:not(.is-desc) > li + li{
		margin-top : 50px;
	}
	.list-results.is-desc > li + li{
		margin-bottom : 50px;
	}
	.list-results.keyword > li + li{
		margin-top : 20px;
		padding-top : 30px;
	}
}
@media screen and (max-width: 750px){
	.list-results[data-layout="thumbnail"] .list01 , .list-results[data-layout="thumbnail"] .list02{
		margin-top : calc( 30 * 100vw / 375 );
		padding-left : calc( 15 * 100% / 345 );
		padding-right : calc( 15 * 100% / 345 );
		justify-content : space-between;
	}
	.list-results[data-layout="thumbnail"] .list01 > li , .list-results[data-layout="thumbnail"] .list02 > li{
		width : calc( 150 * 100% / 315 );
	}
	.list-results[data-layout="thumbnail"] .list01 > li:nth-child(n+3) , .list-results[data-layout="thumbnail"] .list02 > li:nth-child(n+3){
		margin-top : calc( 30 * 100vw / 375 );
	}
	.list-results[data-layout="thumbnail"] .list01 ul , .list-results[data-layout="thumbnail"] .list02 ul{
		margin-left : calc( -10 * 100vw / 375 );
	}
	.list-results[data-layout="thumbnail"] .list01 li li , .list-results[data-layout="thumbnail"] .list02 li li{
		margin-top : calc( 10 * 100vw / 375 );
		margin-left : calc( 10 * 100vw / 375 );
	}
	.list-results[data-layout="thumbnail"] h5{
		margin-top : calc( 10 * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.list-results[data-layout="thumbnail"] .list01 , .list-results[data-layout="thumbnail"] .list02{
		margin-top : 15px;
	}
	.list-results[data-layout="thumbnail"] .list01 > li , .list-results[data-layout="thumbnail"] .list02 > li{
		width : 150px;
	}
	.list-results[data-layout="thumbnail"] .list01 > li:not(:nth-child(6n+1)) , .list-results[data-layout="thumbnail"] .list02 > li:not(:nth-child(6n+1)){
		margin-left : 30px;
	}
	.list-results[data-layout="thumbnail"] .list01 > li:nth-child(n+7) , .list-results[data-layout="thumbnail"] .list02 > li:nth-child(n+7){
		margin-top : 54px;
	}
	.list-results[data-layout="thumbnail"] .list01 ul , .list-results[data-layout="thumbnail"] .list02 ul{
		margin-left : -10px;
	}
	.list-results[data-layout="thumbnail"] .list01 li li , .list-results[data-layout="thumbnail"] .list02 li li{
		margin-top : 10px;
		margin-left : 10px;
	}
	.list-results[data-layout="thumbnail"] h5{
		margin-top : 10px;
	}
}
.list-results[data-layout="list"] picture{
	display : none;
}
.list-results[data-layout="list"] .list01 > li > a , .list-results[data-layout="list"] .list02 > li > a{
	height : 100%;
	width : 100%;
	border-bottom : 1px solid #000;
	display : block;
	justify-content : space-between;
	align-items : flex-start;
}
.list-results[data-layout="list"] .list01 ul , .list-results[data-layout="list"] .list02 ul{
	flex-shrink : 0;
}
.list-results[data-layout="list"] .list01 li li , .list-results[data-layout="list"] .list02 li li{
	white-space : nowrap;
}
.list-results[data-layout="list"] h5{
	flex-grow : 1;
}
@media screen and (max-width: 750px){
	.list-results[data-layout="list"] .list01 > li , .list-results[data-layout="list"] .list02 > li{
		width : 100%;
	}
	.list-results[data-layout="list"] .list01 > li + li , .list-results[data-layout="list"] .list02 > li + li{
		margin-top : calc( 15 * 100vw / 375 );
	}
	.list-results[data-layout="list"] .list01 > li > a , .list-results[data-layout="list"] .list02 > li > a{
		padding-right : calc( 32 * 100% / 345 );
		padding-bottom : calc( 3 * 100vw / 375 );
	}
	.list-results[data-layout="list"] .list01 ul , .list-results[data-layout="list"] .list02 ul{
		margin-top : calc( -5 * 100vw / 375 );
		margin-bottom : calc( 10 * 100vw / 375 );
	}
	.list-results[data-layout="list"] .list01 li li , .list-results[data-layout="list"] .list02 li li{
		margin-top : calc( 10 * 100vw / 375 );
		margin-left : calc( 0 * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.list-results[data-layout="list"] .list01 , .list-results[data-layout="list"] .list02{
		margin-top : 20px;
	}
	.list-results[data-layout="list"] .list01 > li , .list-results[data-layout="list"] .list02 > li{
		width : 330px;
	}
	.list-results[data-layout="list"] .list01 > li > a , .list-results[data-layout="list"] .list02 > li > a{
		padding-right : 32px;
		padding-bottom : 3px;
	}
	.list-results[data-layout="list"] .list01 > li:not(:nth-child(3n+1)) , .list-results[data-layout="list"] .list02 > li:not(:nth-child(3n+1)){
		margin-left : 30px;
	}
	.list-results[data-layout="list"] .list01 > li:nth-child(n+4) , .list-results[data-layout="list"] .list02 > li:nth-child(n+4){
		margin-top : 25px;
	}
	.list-results[data-layout="list"] .list01 ul , .list-results[data-layout="list"] .list02 ul{
		margin-top : -4.5px;
        margin-bottom: 5px;
	}
	.list-results[data-layout="list"] .list01 li li , .list-results[data-layout="list"] .list02 li li{
		margin-top : 10px;
		margin-left : 0;
	}
}
.list-type-A {
	border-top: 1px solid #d0d0d0;
}
.list-type-A:last-of-type {
	border-bottom: 1px solid #d0d0d0;
}
.list-type-A picture {
	height: auto;
	transition: transform .3s ease-in;
}
.list-type-A a:hover picture {
	transform: scale( 1.043 );
}
.list-type-A picture img {
	height: auto;
	width: 100%;
}
.list-type-A .sub {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: calc( 20px - 5px );
}
.list-type-A .icon {
	background: #5e5e5e;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.list-type-A time {
	color: #5e5e5e;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.list-type-A h3 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 2;
	/*text-align: justify;*/
	text-align: left;
}
.list-type-A .box p {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.6;
	/*text-align: justify;*/
	text-align: left;
}
    .list-type-A .box p strong {
        font-weight: 600;
        margin-bottom: .5em;
        display: block;
    }
@media screen and (max-width: 750px){
	.list-type-A {
		padding-bottom: calc( 30 * 100vw / 375 );
		padding-top: calc( 30 * 100vw / 375 );
	}
	.list-type-A picture {
		margin-bottom: calc( 20 * 100vw / 375 );;
		width: 100%;
	}
	.list-type-A .sub {
		margin-bottom: calc( 20 * 100vw / 375 );
	}
	.list-type-A .icon {
		margin-bottom: calc( 5 * 100vw / 375 );
		margin-right: calc( 5 * 100vw / 375 );
		padding: calc( 4.5 * 100vw / 375 );
	}
	.list-type-A time {
		padding-top: calc( 9 * 100vw / 375 );;
		width: 100%;
	}
	.list-type-A h3 {
		margin-bottom: calc( (20 - 9) * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.list-type-A {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.list-type-A a > div {
		display: flex;	
	}
	.list-type-A picture {
		flex-shrink: 0;
		margin-right: 40px;
		width: 230px;
	}
	.list-type-A .sub {
		margin-bottom: calc( 20px - 5px );
		width: 500px;
	}
	.list-type-A .icon {
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 4.5px;
	}
	.list-type-A .icon:last-of-type {
		margin-right: 8px;
	}
	.list-type-A time {
		margin-bottom: 5px;
	}
	.list-type-A h3 {
		margin-bottom: calc( 20px - 9px );
	}
}
/*--------------------------------------------
BUTTON
---------------------------------------------*/
.btn-more{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	background-color : #000;
	font-weight : 700;
	color : #fff;
	margin-left : auto;
	margin-right : auto;
	font-size : 1.8rem;
}
.btn-more:after{
	content : "";
	display : block;
	background : url("../images/ui/icon/down01_white.svg") 0 0 / contain no-repeat;
	flex-shrink : 0;
}
@media screen and (max-width: 750px){
	.btn-more{
		margin-top : calc( 30 * 100vw / 375 );
		width : calc( 270 * 100% / 345 );
		height : calc( 50 * 100vw / 375 );
		border-radius : calc( 5 * 100vw / 375 );
	}
	.btn-more:after{
		width : calc( 12 * 100vw / 375 );
		height : calc( 8 * 100vw / 375 );
		margin-left : calc( 9 * 100% / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.btn-more{
		margin-top : 50px;
		width : 270px;
		height : 50px;
		border-radius : 5px;
	}
	.btn-more:after{
		width : 12px;
		height : 8px;
		margin-left : 9px;
	}
}
/*--------------------------------------------
PAGER
---------------------------------------------*/
[class^="pager"] .box {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    left: 50%;
    position: relative;
    transform: translateX( -50% );
}
[class^="pager"] .box button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
[class^="pager"] .box .prev {
    right: 100%;
}
[class^="pager"] .box .next {
    left: 100%;
}
@media screen and (max-width: 750px){
	[class^="pager"] {
		height: calc( 40 * 100vw / 375 );
	    margin-top: calc( 80 * 100vw / 375 );
	}
	.pager01 .box button {
		margin: 0 calc( 22.5 * 100vw / 375 );
	}
	[class^="pager"] .box img {
		height: calc( 40 * 100vw / 375 );
		width: calc( 40 * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	[class^="pager"] {
		height: 22px;
	    margin-top: 100px;
	}
	.pager01 .box button {
		margin: 0 10px;
	}
	[class^="pager"] .box img {
		height: 22px;
		width: 22px;
	}
}
.pager02 .box ul {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px;
}
.pager02 .box ul li {
	font-size: 1.5rem;
}
.pager02 .box ul li.is-currrent {
	color: #000000;
}
.pager02 .box ul li:nth-child(2) {
	color: #989898;
	margin-left: 10px;
}
.pager02 .box ul li:nth-child(2):before {
	content: '/';
	margin-right: 10px;
}
.pager02 .box ul li span {
	margin-right: 5px;
}
@media screen and (max-width: 750px){
	.pager02.head {
	    margin-bottom: calc( 50 * 100vw / 375 );
	    margin-top: calc( 50 * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.pager02.head {
	    margin-bottom: 50px;
	    margin-top: 50px;
	}
}

/*--------------------------------------------
LINK
---------------------------------------------*/
.link-back{
	position : relative;
	font-size : 1.6rem;
	font-weight : 500;
}
.link-back:before{
	content : "";
	display : block;
	background : url("../images/ui/icon/prev02.svg") 0 0 / contain no-repeat;
}
@media screen and (max-width: 750px){
	.link-back{
		margin-top : calc( 28 * 100vw / 375 );
		display : flex;
		justify-content : center;
		align-items : center;
	}
	.link-back:before{
		width : calc( 25 * 100vw / 375 );
		height : calc( 25 * 100vw / 375 );
		margin-right : calc( 10 * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.link-back{
		display : inline-block;
		margin-top : 80px;
		left : 50%;
		transform : translateX(-50%);
		font-weight : 500;
	}
	.link-back:before{
		position : absolute;
		top : 50%;
		left : 0;
		transform : translateX(-150%) translateY(-50%);
		width : 15px;
		height : 15px;
	}
}
.link-more{
	display : flex;
	align-items : center;
	background-color : #000;
	color : #fff;
	font-weight : 700;
	background-repeat : no-repeat;
	background-image : url("../images/ui/icon/arrow02.svg");
	margin-left : auto;
	margin-right : auto;
	font-size : 1.5rem;
}
@media screen and (max-width: 750px){
	.link-more{
		margin-top : calc( 30 * 100vw / 375 );
		width : calc( 196 * 100% / 345 );
		height : calc( 40 * 100vw / 375 );
		border-radius : calc( 5 * 100vw / 375 );
		padding-left : calc( 19 * 100% / 345 );
		background-size : auto calc( 8 * 100vw / 375 );
		background-position : right calc( 13 * 100vw / 375 ) top 50%;
	}
}
@media print,screen and (min-width: 751px){
	.link-more{
		margin-top : 30px;
		width : 196px;
		height : 40px;
		border-radius : 5px;
		padding-left : 19px;
		background-size : auto 8px;
		background-position : right 13px top 50%;
	}
}
/*--------------------------------------------
SET
---------------------------------------------*/
.set01 h3{
	font-size : 2.2rem;
	font-weight : 800;
	border-top-style : solid;
	border-left-style : solid;
	border-right-style : solid;
	border-top-color : #000;
	border-left-color : #000;
	border-right-color : #000;
	display : inline-flex;
	align-items : flex-end;
	position : relative;
	z-index : 1;
	background-color : #fff;
}
.set01 .box{
	border-style : solid;
	border-color : #000;
	background-color : #fff;
}
.set01 .box > dl > div + div{
	border-top : 1px solid #000;
}

.set01 dt{
	font-weight : 700;
}
.set01 dd{
	font-weight : 500;
}
.set01 dt , .set01 dd{
	font-size : 1.6rem;
    line-height: 1.6;
}
.set01 .box > p{
	font-weight : 500;
	font-size : 1.6rem;
	line-height : 1.69;
}
.set01 .box a:not(.license){
	display : inline-block;
	text-decoration : underline;
	color : #ff9191;
}
.set01 .box a:not(.license):after{
	content : "";
	display : inline-block;
	background : url("../images/ui/icon/arrow01.svg") 0 0 / contain no-repeat;
	flex-shrink : 0;
}
.set01:not(.work-section) ul li:before{
	content : "・";
	flex-shrink : 0;
	margin-right : .5em;
}
.set01 li{
	font-weight : 500;
	font-size : 1.6rem;
}
.set01 .license{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	font-weight : 700;
	font-size : 1.6rem;
	margin-left : auto;
	margin-right : auto;
	border-style : solid;
	border-color : currentColor;
}
.set01 dd > dl dt{
	font-weight : 500;
}
.set01 dd > dl dt,
.set01 dd > dl dd{
	line-height : 1.2;
}
.set01 dd > dl dd span:not(:first-of-type):before{
	content : ' / ';
}
.set01.work-section h4{
	border-bottom : 1px solid #000000;
	font-weight : 700;
}
@media screen and (max-width: 750px){
	.set01 h3{
		border-top-width : calc( 3 * 100vw / 375 );
		border-left-width : calc( 3 * 100vw / 375 );
		border-right-width : calc( 3 * 100vw / 375 );
		height : calc( 40 * 100vw / 375 );
		padding-left : calc( 12 * 100vw / 375 );
		padding-right : calc( 12 * 100vw / 375 );
		padding-bottom : calc( 4 * 100vw / 375 );
	}
	.set01 .box{
		border-width : calc( 3 * 100vw / 375 );
		padding : calc( 12 * 100% / 339 );
		margin-top : calc( -3 * 100vw / 375 );
	}
	.set01 .box > dl{
		margin-top : calc( -3 * 100vw / 375 );
		margin-bottom : calc( -3 * 100vw / 375 );
	}
	.set01 dl > div{
		padding-top : calc( 20 * 100vw / 375 );
		padding-bottom : calc( 20 * 100vw / 375 );
	}
	.set01 dt{
		color : #5e5e5e;
	}
	.set01 dd{
		margin-top : calc( 10 * 100vw / 375 );
	}
	.set01 dl dd > dl div{
		display : flex;
		padding-bottom : calc( (12 - 1.6) * 100vw / 375 );
		padding-top : 0;
	}
	.set01 dd > dl dt{
		color : inherit;
		flex-shrink : 0;
		width : calc( 92 * 100vw / 375 );
	}
        html[lang="en"]  .set01 dd > dl dt{
            color : inherit;
            flex-shrink : 0;
            width : calc( 140 * 100vw / 375 );
        }    
	.set01 dd > dl dd{
		flex-grow : 1;
		margin-top : 0;
	}
	.set01 .box > p{
        line-height: 2.0;
	}
	.set01 .box a:not(.license):after{
		width : calc( 12 * 100vw / 375 );
		height : calc( 12 * 100vw / 375 );
		margin-left : calc( 4 * 100vw / 375 );
	}
	.set01 ol{
		padding-top : calc( 17 * 100vw / 375 );
		padding-bottom : calc( 17 * 100vw / 375 );
	}
	.set01 ol li + li{
		margin-top : calc( 20 * 100vw / 375 );
	}
	.set01 ol time{
		display : block;
	}
	.set01 ol p{
		margin-top : calc( 10 * 100vw / 375 );
	}
	.set01 ul{
		padding-top : calc( ( 17 - 8 ) * 100vw / 375 );
		padding-bottom : calc( ( 17 - 8 ) * 100vw / 375 );
	}
	.set01 ul li{
		line-height : 2;
	}
	.set01 ul li a:not(.license){
		display : inline!important;
	}
	.set01 .license{
		border-width : calc( 3 * 100vw / 375 );
		width : calc( 270 * 100vw / 375 );
		height : calc( 80 * 100vw / 375 );
	}
	.set01.work-section h4{
		padding-bottom : calc(10 * 100vw / 375);
        line-height: 1.3;
	}
	.set01.work-section li + li{
		margin-top : calc( 12 * 100vw / 375 );
	}
	.set01.work-section dt{
		color : inherit;
	}
	.set01.work-section li > dl > div{
		padding-bottom : 0;
		padding-top : calc( (15 - 8) * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.set01 h3{
		border-top-width : 3px;
		border-left-width : 3px;
		border-right-width : 3px;
		height : 40px;
		padding-left : 12px;
		padding-right : 12px;
		padding-bottom : 3px;
	}
	.set01 .box{
		border-width : 3px;
		margin-top : -3px;
		padding-left : 27px;
		padding-right : 27px;
		padding-top : 27px;
		padding-bottom : 27px;
	}
	.set01 dl > div{
		display : flex;
		align-items : flex-start;
	}
	.set01 dt , .set01 dd{
		padding-top : 16px;
		padding-bottom : 16px;
	}
	.set01 dt{
		flex-shrink : 0;
		width : auto;
        white-space: nowrap;
        padding-right: 10px;
	}
        html[lang="en"]   .set01 dt{
            flex-shrink : 0;
            width : 170px;
        }   
	.set01 dd{
		flex-grow : 1;
	}
	.set01 dd > dl div + div{
		padding-top : calc( 16px - 1.6px );
	}
	.set01 dd > dl dt ,.set01 dd > dl dd{
		padding-bottom : 0;
		padding-top : 0;
	}
	.set01 dd > dl dt{
		width : auto;
	}
	.set01 dd > dl dt:after{
		content : ':';
	}
	.set01 .box > p{
        line-height: 2.0;
	}
	.set01 .box a:not(.license):after{
		width : 12px;
		height : 12px;
		margin-left : 4px;
	}
	.set01 ol{
		padding-top : calc( 27px - 11px );
		padding-bottom : calc( 27px - 11px );
	}
	.set01 ol li{
		display : flex;
		flex-wrap : wrap;
	}
	.set01 ol li + li{
		margin-top : 20px;
	}
	.set01 ol time{
		flex-shrink : 0;
		width : 150px;
	}
	.set01 ul{
		padding-top : calc( 27px - 11px );
		padding-bottom : calc( 27px - 11px );
	}
	.set01:not(.work-section) ul li{
		display : flex;
	}
	.set01 ul li + li{
		margin-top : 16px;
	}
	.set01 .license{
		border-width : 3px;
		width : 270px;
		height : 80px;
		background-color : #ddd;
	}
	.set01.work-section h4{
		font-size : 1.8rem;
		padding-bottom : 12px;
	}
	.set01.work-section li + li{
		margin-top : 30px;
	}	
	.set01.work-section li > dl {
		/*--margin-left : 90px;--*/
	}
	.set01.work-section li > dl > div {
		border-bottom : 1px solid #000;
	}
}
/*--------------------------------------------
SLIDE CONTROLLER
---------------------------------------------*/
.slide-controller{
	display : flex;
	align-items : center;
	justify-content : center;
}
.slide-controller .slide-arrow{
	display : inline-flex;
	align-items : center;
	font-weight : 700;
}
.slide-controller .slide-prev:before{
	content : "";
	background-repeat : no-repeat;
	background-size : contain;
	background-position : center;
	background-image : url("../images/ui/icon/prev02.svg");
	margin-right : 1em;
}
.slide-controller .slide-next:after{
	content : "";
	background-repeat : no-repeat;
	background-size : contain;
	background-position : center;
	background-image : url("../images/ui/icon/next02.svg");
	margin-left : 1em;
}
.slide-controller .slick-dots{
	display : flex;
	justify-content : center;
	align-items : center;
	z-index : 5;
	position : relative;
}
.slide-controller .slick-dots li{
	font-size : 0;
}
.slide-controller .slick-dots button{
	color : transparent;
	font-size : 0;
	cursor : pointer;
}
.slide-controller .slick-dots button{
	background-color : #000;
	border-radius : 50%;
	border-color : #e5e5e5;
	border-style : solid;
	background-clip : content-box;
}
.slide-controller .slick-dots .slick-active button{
	border-color : #000;
}
@media screen and (max-width: 750px){
	.slide-controller{
		margin-top : calc( 30 * 100vw / 375 );
	}
	.slide-controller .slide-prev{
		margin-right : calc( ( 26 - 3.5 ) * 100% / 345 );
	}
	.slide-controller .slide-prev:before{
		width : calc( 25 * 100vw / 375 );
		height : calc( 25 * 100vw / 375 );
	}
	.slide-controller .slide-next{
		margin-left : calc( ( 26 - 3.5 ) * 100% / 345 );
	}
	.slide-controller .slide-next:after{
		width : calc( 25 * 100vw / 375 );
		height : calc( 25 * 100vw / 375 );
	}
	.slide-controller .slick-dots li{
		margin-left : calc( 3.5 * 100vw / 375 );
		margin-right : calc( 3.5 * 100vw / 375 );
	}
	.slide-controller .slick-dots button{
		width : calc( 16 * 100vw / 375 );
		height : calc( 16 * 100vw / 375 );
		border-width : calc( 4 * 100vw / 375 );
	}
}
@media print,screen and (min-width: 1100px){
	.slide-controller{
		margin-top : 34px;
	}
	.slide-controller .slide-arrow{
		font-size : 1.6rem;
	}
	.slide-controller .slide-prev{
		margin-right : 80px;
	}
	.slide-controller .slide-prev:before{
		width : 1em;
		height : 1em;
	}
	.slide-controller .slide-next{
		margin-left : 80px;
	}
	.slide-controller .slide-next:after{
		width : 1em;
		height : 1em;
	}
	.slide-controller .slick-dots li{
		margin-left : 3.5px;
		margin-right : 3.5px;
	}
	.slide-controller .slick-dots button{
		width : 16px;
		height : 16px;
		border-width : 4px;
	}
}
/*# sourceMappingURL=../maps/module.css.map */


/*--------------------------------------------
INDEX MODULE
---------------------------------------------*/

/* 1コラム */
.index-module-A .list-type-A {
	border-top: 1px solid #d0d0d0;
}
.index-module-A .list-type-A:last-of-type {
	border-bottom: 1px solid #d0d0d0;
}
.index-module-A .list-type-A picture {
	height: auto;
	transition: transform .3s ease-in;
}
.index-module-A .list-type-A a:hover picture {
	transform: scale( 1.043 );
}
.index-module-A .list-type-A picture img {
	height: auto;
	width: 100%;
}
.index-module-A .list-type-A .sub {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: calc( 20px - 5px );
}
.index-module-A .list-type-A .icon {
	background: #5e5e5e;
	color: #ffffff;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.index-module-A .list-type-A time {
	color: #5e5e5e;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.index-module-A .list-type-A h3 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 2;
	/*text-align: justify;*/
	text-align: left;
}
.index-module-A .list-type-A .box p {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.6;
	/*text-align: justify;*/
	text-align: left;
}
.index-module-A .list-type-A .box p strong {
	font-weight: 600;
	margin-bottom: .5em;
	display: block;
}
@media screen and (max-width: 750px){
	.index-module-A .list-type-A {
		padding-bottom: calc( 30 * 100vw / 375 );
		padding-top: calc( 30 * 100vw / 375 );
	}
	.index-module-A .list-type-A picture {
		margin-bottom: calc( 20 * 100vw / 375 );;
		width: 100%;
	}
	.index-module-A .list-type-A .sub {
		margin-bottom: calc( 20 * 100vw / 375 );
	}
	.index-module-A .list-type-A .icon {
		margin-bottom: calc( 5 * 100vw / 375 );
		margin-right: calc( 5 * 100vw / 375 );
		padding: calc( 4.5 * 100vw / 375 );
	}
	.index-module-A .list-type-A time {
		padding-top: calc( 9 * 100vw / 375 );;
		width: 100%;
	}
	.index-module-A .list-type-A h3 {
		margin-bottom: calc( (20 - 9) * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.sec .index-module-A｛
	clear: both;
	｝
	.index-module-A .list-type-A {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.index-module-A .list-type-A a > div {
		display: flex;	
	}
	.index-module-A .list-type-A picture {
		flex-shrink: 0;
		margin-right: 40px;
		width: 230px;
	}
	.index-module-A .list-type-A .sub {
		margin-bottom: calc( 20px - 5px );
		width: 300px;
	}
	.index-module-A .list-type-A .icon {
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 4.5px;
	}
	.index-module-A .list-type-A .icon:last-of-type {
		margin-right: 8px;
	}
	.index-module-A .list-type-A time {
		margin-bottom: 5px;
	}
	.index-module-A .list-type-A h3 {
		margin-bottom: calc( 20px - 9px );
	}
}

/* 3コラム */
.index-module-B .list-type-B {

}

.index-module-B .list-type-B picture {
	height: auto;
	transition: transform .3s ease-in;
}
.index-module-B .list-type-B a:hover picture {
	transform: scale( 1.043 );
}
.index-module-B .list-type-B picture img {
	height: auto;
	width: 100%;
}
.index-module-B .list-type-B .sub {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: calc( 20px - 5px );
}
.index-module-B .list-type-B .icon {
	background: #5e5e5e;
	color: #ffffff;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.index-module-B .list-type-B time {
	color: #5e5e5e;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.index-module-B .list-type-B h3 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 2;
	/*text-align: justify;*/
	text-align: left;
}
.index-module-B .list-type-B .box p {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.6;
	/*text-align: justify;*/
	text-align: left;
}
.index-module-B .list-type-B .box p strong {
	font-weight: 600;
	margin-bottom: .5em;
	display: block;
}
@media screen and (max-width: 750px){
	.index-module-B .list-type-B {
		padding-bottom: calc( 30 * 100vw / 375 );
		padding-top: calc( 30 * 100vw / 375 );
	}
	.index-module-B .list-type-B picture {
		margin-bottom: calc( 20 * 100vw / 375 );;
		width: 100%;
	}
	.index-module-B .list-type-B .sub {
		margin-bottom: calc( 20 * 100vw / 375 );
	}
	.index-module-B .list-type-B .icon {
		margin-bottom: calc( 5 * 100vw / 375 );
		margin-right: calc( 5 * 100vw / 375 );
		padding: calc( 4.5 * 100vw / 375 );
	}
	.index-module-B .list-type-B time {
		padding-top: calc( 9 * 100vw / 375 );;
		width: 100%;
	}
	.index-module-B .list-type-B h3 {
		margin-bottom: calc( (20 - 9) * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.index-module-B ul{
		display : -webkit-box;     /* old Android */
		display : -webkit-flex;    /* Safari etc. */
		display : -ms-flexbox;     /* IE10        */
		display : flex;
		flex-wrap: wrap;
		margin-left: -35px;
		

	}
	.index-module-B .list-type-B {
		padding-bottom: 20px;
		padding-top: 20px;
		width:200px;
		margin-left:35px;
	
	}
	.index-module-B .list-type-B a > div {
		/*display: flex;	*/
	}
	.index-module-B .list-type-B picture {
		/*flex-shrink: 0;
		margin-right: 40px;*/
		width: 200px;
	}
	.index-module-B .list-type-B .sub {
		margin-top: calc( 20px - 5px );
		margin-bottom: calc( 20px - 5px );
		width: 300px;
	}
	.index-module-B .list-type-B .icon {
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 4.5px;
	}
	.index-module-B .list-type-B .icon:last-of-type {
		margin-right: 8px;
	}
	.index-module-B .list-type-B time {
		margin-bottom: 5px;
	}
	.index-module-B .list-type-B h3 {
		margin-bottom: calc( 20px - 9px );
	}
}

/* 1コラム イメージなし */
.index-module-C .list-type-C {
	border-top: 1px solid #d0d0d0;
}
.index-module-C .list-type-C:last-of-type {
	border-bottom: 1px solid #d0d0d0;
}
.index-module-C .list-type-C picture {
	height: auto;
	transition: transform .3s ease-in;
}
.index-module-C .list-type-C a:hover picture {
	transform: scale( 1.043 );
}
.index-module-C .list-type-C picture img {
	height: auto;
	width: 100%;
}
.index-module-C .list-type-C .sub {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: calc( 20px - 5px );
}
.index-module-C .list-type-C .icon {
	background: #5e5e5e;
	color: #ffffff;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.index-module-C .list-type-C time {
	color: #5e5e5e;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.index-module-C .list-type-C h3 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 2;
	/*text-Clign: justify;*/
	text-Clign: left;
}
.index-module-C .list-type-C .box p {
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.6;
	/*text-Clign: justify;*/
	text-Clign: left;
}
.index-module-C .list-type-C .box p strong {
	font-weight: 600;
	margin-bottom: .5em;
	display: block;
}
@media screen and (max-width: 750px){
	.index-module-C .list-type-C {
		padding-bottom: calc( 30 * 100vw / 375 );
		padding-top: calc( 30 * 100vw / 375 );
	}
	.index-module-C .list-type-C picture {
		margin-bottom: calc( 20 * 100vw / 375 );;
		width: 100%;
	}
	.index-module-C .list-type-C .sub {
		margin-bottom: calc( 20 * 100vw / 375 );
	}
	.index-module-C .list-type-C .icon {
		margin-bottom: calc( 5 * 100vw / 375 );
		margin-right: calc( 5 * 100vw / 375 );
		padding: calc( 4.5 * 100vw / 375 );
	}
	.index-module-C .list-type-C time {
		padding-top: calc( 9 * 100vw / 375 );;
		width: 100%;
	}
	.index-module-C .list-type-C h3 {
		margin-bottom: calc( (20 - 9) * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.sec .index-module-C｛
		clear: both;
	｝
	.index-module-C .list-type-C {

	}
	.index-module-C .list-type-C a > div {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.index-module-C .list-type-C picture {
		flex-shrink: 0;
		margin-right: 40px;
		width: 230px;
	}
	.index-module-C .list-type-C .sub {
		margin-bottom: calc( 20px - 5px );
		width: 300px;
	}
	.index-module-C .list-type-C .icon {
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 4.5px;
	}
	.index-module-C .list-type-C .icon:last-of-type {
		margin-right: 8px;
	}
	.index-module-C .list-type-C time {
		margin-bottom: 5px;
	}
	.index-module-C .list-type-C h3 {
		margin-bottom: calc( 20px - 9px );
	}
}

/* 関連記事 0610 関連情報追加*/
.related {
	margin-top:60px;
}
.related .related_list picture {
	height: auto;
	transition: transform .3s ease-in;
}
.related .related_list a:hover picture {
	transform: scale( 1.043 );
}
.related .related_list picture img {
	height: auto;
	width: 100%;
}
.related .related_list .sub {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: calc( 20px - 5px );
}
.related .related_list .icon {
	background: #5e5e5e;
	color: #ffffff;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.related .related_list time {
	color: #5e5e5e;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: .05em;
}

.related .related_list .box p {
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 1.6;
	/*text-align: justify;*/
	text-align: left;
}
.related .related_list .box p strong {
	font-weight: 600;
	margin-bottom: .5em;
	display: block;
}
@media screen and (max-width: 750px){
	.related h3 {
		font-size: 3rem;
		font-weight: 800;
		letter-spacing: .05em;
		line-height: 2;
		text-align: left;
	}
	.related .related_list h4 {
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: .05em;
		line-height: 2;
		/* text-align: justify; */
		text-align: left;
	}
	.related .related_list {
		padding-bottom: calc( 30 * 100vw / 375 );
		padding-top: calc( 30 * 100vw / 375 );
	}
	.related .related_list picture {
		margin-bottom: calc( 20 * 100vw / 375 );;
		width: 100%;
	}
	.related .related_list .sub {
		margin-bottom: calc( 20 * 100vw / 375 );
	}
	.related .related_list .icon {
		margin-bottom: calc( 5 * 100vw / 375 );
		margin-right: calc( 5 * 100vw / 375 );
		padding: calc( 4.5 * 100vw / 375 );
	}
	.related .related_list time {
		padding-top: calc( 9 * 100vw / 375 );;
		width: 100%;
	}
	.related .related_list h4 {
		margin-bottom: calc( (20 - 9) * 100vw / 375 );
	}
}
@media print,screen and (min-width: 751px){
	.related h3 {
		font-size: 2.4rem;
		font-weight: 800;
		letter-spacing: .05em;
		line-height: 2;
		text-align: left;
		margin-bottom:10px;
	}
	.related .related_list h4 {
		font-size: 100%;
		font-weight: 600;
		letter-spacing: .05em;
		line-height: 1.4;
		/*text-align: justify;*/
		text-align: left;
	}
	.related ul{
		display : -webkit-box;     /* old Android */
		display : -webkit-flex;    /* Safari etc. */
		display : -ms-flexbox;     /* IE10        */
		display : flex;
		flex-wrap: wrap;
	}
	.related .related_list {
		padding-bottom: 15px;
		width:150px;
		
	}
	.related .related_list picture {
		width: 150px;
	}
	.related .related_list .sub {
		margin-top: calc( 15px - 5px );
		margin-bottom: calc( 5px - 5px );
	}
	.related .related_list .icon {
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 4.5px;
	}
	.related .related_list .icon:last-of-type {
		margin-right: 8px;
	}
	.related .related_list time {
		margin-bottom: 5px;
	}
	.related .related_list h4 {
		margin-bottom: calc( 20px - 9px );
	}
}