/*
Theme Name: shabon3.0.2
Description: shabon Theme 3.0.2　2025-06-10　メディアtiktok追加、コピーライト更新

*/
* {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #514743;
    box-sizing: border-box;
}

html, body {
    background-image: url("./images/top-index-bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

p {
    margin-bottom: 1em;
}

strong {
    font-weight: bold;
}

iframe {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

header {
    min-width: 1040px;
    height: 100px;
    margin: 0 30px;
}

header nav {
    display: inline-block;
}

header h1 {
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header h1 img {
    width: 12vw;
    height: auto;
}

header nav {
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header nav ol li {
    float: left;
    display: inline-block;
    min-width: 80px;
    text-align: center;
}

header nav ol li.shabon {
    width: 110px;
}

header nav ol li {
    margin-right: 15px;
}

header nav ol li:last-child {
    margin-right: 0;
}

header nav ol li a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    color: #514743;
    font-family: Comfortaa, cursive;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: .1em;
}

header nav ol li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

header nav h2 {
    display: none;
}

header nav ul {
    display: none;
}

footer {
    background-image: url("./images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 10vw 0;
    min-width: 1100px;
    height: 35vw;
    color: #fff;
}

footer .footer-box {
    width: 80vw;
    margin: 0 auto;
}

footer .footer-box:after {
    display: block;
    content: '';
    clear: both;
}

footer h1 {
    float: left;
}

footer nav {
    float: right;
    width: calc(80vw - 20vw);
    margin-left: 10vw;
}

footer nav ol {
    display: flex;
    flex-flow: column wrap;
    float: left;
    width: 60%;
    height: 225px;
}

footer nav ol li {
    margin: 0 0 3em;
    font-size: 12px;
}

footer nav ol li:nth-of-type(9) {
    margin: 0 0 1em;
}

footer nav ol li a {
    display: inline-block;
    padding: 0 1.5em;
    text-decoration: none;
    color: #514743;
}

footer nav ul li {
    margin: 0 0 1.5em;
    font-size: 12px;
}

footer nav ul li.sns a {
    margin-right: 1.5vw;
    padding: 0 .5em 0 0;
}

footer nav ul li.insta {
    position: relative;
    top: 2px;
    width: 40px;
}

footer nav ul li.twitter {
    position: relative;
    top: 5px;
    width: 40px;
}

footer nav ul li.youtube {
    position: relative;
    top: 0;
    width: 40px;
    height: 29px;
}

footer nav ul li.youtube a {
    position: relative;
    width: 28px;
    height: 28px;
}

footer nav ul li.youtube img {
    width: 28px;
    height: auto;
}

footer nav ul li.twitter a,
footer nav ul li.insta a,
footer nav ul li.youtube a {
    padding: 0;
}

header nav ol li a:hover::after,
footer nav ol li a:hover::after {
    transform: scale(1, 1);
}

footer nav ol li.twitter a::after,
footer nav ol li.insta a::after,
footer nav ol li.youtube a::after {
    background: none;
    transform: none;
}

#pageTop {
    cursor: pointer;
    position: fixed;
    display: block;
    bottom: 5vw;
    right: 5vw;
    width: 80px;
    height: 80px;
}

#pageTop svg {
    width: 80px;
    height: 80px;
}

#menu {
    display: none;
}

.page {
    display: block;
    padding: 100px 0;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
}

.page:after {
    display: block;
    content: "";
    clear: both;
}

.page h2 {
    font-size: 3vw;
    color: #968490;
}

.page h3 {
    margin: 1.5em 0;
    font-size: 2vw;
}

.page h4 {
    margin: .7vw 0 0 0;
    font-size: 1vw;
    color: #968490;
}

#fv {
    display: block;
    position: relative;
    width: 100%;
    min-width: 1100px;
    height: 50vw;
}

#fv > ol {
    position: absolute;
    top: 50%;
    left: calc(100% - 3vw);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#fv > ol > li {
    margin-bottom: 1.5vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: .8vw;
    letter-spacing: .2em;
}

