@charset "utf-8";

/* HOME
-------------------------------------------------------------------*/
.home .mv{
	position:relative;
}

.home .mv .slider{
	padding:0 120px 0 0;
	box-sizing:border-box;
}

.home .mv .slider li.slick-slide{
	height:620px;
}

.home .mv .slider img{
	height: 100%;
	width: 100%;
	margin: auto;
	max-height: 100%;
	max-width: inherit;
	object-fit: cover;
}

.home .mv h1{
	position:absolute;
	left:0;
	bottom:0;
	padding:0 120px 0 0;
	display:inline-block;
}

.home .sub-tit{
	display:block;
	text-align:right;
	font-size:26px;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	padding:20px 120px 60px 0;
}

.m-tit{
	font-size:80px;
	line-height:1.2em;
	font-family: "Raleway", sans-serif;
	color:#E50012;
	transition: 1s all;
}

.m-tit span{
	font-size:22px;
	font-family: "Zen Kaku Gothic New", serif;
	color:#333333;
	display:block;
	position:relative;
	padding:0 0 0 35px;
	line-height:1em;
	font-weight:500;
	margin:10px 0 0 0;
}

.m-tit span:after{
	content:"";
	height:2px;
	width:20px;
	background:#E50012;
	position:absolute;
	left:0;
    top: 11px;
}

.mission{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.mission .box-in{
	display:flex;
	padding:50px 0 0 0;
	transition: all 0.3s;
}

.mission .box-in h3{
	font-size:50px;
	font-weight:500;
	line-height:1.6em;
	min-width:550px;
}

.mission .box-in .txt-box .txt{
	font-size:22px;
	line-height:1.8em;
	transition: all 0.3s;
}

@media screen and (max-width: 1250px){
.mission .box-in{
	display:block;
}

.mission .box-in .txt-box .txt{
	padding:30px 0 0 0;
}
}

.mission .m-btn{
	padding:50px 0 0 0;
}

.m-btn a{
	height:80px;
	line-height:80px;
	width:320px;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:600;
	box-sizing:border-box;
	display:block;
	position:relative;
}

.m-btn a span{
	position:relative;
	z-index:3;
	display:block;
}

.m-btn a span:after{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 50%;
	margin-top:-4px;
	z-index:2;
}

.m-btn a:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, rgba(231,63,63,1) 0%, rgba(183,28,28,1) 50%, rgba(183,28,28,1) 100%);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
}

.m-btn a:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,126,126,1) 0%, rgba(219,46,46,1) 35%, rgba(183,28,28,1) 100%);
	z-index:2;
	opacity:0;
	transition: 0.3s;
}

.m-btn a:hover:before{
	opacity:1;
}

.service{
	padding:100px 120px 100px 20px;
}

.service .service-box{
	padding:80px 0 0 0;
}

.service .service-box .box-in{
	padding:0 0 100px 0;
}

.service .service-box .box-in{
	padding:0 0 100px 0;
}

.service .service-box .box-in .img{
	max-width:800px;
}

.service dl{
	display:flex;
	align-items:center;
	padding:0 0 50px 0;
}

.service dl dt{
	min-width:90px;
	font-size:20px;
	font-family: "EB Garamond", serif;
	border-right:2px solid #333333;
	border-bottom:2px solid #333333;
	transition: 0.3s;
}

.service dl dt span{
	font-size:60px;
	display:block;
	line-height:1.2em;
	transition: 0.3s;
}

.service dl dd{
	font-size:30px;
	line-height:1.4em;
	padding:0 0 0 50px;
	transition: 0.3s;
}

.slide-box{
	position:relative;
	padding:0 120px 0 0;
}

.slide-arrow{
	position:absolute;
	display:flex;
	justify-content:space-between;
	width:868px;
	top:190px;
	left:-34px;
	right:-34px;
	z-index:3;
}

.slide-arrow li{
	position:relative;
	width:69px;
	height:69px;
	border-radius:50%;
	background: linear-gradient(#e53935 0%, #b71c1c 100%);
	cursor:pointer;
}

.slide-arrow li:after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4px;
    z-index: 2;
}

.slide-arrow li.prev:after{
    transform: rotate(-45deg);
}

.service .slider02{
	width: 100vw;
}

.service .slider02 li{
	margin:0 60px 0 0;
	width:800px;
}

.service .slider02 li h3{
	font-size:32px;
	line-height:1.4em;
	font-weight:500;
	padding:20px 0 0 0;
}

.service .txt{
	font-size:22px;
	line-height:1.4em;
	font-weight:500;
	padding:10px 0 30px 0;
}

.support{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.support .ico{
	padding:20px 0;
}

.support .kome{
	font-size:22px;
	line-height:1.6em;
}

.support .logo-box{
	padding:70px 100px;
	border-radius:10px;
	background:#fff;
	margin:50px 0;
}

.support .logo-box dl{
	text-align:center;
	border:1px dashed #A3A3A3;
	padding:50px 20px;
	margin:50px 0 0 0;
}

.support .logo-box dl dd{
	padding:20px 0 0 0;
}

.support .logo-box dl dd a{
	font-size:22px;
	padding:5px 0 5px 40px;
	display:inline-block;
}

.support .logo-box dl dd a:before{
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 10px;
    top: 16px;
}

.support .logo-box dl dd a:after{
	top:5px;
    width: 30px;
    height: 30px;
	border-radius:50%;
	background:#E50012;
}

.home .list-area{
	padding:100px 120px 100px 20px;
}

.list-box{
	padding:50px 0;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.list-box:after{
	content:"";
	width:32%;
	display:block;
}

.list-box > li{
	width:32%;
	padding:0 0 20px 0;
}

.list-box > li .day{
	font-size:18px;
	padding:10px 0;
}

.list-box > li .no-img{
	background: url(../img/common/logo.png) no-repeat center center #fff;
	border:1px solid #333;
}

.list-box > li .coverimg:before{
    padding-top: 65%;
}

.list-box > li ul{
	display:flex;
	flex-wrap:wrap;
	padding:10px 0 0 0;
}

/*.list-box > li ul li{
	font-size:18px;
	padding:0 0 0 30px;
	margin:0 20px 5px 0;
	background:url(../img/common/cate-ico.png) no-repeat left center;
}*/

.list-box > li ul li{
	font-size:14px;
	padding:5px 10px;
	margin:0 10px 10px 0;
	color:#fff;
	border-radius:5px;
}

.list-box > li h3{
	font-size:20px;
	line-height:1.8em;
	font-weight:500;
}

@media screen and (max-width: 1050px){
.list-box > li .day {
    font-size: 14px;
}
	
.list-box > li h3{
	font-size:16px;
}
}

.top-useful{
	background:#F5F5F5;
}

.top-news{
	padding:100px 120px 100px 20px;
}

.news-box{
	padding:50px 0;
}

.news-box dl{
	border-bottom:1px dashed #A3A3A3;
}

.news-box dl a{
	display:flex;
	padding:20px 0;
}

.news-box dl dt{
	font-size:18px;
	padding:6px 0 0 0;
	min-width:140px;
}

.news-box dl dd{
	font-size:22px;
	line-height:1.6em;
}

@media screen and (max-width: 800px) {
.home .mv .slider{
	padding:0;
}

.home .mv .slider li.slick-slide{
	height:auto;
}

.home .mv .slider img{
	height: auto;
}

.home .mv h1{
	padding:0 40px 0 0;
	left:20px;
	width:70%;
}
	
.home .sub-tit{
	text-align:left;
	font-size:16px;
	padding:20px 20px 40px 20px;
}

.m-tit{
	font-size:46px;
}

.m-tit span{
	font-size:16px;
	margin:7px 0 0 0;
}

.m-tit span:after{
	height:2px;
	width:20px;
    top: 8px;
}

.mission{
	padding:60px 40px 60px 20px;
}

.mission .box-in{
	display:block;
	padding:40px 0 0 0;
}

.mission .box-in h3{
	font-size: clamp(24px, 7vw, 30px);
	min-width:inherit;
}

.mission .box-in .txt-box .txt{
	font-size:18px;
	padding:20px 0 0 0;
	line-height:1.4em;
}

.mission .m-btn{
	padding:40px 0 0 0;
}

.m-btn a{
	height:70px;
	line-height:70px;
	width:100%;
	max-width:300px;
	font-size:18px;
}

.service{
	padding:60px 40px 20px 20px;
}

.service .service-box{
	padding:50px 0 0 0;
}

.service .service-box .box-in{
	padding:0 0 60px 0;
}

.service dl{
	display:block;
	padding:0 0 0 30px;
	border-left:2px solid #333333;
	margin:0 0 30px 0;
	position:relative;
}

.service dl:after{
	content:"";
	height:2px;
	width:20px;
	background:#333333;
	position:absolute;
	left:0;
	top:0;
}


.service dl dt{
	border-right:none;
	border-bottom:none;
	font-size:18px;
	position:relative;
	top:-33px;
}

.service dl dt span{
	font-size:40px;
	display:inline-block;
	padding:0 0 0 10px;
}

.service dl dd{
	font-size:28px;
	padding:0;
	line-height:1.2em;
	margin-top:-20px;
}

.slide-box{
	padding:0;
}

.service .slide-arrow{
    top: 30%;
	left:0;
	right:0;
	width:auto;
	margin:0 -10px;
}

.slide-arrow li{
	width:40px;
	height:40px;
}

.slide-arrow li:after{
    right: 15px;
}

.service .slider02{
	width: 100%;
}

.service .slider02 li{
	margin:0;
}

.service .slider02 li h3{
	font-size:24px;
}

.service .txt{
	font-size:18px;
	padding:10px 0 30px 0;
}

.support{
	padding:60px 40px 60px 20px;
}

.support .kome{
	font-size:14px;
}

.support .logo-box{
	padding:40px 20px;
	margin:40px 0;
}

.support .logo-box dl{
	padding:30px 20px;
	margin:30px 0 0 0;
}

.support .logo-box dl dt{
	width:200px;
	margin:0 auto;
}

.support .logo-box dl dd a{
	font-size: clamp(12px, 4vw, 18px);
	padding:5px 0 5px 30px;
	text-align:left;
}

.support .logo-box dl dd a:before{
    width: 6px;
    height: 6px;
    left: 7px;
    top: 27px;
}

.support .logo-box dl dd a:after{
	top:20px;
    width: 20px;
    height: 20px;
}

.home .list-area{
	padding:60px 40px 60px 20px;
}

.list-box{
	padding:40px 0 10px 0;
	display:block;
}

.list-box:after{
	display:none;
}

.list-box > li{
	width:100%;
	margin:0 0 30px 0;
}

.list-box > li .coverimg:before{
    padding-top: 60%;
}

.list-box > li ul{
	display:flex;
	flex-wrap:wrap;
}

/*.list-box > li ul li{
	padding:0 0 0 25px;
	margin:0 15px 5px 0;
	background:url(../img/common/sp/cate-ico.png) no-repeat left center;
	background-size:17px;
}*/
	
.list-box > li ul li{
	font-size:13px;
}

.list-box > li h3{
	font-size:18px;
	line-height:1.4em;
}

.top-news{
	padding:60px 40px 60px 20px;
}

.news-box{
	padding:20px 0 40px 0;
}

.news-box dl a{
	display:block;
	padding:20px 0;
}

.news-box dl dt{
	font-size:16px;
	padding:0 0 10px 0;
	min-width:inherit;
}

.news-box dl dd{
	font-size:18px;
}

}

/* footer共通
-------------------------------------------------------------------*/
.f-column,
.f-link-area{
	padding:100px 120px 100px 20px;
}

.f-column ul{
	display:flex;
	justify-content:space-between;
}

.f-column ul li{
	width:49%;
	position:relative;
	overflow: hidden;
}

@media screen and (max-width: 960px){
.f-column ul{
	display:block;
}
	
.f-column ul li{
	width:80%;
	margin:0 0 20px 0;
}
}

.f-column ul li:after{
	content: "";
	background:url(../img/common/f-column-bg01.jpg) no-repeat center center;
	background-size:cover;
	transition: all .3s ease-out;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
}

.f-column ul li:nth-child(2):after{
	background:url(../img/common/f-column-bg02.jpg) no-repeat center center;
	background-size:cover;
}

.f-column ul li:hover:after,
.interview-link:hover:after,
.recruit-link:hover:after{
	transform: scale(1.1);
}

.f-column ul li:before{
    content: "";
    display: block;
    padding-top: 68.1%;
}

.f-column ul li a,
.interview-link a,
.recruit-link a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 1s all;
	display:flex;
	align-items:center;
	z-index:2;
}

.f-column ul li a div,
.interview-link a div,
.recruit-link a div{
	display:block;
	padding:0 0 0 80px;
	color:#fff;
	position:relative;
	width:100%;
}

.f-column ul li a div:after,
.interview-link a div:after,
.recruit-link a div:after{
	content:"";
	position:absolute;
	width:60px;
	height:60px;
	border-radius:50%;
	border:2px solid #fff;
	right:20px;
	top:50%;
	margin:-30px 0 0 0;
	box-sizing:border-box;
}

.f-column ul li a div:before,
.interview-link a div:before,
.recruit-link a div:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -4px;
    z-index: 2;
}

