@charset "UTF-8";

#anchors+.composite_box01 .wrapper_item{
    justify-content: space-evenly;
    padding-top: 80px;
}
#anchors+.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
#anchors+.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1),
#anchors+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2){
    width: 25%;
    margin-left: 0%;
}
#anchors+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2){
    transform: translateY(-80px);
}
#anchors+.composite_box01.block_images_6 .inner_item_img{
    position: relative;
    padding-top: 50%;
    padding-bottom: 50%;
    width: 100%;
}
@media screen and (max-width: 700px){
#anchors+.composite_box01 .wrapper_item {
    flex-direction: column;
    align-items: center;
}
#anchors+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2) {
    transform: translateY(0px);
}
#anchors+.composite_box01 .wrapper_item {
    padding-top: 0px;
}
#anchors+.composite_box01.block_images_6 .inner_item:nth-of-type(2n){
    margin-left: 0% !important;
}
#anchors+.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
#anchors+.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1),
#anchors+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2){
    width: 50%;
}
}
#anchor1+section .inner_item_img::after {
    background-image: url("/common/upload_data/nakashimadcinfo/image/20240411165335.png");
}
#plan1+section .inner_item_img::after {
    background-image: url("/common/upload_data/nakashimadcinfo/image/20240411164939.png");
}
#plan2+section .inner_item_img::after {
    background-image: url("/common/upload_data/nakashimadcinfo/image/20240411164934.png");
}
#plan3+section .inner_item_img::after {
    background-image: url("/common/upload_data/nakashimadcinfo/image/20240411165328.png");
}
#plan4+section .inner_item_img::after {
    background-image: url("/common/upload_data/nakashimadcinfo/image/20240411165333.png");
}

/*アンカーリンク調整*/
#anchors+.composite_box01.block_images_6 .inner_item_img img {
    border-radius: 0;
    object-fit: contain;
}
#anchors_title+.contents_box01 .inner_item_img img {
    border-radius: 0;
    object-fit: contain;
}
#anchors_title+.contents_box01 .inner_item_img::after {
    display: none;
}
#anchors_title+.contents_box01 .inner_item_img a {
    pointer-events: none;
}
@media screen and (max-width: 900px){
#anchors_title+.contents_box01 .inner_item_img img {
    width: 70% !important;
}
}
@media screen and (max-width: 480px){
#anchors_title+.contents_box01 .inner_item_img img {
    width: 90% !important;
}
}