@charset "UTF-8";

/* succession */
.succession{
	font-weight: 300;
}
.succession .hero::after {
  background-image: url(./../img/succession_mv_pc.jpg);
}
@media screen and (max-width: 768px){
	.succession .hero::after {
		background-image: url(./../img/succession_mv_sp.jpg);
	}
}

/* main-area */
.succession .main-area{
	background-color: #F7F7F7;
}

.description{
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px){
	.description{
		font-size: 1.6rem;
	}
}

.summary{
	display: flex;
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px){
	.summary{
		display: block;
	}
}

.summary .lead{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px){
	.summary .lead{
		 flex-direction: column;
		width: 245px;
		margin: auto;
		margin-bottom: 4rem;
	}
}

.summary .lead__item{
	padding: 10px;
	width: 49%;
	background-color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	box-shadow: 0px 3px 10px -3px  rgba(0,0,0,0.16);
	display: flex;
	justify-content: center;
	align-items: center;}
@media screen and (max-width: 768px){
	.summary .lead__item{
		display: block;
		width: 100%;
		margin-bottom: 5%;
	}
}

.summary .lead__item p{
	margin-bottom: 0;
	}	
	
.summary .lead__item:not(:nth-child(2n+2)){
	margin-right: 2%;
}
@media screen and (max-width: 768px){
	.summary .lead__item:not(:nth-child(2n+2)){
		margin-right: 0%;
	}
}

.summary .lead__item:nth-child(n+3){
	margin-top: 2%;
}
@media screen and (max-width: 768px){
	.summary .lead__item:nth-child(n+3){
	margin-top: 0;
	}
}

@media screen and (max-width: 768px){
	.item2{
		order: 3;
	}
	.item3{
		order: 1;
	}
	.item4{
		order: 4;
	}
	.item5{
		order: 2;
	}
	.item6{
		order: 5;
	}
}

.summary .illust{
	max-width: 45%;
	margin-left: auto;
}
@media screen and (max-width: 768px){
	.summary .illust{
		max-width: 100%;
		margin: auto;
		}
}

.bpo-content{
	display: flex;
}
@media screen and (max-width: 768px){
	.bpo-content{
		display: block;
		}
}


/* secondary-area */
.succession .secondary-area{
	background-color: #FFF;
}

.bpo-content-top{
	width: 30%;
}
@media screen and (max-width: 768px){
	.bpo-content-top{
		width: 100%;
		margin-bottom: 12rem;
}
}

.bpo-content-middle{
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	text-align: center;
}
@media screen and (max-width: 768px){
	.bpo-content-middle{
		width: 100%;
		padding: 0;
		margin-bottom: 15rem;
	}
}

.bpo-content-top__lead{
	border-style: solid;
	border-width: 0.5px;
	border-color: #212020;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px){
	.bpo-content-top__lead{
		font-size: 2rem;
	}
}

.bpo-content-top__lead p{
	margin-bottom: 0;
}
.bpo-content-top__title{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px){
	.bpo-content-top__title{
		margin-bottom: 2rem;
	}
}

.bpo-content-top__text{
	text-align: center;
	padding: 0 30px;
	margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px){
	.bpo-content-top__text{
		font-size: 1.6rem;
	}
}

.bpo-content-top__illust{
	text-align: center;
}
.bpo-content-top__illust img{
	max-width: 213px;
}
.bpo-content-middle__title{
	text-align: center;
	font-size: 2rem;
}
@media screen and (max-width: 768px){
	.bpo-content-middle__title{
		position: relative;
	}
}
@media screen and (max-width: 768px){
	.bpo-content-middle__title-text{
		position: absolute;
		left: 60%;
	}
}
.yajirushi-pc{
	display: flex;
	margin-top: 20px;
}
.yajirushi-pc::after {
  content: '';
  width: 180px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  border-color: #212020;
  border-width: 0.5px;
  transform: skew(45deg);
}
@media screen and (max-width: 768px){
	.yajirushi-pc{
		display: inline-flex;
		transform: rotate(90deg);
	}
}
.bpo-content-bottom{
	width: 40%;
}
@media screen and (max-width: 768px){
	.bpo-content-bottom{
		width: 100%;
	}
}

.bpo-content-bottom__lead{
	border-style: solid;
	border-width: 0.5px;
	border-color: #212020;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.7rem;
}
@media screen and (max-width: 768px){
	.bpo-content-bottom__lead{
		font-size: 1.6rem;
	}
}

