@charset "utf-8";

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

    サイト設定　適宜変更箇所

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

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

body {
    color: #282325;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}


/*html {
    scroll-behavior: smooth;
}
*/
a,
a img {
    color: #282325;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*下層ページタイトル*/
.under-v {
    padding: 145px 0 79px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
}

body#privacy .under-v {
    background-image: url(http://sgjworld.com/wp/wp-content/uploads/2026/02/buisiness-v.png);
}

body#contact .under-v {
    background-image: url(http://sgjworld.com/wp/wp-content/uploads/2026/02/company-v.png);
}

h2,
.poppins {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

p {
    line-height: 2;
}

/*


h2::before {
    font-size: 2.0em;
}

h2[data-name]::before {
    line-height: 0.6;
    font-size: 0.6em;
    font-weight: bold;
}

h3 {
    font-size: 2.6rem;
}

.wp-block-button {
    font-size: 1.2rem;
}

.wp-block-button[data-name]::before {
    font-size: 0.8em;
    font-weight: bold;
}*/

/*PCでは不要な場合*/
.nav-wrapper {
    display: none;
}

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

    サイト設定

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

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

.inner {
    max-width: 1200px;
    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;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

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

　　固定メニュー

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

.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 999999999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: black;
}

.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.kotei-menu {
    color: #fff;
    padding: 0;
    text-align: center;
    border-right: 0.5px solid #fff;
    position: relative;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

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

ヘッダーの設定

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

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
}

/*適宜修正*/

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

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

/* ==============================
    
    メインビジュアル
    
　============================== */

/*メインビジュアル　relative*/

.mainv {
    z-index: 0;
    position: relative;
}

.slider-01 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

/*メインビジュアル　高さ適宜変更*/
.mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
    height: 100vh;
}

/*メインビジュアルキャッチコピー*/
figure.wp-block-image.size-full.maincopy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    max-width: 865px;
    height: fit-content;
    width: 100%;
}

/* ==============================
    
    特定商取引に基づく表記・テーブル
    
　============================== */

.wp-block-group.tokusho-wrap {
    padding: 80px 0;
}

figure.wp-block-table td,
figure.wp-block-table th {
    border: none;
    padding: 18px 17px;
}

figure.wp-block-table {
    border: 1px solid #ccc;
}

.wp-block-table td:first-of-type {
    width: 50%;
    background-color: #ccc;
    border-bottom: 1px solid #fff;
}

.wp-block-table tr td {
    border-bottom: 1px solid #ccc;
}

.wp-block-table tr:last-of-type td {
    border-bottom: none;
}

/* ==============================
    
    個人情報保護方針
    
　============================== */

.wp-block-group.policy-wrap {
    padding: 80px 0;
    font-size: 16px;
    line-height: 2;
}

.wp-block-group.policy-wrap p {
    margin-bottom: 35px;
}

.wp-block-group.policy-wrap li {
    margin-bottom: 26px;
}



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

　　↓　PC版テーマ専用CSSは下記から記述　↓

　============================== */
ul.wp-block-list {
    padding-left: 28px;
}

ul.wp-block-list li {
    margin-bottom: 10px;
}

.wp-block-group.mainv {
    background-image: url(http://sgjworld.com/wp/wp-content/uploads/2026/02/mainv.png);
    background-position: center;
    background-size: cover;
    margin-top: 66px;
    height: 92vh;
    position: relative;
}

figure.wp-block-image.size-full.sakura-copy {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
}

.wp-block-buttons a.wp-block-button__link.wp-element-button,
.wp-block-button {
    background: none;
    padding: 0;
    border-radius: 0;
}

.wp-block-buttons.header-btn .wp-block-button a {
    background: #f1bbd4;
    height: 66px;
    font-weight: bold;
}

.wp-block-buttons.header-btn.line-btn .wp-block-button a {
    background: #4cc764;
}

.wp-block-buttons.header-btn.line-btn {
    margin-left: 30px;
}

.wp-block-buttons.header-btn {
    width: 175px;
}

.wp-block-buttons .wp-block-button,
.wp-block-buttons .wp-block-button a {
    width: 100%;
}

.wp-block-buttons.service-btn {
    width: 33%;
}

.wp-block-buttons.service-btn .wp-block-button a:hover {
    opacity: .7;
}

.wp-block-buttons.service-btn .wp-block-button a span {
    font-size: 18px;
}

.wp-block-buttons.service-btn .wp-block-button a {
    background: #f1bbd4;
    padding: 8px 0 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    transition: .6s;
}

.wp-block-buttons.service-btn .wp-block-button a:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #f1bbd4;
    border-right: solid 2px #f1bbd4;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    margin: auto;
}

.wp-block-buttons.service-btn .wp-block-button a:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

.wp-block-buttons.service-btn:nth-of-type(2) .wp-block-button a {
    background: #8ec8dd;
}

.wp-block-buttons.service-btn:nth-of-type(2) .wp-block-button a:after {
    border-top: solid 2px #8ec8dd;
    border-right: solid 2px #8ec8dd;
}

.wp-block-buttons.service-btn:nth-of-type(3) .wp-block-button a {
    background: #f6ac55;
}

.wp-block-buttons.service-btn:nth-of-type(3) .wp-block-button a:after {
    border-top: solid 2px #f6ac55;
    border-right: solid 2px #f6ac55;
}

.wp-block-buttons.service-btn.service-btn-line .wp-block-button a {
    background: #4cc764;
}

.wp-block-buttons.service-btn.service-btn-line .wp-block-button a:after {
    border-top: solid 2px #4cc764;
    border-right: solid 2px #4cc764;
}

p.txt {
    max-width: 400px;
    margin: 0 auto;
}

footer a {
    color: #fff !important;
}

.sp2 {
    display: none;
}

.wp-block-snow-monkey-forms-item.smf-item a {
    text-decoration: underline;
}

header ul.wp-block-navigation__container.header-inner-menu.wp-block-navigation {
    gap: 18px;
}

button.smf-button-control__control {
    font-size: 20px !important;
}

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

    タブレット横以下

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

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

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

}

