/*--------bace--------*/

body {
    color: #333333;
}

@media screen and (min-width: 480px) {
    section {
        padding-top: 8em !Important;
        padding-bottom: 8em !important
    }
}

:root {
    --main-black: #333333;
}

:root {
    --main-color: #FF3300;
}

:root {
    --sub-color: #EBF3E2;
}

:root {
    --titlesize: 32px;
}

:root: {
    --base-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.35);
}

a:link {
    text-decoration: none;
    color: #333333;
    transition: color 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
}


.c-fluid-container {
    padding-top: 16px;
}

.l-header__content .c-row--middle {
    align-items: inherit;
}

.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight {
    margin-top: -30px;
}

.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight a {
    padding-top: 50px;
    transition: all .3s;
}

.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight a:hover {
    opacity: 0.7;
}

.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight a span::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-size: 15px;
    font-weight: 400;
    margin-right: 4px;
    color: #ffffff;
}

.p-global-nav .c-navbar__submenu {
background: rgba(255, 255, 255, 0.7);
z-index: 1;
}

.c-drawer {
    background-image: linear-gradient(45deg, #c6d3db 0%, #fff2e5 83%);
    color: #333333;
}

.c-drawer__menu {
    font-size:16px;
    text-align: center;
}

.c-hamburger-btn__bar  {
    background-color: #333333;
}

.p-global-nav .c-navbar__subitem {
    color:#333333;
}

.p-global-nav .c-navbar__subitem:hover>a {
    color: var(--main-color) ;
}

.wp-block-snow-monkey-blocks-btn a {
    padding-top: 16px;
    padding-bottom: 16px;
}

.wp-block-snow-monkey-blocks-btn img {
    max-width: 20px;
    margin-left: 8px;
}

.p-global-nav {
    color: var(--main-black)
}

.l-header {
    box-shadow: none;
}

.ek-linked-block a.editorskit-block-link {
    margin-top: 0;
}


h1,h2,h3 {
    font-weight: normal;
}


/*引用飾りなし*/
.wp-block-quote:where(:not(.is-style-plain)):before {
    background-image: none !important;
}

.l-header--sticky-overlay-sm .c-hamburger-btn__bar {
    background-color: #ffffff;
}

.c-hamburger-btn__label {
    color: var(--main-black);
    font-size: 12px !important;
}

.img-hover {
    transition-duration: .4s;
}

.img-hover:hover {
    transform: scale(1.01, 1.01);

}

.mt-0 {
	margin-top:0 !important;
}

.mt-1 {
	margin-top:1rem !important;
}

.mt-5 {
	margin-top:5rem !important;
}

.mt-10 {
	margin-top:10rem !important;
}

.mb-0 {
	margin-bottom:0 !important;
}

.mb-1 {
	margin-bottom:1rem !important;
}

.mb-2 {
	margin-bottom:2rem !important;
}

.mb-5 {
	margin-bottom:5rem !important;
}

.mb-10 {
	margin-bottom:10rem !important;
}

.pt-0 {
	padding-top:0 !important;
}

.pt-10 {
	padding-top:10rem !important;
}

.pb-5 {
	padding-bottom:5rem !important;
}

.pb-0 {
	padding-bottom:0 !important;
}

.pb-10 {
	padding-bottom:10rem !important;
}

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


.mt-1 {
	margin-top:0.5rem !important;
}

.mt-5 {
	margin-top:2.5rem !important;
}

.mt-10 {
	margin-top:5rem !important;
}


.mb-0 {
	margin-bottom:0 !important;
}

.mb-1 {
	margin-bottom:0.5rem !important;
}

.mb-2 {
	margin-bottom:1rem !important;
}

.mb-5 {
	margin-bottom:2.5rem !important;
}

.mb-10 {
	margin-bottom:5rem !important;
}

.pt-0 {
	padding-top:0 !important;
}

.pt-10 {
	padding-top:5rem !important;
}

.pb-5 {
	padding-bottom:2.5rem !important;
}

.pb-0 {
	padding-bottom:0 !important;
}

.pb-10 {
	padding-bottom:5rem !important;
}
}

.gap-1{
    gap: 1rem;
}

