@charset "UTF-8";

/* 背景画像 */
body#body {
    background-color: #4a9ad8!important;
    background-image: url(./img/main-back-img001.png);
    background-repeat: no-repeat;
    background-size: 101%;
    background-position: 0 0;
    font-family: 'Noto Sans JP', sans-serif;
}
/* フォント指定 */
/* スクロールダウン */

.scroll-a{
    display: inline-block;
  position: absolute;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #FFFEF6;
  font-size: 14px;
  font-family:'Inter', sans-serif!important;;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  font-weight: bold;
  top: 325px;
  left: 10px;
}
.scroll-a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, .4);

}
.scroll-a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @keyframes sdl {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .c-entry__title{
    color: #FFFEF6!important;
    font-family: 'Inter', sans-serif!important;
    font-weight: 100!important;
    margin-bottom: 0;
    font-size: 3vw!important;
    -moz-text-shadow: 4px 2px 8px rgba(22, 24, 26, 0.79);
    -webkit-text-shadow: 4px 2px 8px rgba(22, 24, 26, 0.79);
    -ms-text-shadow: 4px 2px 8px rgba(22, 24, 26, 0.79);
    text-shadow: 4px 2px 8px rgb(22 24 26 / 79%);
    margin-top: 61px!important;
  }
  .p-breadcrumbs-wrapper  {
    display: none;
}
}
.c-breadcrumbs__item:nth-child(n+2):before {
    border-bottom: 0 solid var(--_color-text,#FFFEF2);
    border-color: #FFFEF2;
    border-left: 0 solid var(--_color-text,#FFFEF2);
    border-right: 1px solid var(--_color-text,#FFFEF2);
    border-top: 1px solid var(--_color-text,#FFFEF2);
    content: "";
    display: inline-block;
    height: .4em;
    margin: .45em .45em .15em .15em;
    transform: rotate(
45deg
);
    width: .4em;
}
/* 走るマーカー

body .cb-entry-content p > a:after {
    content: "";
    transition: .24s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -.05em;
    height: 16px;
    height: .35rem;
    width: 0;
    background: rgba(226,122,114,.69);
    left: 0;
}*/

/* 後で修正ヘッダー部分 */
/* h1.c-site-branding__title {
    margin-left: 14px!important;
} */

@media (min-width:64em){
    .p-drop-nav {
        background-color: rgb(24,142,237,0.8)!important;
        background-color: var(--_background-color,transparent);
        box-shadow: 0 1px 2px 1px rgb(0 0 0 / 5%);
    }
    .spider__dots {
        display: flex;
        /* justify-content: center; */
        /* margin-left: -5px; */
        /* margin-right: -5px; */
        position: absolute;
        bottom: 70px;
    }


}

.main-visual {
    position: relative;
    overflow: hidden;
}
.wp-block-snow-monkey-blocks-spider-slider.alignfull.smb-spider-slider.main-visual{
    -webkit-mask-image: url(./img/musk004.svg);
	        mask-image: url(./img/musk004.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
            webkit-mask-position: 9px 0;
            mask-position: 9px 0;}


.wp-block-snow-monkey-blocks-spider-slider.alignfull.smb-spider-slider.main-visual:after {
    content: "";
    background: url(./img/visual-shadow.png);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -8px;
    }
.spider__dots:not([data-thumbnails=true]) .spider__dot[aria-current=true] {
    background-color: #4a9ad8;
}
/* SPビジュアル */
.sp-main-visual {
    margin-top: 0!important;
    padding-top: 0;
    -webkit-mask-image: url(./img/musk006.svg);
    mask-image: url(./img/musk006.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0px 0;
    mask-position: 0px 0;
}

.sp-main-visual:after {
    content: "";
    background: url(./img/visual-shadow.png);
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    }
/* .main-visual:before {
    content: "";
    width: 800px;
    height: 220px;
    background: rgb(24,142,237,.5);
    left: 0;
    top: 0;
    z-index: 10;
    transform-origin: left bottom;
    transform: rotate(
-22.7deg);
}
.main-visual:after{
    content: "";
    width: 847px;
    height: 324px;
    background: rgb(24,142,237,.5);
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: rotate(
-22.7deg );
} */
.c-copyright{
    background-color: rgb(0,68,159,.8);
    color: #FFFEF6;
}
h2.main-visual-p {
    position: absolute;
    top: 350px;
    left: 166px;
    line-height: 1.5;
    font-size: 4.8vw;
    color: #FFFEF6!important;
    font-weight: 600;
}

/* .top-abuto-block:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #B1DCF2;
    position: absolute;
    top: 42px;
    left: 0;
    transform-origin: top center;
    transform: rotate(
-20deg
 ) scaleX(2);
    z-index: -1;
} */
h3.g_font-h {
    font-family: 'Inter', sans-serif!important;
    font-weight: 100!important;
    margin-bottom: 0;
    font-size: 3vw!important;
}
h3.g_font-h {
    color: #fffef6!important;
    -moz-text-shadow: 4px 2px 8px rgba(22, 24, 26, 0.79);
    -webkit-text-shadow: 4px 2px 8px rgba(22, 24, 26, 0.79);
    -ms-text-shadow: 4px 2px 8px rgba(22, 24, 26, 0.79);
    text-shadow: 4px 2px 8px rgb(22 24 26 / 79%);
}
.white-color {
    color: #fffef6;
}
.shad{
    -moz-text-shadow: 1px 2px 2px rgba(22, 24, 26, 0.79);
    -webkit-text-shadow: 1px 2px 2px rgba(22, 24, 26, 0.79);
    -ms-text-shadow: 1px 2px 2px rgba(22, 24, 26, 0.79);
    text-shadow: 1px 2px 2px rgba(22, 24, 26, 0.79);
}

h2.abut-h2 {
    margin-top: 32px;
    margin-bottom: -8px;
}
.study-section {
    position: relative;
}
.wp-block-group.case-grop {
    position: absolute;
    top: -46px;
    right: 28px;
    z-index: 1;
}
.study-panel {
    margin-top: 43px!important;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: 100%;
}
.study-panel .smb-panels__item__content {
    text-align: left;
}

.study-panel .smb-panels__item__body {
    box-shadow: none!important;
} 
.study-panel .smb-panels__item{
    box-shadow:none!important;
}

.study-panel h3.smb-panels__item__title {
    text-align: left;
    margin-bottom: 18px;
    font-size: 18px;
}
.study-panel h3.smb-panels__item__title:after{
    display: block;
    width: 43px;
    height: 2px;
    background: #B1DCF2;
    margin: 6px 0 0;
    content: "";
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.smb-btn-wrapper--wider.case-bottom {
    display: block;
    font-size: 17px;
    margin-left: auto;
    margin-top: -7px;
    margin-right: 0;
    position: relative;
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.smb-btn-wrapper--wider.case-bottom:after {
    background: url(./img/yajirushi.svg)no-repeat;
    content: "";
    position: absolute;
    width: 13px;
    height: 12px;
    background-size: cover;
    top: 17px;
    right: 20px;
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.smb-btn-wrapper--wider.case-bottom a{
    color: #FFFEF6;
}
.study-panel .smb-panels__item {
    background-color: #FFFFFB!important;
}
.case-grop p {
    text-align: right;
}
.top-contact-box {
    color: #FFFEF6;
    padding: 57px;
    margin: 0 114px 8rem;
    text-align: center;
    position: relative;
}
.top-contact-box:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 358px;
    top: 27px;
    border-left: 2px solid #FFFEF6;
    border-top: 2px solid #FFFEF6;
    border-bottom: 2px solid #FFFEF6;
    left: 0px;
}
.top-contact-box:after{
    content: "";
    position: absolute;
    width: 29px;
    height: 358px;
    top: 27px;
    border-right: 2px solid #FFFEF6;
    border-top: 2px solid #FFFEF6;
    border-bottom: 2px solid #FFFEF6;
    right: 0px;
}
.contact-box-wrap {
    background: rgb(255,254,246,.2);
    padding-bottom: 1px!important;
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.contact-bottom {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

p.g_font-h.colm-tel {
    margin-top: 5px!important;
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.smb-btn-wrapper--little-wider.colm-tel-bottom a {
    /* width: 100%!important; */
    border: 3px solid #FFFEF6;
    display: block;
    height: 81px;
    /* padding: 20px; */
    line-height: 2.8;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.contact-bottom:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-size: cover;
    background: url(./img/yajirushi.svg)no-repeat;
    top: 17px;
    right: 15px;
}

.map-h.has-text-color {
    padding-top: 25px;
}
.googlemap {
    margin-bottom: 35px;
}
.l-footer-widget-area {
    border-top: none;
}
.l-footer-widget-area {
    background: rgb(0,68,159,.8);
    color: #FFFEF6;
}
footer.l-footer {
    margin-top: 20px;
}



@media (min-width: 1024px){
    .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }
    .l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-1.c-row__col--lg-1-2 .widget_archive ul>li+li, .widget_categories ul>li+li, .widget_meta ul>li+li, .widget_nav_menu ul>li+li, .widget_pages ul>li+li, .widget_recent_comments ul>li+li, .widget_recent_entries ul>li+li{
        margin-top:0!important;
    }
    .top-abuto-block {
        margin-top: -131px!important;
    }

}

@media (max-width: 1600px){
    .study-section{
        margin-top: 154px!important;
    }
    .wp-block-group.case-grop {
        position: absolute;
        top: -218px;
        right: 5%;
        z-index: 1;
    }
    .contact-box-wrap {
        margin-top: 83px!important;
        margin-bottom: 97px;
    }
    footer.l-footer {
        margin-top: 60px!important;
    }
}
@media (max-width: 1300px){
    .wp-block-group.case-grop{
        position: relative;
        top:0;
        right: 0;
    }
    .case-grop p{
        text-align: center;
    }
    .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.smb-btn-wrapper--wider.case-bottom{
        margin-left: auto!important;
        margin-right: auto!important
    }
    .study-section{
        margin-top: 0!important;
    }
    .study-panel{
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px!important;
    }
    .contact-box-wrap{
        background: rgb(0,68,159,.8);
    }
    .contact-bottom a.smb-btn.smb-btn--little-wider{
        border: 1px solid #FFFEF6;
    }
}

@media (max-width: 1023px){
    body#body{
        background-size: 100%;
    }
    .wp-block-snow-monkey-blocks-spider-slider.alignfull.smb-spider-slider.main-visual{
        webkit-mask-position: 0px 0!important;
        mask-position: 0px 0!important;
            }
    div#about {
        overflow: hidden;
    }
    .abut-madia-cols .c-row__col.c-row__col--1-1.c-row__col--lg-1-2:first-child {
        order: 2;
        margin-top: -244px;
    }
    .abut-madia-cols .smb-media-text__figure {
        width: 53%;
        margin-left: calc(60% + -8px);
    }
    div#about {
        margin-top: -115px;
        margin-bottom: 80px;
    }
    .study-panel .smb-panels__item__figure {
        position: relative;

    }
    .study-panel .smb-panels__item__body {
        width: 500px;
        box-shadow: none;
        background: #FFFEF6;
        margin-right: auto;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .study-panel .wp-block-snow-monkey-blocks-panels--item.c-row__col {
        margin-bottom: 50px;
    }
    h2.main-visual-p{
        top:20%;

    }
    h3.g_font-h{
        font-size: 7vw!important;
    }
    .sp-font {
        font-size: 2vw;
    }
    img.header-logoseima {
        width:55px!important;}

    p.tel_info_ligo {
        width: 45px;
    }
    .drawer_logo {
        position: absolute;
        top: 12px;
        left: 28px;
    }




}
.c-drawer{
    background-color: #4a9ad8!important;
    background-image: url(./img/main-back-img001.png);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.c-drawer__menu li:after {
    position: absolute;
    content: "";
    background: url(./img/yajirushi.svg);
    width: 13px;
    height: 13px;
    background-size: cover;
    right: 10px;
    top: 22px;
}
.c-drawer__menu li{
    position: relative;
    font-size: 16px;
    line-height: 2.5;
}

p.drawer-shad {
    font-size: 5vw;
    font-weight: bold;
}
.drawer_nav_bottom_block {
    display: block;
    margin: 30px 10px;
    padding: 20px;
    text-align: center;
    font-size: 3vw;
    background: rgb(0,68,159,.8);
    border: 3px solid #FFFEF6;
}
.c-drawer__menu{
    background: rgb(0,68,159,.3);
}
@media (max-width: 767px){
    h2.main-visual-p {
        top: 218px!important;
        left: 7px;
        font-size: 28px;
    }
    .wp-block-snow-monkey-blocks-spider-slider.alignfull.smb-spider-slider.main-visual{
        -webkit-mask-position: 0px 0!important;
         mask-position: 0px 0!important;
    }
    .abut-madia-cols .c-row__col.c-row__col--1-1.c-row__col--lg-1-2:first-child {
        margin-top: 181px!important;
    }
    .abut-madia-cols .smb-media-text__figure {
        width: 70%!important;
        /* margin-left: calc(55% + 21px)!important;
        margin-left: 211px; */
        z-index: 1000!important;
    }
    .scroll-a{
        top: 155px;
        font-size: 10px;
        left: 6px;
    }
    h2.abut-h2 {
        margin-top: 26px;
        font-size: 20px!important;
    }
    body#body{
        background-size: 100%;
    }
    h1.c-site-branding__title{
        margin-left: 0!important;
    }

    .shad {
        -moz-text-shadow: 1px 2px 2px rgba(22, 24, 26, 0.3);
        -webkit-text-shadow: 1px 2px 2px rgba(22, 24, 26, 0.3);
        -ms-text-shadow: 1px 2px 2px rgba(22, 24, 26, 0.3);
        text-shadow: 1px 2px 2px rgb(22 24 26 / 30%);
    }
    .study-panel .smb-panels__item__body{
        position: relative!important;
        width: 100%!important;
    }

    .contact-box-wrap{
        margin-top: 62px!important;
        margin-bottom: 0!important;
    }
    .top-contact-box{
        padding: 0px;
        margin: 0px;
    }
    .top-contact-box:before{
        display: none;
    }
    .top-contact-box:after{
        display: none;
    }
    .contact-box-wrap {
        background: rgb(255,254,246,.2);
        padding-bottom: 50px!important;
    }
    .contact-p {
        font-size: 20px!important;
            width: 78%;
            margin: 0 auto;
    }
    .contact-bottom a.smb-btn.smb-btn--little-wider{
        border:none;
    }
    p.shad.contact-tel a {
        color: #FFFEF6;
        text-decoration: none;
        display: block;
    }
    .study-panel{
        margin-top: 35px!important;
    }
    .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.smb-btn-wrapper--wider.case-bottom{
        margin-top: -50px;
        margin-bottom: 58px;
    }
    .sp-font {
        font-size: 3.5vw!important;
    }
    .footer-text {
        text-align: center;
    }
    .l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-1.c-row__col--lg-1-2 {
        text-align: center;
    }

}

@media (max-width: 375px){
    h2.main-visual-p {
        top: 167px!important;}
}

@media (max-width:499px){
div#about {
    margin-top: -298px!important;
    margin-bottom: 0;
    padding-top: 0;

}
}
@media (min-width: 500px) and (max-width: 639px){
    div#about {
        margin-top: -463px!important;
        margin-bottom: 0px!important;
    }


}

@media (min-width: 640px) and (max-width: 767px){
    div#about {
        margin-top: -125px!important;
        margin-bottom: 0;
        padding-top: 0;
    }
}
@media (max-width: 63.9375em){
[data-scrolled=true] .l-header--sticky-overlay-colored-sm {
    background-color:rgb(0,68,159,.8)!important;
    background-color: var(--_background-color,transparent);
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 5%);
}
}
p.drawer-shad a {
    text-decoration: none;
}
p.drawer-cols {
    font-size: 16px;
}
/* 子ページcss */
p.span-h1 {
    color: #FFFEF6!important;
    font-size: 20px!important;
    margin-top: -75px!important;
}
h2.sec-title:after {
    content: "";
    width: 55px;
    height: 34px;
    border-bottom: 2px solid #FFFEF6;
    position: absolute;
    left: 5px;
    bottom: -13px;
}
/* 業務内容ページcss */

.wp-block-group.plum {
    margin-top: 50px;
}
h2.sec-title {
    font-size: 30px;
    color: #FFFEF6;
    margin-bottom: 63px;
    -moz-text-shadow: 4px 2px 8px rgba(22, 24, 26, 0.79);
    -webkit-text-shadow: 4px 2px 8px rgba(22, 24, 26, 0.79);
    -ms-text-shadow: 4px 2px 8px rgba(22, 24, 26, 0.79);
    text-shadow: 4px 2px 8px rgb(22 24 26 / 79%);
    position: relative;
}
.plum-pane h3.smb-panels__item__title {
    font-size: 24px!important;
}
.plum-pane .smb-panels__item__content {
    font-size: 16px;
    line-height: 2;
    margin-top: 36px;
}
.mainte {
    margin-top: 111px!important;
}
@media (max-width: 1023px){
    .p-breadcrumbs-wrapper {
        margin-top: 39px;
    }
    h1.c-entry__title {
        font-size: 6vw!important;
    }
    .plum-pane .smb-panels__item--horizontal.smb-panels__item--reverse>.smb-panels__item__figure{
        order: initial!important;
    }
    .plum-pane .smb-panels__item__content {
        text-align: left;
    }
}
@media (max-width: 767px){
    h2.sec-title{
        font-size: 20px;
        margin-top: 28px;
        margin-bottom: 38px;
    }
    p.span-h1 {
        font-size: 3.5vw!important;
    }
    .plum-pane h3.smb-panels__item__title{
        font-size: 18px!important;
        text-align: left;
    }
    .plum-pane .smb-panels__item__content{
        font-size: 14px!important;
        margin-top: 14px;
    }
    .mainte {
        margin-top: 58px!important;
    }
}
/* 会社案内 */
.company-guide {
    margin-top: 50px!important;
}
.cmp-guid-table {
    margin-top: 50px!important;
    background: rgb(0,68,159,.3);
    padding: 20px 10px;
    color: #fffef6;
}
.company-guide .c-responsive-table>table td, .c-responsive-table>table th, .p-entry-content>table td, .p-entry-content>table th, .textwidget>table td, .textwidget>table th, .wp-block-column>table td, .wp-block-column>table th, .wp-block-cover__inner-container>table td, .wp-block-cover__inner-container>table th, .wp-block-group__inner-container>table td, .wp-block-group__inner-container>table th, .wp-block-latest-posts__post-full-content>table td, .wp-block-latest-posts__post-full-content>table th, .wp-block-media-text__content>table td, .wp-block-media-text__content>table th, .wp-block-table td, .wp-block-table th{
    border: none!important;
}
.wp-block-group.hist-block {
    margin-top: 112px;
}
.history-table {
    margin-top: 50px!important;
    background: rgb(0,68,159,.3);
    padding: 20px 10px 39px 10px;
    color: #fffef6;
}
.history-table tr {
    border-bottom: 1px solid #fffef6;
    line-height: 2.5;
}
.wp-block-group.comp-map-block {
    margin-top: 100px;
}
@media (max-width: 767px){
    .cmp-guid-table tr td {
        display: block;
        position: relative;
    }
    .cmp-guid-table{
        margin-top: 20px!important;
        padding: 20px 0px;
    }
    .cmp-guid-table tr td:first-child:after{
        content: "";
        width: 50px;
        height: 1px;
        border: 1px solid #fffef6;
        position: absolute;
        left: 15px;
        bottom: 0px;
    }
    .cmp-guid-table tr td a{
        color: #fffef6!important;
        text-decoration: none;
    }
    .wp-block-group.hist-block {
        margin-top: 68px;
    }
    .history-table{
        margin-top: 20px!important;
        padding: 20px 0px;
    }
    .history-table tr td{
        display: block;
        position: relative;
    }
    .history-table tr td:first-child:after{
        content: "";
        width: 50px;
        height: 1px;
        border: 1px solid #fffef6;
        position: absolute;
        left: 15px;
        bottom: 0px;
    }
    .history-table tr{
        border: none;
    }
    .wp-block-group.comp-map-block {
        margin-top: 45px;
    }
    .footer-text p a {
        color: #fffef6;
        text-decoration: none!important;
    }
    .c-copyright {
        text-align: center;
    }

}
/* 採用情報 */

.wp-block-group.recruit-block {
    margin-top: 50px;
}
.wp-block-group.recruit-block p {
    color: #fffef6;
}
/* 加工実績*/

.wp-block-group.works-block {
    margin-top: 50px;
}
.works-panel .smb-panels__item__body {
    padding: 1rem!important;
}
.works-panel .smb-panels__item {
    background-color: #FFFFFB!important;
}

/* spフッター　固定メニュー */
li#menu-item-346 {
    background-color: rgb(0,68,159)!important;
    color: #fffef6;
    border-right: 1px solid #fffef6;
    position: relative;

}
li#menu-item-346:after {
    left: 30%;
    background: url(./img/mail-icon.svg)no-repeat;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: cover;
    top: 17px;
    z-index: 100;
}
li#menu-item-346 a{
    font-size: 13px;
    padding: 10px 0;
    display: block;
    line-height: 2.5;
}
li#menu-item-347{
    background-color: rgb(0,68,159)!important;
    color: #fffef6;
    position: relative;
}
li#menu-item-347 a{
    font-size: 13px;
    display: block;
    padding: 10px 0;
    line-height: 2.5;
}
li#menu-item-347:after{
    left: 36%;
    background: url(./img/tel-icon.svg)no-repeat;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: cover;
    top: 17px;
    z-index: 100;
}
@media (max-width: 500px){
    li#menu-item-346:after {
        left: 33px;}
    li#menu-item-347:after {
            left: 62px;}
    img.header-logoseima {
        width: 40px!important;
    }
    img.footer-logoseima {
        width: 37px!important;
    margin-right: 10px!important;}
    .abut-madia-cols .c-row__col.c-row__col--1-1.c-row__col--lg-1-2:first-child {
        margin-top: -101px!important;
    }
    p.tel_info_ligo {
        width: 39px;
        height: auto;
    }
    p.sp-smile-fan {
        text-align: left;
    }
    .landair-banner-block {
        margin: 45px auto 77px auto!important;
    }
    .smil-banner-blocks {
        margin: 117px auto 0 auto!important;
    }
   

}

