@charset "utf-8";


/* ==============================

    サイト設定　適宜変更箇所

============================== */

body,
html {
    font-size: 16px;
}

body {
    overflow-x: hidden;
    color: black;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

a,
a img {
    color: black;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*下層ページタイトル*/
.under-v {
    padding: 52px 0 45px;
    text-align: center;
    max-width: 1100px;
    margin: auto;
}

.under-v h1 {
    font-size: 24px;
    color: #f58e63;
    font-weight: bold;
}

/* ==============================

    サイト設定

============================== */

.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1440px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

.img-hover {
    transition: .6s;
}

.img-hover:hover {
    opacity: .6;
}

.flex-row {
    flex-direction: row-reverse;
}


/* ==============================

ヘッダーの設定

　============================== */

.header-inner {
    width: 77px;
    transition: .6s;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #409071;
    z-index: 300;
}

header {
    width: 100%;
    z-index: 300;
    position: fixed;
    padding: 15px 20px 0;
}

header figure.wp-block-image.size-full.img-hover {
    max-width: 181px;
}

nav.header-menu.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex {
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}

.wp-block-group.header-inner.has-link {
    width: 77px;
    transition: .6s;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #409071;
    z-index: 300;
}

/*適宜修正*/

.header-inner {
    position: fixed;
    top: 0;
    z-index: 300;
    height: 100%;
    width: 77px;
}

figure.wp-block-image.size-full.header-logo {
    max-width: 29px;
    height: 183px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

/*スクロール時にサイズなどを変える場合*/

header.scroll-nav .header-inner {}


/* ==============================

    ハンバーガーメニュー

　============================== */



/* ハンバーガーメニューの全体 */
.hamburger-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 302;
    cursor: pointer;
}

.hamburger-wrapper,
.hamburger {
    width: 76px;
    height: 58px;
}

/*.hamburger:after {
    content: 'MENU';
    color: #fff;
    font-size: 22px;
    letter-spacing: 0;
    bottom: 12px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-style: normal;
}*/
.hamburger {
    /* padding: 10px; */
    border: none;
    right: 0;
    position: fixed;
    top: 0;
    /* background: black; */
    z-index: 200;
    position: relative;
    display: block;
}

.hamburger__line {
    display: block;
    width: 42px;
    height: 3px;
    background-color: #2a3d48;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

p.hamburger__line.hamburger__line--1 {
    top: 23px;
}

p.hamburger__line.hamburger__line--2 {
    display: none;
}

p.hamburger__line.hamburger__line--3 {
    top: 35px;
}

/* ハンバーガーメニューが開いたときの変化 */
.nav-wrapper.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 36px;
}

.nav-wrapper.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 36px;
}

.nav-wrapper.open .hamburger__line--2 {
    opacity: 0;
}


.nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation li.wp-block-navigation-item a {
    font-size: 23px;
    margin-bottom: 17px;
}

.nav-wrapper .sp-nav-inner {
    display: block;
    height: 215px;
    max-width: fit-content;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    position: absolute;
    bottom: 159px;
}

.black-bg.active {
    visibility: visible;
    opacity: 1;
}

.nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
}

.sp-nav-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 250;
    transition: all 0.3s ease in-out;
    padding: 57px 20px 0;
    background-image: url(http://on-portfolio.com/wp-content/uploads/2025/06/on-pink.png), url(http://on-portfolio.com/wp-content/uploads/2025/06/bk.png);
    background-size: 300px, cover;
    background-repeat: no-repeat, repeat;
    background-position: center, center top;
}

.nav-wrapper.open {
    z-index: 1;
}

.nav-wrapper.open .sp-nav-wrap {
    display: block;
}

.nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation li {
    margin-bottom: 20px;
}

.nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation li a span {
    font-size: 35px;
}

.wp-block-group.top-about-icon:after {
    height: 87%;
    width: 4px;
    border-right: 4px dotted #e77295;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wp-block-group.top-about-icon:last-of-type:after {
    display: none;
}