/*-画像表示-*/
.img-top img {
    object-position:top center;
}

/*-header-*/
.c-site-branding__title .custom-logo {
    width: 210px;
}

/*-英字タイトル-*/
.en_text {
	font-family: "Roboto", sans-serif;
	font-size:2rem;
	font-weight:normal;
	line-height:1;
    margin-top:0 !important;
}

.l-contents__inner:last-child {
    margin-bottom: 0;
    padding-bottom: var(--_padding3);
}

/*-サイド追従アイコン-*/

#block-13 {
	position: fixed;
	top: 190px;
	right: 2%;
	z-index: 99;
}

#block-13 figure {
    width: 50%;
    transition: all .3s;
}

#block-13 figure:hover {
    transform: scale(1.2,1.2);
}

/*-ボタン類-*/

.link-maru .smb-btn {
    background: none;
    color:#333333;
    transition: color 0.3s ease;
}

.link-maru .smb-btn:hover {
    color:#ff3300;
}

.link-maru {
	position: relative;
}

.link-maru a {
    padding-left: 0;
}

.link-maru a::before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #ff3300;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto;
}

.link-maru a::after {
   content: "";
   display: block;
   width:30px;
   height:30px;
   border-radius:50%;
   border:2px solid #ff3300;
   position: absolute;
   	top: 0;
	bottom: 0;
	right: -45px;
	margin: auto;
    transition: right 0.3s ease;
} 

.link-maru a:hover::after {
  right: -50px;
}



 


/*-メインビジュアル下スクロールバー-*/

.scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
}

.scrollbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 80px;
  background: #333333;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*コピーライト*/

.copyright {
    font-size: 12px;
    background-color: unset;
    text-align: right;
}

.copyright a:link {
    text-decoration: none;
    color: #333333;
}

.copyright a:hover {
    text-decoration: none;
    color: var(--main-color);
}

@media only screen and (max-width: 821px) {
.copyright {
    text-align: center;
}
}



/*-タイトル下グラデ-*/
.c-page-header {
    position: relative;
}