@media (max-width: 400px){
    li#menu-item-347:after {
        left: 53px;
    }
    li#menu-item-346:after {
        left: 26px;
    }
    .scroll-a{
        display: none;
    }

}
@media (max-width: 320px){
    li#menu-item-346:after {
        left: 12px;}
    li#menu-item-347:after {
            left: 34px;}

}
/* モーダルウィンドウ */

.remodal-overlay {
    background: rgba(0,113,188,0.9)!important;
}
.remodal{
    background:#fffef6!important
}
p.example_info {
    line-height: 2;
    padding: 19px 0;
    text-align: left;
}
.works-img{
    display: block;
    margin: 0 auto!important;
}
.slick-prev {
    left: 2px!important;
    z-index: 100;
}
.slick-prev:before, .slick-next:before{
    color: #0071BC!important;
    font-size: 32px!important;
}
.slick-next {
    right: 12px!important;
}
.slick-dotted.slick-slider{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 20px;

}
.slick-dots{
    bottom: -6px!important;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #0071BC!important;
}
a.close-btn {
    width: 280px;
    height: 50px;
    background: #044297;
    color: #fffef6;
    text-decoration: none;
    display: block;
    margin: 20px auto 10px;
    line-height: 3;
}
p.modal_navi_r {
    text-align: right;
}
p.modal_navi_r a{
    color: #044297!important;
}
.detail {
    width: 100px;
    background: #044297;
    color: #fffef6;
    text-decoration: none;
    display: block;
    margin: 18px auto 0px;
    font-size: 14px;
    padding: 7px 0;
}
a.ex_modal {
    text-decoration: none;
}