.f-column ul li a .m-tit,
.interview-link a .m-tit,
.recruit-link a .m-tit{
	padding:0 0 20px 0;
	color:#fff;
}

.f-column ul li a .m-tit span,
.interview-link a .m-tit span,
.recruit-link a .m-tit span{
	color:#fff;
}

@media screen and (max-width: 1250px) {
.f-column ul li a .m-tit{
	font-size:60px;
}
}

.interview-link,
.recruit-link{
	position:relative;
	overflow: hidden;
	margin:50px 0 0 0;
}

.interview-link:before,
.recruit-link:before{
    content: "";
    display: block;
    padding-top: 35%;
}

.interview-link:after,
.recruit-link:after{
	content: "";
	background:url(../img/common/interview-bg.jpg) no-repeat center center;
	background-size:cover;
	transition: all .3s ease-out;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
}

.recruit-link:after{
	background:url(../img/common/recruit-bg.jpg) no-repeat center center;
	background-size:cover;
}

.interview-link a p,
.recruit-link a p{
	font-size:22px;
}

@media screen and (max-width: 800px) {
.f-column,
.f-link-area{
	padding:60px 40px 60px 20px;
}

.f-column ul{
	display:block;
}

.f-column ul li{
	width:100%;
	max-width:590px;
}

.f-column ul li:not(:last-child){
	margin:0 0 20px 0;
}

.f-column ul li a div,
.interview-link a div,
.recruit-link a div{
	padding:0 0 0 40px;
}

.f-column ul li a div:after,
.interview-link a div:after,
.recruit-link a div:after{
	width:40px;
	height:40px;
	right:20px;
	margin:-20px 0 0 0;
}

.f-column ul li a div:before,
.interview-link a div:before,
.recruit-link a div:before{
    width: 10px;
    height: 10px;
    right: 37px;
    top: 50%;
    margin-top: -4px;
}

.f-column ul li a .m-tit{
	font-size: clamp(18px, 12vw, 60px);
	padding:0 80px 20px 0;
}

.interview-link:before,
.recruit-link:before{
    padding-top: 68.1%;
}

.interview-link a .m-tit,
.recruit-link a .m-tit{
	font-size: clamp(16px, 8vw, 42px);
	padding:0 60px 20px 0;
}

.interview-link:after{
	background:url(../img/common/sp/interview-bg.jpg) no-repeat center center;
	background-size:cover;
}

.recruit-link:after{
	background:url(../img/common/f-column-bg02.jpg) no-repeat center center;
	background-size:cover;
}

.interview-link a p,
.recruit-link a p{
	font-size: clamp(12px, 8vw, 18px);
}
}

/* COMPANY
-------------------------------------------------------------------*/
.tit-area{
	padding:100px 120px 0 20px;
}

.tit-area .link-box{
	display:flex;
	padding:50px 0;
}

.tit-area .link-box li{
	width:33.33333%;
	border-left:1px dashed #E50012;
	box-sizing:border-box;
}

.tit-area .link-box li:last-child{
	border-right:1px dashed #E50012;
}

.tit-area .link-box li a{
	display:flex;
	justify-content:center;
	align-items:center;
	height:60px;
	font-size:20px;
}

.tit-area .link-box li a span{
	position:relative;
}

.tit-area .link-box li a span:before{
    content:"";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #E50012;
    border-left: 2px solid #E50012;
    transform: rotate(-135deg);
    position: absolute;
    right:-40px;
    top: 50%;
	margin:-6px 0 0 0;
}


@media screen and (max-width: 1020px) {
.tit-area .link-box {
	display: block;
	padding: 30px 0;
	margin: 40px 0;
	border-top: 1px dashed #E50012;
	border-bottom: 1px dashed #E50012;
}
	
.tit-area .link-box li{
	width:100%;
	border-left:none;
	margin:0 0 20px 0;
}

.tit-area .link-box li:last-child{
	border-right:none;
	margin:0;
}

.tit-area .link-box li a{
	display:block;
	height:auto;
}

.tit-area .link-box li a span{
	padding:0 0 0 25px;
	display: block;
}
	
.tit-area .link-box li a span br{
	display:none;
}

.tit-area .link-box li a span:before{
    right:auto;
	left:0;
}
}