.c-page-header:after {
    content: "";
    display: block;
    height: 10px;
    background: -webkit-linear-gradient(90deg, #FF3300 0%, #FF9175 87.96%);
    background: linear-gradient(90deg, #FF3300 0%, #FF9175 87.96%);
    width: 30%;
  left: 50%;
  transform: translateX(-50%);
  bottom:0;
    z-index: 1;
    position:absolute;
}


/*-グリッド2カラムへ-*/
@media screen and (max-width: 480px) {

    .wp-block-snow-monkey-blocks-grid {
        --smb-grid--columns: 2 !Important;
    }
}

/*-tableレスポンシブ-*/
@media only screen and (max-width: 768px) {
    #tablepress-1 {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
}

/*-縦書き-*/
.tate-line p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.6rem;
}


@media only screen and (max-width: 540px) {
    .c-drawer__menu {
        font-size: 1.3rem
    }

    .c-drawer--highlight-type-background-color .c-drawer__item.sm-nav-menu-item-highlight {
        background-color: var(--main-color);
    }

    .sp-pd-no .c-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media only screen and (min-width: 540px) {
    .sp-br br {
        display: none
    }
}

/*--------トップページ--------*/

.main-visual {
margin-top: -5rem !important;
}

.main-visual:before {
    content: "";
    display: inline-block;
    width: 563px;
    height: 952px;
    background: url(https://oz-u.co.jp/wp-content/uploads/2025/08/img_main_back01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: 1;
}

.main-visual::after {
    content: "";
    display: inline-block;
    width: 663px;
    height: 952px;
    background: url(https://oz-u.co.jp/wp-content/uploads/2025/08/img_main_back02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10%;
    z-index: 1;
    mix-blend-mode:multiply
}

.smb-section__inner {
    position: relative;
    z-index: 2;
}

.main-visual h1 {
    font-family: "Roboto", sans-serif;
	font-weight:normal;
	line-height:1;
    margin-top:0 !important;
}

@media screen and (max-width: 540px) {
    .main-visual {
        margin-bottom: 0 !important;
    }

    .main-visual .smb-section__body {
        margin-top: 10rem;
    }


    .main-visual .smb-section-with-bgimage__bgimage {
        height: 85%;
    }

 .main-visual .smb-section-with-bgimage__bgimage img, .main-visual .smb-section-with-bgimage__bgimage video {
    position: absolute;
    width: 100%;
}

.main-visual .smb-section-with-bgimage__bgimage--sm img, .main-visual .smb-section-with-bgimage__bgimage--sm video {
    object-position: 80%
}

.main-visual h1 {
    color: #333333 !important;
    font-size: 2rem !important;
}

.main-visual h1::after {
        background-image: linear-gradient(45deg, #c6d3db 0%, #fff2e5 83%);
        color: #333333 !important;
        padding: 0.5rem 0.5rem;
        content: "";
        display: inline-block;
        width: 60%;
        height: 130%;
        position: absolute;
        left: -2rem;
        z-index: -1;
        top: -0.5rem;
}

.main-visual .smb-section__body p {
        color: #333333 !important;
        margin-top: 1rem !important;
}

.main-visual .smb-section__body p.main-title {
        font-size: 2rem !important;
        line-height: 2.8rem;
}

.main-visual .smb-section__body p.main-title::before {
        background-image: linear-gradient(45deg, #c6d3db 0%, #fff2e5 83%);
        color: #333333 !important;
        padding: 0.5rem 0.5rem;
        content: "";
        display: inline-block;
        width: 110%;
        height: 115%;
        position: absolute;
        left: -2rem;
        z-index: -1;
        top: -0.5rem;
}

.main-visual:before {
    content: "";
    display: inline-block;
    width: 350px;
    height: 652px;
    background: url(https://oz-u.co.jp/wp-content/uploads/2025/08/img_main_back01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: 1;
}

.main-visual::after {
    content: "";
    display: inline-block;
    width: 563px;
    height: 352px;
    background: url(https://oz-u.co.jp/wp-content/uploads/2025/08/img_main_back02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 20%;
    z-index: 1;
    mix-blend-mode:multiply
}


    }

/*-トップのabout-*/

@media screen and (max-width: 821px) {
    #top-about {
    margin-top: 0;
    padding-top: 0;
}
 }

/*-トップの事業について-*/
#top-service::before {
        content: "";
    display: inline-block;
    width: 663px;
    height: 952px;
    background: url(https://oz-u.co.jp/wp-content/uploads/2025/09/back_kira.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.block-link .smb-items__item__content {
    margin-top: 0;
}

.block-link .wp-block-snow-monkey-blocks-items-item-block-link .smb-items__item:first-child {
    transition: opacity .3s;
}



#top-service .smb-panels__item {
    background: none !important;
    box-shadow: none;
}

#top-service .c-row {
    align-items: center;
    justify-content: center;
}

#top-service .p-v1 .c-row__col:first-child {
    padding-left: 8rem;
}
#top-service .p-v1 .c-row__col:last-child {
    max-width: 70%;
    margin-left: -8rem;
}

#top-service .p-v2 .c-row__col:first-child {
    max-width: 70%;
    margin-right: -8rem;
}

#top-service .p-v2 .c-row__col:last-child {
    padding-left: 8rem;
}

@media screen and (max-width: 1024px) {
    #top-service .p-v1 .c-row__col:first-child {
    padding-left: 0rem;
    margin-bottom: 0rem;
}
}

@media screen and (max-width: 821px) {
    #top-service .p-v1 .c-row__col:first-child {
    padding-left: 0rem;
    margin-bottom: 0rem;
}
#top-service .p-v1 .c-row__col:last-child {
    max-width: 100%;
    margin-left: 0;
}

#top-service .p-v2 .c-row__col:first-child {
    max-width: 100%;
    margin-right: 0;
}

#top-service .p-v2 .c-row__col:last-child {
    padding-left: 0;
    margin-bottom: 0rem;
}

#top-service .smb-panels__item__body:has(figure) {
    padding: 0px;

}

.item1 {
  order: 1;
}

.item2{
  order: 2;
}

}

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

}

/*-トップのお知らせ-*/

#news .c-entries__item a ,#news .c-entries__item a .c-entry-summary {
padding-top: 0 !important;
}