#fv > ol > li:nth-child(2) {
    letter-spacing: 0;
}

#fv > ol > li > a {
    text-decoration: none;
    color: #514743;
}

#contact h2 {
    color: #fff;
}

.page-content {
    margin: 0 auto;
    width: 1000px;
}

#mission {
    text-align: center;
    background-image: url("./images/mission-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#mission-content {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    padding: 9vw 0 5vw 0;
    border-top-left-radius: 25vw;
    border-top-right-radius: 25vw;
    outline: solid 1px #968490;
    outline-offset: -0.7em;
    background: rgba(255, 255, 255, .8);
    font-size: 1.2vw;
}

#mission-content p,
#service-content p,
#about-content p {
    margin-bottom: 2em;
}

#service {
    padding: 10vw 0;
    background-image: url("./images/service-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
}

#service-content {
    width: 80vw;
    margin: 5vw auto;
}

.service-image {
    float: left;
    width: 43%;
}

.service-image img,
.about-image img {
    max-width: 100%;
}

.service-text {
    float: right;
    width: 50%;
    text-align: left;
    font-size: 1.2vw;
}

.service-text svg:nth-child(1) {
    margin: 2vw 0 0;
}

.service-text svg:nth-child(2) {
    margin: 3vw 0;
}

#about {
    padding: 6vw 0;
    background-image: url("./images/about-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#about-content {
    width: 80vw;
    margin: 5vw auto;
}

#about-content:after {
    content: '';
    display: block;
    clear: both;
}

.about-text {
    float: left;
    width: 45%;
    font-size: 1.2vw;
}

.about-image {
    float: right;
    width: 50%;
}

.about-sns {
    width: 80vw;
    margin: 5vw auto;
    padding: 5vw 3vw;
    background: #FFFFFF;
}

.about-sns svg.icon {
    position: relative;
}

.about-sns svg.sns-title {
    margin-bottom: 2vw;
}

.about-sns ol,
.about-sns ul {
    display: flex;
}

.about-sns ol li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 10vw) / 3);
    margin: 0 4vw 0 0;
    font-size: 1.2vw;
}

.about-sns ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 6vw) / 2);
    margin: 0 4vw 0 0;
    font-size: 1.2vw;
}

.about-sns ol li:last-child,
.about-sns ul li:last-child {
    margin: 0;
}

.about-sns ol li a,
.about-sns ul li a {
    display: block;
    text-decoration: none;
}

.about-sns ol li img,
.about-sns ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 1vw;
}

.about-sns ol li p {
    font-size: 1.1vw;
    line-height: 1.8;
}

.about-sns ol li span {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1vw;
}

.about-sns ol li time {
    font-family: 'Oswald', sans-serif;
    font-size: .5vw;
    color: #968490;
}

.sns-detail {
    border: 1px solid #F3DFE0;
    margin: 2vw 0 0 0;
    padding: 1em 1.5em;
    font-size: 1.0vw;
}

.sns-detail svg {
    position: relative;
    margin-right: .6em;
    top: 1px;
    left: 0;
}

.sns-detail strong {
    font-size: 1.1vw;
    font-weight: bold;
}

.sns-detail span {
    margin: 0 1em;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1vw;
    font-weight: bold;
}

#merit {
    padding: 8vw 0;
    background-image: url("./images/merit-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
}

.merit-list {
    margin: 2vw auto;
}

#merit picture {
    display: block;
    margin-bottom: 30px;
}

#merit hr {
    width: 85vw;
    max-width: 1100px;
    margin: 3vw auto 5vw;
    border-top: 1px solid #D1C6C6;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
#merit ol {
    display: flex;
    width: 85vw;
    max-width: 1100px;
    margin: 0 auto;
}