.ico-plus {
    width: 40px;
    height: 1px;
    margin: 8rem auto;
    position: relative;
  }
@media screen and (max-width: 768px){
	.ico-plus {
		margin: 5rem auto;
		}
}
  .ico-plus::before,
  .ico-plus::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background:#000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 50%
  }
  .ico-plus::after {
    transform: rotate(90deg);
  }

.ma-content{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px){
	.ma-content{
		display: block;
	}
}

.ma-content-top{
	margin-right: 10%;
}
@media screen and (max-width: 768px){
	.ma-content-top{
		margin-right: 0%;
		margin-bottom: 6rem;
	}
}

.ma-content-top__lead p{
	font-size: 1.8rem;
}
@media screen and (max-width: 768px){
	.ma-content-top__lead p{
		text-align: center;
	}
}

.ma-content-top__lead--bottom{
	margin-top: 15%;
}
@media screen and (max-width: 768px){
	.ma-content-top__lead--bottom{
	margin-top: 10%;
	}
}
@media screen and (max-width: 768px){
.ma-content-bottom{
	text-align: center;
	}
}
.ma-content-bottom img{
	max-width: 368px;
}
.ma-content-info{
	margin-bottom: 6rem;
}
.ma-content-info__heading{
	font-size: 2.4rem;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px){
	.ma-content-info__heading{
	text-align: center;
	}
}
.ma-content-category{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
/*
@media screen and (max-width: 768px){
	.ma-content-category{
	display: block;
}
}
*/

.ma-content-category__item{
	padding: 5px 20px;
	width: 48%;
	background-color: #FFF;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	border-left: 2px solid #DC000C;
	}
@media screen and (max-width: 768px){
	.ma-content-category__item{
	padding: 5px 0px 5px 20px;
	width: 100%;
	font-size: 1.8rem;
	margin-bottom: 4rem;
	}
}
.ma-content-category__item:not(:nth-child(2n+2)){
	margin-right: 4%;
}
@media screen and (max-width: 768px){
	.ma-content-category__item:not(:nth-child(2n+2)){
	margin-right: 0;
}
}
.ma-content-category__item:nth-child(n+3){
	margin-top: 4%;
}
@media screen and (max-width: 768px){
	.ma-content-category__item:nth-child(n+3){
	margin-top: 0;
}
}
.ma-content-category__item p{
	font-size: 1.8rem;
}
.ma-content-merit{
	margin-bottom: 8rem;
}
.ma-content-merit__heading{
	font-size: 2.4rem;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px){
	.item01{
		order:1; 
	}
	.item02{
		order:3; 
	}
	.item03{
		order:2; 
	}
	.item04{
		order:4; 
	}
}
@media screen and (max-width: 768px){
	.ma-content-merit__heading{
	text-align: center;
	}
}

.ma-content-merit-catch{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10rem;
}
@media screen and (max-width: 768px){
	.ma-content-merit-catch{
		display: block;
		justify-content: center;
		align-items: center;
		margin-bottom: 10rem;
	}
}

.ma-content-merit-catch__circle{
	padding: 20px;
	width: 248px;
	height: 248px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 3px 10px -3px  rgba(0,0,0,0.16);
	text-align: center;
}
@media screen and (max-width: 768px){
	.ma-content-merit-catch__circle{
		margin: auto;
		margin-bottom: 4rem;
	}
}
@media screen and (max-width: 991px){
	.ma-content-merit-catch__circle{
		width: 210px;
		height: 210px;
	}
}

.ma-content-merit-catch__circle:not(:nth-child(3n+3)){
	margin-right: 30px;
}
@media screen and (max-width: 768px){
	.ma-content-merit-catch__circle:not(:nth-child(3n+3)){
		margin: initial;
		margin: auto;
		margin-bottom: 4rem;
	}
}
.ma-content-merit-catch__img{
	width: 51px;
	margin: auto;
	height: 80px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 991px){
	.ma-content-merit-catch__img{
		height: 60px;
	}
}


.ma-content-merit-catch__text{
	width: 148px;
	margin: auto;
	font-size: 1.6rem;
	display: flex;
    align-items: center;
    height: 100px;
}
@media screen and (max-width: 768px){
	.ma-content-merit-catch__text{
		font-size: 1.8rem;
		}
}