@media (max-width: 500px){
    .slick-prev:before, .slick-next:before{
        font-size: 20px!important;
    }
    .slick-prev, .slick-next{
        display: none!important;
    }
    .slick-next {
        right: 3px!important;
    }
        .slick-prev {
            left: 1px!important;
    }
    .slick-dotted.slick-slider{
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .slick-dots li button:before{
        font-size: 12px!important;
    }
    .scroll-a {
        top: 390px;
    }
    .scroll-a::before {
        bottom: 50px;
        left: 50%;
        width: 1px;
        height: 50px;
    }
    .scroll-a::after {
        bottom: 50px;
        left: 50%;
        width: 1px;
        height: 50px;
        background: #fff;
        animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
    }

}
/* お問い合わせフォーム */
@media screen and (min-width: 600px) {
	.blue_block {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fffef6;
        text-shadow: 1px 2px 2px rgb(22 24 26 / 79%);
        margin-top: 30px;
	}
	.blue_block a {
		pointer-events: none;
		color: #fffef6;
		text-decoration: none!important;
	}
	.ph_mar {
		margin: 0 1em;
	}
}

@media screen and (max-width: 599px) {
	.blue_block {
		background: #0F55AA;
		color: #fff;
		padding: .5em 0;
        margin-top: 10px;
	}
    .blue_block p {
        font-size: 20px;
    }
	.blue_block a {
		display: block;
		color: #fff;
		text-decoration: none!important;
	}
    .contcts-blocks{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 40px 13px!important;
    }
    p.has-large-font-size {
        font-size: 20px;
        text-align: left!important;
        line-height: 2;
    }
    h4.is-style-section_ttl.u-mb-ctrl.u-mb-0{
        text-align: center;
        margin-top: 0!important;
    }
    p.contact-p {
        width: 100%;
        padding: 0!important;
        font-size: 14px!important;
    }
    form#mail_form #formset dt span.required{
        font-size: 16px!important;
    }
    form#mail_form #formset dt{
        font-size: 16px!important;
    }
    form#mail_form #formset dt span.optional{
        font-size: 16px!important;
    }
    form#mail_form #formset dd{
        font-size: 16px!important;
    }
    form#mail_form input#company {
        width: 100%!important;
    }
    form#mail_form input#mail_address, form#mail_form input#mail_address_confirm{
        width: 100%!important;
    }
    form#mail_form input#phone, form#mail_form input#schedule{
        width: 100%!important;
    }

}

