@charset "utf-8";

/* models */
ul{
	padding-left: 0;
	margin: 0;
}

ul li{
	list-style: none;
}
p{
	font-size: 18px;
	line-height: 1.7;
	margin: 0;
}
.models .middle#store {
	padding: 5rem 1rem 1.5rem;
}

.models .middle:nth-child(n+3) {
	padding: 1.5rem 1rem;
}

.models .middle#other {
	padding: 1.5rem 1rem 5rem;
}


/* --- SP ---------- */
@media print, screen and (max-width: 768px) {
	p{
		font-size: 16px;
	}

    .pc-contents{
        display: none;
    }

	.models .middle#store {
		padding: 2rem 1rem 1rem;
	}

	.models .middle:nth-child(n+3) {
		padding: 1rem 1rem;
	}

	.models .middle#other {
		padding: 1rem 1rem 3rem;
	}
}

/* --- PC ---------- */
@media print, screen and (min-width: 769px) {
    .sp-contents{
        display: none;
    }
}

.models .models-nav-wrap{
	margin: 4rem auto 3rem;
	max-width: 1284px;
    width: 95%;
}

.models .models-nav-wrap .models-nav{
	max-width: 270px;
    width: 100%;
    margin: 0 10px;
}

.models .models-nav-wrap .models-nav a{
	display: inline-block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
    padding: 10px 40px;
    box-sizing: border-box;
    border-radius: 2em;
    border: 1px solid #00579D;
    position: relative;
	width: 100%;
}

.models .models-nav-wrap .models-nav a:hover{
	background-color: #00579D;
	color: #fff;
}

.models .models-nav-wrap .models-nav a::after{
	content: '';
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-color: #00579D;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.models .models-nav-wrap .models-nav a:hover::after{
	background-color: #fff;
}

.models .middle .models-ttl{
	margin: 0;
	font-size: 36px;
	text-align: center;
}

.models .middle .models-lead{
	font-size: 21px;
	text-align: center;
	margin: 10px 0 75px;
	color: #2DC5C6;
}

.models .middle .people-wrap{
	padding: 35px 0 20px;
	border: solid #2DC5C6;
	border-width: 1px 0 1px 0;
	position: relative;
	box-sizing: border-box;
}

.models .middle .people-wrap .people-ttl{
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 14em;
    text-align: center;
}

.models .middle .people-wrap .people-list li{
	padding: 5px 40px;
	font-size: 21px;
	background: linear-gradient(90deg, #d5f3f4 0%, #fff 100%);
	position: relative;
	box-sizing: border-box;
}

.models .middle .people-wrap .people-list li:nth-of-type(n+2){
	margin-top: 10px;
}

.models .middle .people-wrap .people-list li::before{
	content: '✓';
	display: inline-block;
	color: #FF9556;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.models .middle .people-lead{
	margin: 20px 0 0;
	text-align: center;
}

.models .middle .case-wrap{
	margin-top: 90px;
}

.models .middle .case-wrap .case-top-ttl{
	font-size: 28px;
	margin: 0 0 20px;
}

.models .middle#agency .case-wrap .case-top-ttl{
	text-align: center;
}

.models .middle .case-wrap .case-top-lead{
	font-size: 18px;
}

.models .middle .case-wrap .case-box{
	margin-top: 30px;
	background-color: #F5F5F5;
	border-radius: 30px;
	padding: 30px 60px;
	box-sizing: border-box;
}

.models .middle .case-wrap .case-box .case-ttl-wrap{
	margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2DC5C6;
    box-sizing: border-box;
}

.models .middle .case-wrap .case-box .case-ttl-wrap .case-box-ttl{
	margin: 0;
    font-size: 24px;
	text-align: center;
}

.models .middle#store .case-wrap .case-box .case-ttl-wrap .case-box-ttl{
	text-align: left;
}

.models .middle .case-wrap .case-box .case-ttl-wrap .case-category{
	font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #00579D 0%, #002C4F 100%);
    margin: 0 15px 0 0;
    padding: 0 10px;
    display: inline-block;
	min-width: 92px;
    box-sizing: border-box;
}

.models .middle .case-wrap .case-box .case-section .section-ttl{
	margin: 0 0 5px;
    font-size: 21px;
}

