@charset "UTF-8";

#topStaffIntro + .contents_box01 .inner_item_img {
flex-basis: 30% !important;
max-width: 30% !important;
}
#topStaffIntro + .contents_box01 .inner_item_img a {
display: block;
width: 60%;
margin: 0 auto;
}
#topStaffIntro + .contents_box01 .inner_item_img a img {
aspect-ratio: 1 / 2;
    object-fit: cover;
    object-position: 0 17%;
}
#topStaffIntro + .contents_box01 .inner_item_txt {
max-width: 60% !important;
margin: 0 auto;
}
#topStaffIntro + .contents_box01 .inner_item_txt .heading {
text-align: center;
}
#topStaffIntro + .contents_box01 .inner_item_txt .content_wrapper {
text-align: center;
}
#c2 + .composite_box01 .wrapper_item {
justify-content: center !important;
}
#c2 + .composite_box01 .inner_item {
max-width: 50%;
}
#c2 + .composite_box01 .inner_item.empty {
display: none!important;
}
#yotsubaPhilosophy + .composite_box01 .wrapper_item {
justify-content: space-between !important;
}
#yotsubaPhilosophy + .composite_box01 .wrapper_item .inner_item {
    width: 40% !important;
    border-radius: 20px;
}
#yotsubaPhilosophyImg + .contents_box01.w40 .inner_item_img {
max-width: 20% !important;
}
@media screen and (max-width: 900px) {
    #topStaffIntro + .contents_box01 .wrapper_item {
        display: flex !important;
    }
   #topStaffIntro + .contents_box01 .wrapper_item .inner_item_img {
       max-width: 30% !important;
       margin-right: 1rem !important;
   }
#topStaffIntro + .contents_box01 .wrapper_item .inner_item_img a img {
aspect-ratio: inherit !important;
}
}

@media screen and (max-width: 768px) {
#yotsubaPhilosophy + .composite_box01 .wrapper_item .inner_item {
width: 100% !important;
}
#yotsubaPhilosophyImg + .contents_box01 .content_wrapper {
margin-top: 3rem;
}
#yotsubaPhilosophyImg + .contents_box01.block_image_1 .inner_item_img {
max-width: 40%!important;
}
}

@media screen and (max-width: 500px) {
#topStaffIntro + .contents_box01 .inner_item_img a {
width: 100%;
}
}

/* MV調整(2026/03/13) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    bottom: 0;
}
#mv .mv_textimg > div {
    width: 45%;
    left: 0;
    bottom: 0;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv:after {
    background: rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 901px) {
    #mv {
        width: 100%;
        max-width: initial;
    }
}
@media screen and (max-width: 900px){
    .mv_nav{
        display: none;
    } 
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        width: 100%;
    }
    #mv .mv_textimg > div {
        width: 50%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}