.lato {
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/*.wp-block-group.mainv.inner {
    height: 100vh;
    background-image: url(http://on-portfolio.com/wp-content/uploads/2025/06/mainv.gif);
    background-size: 924px;
    background-repeat: no-repeat;
    background-position: top 41px center;
}*/
.img_parallax-wrap {
    position: relative;
    height: 100vh;
}

.img_parallax.wp-block-image img {
    width: 861px;
    height: auto;
    position: fixed;
    top: 66px;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
    right: 0;
    margin: auto;
}

.wp-block-group.service-wrap {
    position: relative;
    padding: 92px 0 84px;
}

.wp-block-group.service-wrap .wp-block-group.midashi figure.wp-block-image.size-full {
    max-width: 300px;
    margin: auto;
}

.wp-block-group.midashi h2 {
    font-weight: bold;
    font-size: 27px;
}

.wp-block-group.midashi:before {
    content: '●●';
    color: #f58e63;
    letter-spacing: 8px;
    text-align: center;
    max-width: fit-content;
    margin: auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}

.wp-block-group.service-box {
    max-width: 47%;
    width: 100%;
    background-color: #faefe4;
    border-radius: 5px;
    padding: 250px 30px 67px;
    position: relative;
}

.wp-block-group.service-box h3 {
    font-size: 35px;
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

.wp-block-group.service-box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

ul.wp-block-list {
    display: flex;
    gap: 7px;
    margin-top: 19px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 15px;
}

ul.wp-block-list li {
    background: #f58e63;
    color: #fff;
    max-width: fit-content;
    font-size: 14px;
    line-height: 1;
    padding: 7px 8px;
}

.slider-02 .slide,
.slider-06 .slide {
    flex: 0 0 auto;
    width: 84px;
    margin-right: 38px;
}

.wp-block-group.service-box:nth-of-type(1):before {
    content: '';
    background-image: url(http://on-portfolio.com/wp-content/uploads/2025/06/w-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 359px;
    height: 265px;
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-block-group.service-box:nth-of-type(2):before {
    content: '';
    background-image: url(http://on-portfolio.com/wp-content/uploads/2025/06/g-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 454px;
    height: 320px;
    position: absolute;
    top: -77px;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-block-group.service-wrap h2 {
    margin-bottom: 85px;
}

.wp-block-group.midashi {
    position: relative;
    padding-top: 46px;
}

div#works .wp-block-group.midashi figure.wp-block-image.size-full {
    max-width: 265px;
    margin: auto;
}

div#works {
    padding: 66px 0 94px;
}

div#profile .wp-block-group.midashi figure.wp-block-image.size-full {
    max-width: 284px;
    margin: auto;
}

div#profile .wp-block-group-is-layout-flex {
    margin-top: 52px;
    flex-direction: row-reverse;
}

div#profile {
    padding: 87px 0 145px;
}

div#profile .wp-block-group-is-layout-flex p,
div#profile .wp-block-group-is-layout-flex figure.wp-block-image.size-full {
    max-width: 47%;
    width: 100%;
}

.wp-block-group.inner.contact-wrap {
    content: '';
    background-color: #faefe4;
    padding: 52px 0 50px;
    position: relative;
}

.wp-block-group.inner.contact-wrap .wp-block-group.midashi figure.wp-block-image.size-full {
    max-width: 225px;
    margin: auto;
}

.wp-block-group.inner.contact-wrap .wp-block-group.midashi:before {
    display: none;
}

.wp-block-group.inner.contact-wrap .wp-block-group.midashi {
    padding: 0;
}

.wp-block-group.inner.contact-wrap>.wp-block-group__inner-container {
    width: 90%;
    margin: auto;
}

.wp-block-group.inner.contact-wrap .wp-block-group.midashi {
    margin-bottom: 55px;
}

body .smf-form--simple-table .smf-item__col--label {
    width: 239px;
}

.smf-placeholder .smf-text-control input.smf-text-control__control {
    border: none;
    padding: 5px;
    width: 100%;
}

.smf-textarea-control textarea.smf-textarea-control__control {
    border: none;
    padding: 10px;
}

.smf-form .smf-radio-button-control__control {
    border: none;
}

.wp-block-snow-monkey-forms-item.smf-item.policy .smf-item__col.smf-item__col--label {
    display: none;
}

.wp-block-snow-monkey-forms-item.smf-item.policy .smf-item__col.smf-item__col--controls {
    max-width: fit-content;
    margin: auto;
    font-size: 14px;
}

body .smf-action .smf-button-control__control {
    border: none;
    background: black;
    color: #fff;
    max-width: 350px;
    width: 100%;
    font-size: 20px;
    padding: 21px 0;
}

footer#site-footer figure.wp-block-image.size-full.img-hover {
    max-width: 150px;
    margin-right: 55px;
}

