@charset "UTF-8";
.nav > li:nth-child(3) > a{
	color: #A01F24;
}

.mv{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px 0;
}

.jigyo-wrapper{
	background-color: #fff;
	padding: 75px 0 0;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.jigyo-inner{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px;
}

.jigyo-inner h2{
	text-align: center;
	margin-bottom: 70px;
}
.jigyo-inner h2:last-of-type{
	margin-bottom: 35px;
}

.jigyo-inner h2 span{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #231815;
	border-bottom: 2px dotted #231815;
	padding-bottom: 5px;
}

.jigyo-inner h3{
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #231815;
	text-align: center;
	margin-bottom: 60px;
}
.jigyo-inner p{
	font-size: 19px;
	font-weight: bold;
	line-height: 37px;
	letter-spacing: 0.1em;
	color: #231815;
	text-align: justify;
	margin-bottom: 100px;
}
.jigyo-flex.only{
	display: block;
	margin: 30px auto;
}
.jigyo-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap:30px;
}
.only .jigyo-img{
    margin: 0 auto;
}
.jigyo-img{
	width: 48%;
	height: 220px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	display: block;
}
.img-ab01{
	max-width: 400px;
	position: absolute;
	bottom: -440px;
	left: -110px;
	z-index: 0;
}
.img-ab02{
	max-width: 200px;
    position: absolute;
    bottom: -500px;
		left: -20px;
		z-index: 0;
}
.jigyo-img-text{
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}
.jigyo-inner .name-title{
	text-align: right;
	font-family: "", sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.095em;
	color: #fff;
	margin-top: auto;
	margin-bottom: 5px;
}
.jigyo-inner .name{
	text-align: right;
	font-family: "", sans-serif;
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 0.2em;
	color: #fff;
	margin-bottom: 0;
}

.orange{
	background-color: #f15a23;
}
.purple{
	background-color: #bd338c;
}

.sp-only{
	display: none;
}

#mem_list{
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 20px 50px;
}
#mem_list ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#mem_list ul li{
	border-left: 1px solid;
	margin-bottom: 15px;
	padding: 0 17px;
	text-align: center;
}
#mem_list ul li:first-child{
    border-left:0;
}
#mem_list ul li a:hover{
	color: #A01F24;
}

#mem_list ul li a{
    color:#000;
    font-size: 14px;
		font-weight: 600;
}

#mem_list ul li:nth-child(6){
	border: 0;
}


@media screen and (max-width:912px){
	
	#mem_list ul li:nth-child(5){
		border: 0;
	}
	#mem_list ul li:nth-child(6){
		border-left: 1px solid;
	}
	#mem_list ul li:nth-child(9){
		border: 0;
	}
	
}

@media screen and (max-width:900px){

	.jigyo-inner h2 span {
    font-size: 23px;
}

.jigyo-inner h3 {
	font-size: 25px;
}
.jigyo-inner p {
	font-size: 16px;
	line-height: 35px;
}

.jigyo-inner .name-title {
	font-size: 11px;
}
.jigyo-inner .name {
	font-size: 30px;
}

}

@media screen and (max-width:837px){
	
	#mem_list ul li:nth-child(8){
		border: 0;
	}
	#mem_list ul li:nth-child(9){
		border-left: 1px solid;
	}
	
}
@media screen and (max-width:700px){

.jigyo-inner h2 span {
	font-size: 18px;
}

.jigyo-inner h3 {
	font-size: 20px;
}
.jigyo-inner p {
	font-size: 14px;
	line-height: 30px;
}
.jigyo-flex .jigyo-img {
	width: 70%;
	margin: 0 auto;
/*	margin-bottom: 20px;*/
}
.jigyo-flex .jigyo-img:last-of-type {
	margin-bottom: 0;
}


#mem_list ul li{
	width: 100%;
	border: 0;
	position:relative;
	margin-bottom: 20px;
	}
		#mem_list ul li:nth-child(6){
			border: 0;
		}
		#mem_list ul li:nth-child(7){
			border: 0;
		}
		#mem_list ul li:nth-child(9){
			border: 0;
		}
		#mem_list ul li::after{
			content:"";
   display:block;
   width:80px;
   height:1px;
   background-color:#000;
   position:absolute;
   bottom:-10px;
   left:50%;
	 transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
			}
}



@media screen and (max-width:550px){


.sp-only{
	display: block;
}

.jigyo-inner h2 span {
	line-height: 2em;
}

.jigyo-flex .jigyo-img {
	width: 90%;
}


}


@media screen and (max-width:420px){


.jigyo-flex .jigyo-img {
	height: 190px;
	width: 100%;
}


}