.company .message{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.company .message .box-in{
	display:flex;
	flex-wrap:wrap;
	padding:50px 0 0 0;
}

.company .message .box-in .txt-box{
	max-width:660px;
	margin:0 100px 50px 0;
}

@media screen and (max-width: 1404px) {
.company .message .box-in .txt-box{
	max-width:inherit;
	margin:0 0 50px 0;
}
}

.company .message .box-in h3{
	font-size:40px;
	line-height:1.6em;
	font-weight:500;
}

.company .message .box-in .txt{
	font-size:20px;
	line-height:1.8em;
	padding:40px 0 0 0;
}

.company .message .box-in .photo-box{
	max-width:440px;
}

.company .message .box-in .photo-box .img{
	text-align:center;
}

.company .message .box-in .photo-box dl dt{
	text-align:center;
	padding:10px 0 20px 0;
	font-size:22px;
	line-height:1.4em;
}

.company .message .box-in .photo-box dl dd{
	font-size:18px;
	line-height:1.8em;
}

.company .profile{
	padding:100px 120px 100px 20px;
}

.company .profile .box-in{
	padding:50px 0 0 0;
}

.company .profile .box-in .txt-box dl{
	display:flex;
	padding:20px 0;
	border-bottom:1px dashed #A3A3A3;
}

.company .profile .box-in .txt-box dl dt{
	min-width:200px;
	font-size:18px;
	color:#6F6F6F;
	line-height:1.6em;
	padding:5px 0 0 0;
}

.company .profile .box-in .txt-box dl dd{
	font-size:22px;
	line-height:1.6em;
	width:100%;
}

.company .profile .box-in .txt-box dl dd .map{
	padding:0 0 10px 0;
}

.company .profile .box-in .txt-box dl dd .map iframe{
	width:100%;
	height:520px;
	border:none;
}

.company .profile .box-in ul li{
	padding:10px 0;
	border-bottom:1px dashed #A3A3A3;
	display:flex;
	align-items:center;
}

.company .profile .box-in ul li .logo{
	min-width:400px;
	text-align:center;
}

.company .profile .box-in ul li dl{
	padding:40px 50px;
	border-left:1px dashed #A3A3A3;
}

.company .profile .box-in ul li dl dt{
	font-size:40px;
	line-height:1.4em;
}

.company .profile .box-in ul li dl dd{
	font-size:22px;
	line-height:1.6em;
	padding:20px 0 0 0;
}

.company .profile .com-tit{
	margin:60px 0 0 0;
}

@media screen and (max-width: 1160px) {
.company .message .box-in .photo-box{
	max-width:inherit;
}	
	
.company .profile .box-in ul li{
	padding:30px 0;
	display:block;
}

.company .profile .box-in ul li .logo{
	min-width:inherit;
	text-align:left;
}

.company .profile .box-in ul li dl{
	padding:20px 0 0 0;
	border-left:none;
}
}

.company .staff{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.company .staff .slide-box{
	position:relative;
	padding:0;
}

.company .staff .slide-arrow {
    top: 180px;
    left: -34px;
    right: -34px;
	width: 100%;
}

.company .staff ul.slider{
	padding:50px 0;
	width:100vw;
}

.company .staff ul.slider li{
	width:300px;
	margin:0 20px 0 0;
	position: relative;
}

.company .staff ul.slider li a{
	position:relative;
}

.company .staff ul.slider li .name{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:80px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
	font-size:20px;
	text-align:center;
	background:rgba(255,255,255,0.8);
	border-left:6px solid #E50012;
}


.company .staff ul.slider li .name span{
	font-size:16px;
	color:#6F6F6F;
	display:block;
	width:100%;
	margin: 0 0 -20px 0;
}

@media screen and (max-width: 800px){
.tit-area{
	padding:60px 40px 0 20px;
}

.tit-area .link-box li a{
	font-size:16px;
}

.company .message{
	padding:60px 40px 60px 20px;
}

.company .message .box-in{
	display:block;
	padding:40px 0 0 0;
}

.company .message .box-in .txt-box{
	max-width:inherit;
	margin:0 0 30px 0;
}

.company .message .box-in h3{
	font-size: clamp(24px, 7vw, 30px);
}

.company .message .box-in .txt{
	font-size:18px;
	padding:30px 0 0 0;
}

.company .message .box-in .photo-box{
	min-width:inherit;
	display:inline-block;
}

.company .message .box-in .photo-box dl dt{
	font-size:20px;
}

.company .message .box-in .photo-box dl dd{
	font-size:16px;
}

.company .profile{
	padding:60px 40px 60px 20px;
}

.company .profile .box-in{
	padding:20px 0 0 0;
}

.company .profile .box-in .txt-box dl{
	display:block;
	padding:20px 0;
}

.company .profile .box-in .txt-box dl dt{
	min-width:inherit;
	font-size:16px;
	padding:0 0 5px 0;
}

.company .profile .box-in .txt-box dl dd{
	font-size:18px;
}

.company .profile .box-in .txt-box dl dd .map{
	padding:0 0 10px 0;
}

.company .profile .box-in .txt-box dl dd .map iframe{
	height:300px;
}

.company .profile .box-in ul li dl dt{
	font-size:24px;
}

.company .profile .box-in ul li dl dd{
	font-size:18px;
	padding:10px 0 0 0;
}
	
.company .profile .com-tit{
	margin:30px 0 0 0;
}

.company .staff{
	padding:60px 40px 60px 20px;
}

.company .staff .slide-arrow {
    top: 180px;
    left: -20px;
    right: -20px;
	max-width:320px;
}

.company .staff ul.slider{
	padding:40px 0;
}

.company .staff ul.slider li{
	width:280px;
	margin:0 20px 0 0;
}

.company .staff ul.slider li .name{
	height:60px;
	font-size:18px;
	border-left:3px solid #E50012;
}


.company .staff ul.slider li .name span{
	font-size:16px;
	margin: 0 0 -15px 0;
}
}

/* CONSULTING
-------------------------------------------------------------------*/
.kaso-mv{
	padding:0 120px 0 0;
}

.kaso-mv .box{
	text-align:center;
	height:400px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:url(../img/consulting/mv.jpg) no-repeat center center;
	background-size:cover;
}

.kaso-mv .box h1{
	color:#fff;
	font-size:40px;
	font-weight:600;
	line-height:1.6em;
}

.kaso-mv .box h1 span{
	display:block;
	font-size:22px;
	padding:0 0 10px 0;
	position:relative;
}

.kaso-mv .box h1 span:after {
    content: "";
    height: 3px;
    width: 20px;
    background: #E50012;
    position: absolute;
    left: 0;
	right:0;
    bottom:10px;
	margin:0 auto;
}

.consulting .menu{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.consulting .menu ul{
	display:flex;
	padding:50px 0;
}

.consulting .menu ul li{
	width:33.33333%;
	min-width:260px;
	box-sizing:border-box;
	margin:0 20px 0 0;
}

.consulting .menu ul li h3{
	font-size:32px;
	font-weight:500;
	padding:20px 0 20px 20px;
	border-left:2px solid #E50012;
	margin:0 0 10px 0;
	line-height:1.2em;
	height:150px;
	display:flex;
	align-items:center;
	transition: all 0.3s;
}

@media screen and (max-width: 1200px){
.consulting .menu ul li h3{
	font-size:26px;
}
}

.consulting .menu ul li .txt{
	font-size:20px;
	padding:5px 20px;
	border-left:2px solid #A3A3A3;
	margin:10px 0 0 0;
	line-height:1.6em;
}

.consulting .menu .kome{
	padding-left:1em;
	text-indent:-1em;
	font-size:20px;
	line-height:1.6em;
}

@media screen and (max-width: 1000px){
.consulting .menu ul{
	display:block;
	padding:40px 0 0 0;
}

.consulting .menu ul li{
	width:100%;
	margin:0 0 30px 0;
}

.consulting .menu ul li h3{
	padding:20px 0 20px 20px;
	height:auto;
}

.consulting .menu ul li .txt{
	border:none;
	padding:10px 0;
}
}

.consulting .strengths{
	padding:100px 120px 100px 20px;
}

.consulting .strengths ul{
	padding:50px 0 0 0;
}

.consulting .strengths ul li{
	display:flex;
	align-items:center;
	position:relative;
	padding:80px 0 120px 0;
}

.consulting .strengths ul li:nth-child(2){
	padding:100px 0;
}

.consulting .strengths ul li .img {
	position:absolute;
	right:0;
	top:0;
}

.consulting .strengths ul li:nth-child(2) .img {
	right:auto;
	left:0;
}

.consulting .strengths ul li dl{
	min-width:800px;
	width:800px;
	position:relative;
	background:rgba(255,255,255,0.7);
	padding:50px;
	z-index:2;
	box-sizing:border-box;
}

.consulting .strengths ul li:nth-child(2){
	justify-content:flex-end;
}

.consulting .strengths ul li dl:after{
	content:"";
	width:430px;
	height:430px;
	background:url(../img/consulting/strengths-num01.png) no-repeat center center;
	position:absolute;
	left:-240px;
	top:-40px;
	z-index:-1;
}

.consulting .strengths ul li:nth-child(2) dl:after{
	background:url(../img/consulting/strengths-num02.png) no-repeat center center;
	left:auto;
	right:-240px;
}

.consulting .strengths ul li:nth-child(3) dl:after{
	background:url(../img/consulting/strengths-num03.png) no-repeat center center;
}

.consulting .strengths ul li dl dt{
	font-size:40px;
	line-height:1.4em;
}

.consulting .strengths ul li dl dd{
	font-size:22px;
	line-height:1.8em;
	padding:30px 0 0 0;
}

.flow{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.flow ul.box-in{
	padding:50px 0 0 0;
}

.flow ul.box-in > li:not(:last-child){
	padding:0 0 30px 0;
	position:relative;
}

.flow ul.box-in > li:not(:last-child):after{
	content:"";
	height:80px;
	width:1px;
	border-left:1px dashed #E50012;
	position:absolute;
	left:70px;
	bottom:0;
}

.flow ul.box-in > li dl{
	display:flex;
	align-items:center;
	border:2px solid #E50012;
	background:#E50012;
}

.flow ul.box-in > li dl dt{
	min-width:140px;
	text-align:center;
	height:100%;
}

.flow ul.box-in > li dl dt img{
	max-width:60px;
}

.flow ul.box-in > li dl dd{
	padding:20px 30px;
	background:#fff;
	width:100%;
}

.flow ul.box-in > li dl dd h3{
	font-size:24px;
	font-weight:500;
	line-height:1.4em;
	color:#E50012;
}

.flow ul.box-in > li dl dd h3 span{
	font-size:18px;
}

.flow ul.box-in > li dl dd ul{
	padding:10px 0 0 0;
}

.flow ul.box-in > li dl dd ul li{
	font-size:18px;
	transition: all 0.3s;
	line-height:1.4em;
	padding-left:1em;
	text-indent:-1em;
}

.flow ul.box-in > li dl dd p{
	font-size:18px;
	line-height:1.6;
}

.consulting .brand{
	padding:100px 120px 100px 20px;
}

.consulting .brand h2{
	font-size:40px;
	line-height:1.2em;
	font-weight:500;
	position:relative;
	padding:0 0 30px 0;
}

.consulting .brand h2:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:3px;
	width:20px;
	background:#E50012;
}

.consulting .brand .logo{
	padding:50px 0;
}

.consulting .brand .logo img{
	padding:0 40px 0 0;
}

.consulting .brand .kome{
	padding-left:1em;
	text-indent:-1em;
	font-size:20px;
	line-height:1.6em;
}

@media screen and (max-width: 800px){
.kaso-mv{
	padding:0 40px 0 0;
}

.kaso-mv .box{
	height:240px;
	background:url(../img/consulting/sp/mv.jpg) no-repeat center center;
	background-size:cover;
}

.kaso-mv .box h1{
	font-size:24px;
}

.kaso-mv .box h1 span{
	font-size:16px;
}

.kaso-mv .box h1 span:after {
    bottom:5px;
}

.consulting .menu{
	padding:60px 40px 60px 20px;
}

.consulting .menu ul li h3{
	font-size:24px;
}

.consulting .menu ul li .txt{
	font-size:18px;
	line-height:1.4em;
}

.consulting .menu .kome{
	font-size:16px;
}

.consulting .strengths{
	padding:60px 40px 60px 20px;
}

.consulting .strengths ul{
	padding:40px 0 0 0;
	position:relative;
}

.consulting .strengths ul li{
	display:block;
	padding:0;
}

.consulting .strengths ul li:nth-child(2){
	padding:50px 0;
}

.consulting .strengths ul li dl{
	width:100%;
	margin:0 0 40px 0;
	padding:0;
	min-width:inherit;
}

.consulting .strengths ul li:nth-child(2) dl{
	margin:0 0 40px 0;
}

.consulting .strengths ul li dl:after{
	width:180px;
	height:180px;
	background:url(../img/consulting/strengths-num01.png) no-repeat center center;
	background-size:contain;
	left:-40px;
	top:-40px;
}

.consulting .strengths ul li:nth-child(2) dl:after{
	background:url(../img/consulting/strengths-num02.png) no-repeat center center;
	left:-40px;
	right:auto;
	background-size:contain;
}

.consulting .strengths ul li:nth-child(3) dl:after{
	background:url(../img/consulting/strengths-num03.png) no-repeat center center;
	background-size:contain;
}

.consulting .strengths ul li dl dt{
	font-size:30px;
}

.consulting .strengths ul li dl dd{
	font-size:18px;
	padding:20px 0 0 0;
	line-height:1.4em;
}

.consulting .strengths ul li .img,
.consulting .strengths ul li:nth-child(2) .img{
	margin: 0 -40px 0 -20px;
	position:static;
}

.flow{
	padding:60px 40px 60px 20px;
}

.flow ul.box-in{
	padding:0;
	margin:40px 0 0 0;
	position:relative;
}

.flow ul.box-in:after{
	content:"";
	position:absolute;
	left:40px;
	top:0;
    width: 1px;
	height:100%;
    border-left: 1px dashed #E50012;
}

.flow ul.box-in > li:not(:last-child){
	padding:0 0 30px 0;
}

.flow ul.box-in > li:not(:last-child):after{
	display:none;
}

.flow ul.box-in > li dl{
	align-items:stretch;
	background:#FFFFFF;
}

.flow ul.box-in > li dl dt{
	min-width:80px;
	height:80px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#E50012;
	box-sizing:border-box;
	padding:20px;
	position:relative;
	z-index:3;
}

.flow ul.box-in > li dl dd{
	padding:23px 20px;
}

.flow ul.box-in > li dl dd h3{
	font-size:22px;
}

.flow ul.box-in > li dl dd h3 span{
	font-size:16px;
}

.flow ul.box-in > li dl dd ul li,
.flow ul.box-in > li dl dd p{
	font-size:14px;
}

.consulting .brand{
	padding:60px 40px 60px 20px;
}

.consulting .brand h2{
	font-size:24px;
	padding:0 0 20px 0;
}

.consulting .brand .logo{
	padding:30px 0;
}

.consulting .brand .kome{
	font-size:14px;
}
}


/* RECRUIT
-------------------------------------------------------------------*/
.recruit .requirements{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.recruit .requirements .txt{
	padding:50px 0;
	font-size:22px;
	line-height:1.6em;
}

.recruit .requirements .box-in{
	padding:90px;
	background:#fff;
	margin:0 0 70px 0;
}

.recruit .requirements .box-in.last{
	margin:0;
}

.recruit .requirements .box-in h3{
	font-size:40px;
	line-height:1.4em;
	font-weight:500;
	position:relative;
	padding:0 0 20px 0;
	margin:0 0 30px 0;
}

.recruit .requirements .box-in h3:after {
    content: "";
    height: 3px;
    width: 20px;
    background: #E50012;
    position: absolute;
    left: 0;
    bottom:0;
}

.recruit .requirements .box-in .txt-box dl {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #A3A3A3;
}

.recruit .requirements .box-in .txt-box dl dt{
	min-width:200px;
	font-size:18px;
	color:#6F6F6F;
	line-height:1.6em;
	padding:5px 0 0 0;
}

.recruit .requirements .box-in .txt-box dl dd{
	font-size:22px;
	line-height:1.6em;
	width:100%;
}

@media screen and (max-width: 1060px) {
.recruit .requirements .box-in{
	padding:40px;
}	
	
.recruit .requirements .box-in .txt-box dl {
	display: block;
}
	
.recruit .requirements .box-in .txt-box dl dt{
	min-width:inherit;
	padding:0 0 10px 0;
}
}

.recruit .requirements .box-in .m-btn{
	padding:50px 0 0 0;
}

.entry{
	padding:100px 120px 0 20px;
}

.entry .txt{
	padding:50px 0;
	font-size:22px;
	line-height:1.6em;
}

.entry ul{
	display:flex;
	justify-content:space-between;
}

.entry ul li{
	border:1px solid #333333;
	width:49%;
	box-sizing:border-box;
	text-align:center;
}

.entry ul li h3{
	font-size:33px;
	font-weight:500;
	color:#fff;
	background:#333333;
	padding:20px;
}

.entry ul li .txt-box{
	padding:50px;
}

.entry ul li .tel{
	display:inline-block;
	line-height:1.4em;
}

.entry ul li .tel a{
	padding: 0 0 10px 50px;
    background: url(../img/common/entry-tel-ico.png) no-repeat left center;
    color: #E50012;
    font-size: 53px;
    font-family: "EB Garamond", serif;
    font-weight: 400;
}

.entry ul li .tel span{
	display:block;
	font-size:22px;
	padding:10px 0 0 0;
}

.entry ul li .b-txt{
	padding:20px 0 0 0;
	font-size:22px;
	line-height:1.6em;
	text-align:left;
}

.entry ul li .mail a{
	padding: 0 0 5px 70px;
    background: url(../img/common/entry-mail-ico.png) no-repeat left center;
    color: #E50012;
    font-size: 34px;
}

.entry ul li:nth-child(2) .b-txt{
	padding:55px 0 0 0;
}

@media screen and (max-width: 1180px){
.entry ul{
	display:block;
}

.entry ul li{
	width:500px;
	margin:20px 0 0 0;
}	
}

@media screen and (max-width: 800px){
.recruit .requirements{
	padding:60px 40px 60px 20px;
}

.recruit .requirements .txt{
	padding:40px 0;
	font-size:18px;
}

.recruit .requirements .box-in{
	padding:30px 20px;
	margin:0 0 20px 0;
}

.recruit .requirements .box-in h3{
	font-size:24px;
	margin:0 0 20px 0;
}

.recruit .requirements .box-in .txt-box dl dt{
	font-size:16px;
	padding:0 0 5px 0;
}

.recruit .requirements .box-in .txt-box dl dd{
	font-size:18px;
}

.recruit .requirements .box-in .m-btn{
	padding:40px 0 0 0;
}

.entry{
	padding:60px 40px 0 20px;
}

.entry .txt{
	padding:40px 0;
	font-size:18px;
}

.entry ul li{
	width:100%;
}

.entry ul li h3{
	font-size:24px;
	line-height:1.4em;
	padding:20px 15px;
}

.entry ul li .txt-box{
	padding:30px 20px;
}

.entry ul li .tel a{
	padding: 0 0 5px 35px;
    background: url(../img/common/f-tel-ico.png) no-repeat left center;
	background-size:26px;
    font-size: 36px;
}

.entry ul li .tel span{
	font-size:14px;
}

.entry ul li .b-txt{
	font-size:16px;
}

.entry ul li .mail a{
	padding: 0 0 5px 40px;
    background: url(../img/common/entry-mail-ico.png) no-repeat left center;
	background-size:30px;
    font-size: 22px;
}

.entry ul li:nth-child(2) .b-txt{
	padding:20px 0 0 0;
}

}

/* INTERVIEW
-------------------------------------------------------------------*/
.tit-area .img-link{
	display:flex;
	justify-content:space-between;
	padding:50px 0 0 0;
}

.tit-area .img-link li{
	width:48.5%;
	background:#F5F5F5;
	text-align:center;
	box-sizing:border-box;
	padding:80px 0 0 0;
}

.tit-area .img-link li dl dt{
	font-size:30px;
	line-height:1.2em;
	padding:20px 0 10px 0;
}

.tit-area .img-link li dl dd{
	font-size:22px;
	line-height:1.2em;
	padding:0 0 20px 0;
}

@media screen and (max-width: 1160px) {
.tit-area .img-link li{
	padding:40px 30px 0 30px;
}
	
.tit-area .img-link li dl dt{
	font-size:24px;
}

.tit-area .img-link li dl dd{
	font-size:18px;
}
	
.tit-area .img-link li .link {
	margin: 0 -20px;
}
}

.tit-area .img-link li .link a{
	display:block;
	position:relative;
	height:80px;
	background: linear-gradient(#e53935 0%, #b71c1c 100%);
	width:100%;
}

.tit-area .img-link li .link a:before{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(225deg);
    position: absolute;
    left: 50%;
    top: 50%;
	margin:-4px 0 0 -4px;
	z-index:2;
}

.interview-area{
	padding:100px 120px 100px 20px;
}

.interview-area .box-in{
	border:1px solid #E50012;
}

.interview-area .box-in h2{
	background: linear-gradient(#e53935 0%, #b71c1c 100%);
	color:#fff;
	font-size:40px;
	font-weight:500;
	padding:30px 40px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.interview-area .box-in h2 span{
	font-size:22px;
}

.interview-area .box-in ul{
	padding:0 90px 100px 90px;
}

@media screen and (max-width: 1160px) {
.interview-area .box-in ul{
	padding:0 40px 80px 40px;
}
}

.interview-area .box-in ul li{
	padding:100px 0 0 0;
	display:flex;
	justify-content:space-between;
}

.interview-area .box-in ul li .l-box{
	width:580px;
	transition: all 0.3s;
}

.interview-area #link01.box-in ul li:nth-child(4) .l-box{
	width:100%;
}

@media screen and (max-width: 1360px) {
.interview-area .box-in ul li{
	display:block;
}

.interview-area .box-in ul li .l-box{
	width:100%;
	padding:0 0 50px 0;
}
}

.interview-area .box-in ul li:nth-child(even) .l-box{
	order:2;
}

.interview-area .box-in ul li h3{
	font-size:22px;
	font-family: "EB Garamond", serif;
	color:#E50012;
	display:flex;
	align-items:center;
}

.interview-area .box-in ul li h3 span{
	display:inline-block;
	margin:0 0 0 10px;
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	border:1px solid #E50012;
	font-size:30px;
}

.interview-area .box-in ul li h4{
	font-size:32px;
	line-height:1.4em;
	font-weight:500;
	padding:20px 0 0 0;
}

.interview-area .box-in ul li .txt{
	font-size:22px;
	line-height:1.8em;
	padding:20px 0 0 0;
}

.interview .slider li{
	margin:0 5px 0 0;
}

@media screen and (max-width: 800px) {
.tit-area .img-link{
	display:block;
	padding:40px 0 0 0;
}

.tit-area .img-link li{
	width:100%;
	padding:40px 20px 0 20px;
	box-sizing:border-box;
}

.tit-area .img-link li:first-child{
	margin:0 0 20px 0;
}

.tit-area .img-link li dl dt{
	font-size:22px;
	padding:20px 0 10px 0;
}

.tit-area .img-link li dl dd{
	font-size:18px;
	padding:0 0 20px 0;
}

.tit-area .img-link li .link{
	margin:0 -20px;
}

.tit-area .img-link li .link a{
	height:60px;
}

.interview-area{
	padding:60px 0 60px 0;
}

.interview-area .box-in{
	border:none;
}

.interview-area .box-in h2{
	font-size:30px;
	padding:20px 30px 20px 40px;
	display:block;
}

.interview-area .box-in h2 span{
	font-size:18px;
	display:block;
	padding:10px 0 0 0;
}

.interview-area .box-in ul{
	padding:0 40px 60px 20px;
}

.interview-area .box-in ul li{
	padding:40px 0 0 0;
}

.interview-area .box-in ul li h4{
	font-size:24px;
}

.interview-area .box-in ul li .txt{
	font-size:18px;
}

.interview .slider li{
	width:300px;
}
}

/* CONTACT
-------------------------------------------------------------------*/
.contact{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.contact h2{
	padding:0 0 80px 0;
}

.contact .tel{
	padding:0 0 80px 0;
	display:flex;
	align-items:center;
}

.contact .tel dt{
	font-size:22px;
}

.contact .tel dd{
	padding:0 0 0 30px;
}

@media screen and (max-width: 1160px){
.contact .tel{
	padding:0 0 40px 0;
	display:block;
}
	
.contact .tel dd {
	padding:20px 0 0 0;
}
}

.contact .tel dd a{
	padding: 0 0 10px 50px;
    background: url(../img/common/entry-tel-ico.png) no-repeat left center;
    color: #E50012;
    font-size: 53px;
    font-family: "EB Garamond", serif;
    font-weight: 400;
}

.form dl{
	display:flex;
	margin:0 0 30px 0;
}

.form dl dt{
	position:relative;
	padding:15px 0 0 0;
	min-width:340px;
	width:340px;
	box-sizing:border-box;
	font-size:22px;
	vertical-align:middle;
}

.form dl dt.hissu:after{
	content:"必須";
	font-size:16px;
	color:#fff;
	padding:2px 8px;
	background:#E50012;
	margin:0 0 0 30px;
}

.form dl.none dt{
	padding:0;
}

@media screen and (max-width: 1160px){
.form dl{
	display:block;
}

.form dl dt{
	padding:0 0 20px 0;
	min-width:inherit;
	width:100%;
}
	
.form dl.none dt{
	padding:0 0 20px 0;
}
}

.form dl dd{
	width:100%;
}

.form input, .form textarea{
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    padding: 13px;
	background:#fff;
    box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
	border:1px solid #6F6F6F;
}

input:-webkit-autofill,
select:-webkit-autofill{
    box-shadow: 0 0 0 1000px rgb(224,255,255) inset !important;
}

select:focus {
	background-color: rgb(224, 255, 255);
}

.form select{
    font-size: 16px;
    line-height: 1.6;
    padding: 13px;
    box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
	border:1px solid #6F6F6F;
	background:#fff;
}

.form .wpcf7-radio {
    display: block;
    padding:0;
}

.form .wpcf7-radio>* {
    display:inline-block;
	margin:0;
}

.form .wpcf7-radio input[type="radio"] {
    display: none;
}

.form .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    padding-left: 40px;
    line-height: 1.5;
    cursor: pointer;
	font-size:18px;
}

.form .wpcf7-list-item > label{
	display:inline-block;
	margin:0 0 0 30px;
	font-weight:500;
}

.form .wpcf7-list-item.first > label{
	margin:0;
}

.form .wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    width: 28px;
	height:28px;
	border:1px solid #6F6F6F;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
	background:#fff;
}

.form .wpcf7-radio .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    width: 14px;
	height:14px;
    top: 50%;
	left: 7px;
    transform: translateY(-50%);
    background: #6F6F6F;
    border-radius: 50%;
    opacity: 0;
    transition: .3s;
}

.form .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.contact .wpcf7-response-output{
	max-width:700px;
	margin:30px auto 0 !important;
	text-align:center;
	display:none !important;
}

.check .wpcf7-list-item-label{
	position:relative;
	cursor:pointer;
}

.check input[type="checkbox"] {
    display: none
}

.check input[type="checkbox"]+span {
    display:inline-block;
    position: relative;
    padding-left: 40px;
    font-size: 22px;
    line-height: 1.4em;
    cursor: pointer
}

.check input[type="checkbox"]+span::before {
    content: "";
    position: absolute;
    width: 30px;
    aspect-ratio: 1 / 1;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #A3A3A3;
}

.check input[type="checkbox"]+span::after {
    content: "";
    position: absolute;
    width: 20px;
    aspect-ratio: 1 / 1;
    top: 5px;
    left: 5px;
    background: url(../img/common/check-solid.svg) no-repeat center center;
    background-size: contain;
    opacity: 0;
    transition: .3s
}

.check input[type="checkbox"]:checked+span::after {
    opacity: 1
}

.wpcf7-list-item {
    display: block;
	margin:0;
}

.contact p.check{
	padding:60px 0 50px 0;
}

.conbtn > div{
	display:inline-block;
    position: relative;
    height: 80px;
    line-height: 80px;
    width: 320px;
}

.conbtn > div:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 126, 126, 1) 0%, rgba(219, 46, 46, 1) 35%, rgba(183, 28, 28, 1) 100%);
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
}

.conbtn > div:hover:before{
	opacity:1;
}

.conbtn > div:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, rgba(231,63,63,1) 0%, rgba(183,28,28,1) 50%, rgba(183,28,28,1) 100%);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
}