@media screen and (max-width:1200px) {
    div#business .block {
        display: block !important;
    }

    div#business .wp-block-group.wi {
        width: 100% !important;
        max-width: 600px;
        margin: 0 auto;
    }

    .wp-block-buttons.header-btn {
        width: 129px;
        font-size: 15px;
    }
}

@media screen and (max-width:1477px) {
    /*    header ul.wp-block-navigation__container.header-inner-menu.wp-block-navigation li a span {
        font-size: 15px;
        letter-spacing: -1px;
    }

    .wp-block-buttons.header-btn.line-btn {
        margin-left: 10px;
    }

    header ul.wp-block-navigation__container.header-inner-menu.wp-block-navigation {
        gap: 16px;
    }*/

    .wp-block-buttons.header-btn .wp-block-button a {
        line-height: 1;
        padding: 25px 0;
        height: auto;
    }

    .wp-block-group.btn-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hamburger-wrapper {
        width: 90px;
        height: 85px;
        background: black;
    }

    .is-layout-flex>nav.header-inner-menu {
        display: none;
    }

    .wp-block-buttons.header-btn.pc {
        display: none;
    }

    header .vk_spacer-display-tablet {
        display: block !important;
    }

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

    .hamburger__line {
        width: 50px;
    }

    .icon-style-2 .hamburger__line--1,
    .icon-style-3 .hamburger__line--1 {
        top: 17px;
    }

    .icon-style-2 .hamburger__line--2,
    .icon-style-3 .hamburger__line--2 {
        top: 31px;
    }

    .icon-style-2 .hamburger__line--3,
    .icon-style-3 .hamburger__line--3 {
        top: 45px;
    }

    .open.icon-style-2 .hamburger__line--3 {
        top: 52px;
    }

    .open.nav-wrapper.icon-style-2 .hamburger__line--1 {
        top: 13px;
    }

    .wp-block-buttons.header-btn {
        width: 100%;
    }

    .wp-block-buttons.header-btn.line-btn {
        margin: 0;
    }

    .wp-block-group.sp-nav-inner {
        padding-top: 75px;
    }

}

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

    スマホ・タブレット縦

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

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




    p.txt {
        max-width: 500px;
        width: fit-content;
    }

    .wp-block-buttons.service-btn {
        width: 48%;
    }


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wp-block-group.wi {
        width: 100% !important;
        max-width: fit-content;
        margin: 0 auto;
    }

    .block {
        display: block !important;
    }



    div#about {
        background-size: 150% !important;
    }

    nav.hamburger-menu {
        margin-bottom: 20px;
    }

    .wp-block-group.mainv {
        margin-top: 84.63px;
        height: 550px;
    }

    figure.wp-block-image.size-full.maincopy {
        bottom: 70px;
    }
}



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

    タブレット縦のみ

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

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

    /*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;
    }

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

}


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

    スマホ以下　

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

@media screen and (max-width: 710px) {
    .pc2 {
        display: none
    }

    .fix_nav.sp_disp.sp {
        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;
    }


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


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

    /* ==============================
    
        特定商取引に基づく表記・テーブル

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

    .wp-block-table tr td {
        display: block;
        width: 100%;
    }

    .wp-block-table td:first-of-type {
        width: 100%;
    }

    figure.wp-block-table td,
    figure.wp-block-table th {
        border: none;
        padding: 10px 13px;
    }

    figure.wp-block-table {
        font-size: 14px;
    }

    .wp-block-group.tokusho-wrap {
        padding: 59px 0 94px;
    }


    /* ==============================
    
    個人情報保護方針
    
　============================== */

    .wp-block-group.policy-wrap {
        font-size: 14px;
        padding: 40px 0 19px;
    }

    .wp-block-group.policy-wrap p {
        margin-bottom: 23px;
    }

    .wp-block-group.policy-wrap li {
        margin-bottom: 20px;
    }

    ul.wp-block-list {
        font-size: 14px;
    }

    /* ==============================
    
        以下テーマ専用CSS
    
    ============================== */

    .wp-block-buttons.header-btn.pc {
        display: none;
    }

    .wp-block-group.mainv {
        margin-top: 65px;
        height: 300px;
        background-position: left 23% center;
    }

    figure.wp-block-image.size-full.maincopy {
        bottom: 49px;
        max-width: 400px;
        width: 95%;
    }

    figure.wp-block-image.size-full.sakura-copy {
        bottom: -3px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 350px !important;
    }

    .slider-02 .slide {
        width: 150px;
    }

    .wp-block-buttons.service-btn {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 9px;
    }

    .wp-block-buttons.service-btn .wp-block-button a span {
        font-size: 13px;
    }

    .wp-block-buttons.service-btn .wp-block-button a {
        padding: 5px 0 8px;
        font-size: 16px;
    }

    .wp-block-buttons.service-btn .wp-block-button a:before {
        width: 18px;
        height: 18px;
        right: 8px;
    }

    .wp-block-buttons.service-btn .wp-block-button a:after {
        width: 6px;
        height: 6px;
        right: 15px;
    }

    .sp2 {
        display: block;
    }

    div#intermediary .poppins {
        line-height: 1.1;
    }

    .wp-block-group.custom-mobile-vertical.is-nowrap.is-layout-flex {
        display: block !important;
    }

    .wp-block-group.custom-mobile-vertical.is-nowrap.is-layout-flex>.wp-block-group {
        width: 100% !important;
    }

    iframe {
        height: 300px;
    }

    footer nav.items-justified-center {
        font-size: 11px;
    }

    header .vk_spacer-display-tablet {
        display: none !important;
    }

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

    .under-v {
        padding: 119px 0 55px;
    }

    form#snow-monkey-form-960 {
        font-size: 14px;
    }

    button.smf-button-control__control {
        font-size: 16px;
    }

    .hamburger-wrapper {
        width: 66px;
        height: 66px;
        background: black;
    }

    button.smf-button-control__control {
        font-size: 16px !important;
    }

    .icon-style-2 .hamburger__line--1,
    .icon-style-3 .hamburger__line--1 {
        top: 14px;
    }

    .icon-style-2 .hamburger__line--2,
    .icon-style-3 .hamburger__line--2 {
        top: 25px;
    }

    .icon-style-2 .hamburger__line--3,
    .icon-style-3 .hamburger__line--3 {
        top: 36px;
    }

    .hamburger__line {
        width: 35px;
    }

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

    .open.nav-wrapper.icon-style-2 .hamburger__line--1 {
        top: 7px;
    }    .open.icon-style-2 .hamburger__line--3 {
        top: 45px;
    }
}


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

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

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