body .smf-form--simple-table+.smf-action {
    margin: 7px 0 0;
}

.wp-block-snow-monkey-forms-item.smf-item.policy {
    padding: 5px 0 0;
}

.policy .smf-placeholder {
    height: 30px;
}

footer#site-footer {
    padding: 150px 20px 44px;
    background-image: url(http://on-portfolio.com/wp-content/uploads/2025/06/mainv-img-1.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
    background-size: 120px;
}

.wp-block-group.inner.contact-wrap:after {
    content: '';
    background-image: url(http://on-portfolio.com/wp-content/uploads/2025/06/contact-img.png);
    background-size: contain;
    display: inline-block;
    width: 563px;
    height: 333px;
    position: absolute;
    top: -97px;
    right: -153px;
    background-repeat: no-repeat;
    z-index: 0;
}

.wp-block-group.inner.contact-wrap .wp-block-group.midashi,
form#snow-monkey-form-622 {
    position: relative;
    z-index: 20;
}

.wrap.archive-page.inner .wp-block-group.midashi figure.wp-block-image.size-full {
    max-width: 265px;
}

.wrap.archive-page.inner .wp-block-group.midashi {
    max-width: fit-content;
    margin: 0 auto 0 0;
}

.wrap.archive-page.inner {
    padding: 109px 0 0;
}

ul.category-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.archive-category {
    display: flex;
    gap: 7px;
}

ul.category-list li a,
span.cat-name {
    display: block;
    background: #f58e63;
    color: #fff;
    line-height: 1;
    padding: 3px 7px;
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    max-width: fit-content;
}

span.cat-name {
    padding: 5px 9px;
    font-size: 14px;
}

img.ai-img {
    object-fit: cover;
    width: 80%;
    margin: auto;
    max-width: 250px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.single img.ai-img {
    position: relative;
}

h2.archive-title {
    font-size: 20px;
    line-height: 1;
    padding-top: 8px;
    font-weight: bold;
}

.archive-thumbnail {
    max-width: 100%;
    width: 100%;
    height: 278px;
    position: relative;
    /* border: 2px solid #faefe4; */
    border-radius: 5px;
    background: #faefe4;
}

.fil-wrap h3 {
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin-right: 20px;
}

.archive-content {
    margin-top: 10px;
}

.fil-wrap {
    display: flex;
    align-items: baseline;
}

.fil-wrap {
    display: flex;
    align-items: baseline;
    margin: 42px 0 48px;
}

.device-mockups {
    position: relative;
    display: flex;
    height: 278px;
    background: #faefe4;
    justify-content: flex-end;
    padding: 20px;
}

.device {
    position: relative;
    width: 531px;
    height: auto;
    margin: 19px auto 0;
}

.device img.frame {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
}

.device img.screen {
    position: absolute;
    top: 3%;
    left: 1%;
    width: 68%;
    height: 69%;
    object-fit: cover;
    object-position: top;
    right: 0;
    margin: auto;
    z-index: 0;
}

.device.device-sp {
    width: 65px;
    position: absolute;
    right: 20px;
    bottom: 14px;
    z-index: 2;
}

.device.device-sp img.screen {
    width: 95%;
    top: 2px;
    height: 97%;
    border-radius: 9px;
    z-index: 0;
}

.single .archive-thumbnail {
    max-width: 980px;
    margin: 80px auto 61px;
}

.single .device-mockups {
    background: none;
    height: auto;
    padding: 0 0 92px;
}

.single .device {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 957px;
}

.single .device.device-sp {
    width: 198px;
    position: absolute;
    right: 2px;
    bottom: 0;
    z-index: 2;
}

.single .device.device-sp img.screen {
    width: 91%;
    top: 6px;
    height: 97%;
    border-radius: 7%;
    z-index: 0;
}

.single .archive-content {
    margin-top: 10px;
    background: #faefe4;
    border-radius: 5px;
    padding: 16px 30px 27px;
}

.single .archive-content h2 {
    font-size: 24px;
    margin-bottom: 28px;
}

.archive-content strong {
    background: #f58e63;
    max-width: 120px;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    padding: 6px 0;
    margin-right: 20px;
}

.single-ca {
    display: flex;
    align-items: baseline;
    margin-bottom: 11px;
}

.posts-grid {
    display: flex;
    flex-wrap: wrap;
}

.posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.posts-grid>a {
    max-width: 32%;
    width: 100%;
    display: block;
}

.single .posts-grid {
    display: block;
}

.single article.archive-post {
    max-width: 100%;
}

.single article.archive-post {
    max-width: 100%;
}

.single .archive-thumbnail {
    border: none;
    height: auto;
    background: none;
}

.single span.cat-name {
    background: none;
    color: black;
    font-weight: normal;
    padding: 0;
    margin-right: 10px;
}

div#works .midashi h2 {
    margin-bottom: 55px;
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}