.conbtn input[type=submit] {
	height: 80px;
    line-height: 80px;
    width: 320px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    display: block;
    position: relative;
	font-family: "Zen Kaku Gothic New", serif;
	border:none;
	background:none;
	cursor:pointer;
}

.conbtn > div > span{
	position:relative;
	z-index:3;
	display:block;
	height:80px;
}

.conbtn > div > span:after{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 50%;
	margin-top:-4px;
	z-index:2;
}

.contact .privacy{
	padding:40px 60px;
	background:#fff;
}

.contact .privacy h3{
	font-size:30px;
	font-weight:500;
	padding:0 0 20px 0;
	line-height:1.4em;
}

.contact .privacy p{
	font-size:22px;
	line-height:1.8em;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
	padding:5px 0 0 0;
}

@media screen and (max-width: 800px) {
.contact{
	padding:60px 40px 60px 20px;
}
	
.contact h2{
	padding:0 0 40px 0;
}

.contact .tel dt{
	font-size:18px;
	padding:0 0 15px 0;
}

.contact .tel dd{
	padding:0;
}

.contact .tel dd a{
	padding: 0 0 5px 35px;
	background: url(../img/common/f-tel-ico.png) no-repeat left center;
	background-size: 26px;
	font-size: 36px;
}

.form dl{
	margin:0 0 20px 0;
}

.form dl dt{
	padding:0 0 10px 0;
	min-width:inherit;
	width:100%;
	font-size:18px;
}

.form dl dt.hissu:after{
	font-size:14px;
	padding:2px 8px;
	margin:0 0 0 20px;
}

.form dl.none dt{
	padding:0 0 10px 0;
}

.form dl dd{
	width:100%;
}

.form input, .form textarea{
    width: 100%;
    padding: 5px;
}
	
.form textarea{
	height:200px;
}
	
.form select{
    padding: 5px;
	appearance: none;
}

.contact .wpcf7-response-output{
	max-width:inherit;
}

.check input[type="checkbox"]+span {
    padding-left: 30px;
	font-size: 15px;
}
	
.check input[type="checkbox"]+span::before {
    width: 20px;
	top:2px;
}
	
.check input[type="checkbox"]+span::after {
    width: 13px;
    top: 5px;
    left: 3px;
}

.contact p.check{
	padding:40px 0 40px 0;
}

.conbtn > div{
    height: 70px;
    line-height: 70px;
    width: 100%;
	max-width:300px;
}


.conbtn input[type=submit] {
    height: 70px;
    line-height: 70px;
    width: 100%;
	max-width:300px;
    font-size: 18px;
}

.conbtn > div > span{
	height:70px;
}

.contact .privacy{
	padding:30px 15px;
}

.contact .privacy h3{
	font-size:18px;
}

.contact .privacy p{
	font-size:14px;
	line-height:1.8;
}
	
.form .wpcf7-radio>* {
    display: block;
	margin:0 0 5px 0;
}
.form .wpcf7-radio .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
}
.form .wpcf7-radio .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
    left: 5px;
}
.form .wpcf7-list-item > label {
    margin: 0;
}
.form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 16px;
	padding-left: 30px;
}
}

/* THANKS/404
-------------------------------------------------------------------*/
.thanks_area{
	padding:100px 120px 160px 20px;
	text-align:center;
}

.thanks_area h1{
	font-size:28px;
	line-height:1.6em;
	font-weight:700;
	padding:50px 0;
	width:720px;
	border-bottom:1px solid #121B3A;
	margin:0 auto;
}

.thanks_area .txt{
	line-height:2em;
	padding:50px 0;
	font-weight:500;
}

.thanks_area .m-btn a{
	margin:0 auto;
}


@media screen and (max-width: 800px) {
.thanks_area{
	padding:40px 40px 60px 20px;
	text-align:left;
}

.thanks_area h1{
	font-size:20px;
	padding:30px 0;
	box-sizing:border-box;
	width:100%;
	text-align:center;
}

.thanks_area .txt{
	padding:30px 0 40px 0;
}

}