#news .c-entries__item a:hover {
    color: #333333;
}

#news section {
    padding: 0 0 1rem 0 !important;
    margin: 0px !important;
}

#news .smb-section__inner .c-container .smb-section__contents-wrapper .smb-section__body .wp-block-columns .wp-block-column .wp-block-snow-monkey-blocks-section {
    padding: 0;
}

#news ul,
#news li.c-entries__item {
    border: none;
}

#news li .c-entry-summary--post {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1.8rem;
}


#news .c-entries__item .c-entry-summary__body {
    display: flex;
    flex-direction: column;
}

#news .c-entry-summary__meta {
    order: -1;
    margin-bottom: 1rem
}

#news .is-layout-constrained {
    margin-top: 0;
}

#news a:hover h3 {
    color: var(--main-color);
}


/*ニュースカテゴリ*/
.c-entry-summary__term {
    background: none;
    color: var(--wp--main--color);
    border: 1px solid #333333;
}

@media screen and (max-width: 821px) {
    #news {
        padding-top: 2.5rem !important;
        padding-bottom: 5rem !important;
    }
   } 

/*トップ採用求人部分*/

#top-recruit .smb-panels__item {
    background: none !important;
    box-shadow: none;
}

#top-recruit .c-row {
    align-items: center;
    justify-content: center;
}
#top-recruit {
    position: relative;
}

#top-recruit::before {
    content: "";
    display: block;
    height: 50%;
background-image: linear-gradient(45deg, #ffe6d74d 30%, #70b3de4d 100%);
    width: 40%;
  left: 0%;
  transform: translateX(-50%);
  top:-1rem;
   position:absolute;
}

#top-recruit h2 {
    margin-bottom: 2rem !important;
}


#top-recruit .frame-box::before, .frame-box::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

#top-recruit .frame-box::before {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	top: 0;
	left: 0;
}

#top-recruit .frame-box::after {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	bottom: 0;
	right: 0;
}







#btn-cta .smb-panels__item {
    background: none !important;
    box-shadow: none;
}

#btn-cta .c-row {
    align-items: center;
    justify-content: center;
}

#btn-cta {
    position: relative;
}

#btn-cta::before {
    content: "";
    display: block;
    height: 50%;
background-image: linear-gradient(45deg, #ffe6d74d 30%, #70b3de4d 100%);
    width: 40%;
  left: 0%;
  transform: translateX(-50%);
  top:-2rem;
   position:absolute;
}

#btn-cta a {
    margin-top: 2rem !important;
}


#btn-cta .frame-box::before, .frame-box::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

#btn-cta .frame-box::before {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	top: 0;
	left: 0;
}

#btn-cta .frame-box::after {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	bottom: 0;
	right: 0;
}











/*-------固定ページ--------*/

.c-page-header {
    height: clamp(400px, 62.5vw, 350px) !important;
}

.c-page-header .c-page-header__title {
    color: #ffffff;
    font-weight: normal;
}

.l-contents__inner {
    margin-top: 0
}

@media screen and (max-width: 821px) {
.c-page-header {
    height: clamp(160px, 62.5vw, 80px) !important;
}
}

/*-------私たちについて--------*/



#map iframe {
    width: 100%;
}

#tablepress-1 {
    border-collapse: separate;
    border-spacing: 6px;
    border: 0;
}

#tablepress-1 tr {
    border-bottom: 1px solid #333333;
}

#tablepress-1 tr td {
    border: 0;
}


#tablepress-1 caption {
    display: none;
}

.strength-box .c-row {
}
.strength-box .c-row__col {

}

.vision_graph img {
    width: 80%;

}



 /*------- 取扱メーカー・主な取引先-----------*/

 @media (max-width: 540px) {
 .page-id-16 .post-16 .smb-section__inner .c-container {
    padding-left: 0;
    padding-right: 0;

 }
  }

/*-------採用情報-----------*/

.page-id-20 #sales {
    background-color: #eee;
    margin-top: 2rem;
    padding: 4rem;
    border-top: 5px solid #FF3300;
	padding-top:4rem !important
}

.smb-accordion__item__title {
    padding: 1.5rem;
}

