@charset "UTF-8";

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

/*--- mainTitle --*/
#mainTitle .title .en::before{
    content: "ABOUT SAMMY";
}
#mainTitle .title::before{
    background: url("../images/about/icon_mainTitle.png") center center / contain no-repeat;
}

#mainTitle .deco01 {
    width: 269px;
    left: calc(50% + 320px);
    top: 15%;
}

/*--- intro --*/
#contents .intro {
    background: url("../images/about/bg_tada.png") center center / 800px no-repeat;
    position: relative;
    padding-bottom: 80px;
}
#contents .intro .title{
    color: #00893e;
    font-size: 52px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}
#contents .intro .deco01{
    width: 334px;
    right: calc(50% + 360px);
    top: -150px;
}

/*--- common --*/
#contents .inrNav{
    margin: 80px auto 0;
    width: 85%;
}

#contents .inrWhiteBox{
    position: relative;
    padding: 0 0 100px;
    margin-bottom: 80px;
    max-width: 1200px;
}
#contents .inrWhiteBox > .inner{
    max-width: 1000px;
    width: 85%;
    margin: 0 auto;
}
#contents .inrWhiteBox .mainImage{
    background-position: center center;
    background-size: cover;
    border-radius: 30px 30px 0 0;
    height: 450px;
    z-index: 0;
    position: relative;
}
#contents .inrWhiteBox .mainImage + .head08{
    margin-top: -49px;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    width: 90%;
}


/*--- entertainment --*/
#entertainment .mainImage{ 
    background-image: url("../images/about/img_01.jpg");
}

#entertainment .deco01{
    position: absolute;
    right: -80px;
    top: 310px;
    width: 430px;
    z-index: 1;
}


#entertainment .entertainmentList li:nth-child(1){
    margin-bottom: 60px;
}

#entertainment .entertainmentList dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#entertainment .entertainmentList dl .image{
    width: 40%;
}
#entertainment .entertainmentList li:nth-child(1) dl .image{
    border-radius:20px;
    overflow: hidden;
}
#entertainment .entertainmentList li:nth-child(2) dl {
    flex-direction: row-reverse;
}

#entertainment .entertainmentList dl dd.info{
    width: 54%;
}

#entertainment .entertainmentList dl dd .chapter{
    color: #00893e;
    font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}
#entertainment .entertainmentList dl dd .chapter::before{
    width: 1.2em;
    height: 1.2em;
    content: "";
    background: url(../images/interview/icon_ball.svg) center center / contain no-repeat;
    margin-right: 0.5em;
}
#entertainment .entertainmentList dl dd .title{
    font-size: 28px;
    font-weight: bold;
    color: #00893e;
    position: relative;
    display: table;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-bottom: 15px;
}
#entertainment .entertainmentList dl dd .title::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background: #00893e;
    position: absolute;
    left: 0;
    bottom: 0;
}
#entertainment .entertainmentList dl dd .text{
    line-height: 2;
}


/*--- group --*/
#group .mainImage{ 
    background-image: url("../images/about/img_04.jpg");
}

#group .image01{
    max-width: 750px;
    margin: 0 auto 80px;
}

#group .overseas{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#group .overseas .image{
    width: 46%;
}
#group .overseas .info{
    width: calc(54% + 60px);
    margin-left: -60px;
    z-index: 1;
    position: relative;
}
#group .overseas .info .head05{
    text-align: left;
    color: #6434c1;
    margin-bottom: 0.5em;
}
#group .overseas .info .text{
    line-height: 1.75;
}
#group .overseas .info .deco01{
    width: 276px;
    right: -130px;
    top: -100px;
}

/*--- sammy --*/
#sammy .mainImage{ 
    background-image: url("../images/about/img_07.jpg");
}

#sammy .sammyBox{
    border-radius: 30px;
    padding: 80px;
    background: #e0f8ec;
    position: relative;
    margin-bottom: 20px;
}
#sammy .sammyBox:last-child{
    margin-bottom: 0;
}