/* BABYPARK
-------------------------------------------------------------------*/
.babypark .kaso-mv .box {
    background: url(../img/babypark/mv.jpg) no-repeat center center;
    background-size: cover;
}

.feature{
	background:#F5F5F5;
	padding:100px 120px 100px 20px;
}

.feature .logo{
	padding:0 0 30px 0;
}

.feature .box ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:60px 0 40px 0;
}

.feature .box ul:after{
	content:"";
	width:32%;
	display:block;
}

.feature .box ul li{
	width:32%;
	display:flex;
	flex-direction:column;
	padding:0 0 40px 0;
}

.feature .box ul li h3{
    font-size: 22px;
    line-height: 1.6;
    font-family: "EB Garamond", serif;
    color: #E50012;
	padding:10px 0 20px 0;
}

.feature .box ul li h3 span{
	width:44px;
	height:44px;
	line-height:42px;
	border:1px solid #E50012;
	color:#E50012;
	font-size:30px;
	display:inline-block;
	margin:0 0 0 10px;
	text-align:center;
}

.feature .box ul li dl{
	padding:0 35px;
	border-left:2px solid #E50012;
	flex-grow:1;
}

.feature .box ul li dl dt{
	font-size: 28px;
	line-height:1.5;
}

.feature .box ul li dl dd{
	font-size:20px;
	line-height:1.6;
	padding:15px 0 0 0;
}


@media screen and (max-width: 1260px){
.feature .box ul li{
	width:48%;
}

.feature .box ul li dl dt{
	font-size: 26px;
}
}


.babypark .feature .box-in{
	padding:60px 100px;
	background:#fff;
	border-radius:10px;
	margin:20px 0 0 0;
}

.babypark .feature .box-in h3{
	font-size:40px;
	line-height:1.6;
	position:relative;
	font-weight:500;
	padding:0 0 20px 0;
	margin:0 0 50px 0;
}

.babypark .feature .box-in h3:after{
	content:"";
	width:20px;
	height:3px;
	background:#E50012;
	position:absolute;
	bottom:0;
	left:0;
}

.babypark .feature .box-in h4{
	font-size:24px;
	line-height:1.6;
	position:relative;
	font-weight:500;
	padding:0 0 0 20px;
	margin:0 0 30px 0;
}

.babypark .feature .box-in h4:after{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	position:absolute;
	border:3px solid #6F6F6F;
}

.babypark .model{
	padding:100px 20px;
}

.m-tit02{
	font-size:40px;
	line-height:1.6;
	font-weight:500;
}

.babypark .model dl{
	padding:60px 0 0 0;
}

.babypark .model dl dd{
	font-size:22px;
	line-height:1.8;
	padding:10px 0 0 0;
}

.babypark .model .img{
	padding:60px 0 0 0;
}

.babypark .history{
	background:#F5F5F5;
	padding:100px 120px 100px 20px;
}

.babypark .history ul{
	padding:60px 0 0 0;
}

.babypark .history ul li{
	margin:0 0 40px 0;
}

.babypark .history ul li dl{
	display:flex;
	align-items:center;
}

.babypark .history ul li dl dt{
	font-size:40px;
	font-weight:700;
	position:relative;
	padding:0 0 0 10px;
	z-index:2;
	line-height:1.6;
	min-width:110px;
	width:110px;
}

.babypark .history ul li dl dt:after{
	content:"";
	width:20px;
	height:80px;
	border-radius:40px;
	background:#E3E3E3;
    position: absolute;
    top: 55%;
    left: 0;
	z-index:-1;
    transform: translateY(-50%);
}

.babypark .history ul li dl dd{
	font-size:22px;
	position:relative;
	padding:0 0 0 110px;
	z-index:2;
	line-height:1.6;
}

.babypark .history ul li dl dd:after{
	content:"";
	width:70px;
	height:2px;
	border-radius:40px;
	background:#6F6F6F;
    position: absolute;
    top: 55%;
    left: 0;
	z-index:-1;
    transform: translateY(-50%);
}

.babypark .history ul li dl dd:before{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	border:3px solid #6F6F6F;
    position: absolute;
    top: 55%;
    left: 69px;
	z-index:1;
    transform: translateY(-50%);
}

.babypark .vision{
	padding:100px 20px 0 20px;
	position:relative;
	min-height:977px;
	border-bottom:1px solid #E50012;
}

.babypark .vision .txt{
	padding:60px 60px 60px 0;
	line-height:2;
	font-size:22px;
    background: rgba(255, 255, 255, 0.7);
	display:inline-block;
	position:relative;
	z-index:2;
}

.babypark .vision .txt span{
	font-size:40px;
}

.babypark .vision .img{
	position:absolute;
	right:0;
	top:0;
}

.owner{
	padding:100px 20px;
}

.owner ul{
	padding:60px 0 0 0;
}

.owner ul li{
	position:relative;
	display:flex;
}

.owner ul li:nth-child(even){
	justify-content:flex-end;
}

.owner ul li dl{
	position:relative;
	padding:0 50px 50px 0;
	line-height:2;
	font-size:22px;
    background: rgba(255, 255, 255, 0.7);
	width:600px;
	z-index:2;
}

.owner ul li:nth-child(even) dl{
	padding:0 0 50px 50px;
}


.owner ul li dl dd{
	font-size:22px;
	line-height:2;
}

.owner ul li dl dd span{
	color:#6F6F6F;
	display:block;
	padding:10px 0;
}

.owner ul li .img{
	position:absolute;
	right:0;
	top:0;
}

.owner ul li:nth-child(even) .img{
	left:0;
	right:auto;
}

.faq{
	padding:100px 20px;
}

.m-tit em{
	font-size:50px;
}

.faq .box-in dl{
	padding:50px 0 0 60px;
}

.faq .box-in dl dt{
	line-height:1.6;
	font-size:32px;
	position:relative;
	border-bottom:1px solid #E50012;
}

.faq .box-in dl dt:after{
	content:"Q";
	font-size:50px;
	position:absolute;
	left:-70px;
	top:-15px;
	font-family: "EB Garamond", serif;
	color:#E50012;
}

.faq .box-in dl dt span{
	display:none;
}

.faq .box-in dl dd{
	line-height:1.8;
	font-size:18px;
	padding:20px 0 0 0;
}

@media screen and (max-width: 800px) {
.babypark .kaso-mv .box {
    background: url(../img/babypark/sp/mv.jpg) no-repeat center center;
    background-size: cover;
}

.feature{
	padding:60px 40px 60px 20px;
}

.feature .logo{
	padding:0 0 30px 0;
    width: 150px;
}

.feature .box ul{
	display:block;
	padding:40px 0 30px 0;
}

.feature .box ul li{
	width:100%;
	padding:0 0 30px 0;
}

.feature .box ul li dl{
	padding:0 20px;
}

.feature .box ul li dl dt{
	font-size: 22px;
}

.feature .box ul li dl dd{
	font-size:16px;
	padding:10px 0 0 0;
}

.babypark .feature .box-in{
	padding:40px 20px;
	margin:0;
}

.babypark .feature .box-in h3{
	font-size:22px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}

.babypark .feature .box-in h3:after{
	width:20px;
	height:2px;
}

.babypark .feature .box-in h4{
	font-size:18px;
	padding:0 0 0 20px;
	margin:0 0 20px 0;
}

.babypark .feature .box-in h4:after{
	width:10px;
	height:10px;
	border:2px solid #6F6F6F;
}

.babypark .feature .box-in .img02{
	max-width:500px;
	margin:0 auto;
}

.babypark .model{
	padding:60px 20px;
}

.m-tit02{
	font-size:22px;
}

.babypark .model dl{
	padding:30px 0 0 0;
}

.babypark .model dl dd{
	font-size:16px;
}

.babypark .model .img{
	padding:30px 0 0 0;
}

.babypark .history{
	padding:60px 40px 60px 20px;
}

.babypark .history ul{
	padding:30px 0 0 0;
}

.babypark .history ul li{
	margin:0 0 20px 0;
}

.babypark .history ul li dl{
	display:block;
}

.babypark .history ul li dl dt{
	font-size:30px;
	padding:0 0 0 10px;
	min-width:inherit;
	width:100%;
}

.babypark .history ul li dl dt:after{
	width:20px;
	height:60px;
	border-radius:40px;
    top: 55%;
}

.babypark .history ul li dl dt span{
	display: flex;
	align-items: center;
}

.babypark .history ul li dl dt span:after{
	content: "";
	flex-grow: 1;
	height: 2px;
	display: block;
	margin-left: .4em;
	background: #6F6F6F;
}

.babypark .history ul li dl dt span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #6F6F6F;
    position: absolute;
    top: 50%;
    right:0;
    z-index: 1;
    transform: translateY(-50%);
	background:#F5F5F5;
}

.babypark .history ul li dl dd{
	font-size:18px;
	padding:10px 0 0 10px;
}

.babypark .history ul li dl dd:after{
	display:none;
}

.babypark .history ul li dl dd:before{
	display:none;
}

.babypark .vision{
	padding:60px 40px 40px 20px;
	min-height:inherit;
	border-bottom:1px solid #E50012;
}

.babypark .vision .txt{
	padding:30px 0;
	line-height:2;
	font-size:16px;
    background:none;
}

.babypark .vision .txt span{
	font-size:22px;
	line-height:1.6;
}

.babypark .vision .img{
	position:static;
}

.owner{
	padding:60px 40px 60px 20px;
}

.owner ul{
	padding:0;
}

.owner ul li{
	display:block;
	padding:30px 0 0 0;
}

.owner ul li dl{
	padding:0;
	line-height:2;
	font-size:18px;
    background: none;
	width:100%;
}

.owner ul li:nth-child(even) dl{
	padding:0;
}


.owner ul li dl dd{
	font-size:16px;
}

.owner ul li dl dd span{
	color:#6F6F6F;
	display:block;
	padding:10px 0;
}

.owner ul li .img{
	position:static;
	padding:20px 0 0 0;
}

.faq{
	padding:60px 40px 60px 20px;
}

.m-tit em{
	font-size:34px;
}

.faq .box-in dl{
	padding:30px 0 0 0;
}

.faq .box-in dl dt{
	font-size:20px;
	border-bottom:none;
}

.faq .box-in dl dt:after{
	display:none;
}

.faq .box-in dl dt span{
	display:flex;
	align-items: center;
	position:relative;
	font-size:40px;
	font-family: "EB Garamond", serif;
    color: #E50012;
}

.faq .box-in dl dt span:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	margin-left: .4em;
	background: #E50012;
}

.faq .box-in dl dd{
	font-size:16px;
	padding:20px 0 0 0;
}
}

/* PARTNER
-------------------------------------------------------------------*/
.partner .kaso-mv .box {
    background: url(../img/partner/mv.jpg) no-repeat center center;
    background-size: cover;
}

.partner .feature .box .txt{
	font-size:20px;
	line-height:1.6;
	padding:50px 0 0 0;
}

.partner .feature .box .txt em{
	font-size:36px;
	line-height:1.4;
	color:#E50012;
	display:inline-block;
	padding:20px 0 0 0;
}

.partner .feature .box .txt span{
	font-size:36px;
	line-height:1.6;
	font-weight:600;
	display:inline-block;
	padding:0 0 20px 0;
}

.partner .feature .box ul li {
    width: 48%;
}

.partner .market{
	padding:100px 120px 100px 20px;
}

.partner .market .box-in{
	margin:70px 0 0 0;
}

.partner .market .box-in h3{
	position:relative;
}

.partner .market .box-in h3:after{
    content: "";
    width: 430px;
    height: 430px;
    background: url(../img/consulting/strengths-num01.png) no-repeat center center;
    position: absolute;
    left: -240px;
    top: -80px;
    z-index: -1;
}

.partner .market .box-in02 h3:after{
    background: url(../img/consulting/strengths-num02.png) no-repeat center center;
}

.partner .market .box-in03 h3:after{
    background: url(../img/consulting/strengths-num03.png) no-repeat center center;
}

.partner .market .box-in .txt{
	font-size:24px;
	line-height:1.6;
	padding:20px 0 40px 0;
}
.partner .market .box-in ul{
	padding:20px 0 40px 0;
}

.partner .market .box-in .list li{
    font-size: 24px;
    line-height: 1.6;
    position: relative;
    font-weight: 500;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
}

.partner .market .box-in .list li:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    border: 3px solid #6F6F6F;
}

.huki{
	position:relative;
	border: 2px solid #E50012;
	border-radius:20px;
	padding:30px;
	font-size:26px;
	color:#E50012;
	margin:0 0 30px 0;
	display:inline-block;
}

.huki:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50px;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	z-index: 2;
}

