.mv {
margin-top: 40px;
}

@media (max-width: 768px) {
    .mv img {
        display: block;
    }
}

.slick-dots {
    position: absolute;
    bottom: auto;
    top: 101%;
    text-align: left;
    width: 90vw;
    transform: translateX(-50%);
}

.slick-dots li:not(first-child) {
margin-right: 15px;
}

.slick-dots li button:before {
    font-size: 0;
    width: 25px;
    height: 2px;
    content: "";
    display: block;
    background: #333;
    transition: 0.6s;
}

@media (max-width: 768px) {
    .sec_rp {
        padding: 50px 0;
    }
}

.sec_01.sec_rp {
background-color: #f4f0f7;
}
@media (max-width: 768px) {
    .sec_01.sec_rp {
        padding: 60px 0 50px;
        }
}

.sec_02.sec_rp {
    background-color: #f4f0f7;
    margin: auto;
    padding-top: 90px;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    color: #231815;
    text-align: center;
    position: relative; /* 疑似要素の配置に必要 */
}

@media (max-width: 768px) {
    .sec_02.sec_rp {
        padding-top: 60px;
        }
}

.sec_02.sec_rp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        #f4f0f7 0%,
        #f4f0f7 45%,
        #838383 45%,
        #838383 55%,
        #f4f0f7 55%,
        #f4f0f7 100%
    );
}



.sec_rp__item {
margin-top: 0px;
}

.sec_rp__item img {
width: auto;
height: 200px;
object-fit: cover;
margin: 20px auto 0;
display: block;
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
.sec_rp__item img {
    margin: 50px auto 0;
    }
}

.sec_rp__itemBox {
    position: relative;
    margin: 6rem auto 2rem;
    border: 1px solid #5e318f;
}

.sec_rp__itemBox-title { 
    position: absolute;
    top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #5e318f;
    padding: 0 0.5em;
    font-weight: 200;
    font-family: 'Frank Ruhl Libre', serif;
    letter-spacing: 0.05em;
    font-size: 28px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec_rp__itemBox-content {
    padding: 5rem;
}

@media (max-width: 768px) {
.sec_rp__itemBox-content {
    padding: 8% 8% 12%;
}
}

.sec_rp__itemBox-content p {
    margin: 0; /* 段落の余白をなくして統一感を持たせる */
    font-weight: 300;
}

.sec_rp__itemName {
    margin-top: 32px !important;
        position: relative;
    }

    @media (max-width: 768px) {
    .sec_rp__itemName {
        margin: 30px auto 10px !important;
    }
}
    
    /* .sec_rp__itemName:after {
        content: "";
        width: 20px;
        height: 1px;
        border-top: solid 2px #cdc8a4;
        display: block;
        position: absolute;
        top: 53px;
        left: 50%;
    } */

.sec_rp__itemName2 {
margin-top: 32px !important;
}

.sec_rp__itemLink {
margin-top: 8px;
}

.sec_rp__item h4 {
margin: 40px auto;
}

.sec_rp__itemLinkBOX {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    }

@media (max-width: 768px) {
    .sec_rp__itemLinkBOX {
        margin-bottom: 0px;
        }
    }    

/* ボタン     */

.sec_rp__itemLink2 a:hover {
    opacity: 0.7;
}

.sec_rp__itemLink2 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    max-width: 500px;
    height: 80px;
    margin: 40px auto;
    line-height: 1.4;
    font-size: 14px;
    color: #5e318f;
    border: 1px solid #5e318f;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

@media (max-width: 768px) {
    .sec_rp__itemLink2 {
        height: 70px;
        margin: 80px auto 0;
        font-size: 12px;
        width: 87%;
    }
    }

.sec_rp__itemLink2:hover {
    background-color: #5e318f;
    color: #ffffff!important;
    border-color: #5e318f;
}

.sec_rp__row {
display: flex;
margin-top: 40px;
justify-content: space-evenly;
}

@media (max-width: 768px) {
.sec_rp__row {
flex-direction: column;
display: none;
}
}

.sec__row {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
}
@media (max-width: 768px) {
    .sec__row {
        margin-top: 30px;
    }
}

.sec_report__slide{
    display: none;
}

@media (max-width: 768px) {
    .sec_report__slide {
display: block;
}
}

.sec_rp p {
font-size: 13px;
text-align: center;
margin-top: 20px;
}

@media (max-width: 768px) {
.sec_01 .sec_rp p {
margin: 40px auto;
font-size: 13px;
text-align: left;
}
}

.sec_rp .sec_rp__itemBox p {
    margin-top: 0;
}

@media (max-width: 768px) {
    .sec_rp .sec_rp__itemBox p {
        margin-top: 20px;
    }
}

.sec_03.sec_rp h2 {
    line-height: 1.8;
    font-size: 29px;
    margin: 1.5rem auto 4rem;
}
@media (max-width: 768px) {
.sec_03.sec_rp h2 {
    line-height: 1.8;
    font-size: 20px;
    margin: 1.5rem auto 4rem;
    font-weight: 400;
}
}

.tiaras {
display: flex;
justify-content: space-around;
}
.sec_msg__staff{
display: flex;
align-items: center;
background-color: initial;
padding: 20px;
max-width: 480px;
margin: 0px auto 0;
justify-content: center;
}
@media (max-width: 768px) {
.sec_msg__staff{
    padding: 0px;
    margin: 7px auto 0;
    }
}

.sec_msg__staff_img{
width: 50px;
}
.sec_msg__staff_img img{
display: block;
border-radius: 50%;
width: 50px;
height: 50px;
object-fit: cover;
}

.sec_msg__staff_txt{
padding-left: 10px;
font-size: 12px;
line-height: 1.6;
}

.sec_rp h2 {
    line-height: 1.8;
  }
@media (max-width: 768px) {
    .sec_rp h2 {
        font-size: 28px;
    }
}  

.sec_rp h2 span {
    font-family: 'Caveat', cursive;
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
    font-weight: 400;
}
@media (max-width: 768px) {
    .sec_rp h2 span {
        font-size: 13px;
        }
    }

.sbArticle a:link, .sbArticle a:visited {
    color: #5e318f;
    text-decoration: none;
}

.sbArticle .sec_03 .sec_rp__itemLink2 a:hover {
    color: #fff;
    text-decoration: none;
}

.sbArticle .sec_03 .sec_rp__itemLink2 span:hover {
    color: #fff;
  }

.sbArticle a {
    trasition: color 0.2s linear;
}

.sec_rp__itemP {
    line-height: 2;
}

.sec_report__slide--H {
    width: 100%;
}

@media (max-width: 768px) {
.sec_03.sec_rp .sec_rp__item ul li{
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {
    p.sec__row_text {
        text-align: left !important;
    }
}

.with-arrow {
    position: relative;
    display: inline-block;
    padding-right: 1em; /* 疑似要素の分だけ右に余白 */
  }
  
  .with-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
  }
  