input::placeholder {
  color: #ccc;
}

/* IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

form#mail_form{
	margin : 0 auto;
	padding : 10px 0;
	background : #ffffff;
	border : 1px solid #cccccc;
}

form#mail_form #formset {
	width : 90%;
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form #formset dt:first-child {
	padding : 15px 0;
}
form#mail_form #formset dt{
	clear : both;
	width : 30%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 22px 0;
	text-align : right;
	overflow : hidden;
}

form#mail_form #formset dd{
	width : 70%;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 15px 0 15px 5%;
}

form#mail_form #formset dt:first-child,
form#mail_form #formset dt:first-child+dd{
	border : none;
}

form#mail_form #formset dt span{
	display : block;
	font-size : 1.2rem;
	color : #3377ff;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form #formset dt span.required,
form#mail_form #formset dt span.optional{
	display : inline-block;
	float : left;
	color : #ffffff;
	line-height : 1;
	padding : 8px 9px;
	margin-right: 10px;
}

form#mail_form #formset dt span.required{
	background : #d9534f;
	border : 1px solid #d43f3a;
}

form#mail_form #formset dt span.optional{
	background : #337ab7;
	border : 1px solid #2e6da4;
}

form#mail_form #formset dd span.error_blank,
form#mail_form #formset dd span.error_format,
form#mail_form #formset dd span.error_match{
	display : block;
	color : #ff0000;
	margin-top : 3px;
}


span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}

@-webkit-keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}

@keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width : 90%;
	padding : .5em .75em;
	border : 1px solid #cccccc;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 5px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}

form#mail_form select{
	font-size : 100%;
	margin-top : 5px;
}

form#mail_form textarea{
	display : block;
	width : 100%;
	height : 200px;
	padding : .5em .75em;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}


form#mail_form ul{
	list-style-type : none;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}


form#mail_form input#company{
	width : 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule{
	width : 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 80%;
}

form#mail_form input#postal+a{
	display : inline-block;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	background : #5bc0de;
	border : 1px solid #46b8da;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
	position : relative;
	top : -1px;
}

form#mail_form input#postal+a:hover{
	cursor : pointer;
	background : #31b0d5;
	border : 1px solid #269abc;
}

form#mail_form input#address{
	width : 90%;
}


form#mail_form p#form_submit{
	width : 90%;
	margin : 0 auto;
	padding : 15px 0;
	border-top : 1px solid #cccccc;
	text-align: center;
}

form#mail_form input[type="button"]{
	padding : 12px 30px;
	vertical-align : middle;
	line-height : 1;
	background : #0071BC;
	border : 1px solid #0071BC;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	-webkit-appearance : none;
	font-size : 20px;
	transition: all 0.4s linear;
}

form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #0071BC;
	border : 1px solid #0071BC;
}









/* --responsive----------------------------------------------------------------------------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 880px ){

	form#mail_form{
		width : 100%;
		font-size: 1.6rem;
	}

	form#mail_form #formset{
		overflow : visible;
	}

	form#mail_form #formset dt{
		width : 100%;
		float : none;
		text-align : left;
		padding : 10px 0 5px;
		font-weight : bold;
        font-size: 20px;
	}

	form#mail_form #formset dd{
		width : 100%;
		float : none;
		border-top : none;
		padding : 0px 0 13px 0px;
        font-size: 20px;
	}

	form#mail_form #formset dt span{
		display: none;
	}


	/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

	form#mail_form #formset dd span.required,
	form#mail_form #formset dd span.optional{
		margin-right : 1em;
		margin-bottom : 2em;
	}


	/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

	form#mail_form input#form_submit_button{
		margin-left : 0;
	}

	form#mail_form input#phone,
	form#mail_form input#schedule{
		width : 100%;
	}
    .contcts-blocks p.has-large-font-size{
        font-size: 20px!important;
    }
    form#mail_form input#company{
        width: 100%!important;
    }
    form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"]{
        max-width: 100%!important;
    }

}
/* 640pixel end */