#merit ol li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 10vw) / 3);
    margin: 0 4vw 0 0;
}

#merit ol li:last-child {
    margin: 0;
}

#merit ol li svg {
    width: 100%;
    height: auto;
}

#case {
    padding: 10vw 0 0;
    text-align: center;

}

.case-content {
    width: 80vw;
    margin: 5vw auto 0;
}

.case-content:after {
    display: block;
    content: '';
    clear: both;
}

.case-content hr {
    width: 100%;
    margin: 4vw 0 2vw;
    border-top: 1px solid #E7D0D9;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.case-content h4 {
    font-size: 1.1vw;
    font-weight: bold;
}

.case-content p {
    margin-bottom: 1em;
    font-size: 1.1vw;
}

.case-content a {
    text-decoration: none;
}

.case-content iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.case-left {
    float: left;
    width: 40%;
    text-align: left;
}

.case-right {
    float: right;
    width: 55%;
}

.case-content2 {
    margin: 5vw auto 0;
    padding: 8vw 0 0;
    background-image: url("./images/case-bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.case-content2-box {
    width: 80vw;
    margin: 0 auto;
}

.case-content2-box:after {
    display: block;
    content: '';
    clear: both;
}

.case-left2 {
    float: left;
    width: 30%;
    text-align: left;
}

.case-right2 {
    float: right;
    width: 60%;
}

.case-left2 img {
    width: 100%;
    height: auto;
}

.case-right2 ul li {
    display: block;
    border-top: 1px solid #968490;
    padding: 3vw 0;
    text-align: left;
}

.case-right2 ul li ol {
    padding-inline-start: 2em;
}

.case-right2 ul li ol li {
    display: list-item;
    border-top: none;
    margin: .5em;
    padding: initial;
    list-style: disc;
    font-size: 1.1vw;
}

.case-result {
    background: #FFFFFF;
    padding: 1.5em;
}

.case-right2 th {
    width: 8vw;
    text-align: left;
    font-size: 1.1vw;
    font-weight: bold;
    color: #968490;
}

.case-right2 td {
    text-align: left;
    font-size: 1.1vw;
    color: #968490;
}

.case-content2-footer {
    display: block;
    width: 90vw;
    height: 7vw;
    margin: 8vw 0 0 10vw;
    background: #FFFFFF;
}

.case-content3 {
    margin: 0;
    padding: 0 0 8vw;
    background-image: url("./images/case-bg3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.case-content3-box {
    position: relative;
    width: 90vw;
    margin: 0 0 0 10vw;
    padding: 2vw 8vw 3vw 8vw;
    background: #FFFFFF;
    text-align: left;
    font-size: 1.1vw;
}

.case-content3-box:nth-child(3) {
    padding: 2vw 8vw 8vw 8vw;
}

.case-content3-box:after {
    display: block;
    content: '';
    clear: both;
}

.case-content3-box h4 {
    margin: 0 0 2em;
}
.case-left3 {
    float: left;
    width: 45%;
    text-align: left;
}

.case-right3 {
    float: right;
    width: 45%;
}

.case-right3 img {
    width: 100%;
    height: auto;
}

a.icon-sns {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    overflow: hidden;
}

a:hover.icon-sns img {
    filter: invert(100%);
    -webkit-transition: all .5s;
    transition: all .5s
}

.chiba {
    margin-right: 50px;
    text-align: right;
}

#company {
    text-align: center;
    background: #C2A6AB;
    color: #FFFFFF;
}

#company-box {
    width: 80vw;
    margin: 0 auto;
}

#company-profile:after {
    content: '';
    display: block;
    clear: both;
}

#company-profile {
    float: left;
    width: 30%;
    font-size: 1.1vw;
}

#company-profile h2 {
    margin: 0 0 5vw;
    text-align: left;
}

#company-map {
    float: left;
    width: 70%;
    padding-left: 50px;
}