#sammy .sammyBox .sbHead{
    text-align: center;
    position: relative;
    color: #00893e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#sammy .sammyBox .sbHead .small{
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
#sammy .sammyBox .sbHead .small::after{
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    background: url(../images/interview/icon_ball.svg) center center / contain no-repeat;
    margin-top: 13px;
}
#sammy .sammyBox .sbHead .jp{
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: table;
    width: fit-content;
    position: relative;
}
#sammy .sammyBox .sbHead .jp::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    border-radius: 10px;
    background: #00893e;
    width: 100%;
}

#sammy .sammyBox.sb01::after{
    content: "";
    display: block;
    position: absolute;
    max-width: 670px;
    width: 100%;
    aspect-ratio: 1 / 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url("../images/about/bg_tada.png") center center / contain no-repeat;
    z-index: 0;
}
#sammy .sammyBox.sb01 > *{
    position: relative;
    z-index: 1;
}
#sammy .sammyBox.sb01 .machineList{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}
#sammy .sammyBox.sb01 .machineList li figure {
    display: block;
    padding-bottom: 40px;
    position: relative;
}
#sammy .sammyBox.sb01 .machineList li figure img{
    max-width: 280px;
    margin: 0 auto;
}
#sammy .sammyBox.sb01 .machineList li figure figcaption{
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0;
    opacity: 0.5;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    width: 100%;
    white-space: nowrap;
}

#sammy .sammyBox.sb02 .pieChart{
    position: relative;
    margin: 10px auto;
    height: 350px;
    width: 100%;
}
#sammy .sammyBox.sb02 .pieChart .image01{
    width: 325px;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    z-index: 1;
    position: absolute;
}
#sammy .sammyBox.sb02 .pieChart .image01 figcaption{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-49%,-47%);
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.01em;
}
#sammy .sammyBox.sb02 .pieChart .image01 figcaption .num{
    font-size: 180%;
}
#sammy .sammyBox.sb02 .pieChart .numBox {
    position: absolute;
    display: flex;
    gap: 8px; 
    align-items: flex-end;
}
#sammy .sammyBox.sb02 .pieChart .numBox .per{
    font-size: 20px;
    line-height: 0.8;
    white-space: nowrap;
}
#sammy .sammyBox.sb02 .pieChart .numBox.pachinko .caption .num,
#sammy .sammyBox.sb02 .pieChart .numBox .per .num{
    font-size: 150%;
}
#sammy .sammyBox.sb02 .pieChart .numBox .caption{
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
}
#sammy .sammyBox.sb02 .pieChart .numBox::before{
    width: 100px;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    background: #000;
    border-radius: 5px;
}

#sammy .sammyBox.sb02 .pieChart .jinko{
    text-align: center;
    font-weight: bold;
    color: #00893e;
    position: absolute;
    top: 50%;
    left: calc(50% + 167px);
    transform: translate(0,-50%);
    background: #fff;
    padding: 30px 30px;
    border-radius: 100%;
}
#sammy .sammyBox.sb02 .pieChart .jinko .caption{
    color: #000;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}
#sammy .sammyBox.sb02 .pieChart .jinko .number{
    text-align: center;
    font-size: 26px;
    line-height: 1;
    white-space: nowrap;
}
#sammy .sammyBox.sb02 .pieChart .jinko .number .num{
    font-size: 200%;
}


#sammy .sammyBox.sb02 .pieChart .numBox.pachinko{
    color: #00893e;
    font-size: 20px;
    line-height: 1.2;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    left: calc(50% + 167px);
    top: 0;
}
#sammy .sammyBox.sb02 .pieChart .numBox.pachinko .caption{
    font-size: 22px;
    text-align: left;
}
#sammy .sammyBox.sb02 .pieChart .numBox.pachinko::before{
    left: -110px;
    top: 50px;
}
#sammy .sammyBox.sb02 .pieChart .numBox.pachinko .per{
    font-size: 25px;
}