/* お問い合わせ */
.wp-block-group.contact-block {
    margin-top: 50px;
}
.wp-block-group.contact-block P{
    color: #fffef6!important;
}
.contcts-blocks {
    background: rgb(255,254,246,.2);
    line-height: 2;
    padding: 20px 10px;
}
.contcts-blocks p.has-large-font-size {
    text-align: center;
}
h4.is-style-section_ttl.u-mb-ctrl.u-mb-0 {
    margin-bottom: 0!important;
    margin-top: 10px;
}
p.contact-p {
    margin-bottom: 20px;
    line-height: 2;
}
/* お問い合わせありがとうページ☆彡 */
h2.tanks-h {
    color: #fffef6;
    font-size: 30px;
    text-shadow: 1px 2px 2px rgb(22 24 26 / 79%);
    margin-bottom: 21px;
}
p.kakunin-colsred {
    font-weight: 700;
    font-size: 18px;
    color: #D9534F!important;
    background: #fff;
    margin: 17px 0;
    padding-left: 10px;
}
.tanks-wrap {
    background: rgb(0,68,159,.3);
    padding: 35px 20px;
    color: #fffef6;
    line-height: 2.5;
}
/* ヘッダーロゴ */

img.header-logoseima {
    width: 55px;
    height: auto;
    margin-right: 10px;
}

