@charset "UTF-8";
/* CSS Document */
/*==========================================================
												汎用class等
==========================================================*/
/* ============== main ============== */
.mainVisual__items {
    /*position: absolute;
    top: calc(50% - 274.5px);
    left: calc(50% - 377px);*/
}
.mainVisual__items h2{
    margin-bottom: 20px;
}
.mainVisual__items h2 span{
    display: block;
    font-size: 94px;
    border-bottom: 2px solid #006fa5;
}
.mainVisual__items p {
    font-size: 23px;
  padding-bottom: 40px;
}

.mainVisual__items p span{
    color: #FFFFFF;
    background-color: #006fa5;
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
    .mainVisual__items h2{
        margin-bottom: 20px;
    }
    /*.mainVisual__items {
        top: calc(50% - 221.5px);
        left: calc(50% - 340px);
    }*/
    .mainVisual__items h2 img{
        width: 680px;
    }
    .mainVisual__items p img{
        width: 200px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
    .mainVisual__items h2{
        margin-bottom: 20px;
    }
    /*.mainVisual__items {
        top: calc(55% - 175px);
        left: calc(50% - 220px);
    }*/
    .mainVisual__items h2 img{
        width: 440px;
    }
    .mainVisual__items p img{
        width: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mainVisual__logo h1 {
        max-width: 200px;
    }
    .mainVisual__items h2{
        margin-bottom: 20px;
    }
    /*.mainVisual__items {
        top: calc(50% - 133px);
        left: calc(50% - 160px);
    }*/
    .mainVisual__items h2 img{
        width: 320px;
    }
    .mainVisual__items p img{
        width: 140px;
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__logo h1 {
        max-width: 200px;
    }
    .mainVisual__items h2{
        margin-bottom: 20px;
    }
    /*.mainVisual__items {
        top: calc(50% - 181px);
        left: calc(50% - 210px);
    }*/
    .mainVisual__items h2 img{
        width: 420px;
    }
    .mainVisual__items p img{
        width: 200px;
    }
  .mainVisual__items p {
    font-size: 23px;
  padding-bottom: 20px;
    }
}

@media screen and (max-width: 420px) {
/*    .mainVisual__logo {
        left: 4%;
        padding: 5px 0; 
    }*/
    /*.mainVisual__items {
        top: calc(55% - 117.5px);
        left: calc(50% - 120px);
    }*/
    .mainVisual__items h2 img{
        width: 240px;
    }
    .mainVisual__items p img{
        width: 140px;
    }
}


/* ============== content ============== */
.content{}
.content h3 {
    text-align: left;
}
.content__inner {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding: 60px 0;
}
.content__pic {
    width: 37.91%;
}
.content__pic img {
    width: 100%;
    height: auto;
}
.content__text {
    width: 58.33%;
}
.content__text p{
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .content__inner {
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .content__inner {
        display: block;
    }
    .content__pic {
        width: 100%;
        max-width: 364px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .content__text {
        width: 100%;
    }
}


/* ============== member ============== */
.member {}
.member h3 {
    font-size: 30px;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    letter-spacing: -0.1rem;
    margin-bottom: 70px;
}
.member ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.member li{
    max-width: 160px;
    width: 17.39%;
    margin-bottom: 35px;
}
.member li:nth-child(n+6){
    margin-bottom: 0;
}
.member p.name {
    color: #ffed43;
    text-align: center;
    margin: 10px 0;
}
.member p.text{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.6;
    vertical-align: middle;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .member h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .member ul{
        max-width: 400px;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .member li{
        width: 45%;
        margin-bottom: 20px;
    }
    .member li:nth-child(n+6){
        margin-bottom: 20px;    
    }
    .member li:nth-child(2n){
        margin-left: 10%;
    }
}
@media screen and (max-width: 400px) {
    .member ul{
        max-width: 100%;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .member li{
        max-width: 100%;
    }
    .member li:nth-child(2n){
        margin-left: 0;
    }
}


/* ============== report--inner============== */
.report{
    padding-top: 0;
}
.property{
    margin-top: 60px;
}
.property h4 {
    color: #FFFFFF;
    font-size: 24px;
    width: 160px;
    border: none;
    margin: 0 auto;
    padding: 30px 0;
}
.property p {
    color: #FFFFFF;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
}
.property__inner {
    width: 632px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    border-top: 3px solid #FFFFFF;
    padding: 20px 40px 0;
}
@media screen and (max-width: 767px) {
    .property{
        margin: 40px 0 0;
    }
    .property__inner {
        width: 100%;
        display: block;
        padding: 0;
    }
    .property h4 {
        font-size: 20px;
        width: 100%;
        padding: 20px 0 10px;
    }
    .property p {
        font-size: 14px;
    }
}


/* ============== kickOff ============== */
.kickOff {
	padding-top: 0;
}

.kickOff .picList li:nth-child(odd){
    width: 50.42%;
}
.kickOff .picList li:nth-child(even) {
    width: 46.875%;
}
.kickOff .picList li:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.kickOff .picList li:first-child  div {
    width: 45.45%;
}

.kickOff p {
    font-size: 18px;
}
.kickOff p span {
    color: #006fa5;
    font-weight: bold;
}
.kickOff img{
    width: 100%;
    height: auto;
}
.comment{
	color: #313131;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .kickOff p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .kickOff h3{
        margin-bottom: 40px;
    }
    .kickOff p {
        font-size: 14px;
    }
    .kickOff .picList li:nth-child(odd),
    .kickOff .picList li:nth-child(even) {
        width: 100%;
    }
    .kickOff .picList {
        display: block;
    }
    .comment{
		font-size: 18px;
		text-align: left;
	}
}

@media screen and (max-width: 400px) {
    .kickOff p {
        font-size: 13px;
    }
    .comment{
		font-size: 16px;
	}
}


/* ============== picList ============== */
.picList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    margin-bottom: 40px;
}
.picList li:nth-child(-n+2) {
    margin-bottom: 20px;
}


/* ============== planning ============== */
.planning {
	padding-top: 0;
    padding-bottom: 60px;
}
.planning .picList li:first-child {
	width: 33.47%;
}
.planning .picList li:nth-child(2) {
	width: 64.85%;
}
.planning .picList li:nth-child(n+3) {
	width: 48.95%;
}

@media screen and (max-width: 400px) {
	.planning .picList{ 
		display: block;
	}
	.planning .picList li:first-child,
	.planning .picList li:nth-child(2),
	.planning .picList li:nth-child(n+3) {
		width: 100%;
	}
	.planning .picList li:nth-child(3) {
		margin-bottom: 20px;
	}
}


/* ============== concept ============== */
.concept{
    margin-bottom: 60px;
}
.concept h3.c-title{
    font-size: 24px;
}
.concept__inner{
    max-width: 712px;
    margin: 0 auto;
}
.concept__catch{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.concept__list{
    margin-bottom: 30px;
}
.concept__list:last-child{
    margin-bottom: 0;
}
.concept__list__tit{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 2;
}
.concept__list li{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.concept__list li span{
    display: inline-block;
    font-size: 16px;
    border-bottom: 1px solid #FFFFFF;
    line-height: 2;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .concept h3.c-title{
        font-size: 20px;
    }
    .concept__list__tit{
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .concept h3.c-title{
        font-size: 18px;
    }
    .concept__list__tit{
        font-size: 14px;
    }
    .concept__list li span{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .concept__list li{
        font-size: 13px;
    }

}


/* ============== break ============== */
.break {}
@media screen and (max-width: 400px) {
	.break {
		padding: 50px 0;
	}
}


/* ============== presentation ============== */
.presentation {
    padding-top: 0;
}
.presentation .picList {
	justify-content: center;
	margin-bottom: 0;
}
.presentation .picList li {
	margin-bottom: 20px;
}
.presentation .picList--04 {
	justify-content: space-between;	
	margin-bottom: 40px;
}
.presentation .picList--04 li{
	width: 24.27%;
}

@media screen and (max-width: 400px) {
	.presentation .picList--04 li{
		width: 48.95%;
	}
}


/* ============== qa ============== */
.qa {
	margin-bottom: 40px;
}
.qa__inner {
    max-width: 712px;
    margin: 0 auto;
}
.qa li:first-child {
    margin-bottom: 40px;
}
.qa li .answer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.answer__pic {
    width: 16.85%;
    max-width: 120px;
}

.answer__box {
    width: 80.06%;
}
.answer__box__name {
    color: #ffed43;
    font-size: 16px;
}
p.answer__box__text {
    color: #FFFFFF;
    font-size: 16px;
}


/* ============== staff ============== */
.staff{}
.staff__inner {
    max-width: 712px;
    margin: 0 auto;	
}
.staff__tit {
    font-size: 24px;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    letter-spacing: -0.1rem;
    margin-bottom: 30px;
}
.staff__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.staff__box__pic{
    width: 24.58%;
    max-width: 175px;	
	text-align: center;
}
.staff__box__pic img{
	max-width: 120px;
	margin-bottom: 10px;
}
.staff__box__pic .pic__name{
	color: #ffed43;
	font-size: 14px;
}
.staff__box__text{
	width: 72.61%;
}
.staff__box__text li:first-child{
	margin-bottom: 40px;
}
.staff__box__text li h5{
    font-size: 18px;
    margin-bottom: 20px;
}
.staff__box__text p{
	color: #FFFFFF;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
    .qa, .staff {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .answer__box__name {
        font-size: 14px;
    }
    p.answer__box__text {
        font-size: 14px;
    }
    .staff__tit {
    	font-size: 18px;
    	line-height: 1.6;
    	margin-bottom: 20px;
    }
	.staff__box__pic{
	    width: 16.85%;
	}
	.staff__box__pic img{
		max-width: 100%;
	}
	.staff__box__text{
		width: 80.06%;
	}
	.staff__box__pic .pic__name{
		font-size: 13px;
	}
	.staff__box__text li h5{
	    font-size: 14px;
	}
	.staff__box__text p{
		font-size: 14px;
	}
}

@media screen and (max-width: 400px) {
    .answer__pic {
        width: 100%;
        margin: 0 auto;
    }
    .answer__box {
        width: 100%;
    }
    p.answer__box__text {
        font-size: 13px;
    }
	.staff__box__pic{
        width: 100%;
        margin: 0 auto;
		margin-bottom: 10px;
	}
	.staff__box__pic img{
		max-width: 120px;
		margin-bottom: 5px;
	}
	.staff__box__text{
		width: 100%;
	}
}





/* ============== completion ============== */
.completion{
    padding-top: 0;
}

.completion h5 {
    color: #000000;
    border-bottom: solid 2px #000000;
}


.completion .picList {
    justify-content: center;
    margin-bottom: 0;
}
.completion p.att{
    color: #5f5f5f;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.completion .picList li{
    margin-bottom: 20px;
}
.completion .picList li:last-child {
    margin-bottom: 0px;
}

.completion .picList .photo{
    margin-top: 0;
    margin-bottom: 0;
}
.completion .photo{
    margin-top: 20px;
    margin-bottom: 60px;
}

.completion .qa {
    margin-bottom: 0;
 }
.completion .qa__inner{
    background-color: #EDEDED;
    padding: 40px 60px;
}
.completion .qa li {
    margin-bottom: 40px;
}


.completion .answer__box__name {
    color: #006fa5;
}
.completion p.answer__box__text {
    color: #000000;
}

.completion .staff__inner{
    background-color: #EDEDED;
    padding: 0 60px 40px;

}
.completion .staff__box__text p {
    color: #000000;
}

.completion .staff__box__pic .pic__name {
    color: #006fa5;
    font-size: 14px;
}



@media screen and (max-width: 767px) {
    .completion .qa {
        width: 92%
        margin-bottom: 0;
    }
    .completion .qa li:last-child{
       margin-bottom: 0;
    }
    .completion .qa__inner{
        padding: 40px 4%;
    }
    .completion p.att{
        text-align: left;
    }

    .completion .staff__inner {
        padding: 0 4% 40px;
    }
    .completion .staff__box__pic .pic__name {
        font-size: 13px;
    }

    .completion h3.c-title{
        margin-bottom: 25px;
    }
}

/* ============== after ============== */
.after{
    padding-top: 0;
}
.after.member ul{
    justify-content: center;
    margin-bottom: 80px;
}
.after.member li {
    margin-right: 3.2625%;
}
.after.member li:nth-child(5){
    margin-right: 0;
}
.after.member li:nth-child(9){
    margin-right: 0;
}
.after.member h3{
    /*color: #006fa5;*/
    line-height: 1.4;
    padding: 10px 0;
    /*border: 10px double #ffed43;*/
}
.after .picList {
    justify-content: center;
    margin-bottom: 0;
}


@media screen and (max-width: 767px) {
    .after.member li {
       margin-right: 0;
    }
    .after h3.c-title{
        margin-bottom: 20px;
    }
}




.users{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
    margin: 60px 0;
    border: 4px double #FFFFFF;
}
.users__pic {
    width: 32.64%;
    max-width: 312px;
}
.users__box {
    width: 65.27%;
}
.users__box__name {
    color: #ffed43;
    font-size: 26px;
    margin-bottom: 10px;
}
p.users__box__text {
    color: #FFFFFF;
    font-size: 16px;
}
.after .icon {
    margin-bottom: 10px;
    text-align: center;
}
.after .comment{
    color: #FFFFFF;
    padding: 20px 0;
    border-bottom: 6px solid #ffed43;
    /*border-top: 6px solid #ffed43*/
}
.after.member  h3{
    background: none;
    margin: 0 auto;
    text-align: center;
    max-width: 725px;
    margin-bottom: 40px;
}



@media screen and (max-width: 767px) {
    .users{
        display: block;
    }
    .users__pic {
        width: 100%;
        max-width: 312px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .users__box {
        width: 100%;
    }
    .users__box__name {
        color: #ffed43;
        font-size: 18px;
        margin-bottom: 10px;
    }
    p.users__box__text {
        color: #FFFFFF;
        font-size: 14px;
    }

    .com .staff__inner{
        padding: 40px 5%;
    
    }
    .member li {
        width: 40%;
        margin-bottom: 20px;
    }
}