#sammy .sammyBox.sb02 .pieChart .numBox.game{
    top: calc(50% + 100px);
    left: calc(50% + 150px);
}
#sammy .sammyBox.sb02 .pieChart .numBox.game::before{
    left: -100px;
    top: 0;
    transform-origin: right;
    transform: rotate(38deg);
}
#sammy .sammyBox.sb02 .pieChart .numBox.game .caption{
    text-align: left;
}
#sammy .sammyBox.sb02 .pieChart .numBox.eat{
    top: calc(50% + 100px);
    right: calc(50% + 163px);
}
#sammy .sammyBox.sb02 .pieChart .numBox.eat::before{
    right: -103px;
    top: 48%;
}
#sammy .sammyBox.sb02 .pieChart .numBox.sports{
    top: calc(50% + 20px);
    right: calc(50% + 184px);
}
#sammy .sammyBox.sb02 .pieChart .numBox.sports::before{
    right: -103px;
    top: 48%;
}
#sammy .sammyBox.sb02 .pieChart .numBox.create{
    top: calc(50% - 61px);
    right: calc(50% + 195px);
}
#sammy .sammyBox.sb02 .pieChart .numBox.create::before{
    right: -103px;
    top: 48%;
}
#sammy .sammyBox.sb02 .pieChart .numBox.travel{
    top: calc(50% - 145px);
    right: calc(50% + 158px);
}
#sammy .sammyBox.sb02 .pieChart .numBox.travel::before{
    right: -103px;
    top: 48%;
}

#sammy .sammyBox.sb02 .pieChart .deco01{
    left: 100%;
    bottom: -20px;
    width: 30%;
    max-width: 188px;
}

#sammy .sammyBox.sb03 .deco01{
    width: 224px;
    top: 120px;
    left: -60px;
    z-index: 2;
}
#sammy .sammyBox.sb03 .imageList{
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
}
#sammy .sammyBox.sb03 .imageList li{
    border-radius: 20px;
    overflow: hidden;
}
#sammy .sammyBox.sb03 .imageList li:nth-child(1){
    width: 100%;
    margin-bottom: 10px;
}
#sammy .sammyBox.sb03 .imageList li:nth-child(n + 2){
    width: calc(50% - 5px)
}

#sammy .sammyBox.sb03 .btn01{
    margin-top: 40px;
}

#sammy .sammyBox.sb04 .deco01{
    width: 240px;
    right: -80px;
    top: 20px;
}
#sammy .sammyBox.sb04 .relatedList{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
}
#sammy .sammyBox.sb04 .relatedList li{
    width: 48%;
    text-align: center;
}
#sammy .sammyBox.sb04 .relatedList li .image{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
#sammy .sammyBox.sb04 .relatedList li .title{
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
}
#sammy .sammyBox.sb04 .relatedList li .text{
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#sammy .sammyBox.sb04 .relatedList li .btn01{
    margin-top: 15px;
}



/*--- new-business --*/
#new-business .mainImage{ 
    background-image: url("../images/about/img_15.jpg");
}

#new-business .image01{
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

#new-business .image01 .deco01{
    width: 215px;
    right: -120px;
    bottom: 25px;
}

#new-business .explain{
    position: absolute;
    width: 304px;
    top: -10px;
    left: calc(50% + 112px);
}
#new-business .explain dt{
    font-size: 16px;
    color: #00893e;
    line-height: 1.2;
}
#new-business .explain dd .text{
    font-size: 11px;
    line-height: 1.4;
    text-align: justify;
}
#new-business .explain dd .link02{
    text-align: right;
    margin-left: auto;
}

/*--- materiality --*/
#materiality .mainImage{ 
    background-image: url("../images/about/img_17.jpg");
}
#materiality .deco01{
    width: 175px;
    right: 20px;
    top: 413px;
    z-index: 1;
}

#materiality .image01{
    max-width: 1000px;
    margin: 0 auto 30px;
}

/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}


/*----------------------------------------------------
	☆UNDER 1440
----------------------------------------------------*/

@media screen and (max-width:1440px) {
    
    
    /*--- mainTitle --*/
    #mainTitle .deco01 {
        width: 240px;
        right: 2%;
        left: auto;
        top: 13%;
    }
    
    /*--- intro --*/
    #contents .intro .deco01 {
        width: 300px;
        left: 4%;
        right: auto;
        top: -190px;
    }
    
    /*--- entertainment ---*/
    #entertainment .deco01 {
        right: -120px;
        top: 310px;
        width: 350px;
    }
    
    
}