/* フッターロゴ */
img.footer-logoseima {
    width: 55px;
    height: auto;
    margin-right: 5px;
}
.footer-text p {
    margin-top: 10px;
}


@media (min-width: 1024px) and (max-width: 1093px){
    h1.c-site-branding__title {
        font-size: 19px!important;
        margin-left: -10px
    }
    img.header-logoseima {
        width: 56px!important;}
}

/* 最終調整 */

p.about-p.white-color {
    margin-top: 44px;
}
.philo_col {
    margin-top: 50px!important;
    background: rgb(0,68,159,.3);
    padding: 20px 10px 39px 10px;
    color: #fffef6;
}

.smil-banner-block a {
    display: block;
}
.smil-banner-blocks a{
    display: block;
}
.landair-banner-block a {
    display: block;
}

@media (min-width: 501px){
    a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: inherit;
	}
    .banner-flex-block {
        display: flex;
        margin: 75px auto 156px auto!important;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }
    .smil-banner-block {
        width: 48%;       
        display: block;
    }
    .landair-banner-block{
        width: 48%;       
        display: block;
    }
    .smil-banner-blocks{
        width: 80%;
        margin: 156px auto!important;
    }
}

.drawer_nav_bottom_block a {
    text-decoration: none;
    display: block;
}
/* IE用 */
@media all and (-ms-high-contrast: none){
    .c-site-branding__title{
        color: #fff;
    }
    .c-navbar li a span{
        color: #fff;
    }
    .plum-pane .smb-panels__item__body{
        padding: 100px;
    }
    .recruit-block{
        height: 100vh;
    }
}

.remodal{
    opacity: 0;
}

.page-id-129 #page-top{
    z-index: 200!important;
}