.page-id-20 .tablepress {
    margin-top: 4rem;
}

.page-id-20 .tablepress tr {
    border-top: 2px solid #cccccc;
}

.page-id-20 .tablepress td {
    padding:2rem;
}

caption {
    display: none;
}

.apply_btn {
    padding: 0 4rem;
}

@media screen and (max-width: 821px) {
    .page-id-20 #sales {
    margin-top: 1rem;
    padding: 1rem;
	padding-top:1rem !important
}
.page-id-20 #sales .c-container {
    padding: 0px;
    padding-bottom: 2rem;
}

.page-id-20 .l-contents__container .c-container {
    padding: 0px
}
}

@media (max-width: 540px) {
.page-id-20 table, tbody, tr, td {
    display: block;
    width: 100%;
  }

  .page-id-20 tr {
    margin-bottom: 1rem;
    overflow: hidden;
  }
  .page-id-20 .tablepress td {
        padding: 0 0 1rem 0 !important;
    }

  .page-id-20 td.column-1 {
    padding-top: 1rem !important;
    font-weight: bold;
  }

  .page-id-20 td.column-2 {
    border: none;
  }
}


/*-------お問い合わせ--------*/


.smf-form {
    max-width: 800px;
    margin: 0 auto;
}

.smf-form .smf-item {
    display: flex;
    padding: 1rem;
    flex-wrap: wrap
}

.smf-item__col--label {
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem
}

