/*
Theme Name: 株式会社頂
Version: 1.1
*/
.ca-mv .top-mv__body {
    padding: 0 0 0 4%;
    height: 800px;
    background-image: url(../itadaki/assets/images/ca/img_takai_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.komiyama-ca .top-mv__body {
    padding: 0 0 0 4%;
    height: 800px;
    background-image: url(../itadaki/assets/images/ca/img_komiyama_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.ca-mv .top-mv__body {
	    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ca-mv .top-mv__ttl {
color: #fff;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1%;
}
@media screen and (max-width: 1024px) {
    .ca-mv .top-mv__body {
        height: 45vh;
        background-image: url(../itadaki/assets/images/ca/img_takai_pc.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        min-height: 440px;
    }
	  .komiyama-ca .top-mv__body {
        height: 45vh;
        background-image: url(../itadaki/assets/images/ca/img_komiyama_pc.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        min-height: 440px;
    }
}
@media screen and (max-width: 799px) {
	    .ca-mv .top-mv__body {
        height: 60vh;
        background-image: url(../itadaki/assets/images/ca/img_takai_sp.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        min-height: 800px;
    }
	.komiyama-ca .top-mv__body {
        height: 60vh;
        background-image: url(../itadaki/assets/images/ca/img_komiyama_sp.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        min-height: 800px;
    }

}

@media screen and (max-width: 520px) {
	    .ca-mv .top-mv__body {
        height: 50vh;
        background-image: url(../itadaki/assets/images/ca/img_takai_sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        min-height: 500px;
    }
	  .komiyama-ca .top-mv__body {
        height: 50vh;
        background-image: url(../itadaki/assets/images/ca/img_komiyama_sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        min-height: 500px;
    }
}
.ca-mv .top-mv__lead {
    margin-bottom: 15px;
    color: #0d1a39;
    font-size: 24px;
    font-weight: 600;
}
.message-txt {
    max-width: 1000px;
    margin: -100px auto 5%;
    background: #ffff;
    padding: 3%;
    font-size: 1.3rem;
    line-height: 2;
    box-shadow: 5px 5px 6px 0 rgb(0 0 0 / 16%);
    position: relative;
    text-align: center;
}
@media (max-width: 1024px){
	.message-txt {
    max-width: 800px;
    margin: -70px auto 5%;
    background: #ffff;
    padding: 3%;
    font-size: 1.1rem;
    line-height: 2;
    box-shadow: 5px 5px 6px 0 rgb(0 0 0 / 16%);
    position: relative;
    text-align: center;
}
}
.message-txt p{
	    font-weight: 500;
}

.mission.ca-box{
	padding: 100px 0;
	position: relative;
}
.mission.ca-box::before{
    content: '';
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 88%;
    height: 1000px;
    background-color: #EFF3F9;
    z-index: -1;
    top: 200px;
}
.mission.ca-box .titbox{
	width: 88%;
	background-image: url(../itadaki/assets/images/ca/img_ca_t_01.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}
.mission.komiyama-box .titbox{
	width: 88%;
	background-image: url(../itadaki/assets/images/ca/img_ca_k_01.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}
.mission.ca-box .titbox .con_lead{
    padding: 500px 0 60px 0;
}
.mission.ca-box .txtbox{
	    position: relative;
    width: 100%;
    /*min-width: fit-content;*/
    max-width: 1000px;
    margin: 0 auto;
}
.mission.ca-box .txtbox .tit{
    margin: 50px 0 20px;
    font-size: 1.5rem;
    color: #161942;
    font-weight: bold;
}
.mission.ca-box .txtbox .txt{
	line-height: 2.0;
}
.mission.ca-box .txtbox .br_btn{
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 1024px){
.mission.ca-box .txtbox .txt {
    line-height: 2.0;
    font-size: 1.1rem;
}
	.mission.ca-box .txtbox{
	    position: relative;
    width: 100%;
  min-width: min-content;
    max-width: 800px;
    margin: 0 auto;
}
}
@media (max-width: 768px){
	.mission.ca-box .titbox .con_lead{
		padding: 300px 0 60px 10px;
	}
    .mission.ca-box .txtbox .tit {
        margin: 50px 0 10px;
        font-size: 1.4rem;
        width: 100%;
    }
	.mission.ca-box .txtbox .br_btn{
		margin: 20px 0 0;
		position: static;
	}
	    .ca-mv .top-mv__lead {
        color: #ffffff;
    }
	    .mission.ca-box .txtbox {
        position: relative;
        width: 86%;
        min-width: min-content;
        max-width: 800px;
        margin: 0 auto;
    }

}
@media (max-width: 500px){
	.ca-mv .top-mv__lead {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}
	.mission.ca-box{
		padding: 60px 0;
	}
	.mission.ca-box::before{
		height: 80%;
	}
	.mission.ca-box .titbox{
		width: 92%;
		margin: 0 auto;
	}
	.mission.ca-box .titbox .con_lead{
		padding: 150px 0 40px 10px;
	}
	.mission.ca-box .txtbox .tit{
		margin: 30px 0 20px;
    	font-size: 1.3rem;
	}
	.mission.ca-box .txtbox .txt{
		font-size: 1rem;
		line-height: 1.8;
	}
	.mission.ca-box .txtbox {
    position: relative;
     width: 90%; 
    margin-left: 5%;
    margin-right: 5%;
}
	    .message-txt {
        max-width: 800px;
        margin: -74px auto 5%;
        background: #ffff;
        padding: 8%;
        font-size: 1rem;
        line-height: 2;
        box-shadow: 5px 5px 6px 0 rgb(0 0 0 / 16%);
        position: relative;
        text-align: left;
        width: 90%;
    }
}
@media (max-width: 400px){
	.mission.ca-box .titbox .con_lead{
		padding: 150px 0 20px 10px;
	}
}
@media (max-width: 320px){
	.mission.ca-box .txtbox .txt{
		font-size: 1.2rem;
	}
}
.ab{
	    margin-top: 5%;
}
.ab .inner{
    width: 85%;
    margin-left: auto;
    /*display: flex;
    flex-wrap: wrap;*/
}
.ab .inner .box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7%;
}
.ab .inner .box .left-box{
	    font-weight: bold;
    color: #161942;
    font-size: 1.5rem;
    margin-bottom: 32px;
}
.ab .inner .tit{
    font-size: 3rem;
    line-height: 1.6;
    font-weight: bold;
}
.ab .inner .txtbox{
	width: 50%;
}
.ab .inner .txt {
font-size: 1.1rem;
    margin-bottom: 50px;
    line-height: 2.0;
    font-weight: 500;
    margin-top: 8%;
}
@media (max-width: 1024px){
.ab .inner {
        width: 100%;
        min-width: min-content;
        max-width: 800px;
        margin: 0 auto;
}
}
@media (max-width: 768px){
	.ab{
		padding: 100px 0;
	}
	.ab .inner{
		display: block;
	}
    .ab .inner .tit {
        width: 100%;
        text-align: left;
        margin-bottom: 40px;
        font-size: 4.0rem;
    }
    .ab .inner .txtbox {
        width: 84%;
        margin: 0 auto;
    }
	.ab .br_btn{
		text-align: center;
	}
		.ab .inner .box {
 display: block;
        margin: 0 auto 12%;
}
	.ab .inner .box .left-box{
		    text-align: left;
    margin-bottom: 3%;
	}
	.ab .inner .box .left-box {
    margin-bottom: 32px;
    width: 86%;
    margin: 0 auto;
}

}
@media (max-width: 500px){
	.ab{
		padding: 60px 0;
	}
    .ab .inner .tit {
        font-size: 2.3rem;
        margin-bottom: 30px;
    }
    .ab .inner .txtbox .txt {
        font-size: 1rem;
        margin-bottom: 40px;
		    line-height: 1.8;
    }
		    .top-member.ca_member .list .item .name {
        font-size: 16px;
    }
	.ca-member .list .item .ob {
        margin-bottom: 12px;
    }
}
.ca_member .list .item {
    width: 33%;
}
.ca-box ul {
	    font-size: 1rem;
    padding-left: 4%;
	margin-bottom:3%;
}
.ca-box ul li{
	    list-style: disc;
}