.huki:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #E50012;
	z-index: 1;
}

.partner .market .box-in h4{
	font-size:22px;
	color:#fff;
	line-height:1.6;
	font-weight:600;
	background:#E50012;
	display:inline-block;
	padding:0 10px;
}

.partner .market .graph .kome{
	padding:20px 0 0 0;
}

.partner .market .graph .kome li{
	font-size:22px;
	line-height:1.6;
	padding-left:1em;
	text-indent:-1em;
}

.partner .market .box-in02 .graph .kome li{
	font-size:18px;
}

.partner .market .box-in02 .graph .kome li:first-child{
	margin:0 0 30px 0;
}

.partner .model{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.partner .model .m-tit {
	margin:0 0 60px 0;
}

.white-box{
	padding:60px 80px;
	background:#fff;
	border-radius:20px;
	margin:20px 0 0 0;
}

.white-box h3{
	font-size:40px;
	line-height:1.6;
	position:relative;
	font-weight:500;
	padding:0 0 20px 0;
	margin:0 0 30px 0;
}

.white-box h3:after{
	content:"";
	width:20px;
	height:3px;
	background:#E50012;
	position:absolute;
	bottom:0;
	left:0;
}

.partner .model .white-box .txt{
	font-size:22px;
	line-height:1.8;
}

.partner .model .white-box01 .b-txt01{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:30px 0 0 0;
}

.partner .model .white-box01 .b-txt01 li{
	width:32.5%;
	height: 160px;
	background: linear-gradient(#ffe9de 0%, #ffc7a3 100%);
	border-radius:10px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	font-weight:600;
	text-align:center;
	font-size:34px;
	min-width:340px;
}

.partner .model .white-box01 .b-txt01 li p{
	width:100%;
}

.partner .model .white-box01 .b-txt01 li span{
	font-size:22px;
	font-weight:500;
	line-height:1.4;
	padding:0 0 10px 0;
	display:block;
	margin:-10px 0 0 0;
}

.partner .model .white-box01 .b-txt01 li em{
	font-size:36px;
	letter-spacing:0.1;
}

.partner .model .white-box01 .b-txt01 li em.num{
	font-size:50px;
}

.r-txt{
    font-size: 22px;
    color: #fff;
    line-height: 1.6;
    font-weight: 600;
    background: #E50012;
    display: inline-block;
    padding: 0 10px;
}

.partner .model .white-box01 .r-txt{
	margin:40px 0 20px 0;
}

.partner .model .white-box01 .b-txt02{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.partner .model .white-box01 .b-txt02 li{
	width:32.5%;
	border:1px solid #FFA983;
	box-sizing:border-box;
	text-align:center;
	min-width:340px;
}

.partner .model .white-box01 .b-txt02 li h4{
	font-size:30px;
	font-weight:600;
	padding:20px;
	background:#FEF3EC;
	border-bottom:1px solid #FFA983;
}

.partner .model .white-box01 .b-txt02 li h4 span{
	font-size:40px;
}

.partner .model .white-box01 .b-txt02 li .box-in{
	padding:0 20px;
}

.partner .model .white-box01 .b-txt02 li .box-in p{
	font-size:22px;
	font-weight:600;
	padding:20px;
}

.partner .model .white-box01 .b-txt02 li .box-in p:first-child{
	border-bottom:1px solid #FFA983;
}

.partner .model .white-box01 .b-txt02 li .box-in p span{
	font-size:40px;
	padding:0 0 0 20px;
}

@media screen and (max-width: 1350px) {
.partner .model .white-box01 .b-txt01,
.partner .model .white-box01 .b-txt02{
	justify-content:center;
}

.partner .model .white-box01 .b-txt01 li,
.partner .model .white-box01 .b-txt02 li{
	margin:10px;
}
}

.partner .model .white-box01 .kome{
    font-size: 22px;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
	margin:20px 0 0 0;
}

.partner .model .white-box02{
	position:relative;
}

.partner .model .white-box02 .img{
	position:absolute;
	right:100px;
	top:60px;
}

@media screen and (max-width: 1200px) {
.partner .model .white-box02 .img{
	position:static;
	padding:30px 0 0 0;
}
}

.partner .model .white-box02 .img02{
	padding:60px 0 0 0;
	text-align:center;
}

.partner .model .white-box03 .table{
	padding:30px 0 0 0;
}

.partner .model .white-box03 .table table{
	width:100%;
	border:1px solid #FFA983;
	font-size: clamp(14px, 1.5vw, 22px);
}

.partner .model .white-box03 .table table th{
	background:#FEF3EC;
	padding:20px;
	box-sizing:border-box;
	font-weight:500;
	border:1px solid #FFA983;
	text-align:center;
}

.partner .model .white-box03 .table table th span{
    color: #FF6200;
    font-weight: 600;
}

.partner .model .white-box03 .table table th:nth-child(1){
	width:140px;
	min-width:140px;
}

.partner .model .white-box03 .table table td{
	text-align:center;
	border:1px solid #FFA983;
}

.partner .model .white-box03 .table table td.txt{
	width:50%;
	text-align:left;
}

.partner .model .white-box03 .table table td.txt dl{
	display:flex;
	align-items:center;
	padding:20px;
}

.partner .model .white-box03 .table table td.txt dl dt{
	display:inline-block;
	width:110px;
	min-width:110px;
	text-align:center;
}

.partner .model .white-box03 .table table td.txt dl dd{
	font-size: 20px;
	line-height:1.4;
}

.partner .model .white-box03 .table table td.txt dl dd span{
	color:#FF6200;
	font-weight:600;
}

@media screen and (max-width: 1400px) {
.partner .model .white-box03 .table table td.txt dl{
	display:block;
}

.partner .model .white-box03 .table table td.txt dl dt{
	min-width:inherit;
	width:100%;
}

.partner .model .white-box03 .table table td.txt dl dd{
	font-size: 16px;
}
}

.partner .model .white-box04 h4{
	font-size:30px;
	line-height:1.4;
	padding:0 0 20px 0;
	font-weight:500;
}

.partner .model .white-box04 .huki{
	margin:40px 0 30px 0;
}

.partner .model .white-box04 ul{
    display: flex;
    justify-content: space-between;
}

.partner .model .white-box04 ul li{
    width:49%;
	display: flex;
    flex-direction: column;
}

.partner .model .white-box04 ul li .b-txt{
	margin:20px 0 0 0;
	padding:0 40px;
	line-height:1.6;
	font-size:22px;
	font-weight:500;
	border-left:2px solid #E50012;
	flex-grow: 1;
}

.partner .franchise{
	padding:100px 120px 100px 20px;
}

.partner .franchise .kome{
	padding:50px 0 40px 0;
}

.partner .franchise .kome li{
	padding-left:1em;
	text-indent:-1em;
	font-size:22px;
	font-weight:500;
	line-height:1.6;
}

@media screen and (max-width: 800px) {
.partner .kaso-mv .box {
    background: url(../img/partner/sp/mv.jpg) no-repeat center center;
    background-size: cover;
}

.partner .feature .box .txt{
	font-size:18px;
	padding:30px 0 0 0;
}

.partner .feature .box .txt em{
	font-size:22px;
	padding:20px 0 0 0;
}

.partner .feature .box .txt span{
	font-size:22px;
	padding:0 0 20px 0;
}

.partner .feature .box ul li {
    width: 100%;
}

.partner .market{
	padding:60px 40px 60px 20px;
}

.partner .market .box-in{
	margin:50px 0 0 0;
}

.partner .market .box-in h3:after{
    width: 180px;
    height: 180px;
    background: url(../img/consulting/strengths-num01.png) no-repeat center center;
	background-size:180px;
    left: -60px;
    top: -30px;
}

.partner .market .box-in02 h3:after{
    background: url(../img/consulting/strengths-num02.png) no-repeat center center;
	background-size:180px;
}

.partner .market .box-in03 h3:after{
    background: url(../img/consulting/strengths-num03.png) no-repeat center center;
	background-size:180px;
}

.partner .market .box-in .txt{
	font-size:18px;
	padding:20px 0 30px 0;
}

.partner .market .box-in ul{
	padding:20px 0 30px 0;
}

.partner .market .box-in .list li{
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
}

.partner .market .box-in .list li:after {
    top: 10px;
    transform:none;
}

.huki{
	padding:20px;
	font-size:20px;
	margin:0 0 30px 0;
	line-height:1.6;
}

.partner .market .box-in h4{
	font-size:14px;
	padding:2px 10px;
	margin:0 0 10px 0;
}

.partner .market .graph .kome li{
	font-size:14px;
}

.partner .market .box-in02 .graph .kome li{
	font-size:14px;
}

.partner .market .box-in02 .graph .kome li:first-child{
	margin:0 0 20px 0;
}

.partner .model{
	padding:60px 40px 60px 20px;
}

.partner .model .m-tit {
	margin:0 0 30px 0;
}

.white-box{
	padding:20px;
	border-radius:10px;
}

.white-box h3{
	font-size:22px;
}

.white-box h3:after{
	height:2px;
}

.partner .model .white-box .txt{
	font-size:16px;
}

.partner .model .white-box01 .b-txt01{
	display:block;
	padding:20px 0 0 0;
}

.partner .model .white-box01 .b-txt01 li{
	width:100%;
	height: 90px;
	font-size:22px;
	min-width:inherit;
	margin:0 0 10px 0;
}

.partner .model .white-box01 .b-txt01 li span{
	font-size:16px;
	padding: 0 0 5px 0;
	margin:0 0 -15px 0;
}
	
.partner .model .white-box01 .b-txt01 li:nth-child(1) span{
	margin:0 0 -10px 0;
}
	
.partner .model .white-box01 .b-txt01 li:nth-child(2) span{
	margin:0 0 -17px 0;
}

.partner .model .white-box01 .b-txt01 li em{
	font-size:26px;
}

.partner .model .white-box01 .b-txt01 li em.num{
	font-size:34px;
}

.r-txt{
    font-size: 14px;
    padding: 2px 10px;
}

.partner .model .white-box01 .r-txt{
	margin:30px 0 20px 0;
}

.partner .model .white-box01 .b-txt02{
	display:block;
}

.partner .model .white-box01 .b-txt02 li{
	width:100%;
	min-width:inherit;
	display:flex;
	align-items:center;
	margin:0 0 10px 0;
}

.partner .model .white-box01 .b-txt02 li h4{
	font-size:14px;
	padding:40px 20px 0 20px;
	border-bottom:none;
	border-right:1px solid #FFA983;
	height:138px;
	min-width:100px;
	width:100px;
	line-height: 1.2;
}

.partner .model .white-box01 .b-txt02 li h4 span{
	font-size:30px;
}

.partner .model .white-box01 .b-txt02 li .box-in{
	padding:0 20px;
	width:100%;
}

.partner .model .white-box01 .b-txt02 li .box-in p{
	font-size: clamp(10px, 3vw, 15px);
	padding:10px 0 5px 0;
	line-height:1.1;
}

.partner .model .white-box01 .b-txt02 li .box-in p span{
	font-size: clamp(18px, 8vw, 30px);
	padding:0;
}

.partner .model .white-box01 .kome{
    font-size: 14px;
}

.partner .model .white-box02 .img02{
	padding:30px 0 0 0;
}

.partner .model .white-box03 .table{
	padding:30px 0 0 0;
}

.partner .model .white-box03 .table table{
	width:100%;
	font-size: clamp(10px, 1.5vw, 14px);
}

.partner .model .white-box03 .table table th{
	padding:10px 5px;
	font-size: clamp(10px, 2vw, 14px);
}

.partner .model .white-box03 .table table th:nth-child(1){
	width:50px;
	min-width:50px;
}

.partner .model .white-box03 .table table td.txt dl{
	padding:10px;
}

.partner .model .white-box03 .table table td.txt dl dt{
	width:36px;
	margin:0 auto;
	display:block;
}

.partner .model .white-box03 .table table td.txt dl dd{
	font-size: 12px;
}

.partner .model .white-box04 h4{
	font-size:22px;
}

.partner .model .white-box04 .huki{
	margin:30px 0 20px 0;
}

.partner .model .white-box04 ul{
    display:block;
}

.partner .model .white-box04 ul li{
    width:100%;
	margin:0 0 30px 0;
}

.partner .model .white-box04 ul li .b-txt{
	margin:20px 0 0 0;
	padding:0 20px;
	font-size:16px;
}

.partner .franchise{
	padding:60px 40px 60px 20px;
}

.partner .franchise .kome{
	padding:30px 0 20px 0;
}

.partner .franchise .kome li{
	font-size:16px;
}
}


/* FURDI
-------------------------------------------------------------------*/
.furdi .kaso-mv .box {
    background: url(../img/furdi/mv.jpg) no-repeat center center;
    background-size: cover;
}

.feature .box ul li dl dd.kome{
	padding-left:1em;
	text-indent:-1em;
	margin:10px 0 0 0;
}

.furdi .model{
	padding:100px 120px 100px 20px;
}

.furdi .model .txt{
	padding:70px 0 0 0;
}

.furdi .movie h3{
	margin:70px 0 50px 0;
	font-size:40px;
	line-height:1.6;
	position:relative;
	font-weight:500;
	padding:0 0 20px 0;
}

.furdi .movie h3:after{
	content:"";
	width:20px;
	height:3px;
	background:#E50012;
	position:absolute;
	bottom:0;
	left:0;
}

.furdi .media{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
	border-bottom:1px solid #E50012;
}

.furdi .media h3{
	padding:60px 0;
}

.furdi .media ul{
	display:flex;
	justify-content:space-between;
}

.furdi .media ul li{
	width:32.5%;
}

.furdi .media ul li .txt{
	font-size:18px;
	line-height:1.6;
	padding:5px 0 0 0;
}

.furdi .franchise{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.furdi .franchise h3.m-tit02{
	padding:60px 0 30px 0;
}

.furdi .franchise .kome{
	padding-left:1em;
	text-indent:-1em;
	font-size:22px;
}

.furdi .franchise .white-box ul{
	display:flex;
	justify-content:space-between;
	padding:40px 0 0 0;
}

.furdi .franchise .white-box ul li{
	width:24%;
}

.furdi .franchise .white-box ul li .txt{
	font-size:20px;
	padding:5px 0 0 0;
}

.furdi .owner ul li:nth-child(even) dl {
    padding: 0 0 250px 50px;
}

@media screen and (max-width: 800px) {
.furdi .kaso-mv .box {
    background: url(../img/furdi/sp/mv.jpg) no-repeat center center;
    background-size: cover;
}

.furdi .model{
	padding:60px 40px 60px 20px;
}

.furdi .model .txt{
	padding:30px 0 0 0;
}

.furdi .movie h3{
	margin:30px 0 20px 0;
	font-size:22px;
}

.furdi .media{
	padding:60px 40px 30px 20px;
}

.furdi .media h3{
	padding:30px 0;
}

.furdi .media ul{
	display:block;
}

.furdi .media ul li{
	width:100%;
	padding:0 0 30px 0;
}

.furdi .media ul li .txt{
	font-size:14px;
}

.furdi .franchise{
	padding:60px 40px 60px 20px;
}

.furdi .franchise h3.m-tit02{
	padding:30px 0 20px 0;
}

.furdi .franchise .kome{
	font-size:15px;
}

.furdi .franchise .white-box ul{
	display:block;
	padding:0;
}

.furdi .franchise .white-box ul li{
	width:100%;
	padding:0 0 30px 0;
}

.furdi .franchise .white-box ul li .txt{
	font-size:14px;
	padding:5px 0 0 0;
}

.furdi .owner ul li:nth-child(even) dl {
    padding: 30px 0 0 0;
}
}

/* CONTACTPAGE
-------------------------------------------------------------------*/
.contactpage .phone-area{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.contactpage .phone-area ul{
	padding:50px 0 0 0;
	display:flex;
	flex-wrap:wrap;
}

.contactpage .phone-area ul li{
	width:490px;
	box-sizing:border-box;
	border-radius:10px;
	border:1px solid #E50012;
	margin:15px 15px 0 0;
	padding:20px;
	text-align:center;
	background:#fff;
}

.contactpage .phone-area ul li .txt{
	font-size:22px;
	line-height:1.6;
}

.contactpage .phone-area ul li .tel{
	display:inline-block;
}

.contactpage .phone-area ul li .tel a{
	display:block;
	padding: 0 0 0 50px;
    background: url(../img/common/entry-tel-ico.png) no-repeat left center;
    color: #E50012;
    font-size: 53px;
    font-family: "EB Garamond", serif;
    font-weight: 400;
}

.contactpage .contact{
	background:#fff;
}

.form .m-check .wpcf7-list-item > label {
    display: block;
    margin: 0 0 10px 0;
}

.contactpage .contact .privacy {
	border:1px solid #6F6F6F;
}

@media screen and (max-width: 800px) {
.contactpage .phone-area{
	padding:60px 40px 60px 20px;
}

.contactpage .phone-area ul{
	padding:30px 0 0 0;
	display:block;
}

.contactpage .phone-area ul li{
	width:100%;
	margin:10px 0 0 0;
	padding:15px 10px;
}

.contactpage .phone-area ul li .txt{
	font-size:16px;
}

.contactpage .phone-area ul li .tel a{
	padding: 0 0 0 35px;
	background: url(../img/common/f-tel-ico.png) no-repeat left center;
	background-size: 26px;
	font-size: 36px;
}
	
}

/* PRIVACYPOLICY
-------------------------------------------------------------------*/
.privacy .txt-area{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.privacy .txt-area .box{
	max-width:1000px;
	margin:0 auto;
}

.privacy .txt-area h2{
	font-size:26px;
	line-height:1.8;
	font-weight:500;
}

.privacy .txt-area dl{
	padding:60px 0 0 0;
}

.privacy .txt-area dl dt{
	font-size:40px;
	line-height:1.6;
	position:relative;
	font-weight:500;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

.privacy .txt-area dl dt:after{
	content:"";
	width:20px;
	height:3px;
	background:#E50012;
	position:absolute;
	bottom:0;
	left:0;
}

.privacy .txt-area dl dd{
	font-size:22px;
	line-height:1.6;
}

.privacy .txt-area dl dd ul{
	padding:15px 0 0 0;
}

.privacy .txt-area dl dd ul li{
	padding-left:1em;
	text-indent:-1em;
	margin:10px 0 0 0;
}

.privacy .f-contact{
	padding:100px 120px 100px 20px;
}

.privacy .f-contact h3{
	font-size:36px;
	font-weight:500;
	line-height:1.6;
	padding:60px 0 30px 0;
}

.privacy .f-contact .txt{
	font-size:22px;
	line-height:1.6;
}

@media screen and (max-width: 800px) {
.privacy .txt-area{
	padding:60px 40px 60px 20px;
}

.privacy .txt-area .box{
	max-width:inherit;
}

.privacy .txt-area h2{
	font-size:18px;
	line-height:1.6;
}

.privacy .txt-area dl{
	padding:30px 0 0 0;
}

.privacy .txt-area dl dt{
	font-size:24px;
}

.privacy .txt-area dl dd{
	font-size:16px;
}

.privacy .txt-area dl dd ul{
	padding:10px 0 0 0;
}

.privacy .txt-area dl dd ul li{
	margin:10px 0 0 0;
}

.privacy .f-contact{
	padding:60px 40px 60px 20px;
}

.privacy .f-contact h3{
	font-size:24px;
	padding:30px 0 30px 0;
}

.privacy .f-contact .txt{
	font-size:16px;
}
}

/* NEWS
-------------------------------------------------------------------*/
.single-news #detail-area{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.single-news #detail-area .day{
	font-size:18px;
}

.single-news #detail-area h1{
	font-size:40px;
	line-height:1.6;
	font-weight:500;
	padding:30px 0;
}

#detail-area .detail-box p{
	line-height:2;
	font-weight:400;
	padding:0 0 40px 0;
	font-size:18px;
}

#detail-area .detail-box h2,
#detail-area .detail-box h3,
#detail-area .detail-box h4,
#detail-area .detail-box h5{
	font-size:24px;
	font-weight:600;
	line-height:1.6;
	padding:0 0 20px 0;
}

.bk-btn{
	padding:60px 0 0 0;
}

.bk-btn a{
	display:inline-block;
	padding:5px 0 5px 40px;
	background: url(../img/common/bk-ico.png) no-repeat left center;
	font-size:18px;
}

@media screen and (max-width: 800px) {
.single-news #detail-area{
	padding:60px 40px 60px 20px;
}

.single-news #detail-area .day{
	font-size:14px;
}

.single-news #detail-area h1{
	font-size:22px;
	padding:20px 0;
}

#detail-area .detail-box p{
	padding:0 0 30px 0;
	font-size:16px;
}