@media screen and (min-width: 480px) {
    .smf-item__col--label {
        width: 30%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 821px) {
    .smf-item__col--label {
        margin-bottom: 0rem;
    }
}

@media screen and (min-width: 480px) {
    .register .smf-item__col--label {
        width: 35%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .register .smf-item__col--controls {
        width: 65%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.smf-item__col--controls {
    width: 70%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.smf-form .smf-item .smf-text-control__control {
    font-size: 16px;
    border: none;
    background: #f1f1f1;
    padding: 1rem;
    width: 100%;
}

.smf-radio-buttons-control__control .smf-label {
    padding-top: 0.5rem;
}

.smf-item__description {
    font-size: 11px;
    background-color: var(--main-color);
    display: inline-block;
    padding: 0.3rem 0.5rem;
    color: #ffffff;
    border-radius: 3px;
    font-weight: normal;
    margin-top: 0;
    margin-left: 0.5rem;
}

input:focus {
    outline: var(--main-color) 2px solid !important;
}


.smf-textarea-control__control {
    border: none !important;
    height: 160px;
    background: #f1f1f1 !Important;
}

.smf-textarea-control__control:focus {
    outline: var(--main-color) 2px solid !important;
}

::placeholder {
    color: #e1e1e1
}

.smf-action {
    margin-bottom: 0px !Important;
}

@media (max-width: 540px) {

    .tell-box span {
        font-size: 1.5rem;
    }

    .smf-form .smf-item {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}



.smf-item--divider {
    text-align: center;
    padding-top: 0 !important;
    display: block !important;
}

.smf-item--divider .smf-item__col--controls {
    width: 100% !important;
}


/**お問い合わせボタン**/

.smf-action {
    text-align: center;
    margin: 2rem auto 5rem auto;
}

.smf-button-control__control {
    font-size: 17px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 1rem 3rem !Important;
    color: #ffffff !important;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: -moz-linear-gradient(65deg, #F6A874, #EF9B97) !important;
    background: -webkit-linear-gradient(65deg, #079B6F, #EF9B97) !important;
    background: var(--main-color) !important;
    border: none !Important;
}

.smf-button-control__control:hover {
    transform: translate3d(0rem, 0.1rem, 0);
    box-shadow: none;
    opacity: 1;
    transition: all 0.2s;
}

.smf-button-control__control:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

button[data-action="back"] {
    background-color: #FEE96A;
}



/**リキャプチャー**/

.grecaptcha-badge {
    bottom: 10rem !important;
}

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

    .smf-form .smf-item {
        display: block;
    }

    .smf-item__col--label {
        width: 100%;
    }

    .smf-item__col--controls {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    input[type="text"],
    input[type="email"] {
        width: 70%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    textarea {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 440px) {
    .sp {
        display: none !important;
    }

    .pc {
        display: block;
    }
}

@media screen and (max-width: 440px) {
    .sp {
        display: block
    }

    .pc {
        display: none;
    }

    .smf-item__col--controls {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

[data-screen="confirm"] .input {
    display: none;
}

[data-screen="confirm"] .confirm {
    display: none;
}

[data-screen="confirm"] .check-privacy,
.info-ex {
    display: none
}

/*--プライバシーポリシー--*/

@media screen and (max-width: 480px) {
    #privacy .smb-section__inner>.c-container {
        padding-left: 0;
        padding-right: 0;
    }

    #privacy .smb-section__inner .c-container .smb-section__contents-wrapper .smb-section__body .wp-block-snow-monkey-blocks-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 0;
        padding-left: 0;
    }

    #privacy .smb-section__inner .c-container .smb-section__contents-wrapper .smb-section__body .wp-block-snow-monkey-blocks-section .c-container {
        padding: 0rem
    }

    #privacy .smb-section__inner .c-container .smb-section__contents-wrapper .smb-section__body .wp-block-snow-monkey-blocks-section .smb-section__body {
        margin-top: 2rem;
    }
}

/*お知らせ*/


.post-template-default .c-meta__item--author {
    display: none;
}


.c-entry-summary__meta {
	margin-top:0 !important;
	justify-content:left;
}

.blog .l-contents__inner , .post-template-default .l-contents__inner , .archive .l-contents__inner {
	margin-top:5rem;
}



.c-entry__footer {
	margin-top:10rem;
}

.c-prev-next-nav__item a {
	color:#ffffff;
}

.c-entry-summary {
	padding-top:0 !important;
}

/*ページトップボタン*/
#page-top a {
    color: #ffffff;
}

/*-------footer--------*/

.l-footer {
    border-top: none;
}

.l-footer .c-row__col {
    margin-bottom: 0;
}

.l-footer .c-fluid-container {
    padding: 0
}

/*ozブランド*/

.l-footer #oz-brand h2 a {
  border: 1px solid #ffffff;
  padding: 1rem 1.5rem;
  font-size: 20px;
  color: #333333;
  transition: color 0.3s ease;
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  position: relative;
  transition: color 0.5s ease;
}

.l-footer #oz-brand h2 a:hover {
    color: #333333;
}
.l-footer #oz-brand h2 a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.l-footer #oz-brand h2 a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}

.l-footer #oz-brand {
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.l-footer #oz-brand .smb-items__item__body p ,.l-footer #oz-brand .smb-items__item__body h2 {
    margin: 0 !important;
}

@media screen and (max-width: 821px) {
.l-footer #oz-brand .c-row--margin-s {
gap: 2rem;
}
.l-footer #oz-brand .smb-section__inner h2 {
    text-align: center;
 }
.l-footer #oz-brand .smb-section__inner .c-row__col p {
    text-align: center;
 }
}

/*お問い合わせ*/

.footer-info {
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.footer-info {
    gap: 0
}

.footer-info p {
    line-height: 1;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.footer-info h2 {
    line-height: 1;
    margin-top: 24px !important;
    margin-bottom: 8px !important;
}

.footer-info .tell-box {
    border-right: 1px solid #333333;
}

.footer-info .mail-box {
    
}
.footer-info .mail-box a {
  font-size: 20px;
  color: #333333;
  border: 1px solid #ffffff;
  transition: color 0.3s ease;
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  position: relative;
  transition: color 0.5s ease;
}

.footer-info .mail-box a:hover {
    color: #333333;
}
.footer-info .mail-box a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.footer-info .mail-box a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}

@media screen and (max-width: 821px) {
.footer-info .c-row--center {
    gap:3rem !important;
}
.footer-info .tell-box {
    border-right: none;
}
.footer-info h2 {
    margin-top: 1rem !important;
}
}


.sns-icon img {
    max-width: 20px;
}

.footer-menu .sns-icon {
    margin-top: 0;
    margin-left: 16px;
}

.footer-menu {
    margin-bottom: 40px;
    font-size: 14px;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu ul li {
    width: 50%;
}

.footer-menu ul li:first-child {
    margin-top: var(--_margin-2);
}