.wp-block-buttons .wp-block-button,
.wp-block-buttons .wp-block-button a {
    display: block;
    width: 100%;
    background: black;
    border-radius: 0px;
    padding: 0;
}

.wp-block-buttons {
    max-width: 350px;
    margin: 0 auto;
}

div#works .wp-block-buttons {
    margin-top: 65px;
}

.wp-block-buttons .wp-block-button a {
    padding: 24px 0;
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: .6s;
    border: 2px solid black;
}

.wp-block-buttons .wp-block-button a:hover {
    background: #fff;
    color: black;
}

.pagination {
    display: flex;
    margin-top: 62px;
}

.wp-block-snow-monkey-forms-item.smf-item.hissu .smf-item__label {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.wp-block-snow-monkey-forms-item.smf-item.hissu .smf-item__label:after {
    content: '必須';
    background: #f58e63;
    color: #fff;
    font-size: 14px;
    padding: 6px 11px;
    line-height: 1;
}

ul.wp-block-navigation__container.header-menu.wp-block-navigation li a:hover span {
    color: #f58e63;
}

ul.wp-block-navigation__container.header-menu.wp-block-navigation li a span {
    transition: .6s;
}

.policy span.smf-checkbox-control span.smf-checkbox-control__label {
    display: none;
}

.policy .smf-label {
    position: relative;
}

.policy p a {
    text-decoration: underline;
}

.policy p {
    position: relative;
    top: -31px;
    max-width: fit-content;
    margin: auto;
    left: 27px;
}

.wp-block-group.img_parallax-wrap.sp figure.wp-block-image.size-full.img_parallax img {
    max-width: 400px;
    margin: auto;
}

.wp-block-group.mainv-wrap {
    position: relative;
}

/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    right: 1%;
    bottom: 20%;
    writing-mode: vertical-rl;
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    /* top: 71%; */
    font-size: 14px;
}

/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: #000;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

/* ==============================

    スマホ・タブレット縦

============================== */

@media screen and (max-width:1100px) {

    /*ハンバーガーメニュー表示*/
    .nav-wrapper {
        display: block;
    }

    .pc,
    .page-top {
        display: none;
    }

    .sp {
        display: block;
    }

}


/* ==============================

    スマホ　

============================== */