/*----------------------------------------------------
	☆UNDER 1300
----------------------------------------------------*/

@media screen and (max-width:1300px) {
    
    /*--- materiality --*/
    #materiality .deco01 {
        right: -60px;
        top: 240px;
    }
    
    /*--- sammy --*/
    #sammy .sammyBox.sb02 .pieChart{
        transform: scale(0.95);
    }
    
    #sammy .sammyBox.sb03 .deco01 {
        width: 204px;
        top: 150px;
    }
    
}

/*----------------------------------------------------
	☆UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    
    /*--- common --*/
    #contents .inrWhiteBox .mainImage {
        height: 40vw;
    }
    
    /*--- sammy --*/
    #sammy .sammyBox.sb02 .pieChart{
        transform: scale(0.75);
        margin: -30px auto;
    }
}

/*----------------------------------------------------
	☆UNDER 1100
----------------------------------------------------*/

@media screen and (max-width:1100px) {
    
    /*--- entertainment --*/
    #entertainment .entertainmentList dl{
        align-items: flex-start;
    }
    
    /*--- new-business --*/
    #new-business .explain{
        width: 25vw;
    }
    
}

/*----------------------------------------------------
	☆UNDER 1000
----------------------------------------------------*/

@media screen and (max-width:1000px) {
    
    /*--- entertainment --*/
    #entertainment .deco01 {
        right: -120px;
        top: 29vw;
        width: 300px;
    }
    
    /*--- sammy --*/
    #sammy .sammyBox.sb02 .pieChart {
        transform: scale(1.3);
        margin: 60px auto 80px;
        padding: 0 0 30px 0;
        height: 300px;
    }
    #sammy .sammyBox.sb02 .pieChart .image01 figcaption{
        font-size: 10px;
    }
    #sammy .sammyBox.sb02 .pieChart .image01{
        width: 200px;
        margin-top: 75px;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox{
        gap: 2px;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox .per{
        font-size: 14px;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox .caption{
        font-size: 11px;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox::before{
        height: 1px;
        width: 50px;
    }
    
    #sammy .sammyBox.sb02 .pieChart .numBox.pachinko{
        left: 50%;
        top: 0;
        font-size: 14px;
        z-index: 0;
        gap: 2px;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.pachinko::before {
        left: 8%;
        top: auto;
        transform: rotate(90deg);
        bottom: -34px;
        z-index: -1;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.pachinko .per{
        font-size: 20px;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.pachinko .caption{
        font-size: 12px;
        line-height: 1;
    }
    #sammy .sammyBox.sb02 .pieChart .jinko {
        left: calc(50% - 130px);
        top: -15px;
        transform: translate(0, 0);
        padding: 17px;
        z-index: -1;
    }
    #sammy .sammyBox.sb02 .pieChart .jinko .caption{
        font-size: 11px;
    }
    #sammy .sammyBox.sb02 .pieChart .jinko .number{
        font-size: 18px;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.game {
        top: calc(50% + 95px);
        left: calc(50% + 70px);
        flex-direction: column;
        align-items: flex-start;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.game::before{
        transform: rotate(40deg);
        left: -23px;
        transform-origin: left bottom;
        top: -40px;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.eat {
        top: calc(50% + 129px);
        right: calc(50% - 13px);
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.eat::before {
        right: 30px;
        top: -30px;
        transform: rotate(90deg);
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.sports {
        top: calc(50% + 73px);
        right: calc(50% + 85px);
        flex-direction: column;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.sports::before {
        right: -32px;
        top: -17px;
        transform: rotate(156deg);
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.create {
        top: calc(50% - 12px);
        right: calc(50% + 95px);
        flex-direction: column;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.create::before{
        right: -53px;
        top: 51%;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.travel {
        top: 96px;
        right: calc(50% + 74px);
        flex-direction: column;
    }
    #sammy .sammyBox.sb02 .pieChart .numBox.travel::before {
        right: -54px;
    }
    
    #sammy .sammyBox.sb02 .pieChart .deco01 {
        width: 90px;
        left: calc(50% + 70px);
        bottom: 121px;
        z-index: 1;
    }
    
    #sammy .sammyBox.sb04 .deco01 {
        width: 200px;
        right: -80px;
        top: -40px;
    }
    
    /*--- materiality --*/
    #materiality .deco01 {
        width: 150px;
    }
    
    
}

/*----------------------------------------------------
	☆UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {    
    
    /*--- mainTitle --*/
    #mainTitle .deco01 {
        width: 190px;
        right: -4%;
        top: 4%;
    }
    
    /*--- intro --*/
    #contents .intro .deco01 {
        width: 240px;
        left: 4%;
        right: auto;
        top: -125px;
    }
    #contents .inrNav {
        margin: 40px auto 0;
    }
    
    /*--- common --*/
    #contents .inrWhiteBox .mainImage + .head08{
        margin-bottom: 40px;
    }
    
    /*--- entertainment --*/
    #entertainment .entertainmentList dl{
        flex-direction: column-reverse !important;
    }
    
    #entertainment .entertainmentList dl .image{
        width: 70%;
        max-width: 300px;
        margin: 20px auto 0;
    }
    #entertainment .entertainmentList li:nth-child(2) dl .image{
        margin-top: 10px;
    }
    #entertainment .entertainmentList dl dd.info{
        width: 100%;
    }
    #entertainment .entertainmentList dl dd .title{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #entertainment .entertainmentList dl dd .chapter {
        margin: 0 auto 5px;
        width: fit-content;
        flex-direction: column-reverse;
    }
    #entertainment .entertainmentList dl dd .chapter::before {
        margin: 10px 0 0 0;
    }
    
    /*--- group --*/
    #group .overseas .info .deco01 {
        width: 230px;
        right: -110px;
    }
    #group .overseas{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #group .overseas .image{
        width: 80%;
        margin: 0 auto;
        max-width: 300px;
    }
    #group .overseas .info{
        width: 100%;
        margin: -30px 0 0 0;
    }
    #group .overseas .info .inner{
        padding: 40px;
    }
    
    
    /*--- sammy --*/
    #sammy .sammyBox {
        padding: 60px;
    }
    #sammy .sammyBox .sbHead .jp {
        font-size: 26px;
    }
    #sammy .sammyBox.sb01 .machineList li figure figcaption{
        white-space: normal;
    }
    
    
    #sammy .sammyBox.sb02 .pieChart{
        transform: scale(1);
        margin: 20px auto;
    }
    
    #sammy .sammyBox.sb03 .deco01 {
        width: 160px;
        left: -53px;
        top: 150px;
    }
    #sammy .sammyBox.sb03 .imageList{
        margin-bottom: 30px;
    }
    #sammy .sammyBox.sb03 .btn01{
        margin-top: 30px;
    }
    #sammy .sammyBox.sb04 .relatedList li .image,
    #sammy .sammyBox.sb03 .imageList li{
        border-radius: 15px;
    }
    #sammy .sammyBox.sb04 .relatedList li .title {
        font-size: 16px;
    }
    #sammy .sammyBox.sb04 .deco01 {
        width: 180px;
        right: -80px;
        top: -40px;
    }
    
    /*--- new-business --*/
    #new-business .image01 .deco01 {
        width: 170px;
        right: auto;
        bottom: 0;
        left: 86%;
    }
    #new-business .explain {
        width: 250px;
        position: relative;
        left: calc(50% - 125px);
        top: 0;
        margin-bottom: 15px;
    }
    
    
    /*--- materiality --*/
    #materiality .deco01 {
        width: 120px;
        right: -30px;
        top: 20vw;
    }
    
    
}