#company iframe {
    width: 100%;
    height: 30vw;
}

#company table,
#company tr {
    width: 100%;
}

#company th, #company td {
    text-align: left;
    width: 100%;
    color: #FFFFFF;
}

#company th {
    color: #EEDDE0;
}

#company td svg {
    position: relative;
    top: 3px;
    margin-right: .5em;
}

#contact {
    background: #FFFFFF;
    text-align: center;
    font-size: 1.2vw;
}

#contact h2 {
    margin: 0 0 4vw;
}

#contact-form {
    margin: 0 auto;
    width: 800px;
}

.form-parts {
    float: left;
    width: 50%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"] {
    display: block;
    width: calc(100% - 2vw);
    margin: 0;
    height: 50px;
    padding: 3vw 3vw;
    border: none;
    border-radius: 0;
    border-top: 1px solid #D1BABB;
    outline: none;
    font-size: 1.1vw;
}

#contact input[type="tel"] {
    border-bottom: 1px solid #D1BABB;
}

#contact textarea {
    width: calc(100% - 2vw);
    height: 24.3vw;
    margin: 0 0 0 2vw;
    padding: 2vw 3vw;
    border: none;
    border-top: 1px solid #D1BABB;
    border-bottom: 1px solid #D1BABB;
    border-radius: 0;
    outline: none;
    font-size: 1.1vw;
}

#merit a.case-link {
    text-decoration: none;
    line-height: 5vw;
}

#merit a.case-link,
#contact button {
    display: block;
    position: relative;
    margin: 3vw auto;
    width: 18vw;
    height: 5vw;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    outline: none;
    text-align: center;
    font-size: 1.1vw;
    letter-spacing: .2em;
}

#merit a.case-link:after {
    line-height: initial;
}

#merit a.case-link:after,
#contact button:after {
    position: absolute;
    top: calc(50% - .6em);
    right: 1vw;
    content: '→';
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    box-sizing: border-box;
    margin: 15px auto 20px;
    padding: .2em 1em;
    /*border: 2px solid red*/
    background: red;
}

div.wpcf7-mail-sent-ok {
    /*border: 2px solid #398f14*/
    background: #398f14;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    /*border: 2px solid red*/
}