.models .middle .case-wrap .case-box .case-section .section-ttl span{
	background: linear-gradient(transparent 70%, #ffccae 50%);
}

.models .middle .case-wrap .case-box .case-box-list{
	margin-bottom: 30px;
}

.models .middle .case-wrap .case-box .case-box-list li{
	font-size: 21px;
    padding-left: 1em;
    position: relative;
}

.models .middle .case-wrap .case-box .case-section .case-box-list li{
	font-size: 18px;
}

.models .middle .case-wrap .case-box .case-box-list li::before{
	content: '・';
	display: inline-block;
	color: #2DC5C6;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.models .middle .case-wrap .case-box .one-img{
	text-align: center;
	max-width: 590px;
	width: 100%;
	margin: 0 auto;
}

.models .middle .case-wrap .case-box .img-wrap{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


/* store case-box */

.models .middle .case-wrap .store-flow .case-box{
	margin-left: 50px;
    position: relative;
}

.models .middle .case-wrap .store-flow .case-box::before,
.models .middle .case-wrap .store-flow .case-box::after{
	content: '';
    display: inline-block;
    position: absolute;
    top: 40px;
}

.models .middle .case-wrap .store-flow .case-box::before{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #2DC5C6;
    left: -50px;
}

.models .middle .case-wrap .store-flow .case-box::after{
    border: 2px dashed #2DC5C6;
    height: calc(100% + 40px);
    left: -42px;
}

.models .middle .case-wrap .store-flow .case-box:last-child:after{
	display: none;
}


/* agency cooperation */

.models .middle .cooperation-wrap{
	position: relative;
}

.models .middle .cooperation-wrap::before{
	content: '';
	display: inline-block;
	width: 123px;
	height: 56px;
	background-image: url(../images/models/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.models .middle .cooperation-wrap .cooperation-box{
	background-color: #F5F5F5;
	border-radius: 30px;
	border: 2px solid;
	padding: 15px 20px;
	box-sizing: border-box;
}

.models .middle .cooperation-wrap .cooperation-box.agency-box{
	border-color: #00579D;
}

.models .middle .cooperation-wrap .cooperation-box.hakobu-box{
	border-color: #2DC5C6;
}

.models .middle .cooperation-wrap .cooperation-box .cooperation-ttl{
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	height: 45px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.models .middle .cooperation-wrap .cooperation-box.agency-box .cooperation-ttl{
	color: #00579D;
}

.models .middle .cooperation-wrap .cooperation-box.agency-box .cooperation-ttl span{
	display: inline-block;
	padding-left: 1.5em;
	position: relative;
}

.models .middle .cooperation-wrap .cooperation-box.agency-box .cooperation-ttl span::before{
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url(../images/models/icon-shop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.models .middle .cooperation-wrap .cooperation-box.hakobu-box .cooperation-ttl img{
	height: 100%;
}

.models .middle .cooperation-wrap .cooperation-box ul{
	margin-top: 6px;
}

.models .middle .cooperation-wrap .cooperation-box ul li{
	font-size: 18px;
	padding-left: 1em;
	position: relative;
}

.models .middle .cooperation-wrap .cooperation-box ul li::before{
	content: '・';
	display: inline-block;
	position: absolute;
    left: 0;
    top: 0;
}

.models .middle .cooperation-small{
	font-size: 18px;
	color: #fff;
	background-color: #2DC5C6;
	padding: 3px 1.5em;
	border-radius: 2em;
	box-sizing: border-box;
	text-align: center;
	margin: 15px auto 0;
	max-width: 346px;
	width: 100%;
}

.models .middle .other-lead{
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
}

.models .bottom-flow{
	padding: 100px 0;
	background-color: #EEF8F8;
	box-sizing: border-box;
}

.models .bottom-flow .inner{
	margin: 0 auto;
	max-width: 1284px;
    width: 95%;
}

.models .bottom-flow .flow-wrap .flow-box{
	background-color: #fff;
	border-radius: 20px;
	padding: 50px 25px 35px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

.models .bottom-flow .flow-wrap .flow-box::after{
	content: '';
    display: inline-block;
    width: 1.5em;
    height: 6em;
    background: #fff;
    position: absolute;
    right: -1.5em;
}

.models .bottom-flow .flow-wrap .flow-box:last-child:after{
	display: none;
}

.models .bottom-flow .flow-wrap .flow-box .step{
	text-align: center;
    font-weight: bold;
    color: #2DC5C6;
    line-height: 1;
    display: inline-block;
    padding-bottom: 10px;
    border: solid #2DC5C6;
	border-width: 0 0 1px 0;
}

.models .bottom-flow .flow-wrap .flow-box .step span{
	font-size: 250%;
}

.models .bottom-flow .flow-wrap .flow-box .flow-inner{
	text-align: center;
}

.models .bottom-flow .flow-wrap .flow-box .flow-inner .flow-txt{
	font-weight: bold;
	font-size: 20px;
	margin: 30px 0 0;
}

.models .bottom-flow .btn-top{
	margin: 60px auto 25px;
	text-align: center;
	font-size: 18px;
}


/* --- PC ---------- */
@media print, screen and (min-width: 769px) {
	.models .models-nav-wrap{
		display: flex;
		justify-content: center;
	}

	.models .middle#agency .people-wrap .people-list{
		display: flex;
		flex-wrap: wrap;
	}

	.models .middle#agency .people-wrap .people-list li{
		width: 49%;
	}

	.models .middle#agency .people-wrap .people-list li:nth-of-type(2n){
		margin-left: 2%;
	}

	.models .middle#agency .people-wrap .people-list li:nth-of-type(n+2){
		margin-top: 0;
	}

	.models .middle#agency .people-wrap .people-list li:nth-of-type(n+3){
		margin-top: 10px;
	}

	.models .middle#store .case-wrap .case-box .case-ttl-wrap{
		display: flex;
		align-items: center;
	}

	.models .middle .case-wrap .case-box .case-section-wrap{
		display: flex;
		flex-wrap: wrap;
	}

	.models .middle .case-wrap .case-box .case-section{
		width: 48%;
	}

	.models .middle .case-wrap .case-box .case-section:nth-of-type(2n){
		margin-left: 4%;
	}


	.models .middle .case-wrap .case-box .img-wrap{
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.models .middle .case-wrap .case-box .img-wrap .img{
		padding: 0 10px;
        max-width: unset;
        width: calc(100% / 2);
        box-sizing: border-box;
	}

	.models .middle#store .case-wrap .case-box .img-wrap .img{
		width: auto;
	}

	.models .middle#store .case-wrap .case-box .img-wrap .img img{
		width: auto;
        max-height: 330px;
        height: 100%;
	}

	/* agency cooperation */

	.models .middle .cooperation-wrap{
		display: flex;
		align-items: center;
	}

	.models .middle .cooperation-wrap .cooperation-box{
		width: 45%;
	}

	.models .middle .cooperation-wrap .cooperation-box.agency-box{
		margin-right: 10%;
	}

	.models .bottom-flow .flow-wrap{
		display: flex;
	}

	.models .bottom-flow .flow-wrap .flow-box{
		width: 22.75%;
		justify-content: center;
		flex-direction: column;
	}

	.models .bottom-flow .flow-wrap .flow-box::after{
		clip-path: polygon(0 0, 0 100%, 100% 50%);
		right: -1.5em;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.models .bottom-flow .flow-wrap .flow-box:nth-of-type(n+2){
		margin-left: 3%;
	}

	.models .bottom-flow .flow-wrap .flow-box .step{
		position: absolute;
		left: 35px;
		top: -2em;
	}
}


@media print, screen and (min-width: 769px) and (max-width: 923px){
	.models .middle .cooperation-wrap .cooperation-box{
		width: 47%;
	}

	.models .middle .cooperation-wrap .cooperation-box.agency-box {
        margin-right: 6%;
    }

	.models .middle .cooperation-wrap::before{
		width: 62px;
		height: 48px;
		background-size: 100% 100%;
	}

	.models .bottom-flow .flow-wrap .flow-box{
		padding: 50px 15px 25px;
	}

	.models .bottom-flow .flow-wrap .flow-box::after{
		width: 1em;
		height: 4em;
		right: -1em;
	}

	.models .bottom-flow .flow-wrap .flow-box .step{
		left: 25px;
	}

	.models .bottom-flow .flow-wrap .flow-box .step span{
		font-size: 230%;
	}

	.models .bottom-flow .flow-wrap .flow-box .flow-inner .flow-txt {
		font-size: 18px;
		margin: 20px 0 0;
	}
}

@media print, screen and (max-width: 923px) {
	.models .middle .cooperation-wrap .cooperation-box{
		padding: 10px;
		border-radius: 15px;
	}

	.models .middle .cooperation-wrap .cooperation-box ul li{
		font-size: 16px;
	}
}



/* --- SP ---------- */
@media print, screen and (max-width: 768px) {
	.models .models-nav-wrap{
		margin: 3rem auto 2rem;
	}

	.models .models-nav-wrap .models-nav{
		margin: 10px auto;
	}

	.models .middle .models-ttl{
		font-size: 26px;
	}

	.models .middle .models-lead{
		font-size: 18px;
		margin-bottom: 45px;
	}

	.models .middle .people-wrap{
		padding: 25px 0 10px;
	}

	.models .middle .people-wrap .people-list li{
		font-size: 16px;
	}

	.models .middle .case-wrap{
		margin-top: 40px;
	}

	.models .middle .case-wrap .case-top-ttl{
		font-size: 22px;
		margin-bottom: 10px;
	}

	.models .middle .case-wrap .case-top-lead{
		font-size: 16px;
	}

	.models .middle .case-wrap .case-box{
		margin-top: 20px;
		padding: 20px;
		border-radius: 15px;
	}

	.models .middle .case-wrap .case-box .case-ttl-wrap{
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.models .middle .case-wrap .case-box .case-ttl-wrap .case-category{
		font-size: 18px;
		margin-bottom: 5px;
		min-width: 74px;
	}

	.models .middle .case-wrap .case-box .case-ttl-wrap .case-box-ttl{
		font-size: 18px;
	}

	.models .middle .case-wrap .case-box .case-section{
		margin-top: 20px;
	}

	.models .middle .case-wrap .case-box .case-section .section-ttl{
		font-size: 18px;
	}

	.models .middle .case-wrap .case-box .case-box-list{
		margin-bottom: 20px;
	}

	.models .middle .case-wrap .case-box .case-box-list li{
		font-size: 16px;
	}

	.models .middle .case-wrap .case-box .img-wrap{
		max-width: 430px;
		margin: 0;
	}

	.models .middle .case-wrap .case-box .one-img,
	.models .middle .case-wrap .case-box .img-wrap{
		text-align: left;
	}

	.models .middle .case-wrap .case-box .img-wrap .img{
		margin-top: 10px;
	}

	.models .middle .case-wrap .store-flow .case-box{
		margin-left: 30px;
	}

	.models .middle .case-wrap .store-flow .case-box::before,
	.models .middle .case-wrap .store-flow .case-box::after{
		top: 26px;
	}

	.models .middle .case-wrap .store-flow .case-box::before{
		width: 16px;
		height: 16px;
		left: -30px;
	}

	.models .middle .case-wrap .store-flow .case-box::after{
		left: -24px;
		height: calc(100% + 26px);
	}

	.models .middle .cooperation-wrap::before{
		width: 70px;
		height: 57px;
		background-size: 100% 100%;
		transform: translateY(-50%) translateX(-50%) rotate(90deg);
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	}

	.models .middle .cooperation-wrap .cooperation-box.agency-box{
		margin-bottom: 50px;
	}

	.models .middle .cooperation-wrap .cooperation-box .cooperation-ttl{
		font-size: 18px;
	}

	.models .middle .cooperation-wrap .cooperation-box ul li{
		font-size: 16px;
	}

	.models .middle .cooperation-small{
		font-size: 16px;
	}

	.models .middle .other-lead{
		font-size: 16px;
		text-align: left;
		margin-top: 20px;
	}

	.models .bottom-flow{
		padding: 50px 0;
	}

	.models .bottom-flow .inner{
		max-width: 430px;
	}

	.models .bottom-flow .flow-wrap .flow-box{
		padding: 10px;
        margin-bottom: 25px;
        border-radius: 10px;
	}

	.models .bottom-flow .flow-wrap .flow-box::after{
		width: 4em;
        height: 1em;
        clip-path: polygon(0 0, 100% 0%, 50% 100%);
        bottom: -1em;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
	}

	.models .bottom-flow .flow-wrap .flow-box .step{
		padding: 0;
		border-width: 0;
		font-size: 14px;
	}

	.models .bottom-flow .flow-wrap .flow-box .step span{
		font-size: 200%;
	}

	.models .bottom-flow .flow-wrap .flow-box .flow-inner{
		margin-left: 10px;
		border-left: 1px solid #2DC5C6;
		padding-left: 6px;
		text-align: left;
		display: flex;
		align-items: center;
	}

	.models .bottom-flow .flow-wrap .flow-box .flow-inner .img{
		max-width: 65px;
	}

	.models .bottom-flow .flow-wrap .flow-box .flow-inner .flow-txt{
		margin: 0 0 0 5px;
		font-size: 16px;
	}

	.models .bottom-flow .btn-top{
		margin: 30px auto 15px;
		font-size: 16px;
	}
}