.about main
{
    z-index: 0;
}
/*.bg-illust
{
    background-color: #46966e;
    aspect-ratio: 6/1;
    z-index: 1;
    margin-top: -5%;
}*/


.about section
{
    padding:100px 5%;
    width:100%;
    margin: 0 auto;
    z-index: 5;
    box-sizing: border-box;
    position: relative;
}
.about section p
{
    color: var(--control-color);
    line-height: 2.5;
}

.about-sec1
{
    padding-top: 130px !important;
    background-color: #f6f4ed;
    border-radius: 0 0 50px 0;
    
}
.about-sec1 img
{
    border-radius: 50px 0 50px 0;
}
.about-sec3
{
    background-color: #f6f4ed;
}
.about-sec4
{
    background-color: #f6f4ed;
    border-radius: 0 0 50px 0;
}
.about-sec3:before
{
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: -1px;
    width: 50px;
    aspect-ratio: 1/1;
    background-image: url(../images/common/bg-kaku.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-content-box
{
    display: flex;
    gap: 25px;
    margin: 50px 0 0;
}
.about-content-box>div
{
    width:50%;
}
.about-content-box>div img
{
    width: 100%;
}
.photo-caption
{
    font-size: calc(0.8 * var(--font-scale));
    text-align: justify;
    white-space: nowrap;
}
.photo-kurosio 
{
    display: flex;
    justify-content: center;
}
.photo-kurosio img
{
    width:75% !important;
    object-fit: contain;
}
/*イラスト*/
.il-nae
{
    position: absolute;
    top: -12%;
    right: 2.5%;
    width: 30%;
    max-width: 180px;
}
.il-sinnyouju
{
    position: absolute;
    top: -18%;
    left: 2.5%;
    width: 30%;
    max-width: 160px;
}
.il-yamamomo
{
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 30%;
    max-width: 187px;
}
.about-sec4 ul
{
    list-style: none;
    padding: 0;
}
.about-sec4 ul li
{
    color: #46966e;
}
.about-sec4 ul li:before
{
    content: "";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    width:0.8rem;
    aspect-ratio: 1/1;
    background-color: #46966e;
    margin-right: 5px;    
}
.about-sec4 ul li.open
{
    color: var(--control-color);
}
.about-sec4 ul li.open:before
{
    background-color: var(--control-color); 
}
.about-sec4 ul li a
{
    text-decoration: none;
    color: var(--contril-color);
}
.link-icon
{
    content: "";
    display: inline-block;
    width:0.8em;
    aspect-ratio: 1/1;
    background-image: url(../images/common/link-icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px; 
}

@media screen and (min-width:768px){
    .about-sec4 ul li a:hover
    {
        opacity: 0.8;
    }
}
@media screen and (max-width:767px){
    
    .about-content-box
    {
        flex-direction: column;
    }
    .about-content-box>div
    {
        width: 100%;
    }
    .about-sec1
    {
        padding-top: 50px !important;
    }
    .about-sec2 .about-content-box
    {
        flex-direction: column-reverse;
    }
    .about-sec4
    {
        padding-top: 0 !important;
        padding-bottom: 150px !important;
    }
    /*イラスト*/
    .il-nae
    {
        position: absolute;
        top: -10%;
        width: 25%;
        min-width: 123px;
        max-width: 180px;
    }
    .il-sinnyouju
    {
        position: absolute;
        top: -7.5%;
        left: 5%;
        width: 25%;
        min-width: 112px;
        max-width: 160px;
    }
    .il-yamamomo
    {
        position: absolute;
        bottom: 15%;
        right: 5%;
        width: 25%;
        min-width: 141px;
        max-width: 187px;
    }
/*    .bg-illust
    {
        background-color: #46966e;
        aspect-ratio: 3/1;
        z-index: 1;
        margin-top: -11%;
    }*/
}
@media screen and (min-width:1200px){
    .about section
    {
            padding: 100px 10%;
    }
}
@media screen and (max-width:370px){
    .photo-caption 
    {
    white-space: wrap;
    font-size: calc(10px * var(--font-scale));
    }

}