div.wpcf7-spam-blocked {
    /*border: 2px solid orange*/
    background: orange;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    /*border: 2px solid #f7e700*/
    background: red;
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../plugins/contact-form-7/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.sp {
    display: none;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

@media only screen and (max-width: 640px) {
/*
    html, body {
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
    }
*/
    html, body {
        background-image: url("./images/top-index-bg-sp.jpg");
        box-sizing: border-box;
        overflow-x: hidden;
        width: 100%;
        /*
        background-repeat: no-repeat;
        background-position: left -7vw top;
        background-size: 120vw;
        */
    }

    header {
        position: fixed;
        display: block;
        margin: 0;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        min-width: inherit;
        height: 50px;
    }

    header h1 {
        margin: 1vw 3vw;
    }

    header h1 img {
        width: 28vw;
    }

    #menu {
        display: inline-block;
        position: relative;
        margin-top: 15px;
        cursor: pointer;
        float: right;
        z-index: 100;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyNiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeTE9IjAuNSIgeDI9IjI2IiB5Mj0iMC41IiBzdHJva2U9IiMyMjIyMjIiLz4KPGxpbmUgeTE9IjEwLjUiIHgyPSIyMCIgeTI9IjEwLjUiIHN0cm9rZT0iIzIyMjIyMiIvPgo8bGluZSB5MT0iMjAuNSIgeDI9IjI0IiB5Mj0iMjAuNSIgc3Ryb2tlPSIjMjIyMjIyIi8+Cjwvc3ZnPgo=");
        background-repeat: no-repeat;
        background-size: 26px auto;
    }

    #menu.open {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyOCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjEuMzA0ODYiIHkxPSIwLjYwMzY4OCIgeDI9IjI3LjMwNDkiIHkyPSIyMC42MDM3IiBzdHJva2U9IiMyMjIyMjIiLz4KPGxpbmUgeDE9IjAuNjk1MTQ1IiB5MT0iMjAuNjAzNyIgeDI9IjI2LjY5NTEiIHkyPSIwLjYwMzY4NyIgc3Ryb2tlPSIjMjIyMjIyIi8+Cjwvc3ZnPg==");
    }

    header nav {
        float: none;
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 250px;
        min-width: inherit;
        background-color: #FFFFFF;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        padding: 10px;
        transition: all .5s;
    }

    header nav ol {
        margin-top: 50px;
    }

    header nav ol li {
        float: none;
        display: block;
        width: 100%;
        height: 40px;
        text-align: center;
    }

    header nav ol li a {
        display: block;
        width: 100%;
        height: 40px;
        color: #514743;
    }

    header nav ol li a::after {
        display: none;
    }

    header nav h2 {
        display: block;
        text-align: center;
        font-size: 2vw;
        margin: 2vw 0 3vw;
    }

    header nav ul {
        display: block;
        text-align: center;
    }

    header nav ul li {
        display: inline;
        margin: 0 3vw;
        width: 20px;
        text-align: center;
    }

    footer {
        min-width: inherit;
        max-width: 100%;
        margin: 0;
        height: 100vw;
    }

    footer .footer-box {
        width: 90vw;
    }

    footer h1 {
        float: none;
    }

    footer h1 svg {
        width: 20vw;
    }

    footer h2 svg {
        width: 20vw;
    }

    footer nav {
        float: none;
        width: 90vw;
        margin-left: 0;
    }

    footer nav ol {
        float: none;
        height: 33vw;
        margin: 3vw;
    }

    footer nav ol li {
        display: inline-block;
        height: 30px;
        font-size: 3vw;
        margin: 0;
    }

    footer nav ol li a {
        padding: .5vw 2vw .5vw 0;
    }

    footer nav ol li:nth-of-type(9) {
        margin: 0;
        padding: .5vw 2vw .5vw 0;
    }

    footer nav ul li {
        height: 30px;
        font-size: 3vw;
        margin: 0;
    }

    footer nav ul li.sns {
        margin: 1vw;
    }

    footer nav ul li.sns a {
        margin-right: 0;
        padding: 0;
    }

    footer nav ul li.sns a svg {
        width: 6vw;
        margin-right: 5vw;
    }

    .page {
        padding: 50px 0;
        font-size: 15px;
        line-height: 200%;
        letter-spacing: inherit;
    }

    #fv {
        min-width: 100%;
        height: 177vw;
    }

    #fv ol {
        display: none;
    }

    #mission {
        background-position: left -40vw top 0;
    }

    #mission-content {
        width: 90%;
        height: 100%;
        padding: 20vw 0 5vw 0;
        border-top-left-radius: 45vw;
        border-top-right-radius: 45vw;
        outline-offset: -0.7em;
        font-size: 3vw;
    }

    #mission-content h2 svg {
        width: 25vw;
    }

    #mission-content h3 svg {
        width: 60vw;
    }

    #mission-content h4 svg {
        width: 18vw;
    }

    #service h2 svg {
        width: 35vw;
    }

    #service h4 svg {
        width: 25vw;
    }

    #service-content {
        width: 85vw;
    }

    .service-image {
        float: none;
        margin: 0 auto;
        width: 85vw;
    }

    .service-text {
        float: none;
        margin: 0 auto;
        width: 95vw;
        font-size: 3vw;
    }

    #service .service-text h2 svg {
        margin: 8vw 0 0 0 !important;
        width: 60vw;
        height: auto;

    }

    .service-text h3 svg {
        width: 80vw;
        height: auto;
    }

    #about-content {
        width: 85vw;
        margin: 8vw auto;
    }

    .about-text {
        float: none;
        width: 100%;
        font-size: 3vw;
    }

    #about .about-text h2 svg {
        width: 60vw !important;
    }

    .about-text h3 svg {
        margin: 6vw 0 0;
        width: 55vw !important;
    }

    .about-text img.sp {
        width: 100%;
    }

    .about-image {
        display: none;
        width: 47%;
    }

    .about-sns {
        width: 90vw;
    }

    .about-sns svg.sns-title1 {
        margin-bottom: 3vw;
        width: 37vw;
    }

    .about-sns svg.sns-title2 {
        margin-bottom: 3vw;
        width: 55vw;
    }

    .about-sns svg.sns-title3 {
        margin-bottom: 3vw;
        width: 36vw;
    }

    .about-sns svg.sns-title4 {
        margin-bottom: 3vw;
        width: 35vw;
    }

    .about-sns ol,
    .about-sns ul {
        overflow-x: scroll;
    }

    .about-sns ul {
        display: initial;
        overflow-x: initial;
    }

    .about-sns ol li {
        flex-shrink: 0;
        width: 55vw;
        margin: 0 4vw 0 0;
        font-size: 4vw;
    }

    .about-sns ul li {
        flex-shrink: initial;
        width: 100%;
        margin: 0 4vw 0 0;
        font-size: 3vw;
    }

    .about-sns ol li time {
        font-size: 3vw;
    }

    .about-sns ol li p {
        font-size: 3vw;
    }

    .about-sns ol li svg {
        position: relative;
        width: 2vw;
        top: -2px;
    }

    .about-sns ol li span {
        font-size: 4vw;
    }

    .sns-detail {
        margin: 2vw 0 0 0;
        padding: 1em 1.5em;
        font-size: 3vw;
        line-height: 160%;
    }

    .sns-detail strong {
        font-size: 3vw;
    }

    .sns-detail span {
        margin: 0 1em;
        font-size: 3vw;
    }

    .sns-detail span::after {
        content: "\A";
        white-space: pre;
    }

    .sns-detail svg {
        margin-right: 0.2em;
        width: 2vw;
    }

    #merit h2 svg {
        width: 70vw;
    }

    #merit h3 svg {
        margin: 7vw auto;
        width: 85vw;
    }

    #merit picture {
        margin-bottom: 7vw;
    }

    #merit svg.merit-list {
        width: 90vw;
    }

    #merit ol {
        display: block;
        overflow-x: initial;
    }

    #merit ol li {
        width: 85vw;
        text-align: center;
    }

    #merit ol li svg {
        width: 100%;
    }

    #case {
        margin: 50px 0 0;
    }

    #case h2 svg {
        width: 24vw;
    }

    #case h4 svg {
        width: 18vw;
    }

    .case-content2 {
        padding: 8vw 0;
    }

    .case-left,
    .case-right {
        float: none;
        width: 80vw;
    }

    .case-left svg:first-child {
        width: 80vw;
    }

    .case-left svg:nth-child(3) {
        width: 35vw;
    }

    .case-content h4,
    .case-content p {
        font-size: 3.5vw;
        margin-bottom: 0;
    }

    .case-left2,
    .case-right2 {
        float: none;
        width: 100%;
    }

    .case-right2 ul li:first-child svg {
        margin: 5vw 0 0;
        width: 28vw;
    }

    .case-right2 ul li:nth-child(2) svg {
        margin: 5vw 0 0;
        width: 39vw;
    }

    .case-right2 ul li:nth-child(3) svg {
        margin: 5vw 0 0;
        width: 22vw;
    }

    .case-right2 ul li ol li {
        margin: 0.5em;
        font-size: 3.5vw;
    }

    .case-right2 th {
        width: 20vw;
    }

    .case-right2 td,
    .case-right2 th {
        font-size: 3.5vw;
    }
    .case-content2-box {
        width: 90vw;
    }

    .case-content2-footer {
        display: none;
    }

    .case-content3 {
        background-image: none;
        padding: 8vw 0;
    }

    .case-content3-box {
        margin: 0 auto;
        padding: 0;
        font-size: 3.5vw;
    }

    .case-left3,
    .case-right3 {
        float: none;
        width: 100%;
    }

    .case-right3 {
        margin: 13vw 0;
    }

    .case-content3-box h4 {
        margin: 6vw 0;
    }

    #case .case-content3-box h2 svg {
        width: 50vw !important;
    }

    #case .case-content3-box svg.case3-1 {
        width: 90vw !important;
    }

    #case .case-content3-box svg.case3-1-2 {
        width: 30vw !important;
    }

    #case .case-content3-box svg.case3-2 {
        width: 70vw !important;
    }

    #case .case-content3-box svg.case3-2-2 {
        width: 50vw !important;
    }

    #case .case-content3-box svg.case3-3 {
        width: 70vw !important;
    }

    #case .case-content3-box svg.case3-3-2 {
        width: 50vw !important;
    }

    #company-box {
        width: 90vw;
    }

    #company-profile {
        float: none;
        width: 100%;
        margin: 0 auto;
        font-size: 3vw;
        line-height: 160%;
    }

    #company-profile h2 svg {
        width: 45vw;
    }

    #company-profile tr:nth-child(5) td,
    #company-profile tr:nth-child(6) td {
        padding-top: 1em;
        font-size: 3.5vw;
    }

    #company-profile td svg {
        width: 2vw;
    }

    #company-map {
        float: none;
        width: 100%;
        margin: 5vw 0 0;
        padding-left: 0;
    }

    #company iframe {
        height: 40vw;
    }

    #contact {
        font-size: 3vw;
    }

    #contact h2 svg {
        width: 26vw;
    }

    #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"] {
        width: 100%;
        height: 9vw;
        font-size: 3.5vw;
        margin-bottom: 2em;
    }

    #contact input[type="tel"] {
        border-bottom: none;
    }

    #contact textarea {
        width: 100%;
        height: 24.3vw;
        margin: 0;
        font-size: 3.5vw;
    }

    #merit a.case-link {
        line-height: 15vw;
    }

    #merit a.case-link,
    #contact button {
        margin-top: 7vw;
        width: 60vw;
        height: 15vw;
        font-size: 3.5vw;
    }

    #pageTop {
        bottom: 5vw;
        right: 5vw;
        width: 15vw;
        height: 15vw;
    }

    #pageTop svg {
        width: 15vw;
        height: 15vw;
    }

    .sp {
        display: initial;
    }

    /*
    #company-name {
        float: none;
        margin-top: 0;
        margin-left: 30px;
        width: 100%;
        text-align: left;
    }

    #company-detail {
        float: none;
        width: 100%;
        padding-left: 30px;
        border-left: none;
    }

    #company iframe {
        width: 100%;
        height: 250px;
    }
*/
    /*
    #service-content,
    #why-content {
        width: 100%;
    }

    #service .shabon-text {
        float: none;
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    #service .shabon-image {
        float: none;
        text-align: center;
        width: 100%;
    }

    #service .shabon-image img {
        width: 80%;
        margin-bottom: 30px;
    }

    #whyshabon h2 {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
    }

    #whyshabon h3 {
        filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 1));
    }

    #whyshabon .why-text {
        float: none;
        width: calc(100% - 40px);
        margin: 0 20px;
    }
*/

    #contact-form {
        width: 100%;
    }

    .form-parts {
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    div.wpcf7-response-output {
        width: calc(100% - 10px);
    }
}