/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #contents .aboutBox .btn01 br.sp{
        display: none;
    }
    
    /*--- mainTitle --*/
    #mainTitle .deco01 {
        width: 120px;
        right: -7%;
        top: 4%;
    }
    
    /*--- intro --*/
    #contents .intro {
        padding: 135px 0 60px;
    }
    #contents .intro .deco01 {
        width: 180px;
        left: calc(50% - 70px);
        right: auto;
        top: -41px;
    }
    #contents .intro .title {
        color: #00893e;
        font-size: 34px;
        text-align: center;
        margin-bottom: 15px;
        padding: 0 20px;
        line-height: 1.3;
    }
    
    /*--- common --*/
    #contents .inrWhiteBox {
        padding: 0 0 60px;
        margin-bottom: 40px;
    }
    #contents .inrWhiteBox .mainImage{
        border-radius: 20px 20px 0 0;
    }
    #contents .inrWhiteBox .mainImage + .head08 {
        margin-top: -28px;
        margin-bottom: 30px;
    }
    
    /*--- entertainment --*/
    #entertainment .deco01 {
        right: -50px;
        top: -12vw;
        width: 160px;
    }
    #entertainment .entertainmentList dl dd .title {
        font-size: 22px;
    }
    #entertainment .entertainmentList dl dd .text {
        line-height: 1.8;
        letter-spacing: 0.02em;
    }
    #entertainment .entertainmentList dl .image {
        width: 80%;
    }
    
    /*--- group --*/
    #group .image01{
        margin-bottom: 30px;
    }
    #group .overseas .info .inner {
        padding: 25px;
    }
    #group .overseas .info .deco01 {
        width: 130px;
        right: -50px;
    }
    #group .overseas .info .head05{
        text-align: center;
        line-height: 1.6;
    }
    
    /*--- sammy --*/
    #sammy .sammyBox {
        padding: 30px 30px 45px;
        border-radius: 20px;
    }
    #sammy .sammyBox .sbHead .jp {
        font-size: 20px;
        line-height: 1.5;
    }
    #sammy .sammyBox.sb01 .machineList{
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    #sammy .sammyBox.sb01 .machineList li{
        width: 100%;
    }
    #sammy .sammyBox.sb01 .machineList li figure{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 0;
    }
    #sammy .sammyBox.sb01 .machineList li figure img {
        max-width: 250px;
    }
    #sammy .sammyBox.sb01 .machineList li figure figcaption {
        position: static;
        left: auto;
        bottom: auto;
        transform: translate(0, 0);
    }
    #sammy .sammyBox .text{
        line-height: 1.75;
        letter-spacing: 0.01em;
    }
    #sammy .sammyBox.sb02 .right.notice{
        text-align: left;
        line-height: 1.2;
        font-size: 9px;
    }
    #sammy .sammyBox.sb03 .deco01 {
        width: 100px;
        left: -30px;
        top: 150px;
    }
    #sammy .sammyBox.sb03 .imageList li:nth-child(1),
    #sammy .sammyBox.sb03 .imageList li:nth-child(2),
    #sammy .sammyBox.sb03 .imageList li:nth-child(3){
        width: 100%;
        border-radius: 15px;
    }
    #sammy .sammyBox.sb03 .imageList li:nth-child(2){
        margin-bottom: 10px;
    }
    
    #sammy .sammyBox.sb04 .relatedList{
        flex-direction: column;
        justify-content: center;
    }
    #sammy .sammyBox.sb04 .relatedList li{
        width: 100%;
        margin-bottom: 40px;
    }    
    #sammy .sammyBox.sb04 .relatedList li:last-child{
        margin-bottom: 0;
    }
    #sammy .sammyBox.sb04 .deco01 {
        width: min(120px, 27vw);
        right: -35px;
        top: -31px;
    }
    
    /*--- new-business --*/
    #new-business .image01 .deco01 {
        width: 110px;
        bottom: -80px;
        left: 82%;
    }
    
    /*--- materiality --*/
    #materiality .deco01 {
        width: 80px;
        right: -11px;
        top: 19vw;
    }
    #materiality .lead01{
        margin-bottom: 20px;
    }
    #contents .aboutBox:last-child {
        padding-bottom: 60px;
    }
    
}

/*----------------------------------------------------
	☆UNDER 480
----------------------------------------------------*/

@media screen and (max-width:480px) {
    
    #contents .aboutBox .btn01 br.sp{
        display: inline;
    }
    
    #sammy .sammyBox.sb02 .pieChart {
        transform: scale(0.86);
        margin: -15px auto 0;
    }
    
}

