.container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .sp-pc.sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .sp-pc.pc {
        display: none;
    }
}

section.section.section-content {
    max-width: 100%;
    padding: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

section.section-content.about .inner {
    /*
    max-width: 1000px;
    */
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

section.section-content.about .inner.primary {
    border-bottom: 2px dotted #222;
}

section.section-content.about .inner.primary .head {
    max-width: 600px;
    margin: 0 auto 40px;
}

section.section-content.about .inner.primary .head img {
    display: block;
    width: 100%;
    height: auto;
}

section.section-content.about .inner.primary .photos {
    margin-bottom: 40px;
}

section.section-content.about .inner.primary .photos img {
    width: 110%;
}

@media screen and (max-width: 768px) {
    section.section-content.about .inner.primary .photos img {
        width: 100%;
    }
}

section.section-content.about .inner.primary .title {
    font-family: 'Kaisei Tokumin', serif;
    font-size: 2rem;
    color: #57463b;
    text-align: center;
    line-height: 5rem;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    margin: 0 auto 20px;
    padding-bottom: 100px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    section.section-content.about .inner.primary .title {
        padding-bottom: 60px;
        margin: 0 auto;
        padding-left: 100px;
        padding-right: 140px;
        max-width: 800px;
        padding-top: 20px;
    }
}


/*
section.section-content.about .inner.primary .title::after {
    bottom: 40px;
    position: absolute;
    content: '';
    width: 85px;
    padding-top: calc(85px * 0.86390533);
    background-image: url(../common/images/toyama/toyama-bg-02.png);
    background-repeat: no-repeat;
    background-size: 85px;
    left: 0;
}
*/

section.section-content.about .inner.primary .title::after {
    bottom: 40px;
    position: absolute;
    content: '';
    width: 153px;
    height: 54px;
    padding-top: calc(85px * 0.86390533);
    background-image: url(../common/images/toyama/toyama-bg-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}

@media screen and (max-width: 768px) {
    section.section-content.about .inner.primary .title::after {
        bottom: -32px;
    }
}


/*
section.section-content.about .inner.primary .title::before {
    position: absolute;
    content: '';
    width: 122px;
    padding-top: calc(122px * 0.55555556);
    background-image: url(../common/images/toyama/toyama-bg-01.png);
    background-repeat: no-repeat;
    background-size: 122px;
    top: 0;
    right: 0;
}
*/

section.section-content.about .inner.primary .title::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 200px;
    padding-top: calc(122px * 0.55555556);
    background-image: url(../common/images/toyama/toyama-bg-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    section.section-content.about .inner.primary .title::before {
        top: -30px;
    }
}

section.section-content.about .inner.primary .title span {
    font-size: 3.5rem;
    border-bottom: 4px solid #ff9d40;
    padding-bottom: 3px;
}