@media screen and (max-width: 710px) {
    .img_parallax.wp-block-image img {
        top: 38px;
    }

    /*スマホ版MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }


    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    /*ハンバーガーメニューのサイズ*/

    .nav-wrapper.open .hamburger__line--1 {
        transform: rotate(-45deg);
        top: 19px;
    }

    .nav-wrapper.open .hamburger__line--3 {
        transform: rotate(45deg);
        top: 19px;
    }


    .hamburger:after {
        font-size: 12px;
        letter-spacing: 0;
        bottom: 5px;
    }

    .hamburger-wrapper,
    .hamburger {
        width: 55px;
        height: 55px;
    }

    .hamburger__line {
        width: 35px;
        height: 2px;
    }

    p.hamburger__line.hamburger__line--1 {
        top: 12px;
    }

    p.hamburger__line.hamburger__line--2 {
        top: 20px;
    }

    p.hamburger__line.hamburger__line--3 {
        top: 28px;
    }

    /*スマホ版文字サイズ*/
    p {
        font-size: 14px;
        line-height: 1.7;
    }

    .wp-block-group.service-box-flex {
        display: block;
    }

    nav.header-menu.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex {
        display: none;
    }

    header figure.wp-block-image.size-full.img-hover {
        max-width: 100px;
    }

    header {
        padding: 10px;
    }

    header .wp-block-group.is-content-justification-space-between.wp-block-group-is-layout-flex {
        display: block;
    }

    .wp-block-group.service-box {
        max-width: 500px;
        width: 100%;
        padding: 141px 22px 17px;
        margin: 0 auto 33px;
    }

    .wp-block-group.service-box h3 {
        font-size: 24px;
    }

    ul.wp-block-list li {
        font-size: 12px;
        padding: 5px 6px;
    }

    .wp-block-group.service-box:nth-of-type(2):before {
        width: 251px;
        height: 182px;
        top: -33px;
    }

    .wp-block-group.service-wrap h2 {
        margin-bottom: 48px;
    }

    .wp-block-group.service-box h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    ul.wp-block-list {
        display: flex;
        margin-top: 28px;
        position: relative;
        bottom: 0;
    }

    .wp-block-group.service-wrap {
        padding: 33px 0 10px;
    }

    .posts-grid>a {
        max-width: 300px;
        margin: 0 auto 25px;
    }

    span.cat-name {
        padding: 3px 8px;
        font-size: 12px;
    }

    h2.archive-title {
        font-size: 16px;
        padding-top: 7px;
    }

    div#works {
        padding: 33px 0 64px;
    }

    .wp-block-buttons {
        max-width: 200px;
    }

    div#profile .wp-block-group.midashi figure.wp-block-image.size-full {
        max-width: 153px;
    }

    div#profile {
        padding: 40px 0 158px;
    }

    div#profile .wp-block-group-is-layout-flex {
        margin-top: 26px;
        display: block;
    }

    div#profile .wp-block-group-is-layout-flex p,
    div#profile .wp-block-group-is-layout-flex figure.wp-block-image.size-full {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }

    div#profile .wp-block-group-is-layout-flex p {
        margin-bottom: 23px;
        line-height: 2;
    }

    div#works .wp-block-buttons {
        margin-top: 44px;
    }

    .wp-block-buttons .wp-block-button a {
        padding: 12px 0;
        font-size: 14px;
    }

    .wp-block-group.inner.contact-wrap:after {
        width: 200px;
        height: 119px;
        top: -60px;
        right: -13px;
    }

    .wp-block-group.inner.contact-wrap .wp-block-group.midashi figure.wp-block-image.size-full {
        max-width: 149px;
    }

    .wp-block-group.inner.contact-wrap .wp-block-group.midashi {
        margin-bottom: 10px;
    }

    body .smf-form--simple-table .smf-item__col--label {
        width: 100%;
        font-size: 14px;
        padding: 0 0 7px;
    }

    .wp-block-snow-monkey-forms-item.smf-item.hissu .smf-item__label:after {
        font-size: 10px;
        padding: 4px 7px;
        line-height: 1;
    }

    body .smf-form--simple-table .smf-item {
        padding: 0 0 16px;
    }

    .smf-form .smf-radio-button-control {
        font-size: 14px;
    }

    div#profile .wp-block-group-is-layout-flex figure.wp-block-image.size-full {
        max-width: 250px;
    }

    .wp-block-group.service-wrap .wp-block-group.midashi figure.wp-block-image.size-full {
        max-width: 141px;
        margin: auto;
    }

    .wp-block-group.midashi h2 {
        font-size: 18px;
    }

    .wp-block-group.midashi {
        padding-top: 27px;
    }

    .wp-block-group.midashi:before {
        top: 10px;
        font-size: 10px;
    }

    .wp-block-group.service-box:nth-of-type(1):before {
        width: 212px;
        height: 158px;
        top: -28px;
    }

    .slider-02 .slide,
    .slider-06 .slide {
        width: 56px;
        margin-right: 19px;
    }

    div#works .wp-block-group.midashi figure.wp-block-image.size-full {
        max-width: 135px;
        margin: auto;
    }

    div#works .midashi h2 {
        margin-bottom: 25px;
    }

    .posts-grid {
        display: block;
    }

    body .smf-action .smf-button-control__control {
        max-width: 200px;
        width: 100%;
        font-size: 16px;
        padding: 14px 0;
    }

    .wp-block-group.inner.contact-wrap {
        padding: 52px 0 28px;
    }

    footer#site-footer {
        padding: 92px 14px 23px;
        background-position: right 20px bottom 20px;
        background-size: 71px;
    }

    footer#site-footer figure.wp-block-image.size-full.img-hover {
        max-width: 100px;
        margin-right: 0;
    }

    img.ai-img {
        max-width: 217px;
    }

    .wrap.archive-page.inner .wp-block-group.midashi figure.wp-block-image.size-full {
        max-width: 135px;
    }

    .wrap.archive-page.inner .wp-block-group.midashi {
        margin: 0 auto;
    }

    .wrap.archive-page.inner {
        padding: 65px 0 0;
    }

    .fil-wrap {
        display: block;
        align-items: baseline;
        margin: 32px 0 46px;
    }

    .fil-wrap h3 {
        font-size: 16px;
        margin: 0 0 6px;
    }

    ul.category-list li a {
        font-size: 14px;
    }

    .single .device.device-sp {
        width: 81px;
        right: 0;
    }

    .single .archive-thumbnail {
        max-width: 400px;
        margin: 46px auto 42px;
    }

    .single .device-mockups {
        background: none;
        height: auto;
        padding: 0 0 64px;
    }

    .single .archive-content {
        margin-top: 0;
        padding: 19px 13px 11px;
    }

    .single-ca {
        display: block;
        margin-bottom: 13px;
    }

    .archive-content strong {
        max-width: 100%;
        width: 100%;
        display: block;
        font-size: 12px;
        padding: 4px 0;
        margin: 0 0 7px;
    }

    .back-to-list a {
        font-size: 13px;
    }

    .back-to-list {
        margin: 41px auto 0;
    }

    .single span.cat-name,
    .single-ca p {
        max-width: fit-content;
        margin: 0 auto;
    }

    .single .archive-content h2 {
        font-size: 18px;
        max-width: fit-content;
        margin: 0 auto 20px;
    }

    .device.device-pc img.screen {
        height: 53%;
        z-index: 0;
        top: 2%;
    }

    .single .device.device-pc img.screen {
        height: 77%;
    }

    .under-v {
        padding: 58px 0 28px;
    }

    .under-v h1 {
        font-size: 20px;
    }

    .scroll::before {
        bottom: -60px;
        content: "";
        height: 50px;
        left: -2px;
        width: 1px;
    }

    .scroll {
        right: 1%;
        bottom: 22%;
        font-size: 14px;
    }
}