/* Add 2019-11-11- PRESS RELEASE */

#press {
    text-align: center;
    background-color: #ffffff;
    margin: 10px auto;

}
#press h2:after {display: block;
    margin: 0 auto 1em;
    width: 25px;
    height: 1em;
    content: ' ';
    border-bottom: 2px solid #000;
}

.msr_newslist04 {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    max-width: 825px;
    margin: 0 auto;
}
.msr_newslist04 li {
    border-bottom: 1px solid #fcf4f6;
    font-size: 1rem;
}
.msr_newslist04 li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000000;
    display: table;
    padding: 20px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 100%;
}
.msr_newslist04 li a:hover {
    text-decoration: none;
    background: #fcf4f6;
}
.msr_newslist04 li div {
    padding-bottom: 10px;
    width: 144px;
    float: left;
    margin-right: 20px;
}
.msr_newslist04 li p {
    vertical-align: middle;
    text-align: left;
}
/* 時間の設定 */
.msr_newslist04 li time {
    display: table-cell;
    vertical-align: top;
    width: 90px;
}
/* カテゴリの設定 */
.msr_newslist04 li .cat01, .msr_newslist04 li .cat02 {
    background-color: #e895ab;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
    color: #FFFFFF;
    font-size: 1rem;
    padding: 0 2px;
    text-align: center;
    display: none;
}
.msr_newslist04 li .cat02 {
    background-color: #FFFFFF;
    border: 1px solid #fcf4f6;
    box-sizing: border-box;
    color: #000000;
}