#detail-area .detail-box h2,
#detail-area .detail-box h3,
#detail-area .detail-box h4,
#detail-area .detail-box h5{
	font-size:18px;
	padding:0 0 20px 0;
}

.bk-btn{
	padding:40px 0 0 0;
}

.bk-btn a{
	padding:5px 0 5px 35px;
	background: url(../img/common/bk-ico.png) no-repeat left center;
	background-size:28px;
	font-size:16px;
}
}

/* COLUMN
-------------------------------------------------------------------*/
.column .kaso-mv .box {
    background: url(../img/column/mv.jpg) no-repeat center center;
    background-size: cover;
}

.list-cate{
	padding:50px 120px 60px 20px;
}

.list-cate dl{
	display:flex;
}

.list-cate dl:not(:last-child){
	padding:0 0 30px 0;
}

.list-cate dl dt{
	font-size:18px;
	line-height:1.6;
	padding:5px 20px;
	margin:0 20px 0 0;
	border-left:5px solid #6F6F6F;
}

.list-cate dl dd ul{
	display:flex;
	flex-wrap: wrap;
}

.list-cate dl dd ul li{
	padding:0 10px 10px 0;
}

.list-cate dl dd ul li a{
	display:inline-block;
	line-height:1.6;
	font-size:18px;
	color:#fff;
	padding:5px 20px;
	border-radius:5px;
}

ul li .classroom{
	background:#BF751D;
}
ul li .gym{
	background:#9D8F46;
}
ul li .headquarters{
	background:#408D48;
}
ul li .franchise{
	background:#4E6EB4;
}
ul li .new-business{
	background:#C35193;
}
ul li .investment{
	background:#3D99A0;
}
ul li .investment-franchise{
	background:#8E52A3;
}

.column .list-area{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.column .list-area h2{
	padding:0 0 60px 0;
	font-size:32px;
	line-height:1.6;
	font-weight:500;
}

.column .list-area .column-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.column .list-area .column-list:after{
	content:"";
	width:32%;
}

.column .list-area .column-list > li{
	width:32%;
	margin:0 0 50px 0;
}

.column .list-area .column-list > li .no-img{
	background: url(../img/common/logo.png) no-repeat center center #f5f5f5;
	border: 1px solid #e0e0e0;
}

.column .list-area .column-list > li .coverimg:before {
    padding-top: 60%;
}

/* アイキャッチ画像の最適化 */
.column .list-area .column-list > li .coverimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.column .list-area .column-list > li .coverimg:hover img {
    transform: scale(1.05);
}

.column .list-area .column-list > li .cate{
    padding:10px 0 0 0;
	display:flex;
	flex-wrap:wrap;
}

.column .list-area .column-list > li .cate li{
	margin:10px 10px 0 0;
	display:inline-block;
	line-height:1.6;
	font-size:14px;
	color:#fff;
	padding:2px 10px;
	border-radius:5px;
}

.column .list-area .column-list > li h3{
	padding:20px 0 0 0;
	line-height:1.6;
	font-weight:500;
	font-size:20px;
}

ul.page-numbers{
	display:flex;
	flex-wrap:wrap;
	font-size:14px;
	padding:40px 0 0 0;
}

ul.page-numbers li span,
ul.page-numbers li a{
	color:#E50012;
	background:#fff;
}

ul.page-numbers li .current,
ul.page-numbers li a:hover{
	background:#E50012;
	color:#fff;
}

ul.page-numbers li a,
ul.page-numbers li .current,
ul.page-numbers li span{
	width:60px;
	height:60px;
	line-height:58px;
	border:1px solid #E50012;
	display:block;
	position:relative;
	box-sizing:border-box;
	margin:10px;
	text-align:center;
}

ul.page-numbers .next,
ul.page-numbers .prev{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

ul.page-numbers .next:after,
ul.page-numbers .prev:after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
    left: 25px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #E50012;
    border-right: 2px solid #E50012;
	transform: rotate(45deg);
}

ul.page-numbers .next:hover:after,
ul.page-numbers .prev:hover:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

ul.page-numbers .prev:after{
	transform: rotate(-135deg);
}

ul.page-numbers li span.dots{
	width:20px;
	margin:10px 0;
	border:none;
}

.ranking{
	padding:100px 120px 100px 20px;
}

.ranking .box{
	position:relative;
}

.ranking h2{
	font-size:32px;
	line-height:1.6;
	position:relative;
	font-weight:500;
	padding:0 0 20px 0;
	margin:0 0 30px 0;
}

.ranking h2:after{
	content:"";
	width:20px;
	height:3px;
	background:#E50012;
	position:absolute;
	bottom:0;
	left:0;
}

.ranking ul li{
	padding:50px 0 0 0;
}

.ranking ul li a{
	display:flex;
}

.ranking ul li a .img{
	width:160px;
	min-width:160px;
	margin:0 50px 0 0;
	box-sizing:border-box;
}

.ranking ul li a .no-img{
	background: url(../img/common/logo.png) no-repeat center center #fff;
	background-size:140px;
	border:1px solid #F5F5F5;
}

.ranking ul li a .cate{
	display:flex;
	flex-wrap:wrap;
}

.ranking ul li a .cate li{
	margin:0 10px 10px 0;
	display:inline-block;
	line-height:1.6;
	font-size:14px;
	color:#fff;
	padding:2px 10px;
	border-radius:5px;
}

.ranking ul li a h3{
	line-height:1.6;
	font-weight:500;
	font-size:20px;
}

#searchform{
	width:500px;
	position:absolute;
	right:0;
	top:0;
}