/* ==============================

    PC・タブレット横 

============================== */

@media only screen and (min-width:1100px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

}

/* ==============================

    タブレット縦横

============================== */

@media (max-width: 1650px) and (min-width: 710px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    .wp-block-group.inner.contact-wrap:after {
        width: 420px;
        height: 250px;
        top: -97px;
        right: -35px;
    }
}

/*@media (max-width: 1200px) and (min-width: 710px) {
    .img_parallax-wrap {
        height: 80vh;
    }

}
*/
/* ==============================

    タブレット縦のみ

============================== */

@media (max-width: 1100px) and (min-width: 710px) {
    .wp-block-group.img_parallax-wrap.sp {
        display: none;
    }

    .wp-block-group.img_parallax-wrap.pc {
        display: block;
    }

    /*MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }

    /*ハンバーガーメニューサイズ*/

    .hamburger-wrapper,
    .hamburger {
        width: 97px;
        height: 97px;
    }

    .tel-menu-flex {
        max-width: 374px;
    }

    .hamburger:after {
        font-size: 16px;
    }

    .hamburger__line {
        display: block;
        width: 65px;
    }

    p.hamburger__line.hamburger__line--1 {
        top: 18px;
    }

    p.hamburger__line.hamburger__line--2 {
        top: 34px;
    }

    p.hamburger__line.hamburger__line--3 {
        top: 50px;
    }

    .nav-wrapper.open .hamburger__line--1 {
        top: 33px;
    }

    .nav-wrapper.open .hamburger__line--3 {
        top: 33px;
    }

    .img_parallax-wrap {
        height: 640px;
    }

    .wp-block-group.service-box-flex {
        display: block;
    }

    .wp-block-group.service-box {
        max-width: 500px;
        width: 100%;
        padding: 250px 30px 38px;
        margin: 0 auto 55px;
    }

    ul.wp-block-list {
        display: flex;
        margin-top: 28px;
        position: relative;
        bottom: 0;
    }

    .wp-block-group.service-wrap {
        padding: 92px 0 28px;
    }

    .posts-grid>a {
        max-width: 48.5%;
    }

    .wp-block-group.inner.contact-wrap:after {
        width: 317px;
        height: 188px;
        top: -115px;
        right: -35px;
    }
}




/* ==============================

    スマホのみ（適宜）

============================== */
@media screen and (max-width: 400px) {}


/* ==============================

  その他適宜追加する場合は下記に記述

============================== */