#press {
    text-align: center;
    background-color: #ffffff;
    margin: 10px auto;

}
#press h2:after {display: block;
    margin: 0 auto 1em;
    width: 25px;
    height: 1em;
    content: ' ';
    border-bottom: 2px solid #000;
}

.msr_newslist04 {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    max-width: 825px;
    /* display: block; */
    margin: 0 auto;
}
.msr_newslist04 li {
    border-bottom: 1px solid #fcf4f6;
    font-size: 1rem;
}
.msr_newslist04 li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000000;
    display: table;
    padding: 20px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 100%;
}
.msr_newslist04 li a:hover {
    text-decoration: none;
    background: #fcf4f6;
}
.msr_newslist04 li div {
    padding-bottom: 10px;
    width: 144px;
    float: left;
    margin-right: 20px;
}
.msr_newslist04 li p {
    vertical-align: middle;
    text-align: left;
}
/* 時間の設定 */
.msr_newslist04 li time {
    display: table-cell;
    vertical-align: top;
    width: 90px;
}
/* カテゴリの設定 */
.msr_newslist04 li .cat01, .msr_newslist04 li .cat02 {
    background-color: #e895ab;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
    color: #FFFFFF;
    font-size: 1rem;
    padding: 0 2px;
    text-align: center;
    display: none;
}
.msr_newslist04 li .cat02 {
    background-color: #FFFFFF;
    border: 1px solid #fcf4f6;
    box-sizing: border-box;
    color: #000000;
}

/* page 2022-08-08 */
.content-area {
    background: #ddd;
    padding: 1rem 0;
}
main {
    width: 95%;
    background: #fff;
    margin: 0 auto;
    padding: 1rem 0;
}
.content-wrapper {
    max-width: 600px;
    margin: 1rem auto;
    padding:1rem;
    line-height:1.7;
}
.title-block {
    margin-bottom: 2rem;
}
.title-block h1{
    font-family: 'Comfortaa', cursive;
    font-size: 32px;
    letter-spacing: 0.2em;
    text-align:center;
}
.title-block h1:after {
    display: block;
    margin: 0 auto 1em;
    width: 25px;
    height: 1em;
    content: ' ';
    border-bottom: 2px solid #000;
}

@media only screen and (max-width: 640px) {
    .title-block h1{
        font-size: 28px;
        letter-spacing: 0.1em;
    }

    .title-block h1:after {
        display: block;
        margin: 0 auto 1em;
        width: 25px;
        height: 1em;
        content: ' ';
        border-bottom: 2px solid #000;
    }

    .content-area {
        margin: 50px 0 0;
    }
}