@media screen and (max-width: 1000px) {
#searchform{
	padding:30px 0 0 0;
	position:static;
}
}

#searchform input{
	display:block;
	border:2px solid #A3A3A3;
	background: url(../img/common/search.png) no-repeat 95% center #fff;
	width:100%;
	margin:0 auto;
	padding:15px 50px 15px 25px;
	box-sizing:border-box;
	font-size:16px;
	border-radius:50px;
}

#searchform input::placeholder {
	color:#A3A3A3;
}

@media screen and (max-width: 800px) {
.column .kaso-mv .box {
    background: url(../img/column/sp/mv.jpg) no-repeat center center;
    background-size: cover;
}

.list-cate{
	padding:0 40px 20px 20px;
}

.list-cate dl{
	display:block;
}

.list-cate dl:not(:last-child){
	padding:0 0 10px 0;
}

.list-cate dl dt{
	font-size:14px;
	padding:5px 15px;
	margin:0 0 10px 0;
}

.list-cate dl dd ul{
	display:flex;
}

.list-cate dl dd ul li a{
	font-size:12px;
	padding:5px 10px;
}

.column .list-area{
	padding:60px 40px 60px 20px;
}
	
.column .list-area h2{
	padding:0 0 40px 0;
	font-size:22px;
}

.column .list-area .column-list{
	display:block;
}

.column .list-area .column-list:after{
	display:none;
}

.column .list-area .column-list > li{
	width:100%;
	margin:0 0 30px 0;
}

.column .list-area .column-list > li .cate li{
	margin:5px 10px 0 0;
	font-size:12px;
	padding:2px 8px;
}

.column .list-area .column-list > li h3{
	font-size:16px;
	padding:10px 0 0 0;
}

ul.page-numbers{
	font-size:13px;
	padding:30px 0 0 0;
}

ul.page-numbers li a,
ul.page-numbers li .current,
ul.page-numbers li span{
	width:40px;
	height:40px;
	line-height:38px;
	margin:0 10px 0 0;
}

ul.page-numbers .next:after,
ul.page-numbers .prev:after{
    left: 14px;
}

.ranking{
	padding:60px 40px 60px 20px;
}

.ranking h2{
	font-size:22px;
	margin:0;
}

.ranking ul li{
	padding:30px 0 0 0;
}

.ranking ul li a .img{
	width:80px;
	height:80px;
	min-width:80px;
	margin:0 20px 0 0;
}

.ranking ul li a .no-img{
	background: url(../img/common/logo.png) no-repeat center center #fff;
	background-size:60px;
}

.ranking ul li a .cate li{
	margin:0 10px 10px 0;
	font-size:13px;
	padding:2px 5px;
}

.ranking ul li a h3{
	font-size:16px;
}

#searchform{
	width:100%;
	position:static;
}

#searchform input{
	border:1px solid #A3A3A3;
	background: url(../img/common/search.png) no-repeat 95% center #fff;
	background-size:25px;
	padding:10px 40px 10px 20px;
	font-size:16px;
}
}

/* USEFUL
-------------------------------------------------------------------*/
.useful .kaso-mv .box {
    background: url(../img/useful/mv.jpg) no-repeat center center;
    background-size: cover;
}

.list-cate-useful{
	padding:50px 120px 60px 20px;
}

.list-cate-useful dl dt{
	font-size:18px;
	line-height:1.6;
	padding:5px 20px;
	margin:0 0 20px 0;
	border-left:5px solid #6F6F6F;
}

.list-cate-useful dl dd ul{
	display:flex;
	flex-wrap: wrap;
}

.list-cate-useful dl dd ul li{
	padding:0 10px 10px 0;
}

.list-cate-useful dl dd ul li a{
	display:inline-block;
	line-height:1.6;
	font-size:18px;
	color:#fff;
	padding:5px 20px;
	border-radius:5px;
}

.useful ul li .franchise{
	background:#BF751D;
}
.useful ul li .investment{
	background:#9D8F46;
}
.useful ul li .new-business{
	background:#408D48;
}
.useful ul li .tax{
	background:#4E6EB4;
}
.useful ul li .gym{
	background:#8E52A3;
}

.useful ul li .investment-franchise {
	background:#9D8F46;
}

.useful #searchform {
    position:static;
	padding:50px 0 0 0;
}

.useful .list-area{
	padding:100px 120px 100px 20px;
	background:#F5F5F5;
}

.useful .list-area h2{
	padding:0 0 60px 0;
	font-size:32px;
	line-height:1.6;
	font-weight:500;
}

.useful .list-area .useful-list > li{
	background:#fff;
	padding:60px;
}

.useful .list-area .useful-list > li:not(:last-child){
	margin:0 0 60px 0;
}

.useful .list-area .useful-list > li h3{
	font-size:34px;
	font-weight:500;
	line-height:1.6;
	padding:0 0 30px 0;
}

.useful .list-area .useful-list > li .box-in{
	display:flex;
	justify-content:space-between;
}

.useful .list-area .useful-list > li .img-box{
	width:42%;
}

.useful .list-area .useful-list > li .img-box .coverimg:before {
    padding-top: 85%;
}

.useful .list-area .useful-list > li .txt-box{
	width:52%;
}

.useful .list-area .useful-list > li .txt-box .cate{
	display:flex;
	flex-wrap: wrap;
}

.useful .list-area .useful-list > li .txt-box .cate li{
	margin:0 10px 10px 0;
	display:inline-block;
	line-height:1.6;
	font-size:16px;
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
}

.useful .list-area .useful-list > li .no-img{
	background: url(../img/common/logo.png) no-repeat center center #fff;
	border:1px solid #333;
}

.useful .list-area .useful-list > li h4{
	font-size:22px;
	font-weight:500;
	line-height:1.6;
	padding:10px 0 10px 40px;
	color:#E50012;
	background: url(../img/useful/bell.png) no-repeat left center #fff;
}

.useful .list-area .useful-list > li .best li{
	font-size:22px;
	line-height:1.6;
	position:relative;
	padding-left:1em;
	text-indent:-1em;
	margin:5px 0 0 0;
}

.useful .list-area .useful-list > li .best li:before{
	content:"・";
}

.useful .list-area .m-btn{
	padding:30px 0 0 0;
}

.useful .list-area .m-btn a {
    width: 100%;
}

.more-box{
	position:relative;
}

.more-box:after {
    content: "";
    position: absolute;
    bottom:-200px;
    left: 0px;
    z-index: 6;
    display: block;
    width: 100%;
    height: 800px;
    transition: 1s;
    background: linear-gradient(transparent 0%, rgb(244, 244, 244) 60%);
}

.more-btn{
	font-size:18px;
	color:#E50012;
	line-height:58px;
	height:60px;
	font-weight:500;
	border:1px solid #E50012;
	background:#fff;
	text-align:center;
	display:block;
	width:300px;
	position:relative;
	z-index:10;
	margin-top:-300px;
	cursor:pointer;
}

@media screen and (max-width: 800px) {
.useful .kaso-mv .box {
    background: url(../img/useful/sp/mv.jpg) no-repeat center center;
    background-size: cover;
}

.list-cate-useful{
	padding:30px 40px 40px 20px;
}

.list-cate-useful dl dt{
	font-size:16px;
	padding:5px 15px;
	margin:0 0 10px 0;
}

.list-cate-useful dl dd ul li a{
	font-size: 15px;
	padding: 5px 10px;
}

.useful #searchform {
	padding:30px 0 0 0;
}

.useful .list-area{
	padding:20px 0 60px 0;
}

.useful .list-area h2{
	padding: 0 40px 40px 20px;
	font-size: 22px;
}

.useful .list-area .useful-list > li{
	padding:40px 40px 40px 20px;
	margin:0 20px 0 0;
}
	
.useful .list-area .useful-list > li:not(:last-child){
	margin:0 0 20px 0;
}

.useful .list-area .useful-list > li h3{
	font-size:20px;
	padding:0 0 20px 0;
}

.useful .list-area .useful-list > li .box-in{
	display:block;
}

.useful .list-area .useful-list > li .img-box{
	width:100%;
	max-width:400px;
	margin:0 auto 20px;
}

.useful .list-area .useful-list > li .txt-box{
	width:100%;
}

.useful .list-area .useful-list > li .txt-box .cate li{
	margin:0 10px 10px 0;
	font-size:14px;
	padding:2px 8px;
}

.useful .list-area .useful-list > li .no-img{
	background: url(../img/common/logo.png) no-repeat center center #fff;
	border:1px solid #333;
}

.useful .list-area .useful-list > li h4{
	font-size:17px;
	padding:10px 0 10px 30px;
	background: url(../img/useful/sp/bell.png) no-repeat left center #fff;
	background-size:25px;
}

.useful .list-area .useful-list > li .best li{
	font-size:17px;
}

.useful .list-area .m-btn{
	padding:30px 0 0 0;
}
	
.useful .list-area .m-btn a{
	height:60px;
	line-height:60px;
	font-size:16px;
	width:100%;
	max-width:inherit;
}
	
.more-box{
	padding:0 40px 0 20px;
}

.more-box:after {
    bottom:-100px;
    height: 400px;
    background: linear-gradient(transparent 0%, rgb(244, 244, 244) 60%);
}

.more-btn{
	font-size:16px;
	line-height:48px;
	height:50px;
	font-weight:500;
	width:100%;
	margin:-550px 0 0 0;
}
}

/* USEFUL-THANKS
-------------------------------------------------------------------*/
.useful-thanks .thanks-area{
	padding:120px 120px 120px 20px;
	background:#F5F5F5;
}

.useful-thanks .thanks-area h1{
	font-size:40px;
	font-weight:500;
	line-height:1.6;
	padding:0 0 60px 0;
}

.useful-thanks .thanks-area .txt{
	font-size:22px;
	font-weight:500;
	line-height:1.8;
}

.download-area{
	padding:120px 120px 120px 20px;
}

.download-area h2{
	font-size:34px;
	font-weight:500;
	line-height:1.6;
	padding:0 0 60px 0;
}

.download-area ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding: 0 0 40px 0;
}

.download-area ul:after{
	content:"";
	width:32%;
}

.download-area ul li{
	width:32%;
	padding:0 0 20px 0;
}

.download-area ul li h3{
	font-weight:500;
	font-size:22x;
	line-height:1.6;
	padding:20px 0;
}

@media screen and (max-width: 1050px) {
.download-area ul:after{
	content:"";
	width:49%;
}

.download-area ul li{
	width:49%;
}
}

.download-area .m-btn a {
	width:100%;
}

@media screen and (max-width: 800px) {
.useful-thanks .thanks-area{
	padding:60px 40px 60px 20px;
}

.useful-thanks .thanks-area h1{
	font-size:22px;
	padding:0 0 40px 0;
}

.useful-thanks .thanks-area .txt{
	font-size:16px;
}

.download-area{
	padding:60px 40px 60px 20px;
}

.download-area h2{
	font-size:18px;
	padding:0 0 40px 0;
}

.download-area ul{
	display:block;
	padding: 0 0 20px 0;
}

.download-area ul:after{
	display:none;
}

.download-area ul li{
	width:100%;
}
	
.download-area ul li .img{
	max-width:400px;
	margin:0 auto;
}

.download-area ul li h3{
	font-size:16px;
	padding:15px 0;
}
	
.download-area .m-btn a {
	max-width:inherit;
}
	

}

.page-id-45 .form .wpcf7-list-item.first > label {
  margin: 0 0 10px 0;
}