@charset "utf-8";
body {
    background-size: cover;
    color: #333123;
}

html {
    margin: 0;
    line-height: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.case-study-content-main-article a{
	font-weight: bold !important;
	color: #F2728D !important;
}

.case-study-mv {
    width: 95%;
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: top;
}

.case-study-mv-left {
    width: 60%;
    padding-right: 2%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.case-study-mv-logo {
    width: 20%;
    min-width: 100px;
    height: auto;
}

.case-study-mv-logo p {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}

.case-study-mv-logo img {
    width: 100%;
    height: auto;
}

.case-study-mv-left h1 {
    font-size: 24px;
    line-height: 1.6em;
}

.case-study-mv-category-name {
    display: flex;
    align-items: center;
    gap: 3%;
}

.case-study-mv-category-name-icon {
    width: 40px;
}

.case-study-mv-category-name-icon img {
    width: 100%;
    display: block;
}

.case-study-mv-right {
    width: 40%;
    padding-left: 2%;
    display: flex;
    overflow: hidden;
    max-height: 275px;
    align-items: center;
}

.case-study-mv-eyecatch {
    display: flex;
    align-items: center;
}

.case-study-mv-right img {
    display: block;
    width: 100%;
    height: auto;
}

.case-study-main-content-wrapper {
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: center;
    gap: 2%;
    align-items: top;
    padding: 5% 0;
}

.pink-background-wrapper {
    width: 100%;
    background: #FEF4F6;
}

.case-study-main-content-wrapper main {
    width: 75%;
    margin: 0;
}

.case-study-content-main-block {
    background-color: white;
    display: flex;
    width: 100%;
    margin-bottom: 3%;
    padding: 3%;
    box-shadow: rgba(51, 51, 51, 0.4) 1px 1px 3px;
    box-sizing: border-box;
}

.case-study-content-main-block-title {
    display: flex;
    width: 15%;
    align-items: center;
    margin-left: -1.5%;
    margin-right: 1.5%;
}

.case-study-content-main-block-title p {
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.case-study-content-main-block-description {
    width: 85%;
}

.case-study-content-main-article-container {
    margin-top: 10%;
}

.case-study-content-main-article-title {
    margin-top: 5%;
    margin-bottom: 8px;
}

.case-study-content-main-article-subtitle {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.case-study-content-main-article-content {
    margin-top: 2.5%;
}

.case-study-content-main-article-img {
    margin: 2.5% auto 0 auto;
    width: 100%;
    max-height: 750px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-study-content-main-article-img img {
    display: block;
    width: 100%;
}


/* インフォーメーション */

.information {
    margin-top: 10%;
}

.information-block {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    gap: 1%;
    margin: 2% auto;
}

.case-study-information-category {
    font-weight: normal;
    white-space: nowrap;
    margin: 0;
    font-size: 16px;
}

.case-study-information-colon {
    font-weight: bold;
    font-size: 16px;
}

.case-study-information-content {
    width: 80%;
}


/* パンくずりすと */

.breadcrumb {
    width: 95%;
    max-width: 1000px;
    margin: 100px auto 50px auto;
}


/* サイドバー */

.case-study-main-content-wrapper aside {
    width: 25%;
    background: white;
    box-shadow: rgba(51, 51, 51, 0.4) 1px 1px 3px;
    height: 100%;
    padding: 4% 2%;
}

.case-study-sidebar-logo {
    margin-bottom: 10%;
}

.case-study-sidebar-logo img {
    width: 50%;
    height: auto;
}

.case-study-sidebar-logo p {
    font-size: 20px;
    font-weight: bold;
}

.case-study-sidebar-description {
    margin-bottom: 10%;
}

.website-button {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    background: #F2728D;
    box-shadow: #f2728e35 0px 0px 20px;
    padding: 14px 0;
    color: white;
    box-shadow: rgba(51, 51, 51, 0.4) 1px 1px 3px;
    transition: 0.2s;
}

.website-button:hover {
    box-shadow: rgba(51, 51, 51, 0.2) 1px 1px 8px 2px;
}

.devider {
    width: 100%;
    border-bottom: 2px solid rgb(180, 180, 180);
    margin: 20% auto;
}

.keyword-list {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
}

.keyword-list li {
    list-style: none;
    background: rgb(230, 230, 230);
    padding: 6px 16px;
    border-radius: 50px;
    white-space: nowrap;
    font-size: 14px;
}

.case-study-sidebar-share {
    margin-bottom: 30px;
}

.case-study-sidebar-sns-logo-box {
    display: flex;
    gap: 5%;
    margin-top: 10px;
}

.case-study-sidebar-sns-logo {
    width: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-study-sidebar-sns-logo a {
    display: block;
    width: 100%;
    height: auto;
}

.case-study-sidebar-sns-logo a:hover {
    opacity: 0.8;
}

.case-study-sidebar-sns-logo img {
    display: block;
    width: 100%;
}

@media (max-width:768px) {
    .case-study-mv {
        flex-wrap: wrap;
        margin-top: 135px;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .case-study-mv {
            margin-top: 85px;
        }
    }
    .case-study-mv-left {
        width: 100%;
        margin-bottom: 10%;
    }
    .case-study-mv-logo {
        margin-bottom: 5%;
    }
    .case-study-mv-left h1 {
        margin-bottom: 5%;
    }
    .case-study-mv-right {
        width: 100%;
        height: 200px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .case-study-main-content-wrapper {
        flex-wrap: wrap;
    }
    .case-study-main-content-wrapper main {
        width: 100%;
        margin: 0;
    }
    .case-study-main-content-wrapper aside {
        margin: 10% auto;
        width: 100%;
        padding: 10% 5%;
    }
    .devider {
        margin: 15% auto;
    }
    .case-study-sidebar-logo img {
        width: 30%;
    }
    .case-study-mv-left {
        padding-right: 0;
    }
    .case-study-mv-right {
        padding-left: 0;
    }
    .case-study-information-content {
        width: 75%;
    }
}

.repitte-recommend {
    margin-top: 10%;
}


/* バックリンクボタン*/

.backlink-button-box {
    margin: 2% auto 7% auto;
    display: flex;
    justify-content: center;
    gap: 5%;
}

main .backlink-button {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 16px 32px;
    line-height: 1.6em;
    width: 200px;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    background-color: #F2728D;
    box-shadow: #f2728e35 0px 0px 20px;
}

main .backlink-button::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg);
}

main .backlink-button::before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg) translate(130px, -130px);
}

main .backlink-button:hover {
    opacity: 0.9;
}

@media (max-width:768px) {
    .backlink-button-box {
        margin: 10% auto 2% auto;
    }
}