@charset "utf-8";
/*
Theme Name: LIQUID CORPORATE Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-corporate
Version: 9999
*/
/* Child Styles */
/* ------------------------------------
// common
------------------------------------ */
.br_sp{display: inline-block;}
body {
    color: #333;
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
    line-height: 1.5;
    letter-spacing: 0.08rem;
    font-feature-settings: "palt" 1;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .row{
    padding: 0!important;
    margin-right:0;
    margin-left:0;
}
.wp-block-quote, .wp-block-gallery, .wp-block-list, .wp-block-cover, .wp-block-file, .wp-block-video, .wp-block-columns, .wp-block-media-text, .wp-block-more, .wp-block-nextpage {
    margin-bottom: 0!important;
}
.blocks-gallery-item{margin: 0!important;}
.container{
    padding: 0 20px!important;
    max-width: 1000px;
}
.logo {
    font-size: x-large;
    font-family: Helvetica, sans-serif;
    display: inline-block;
}
.logo img {
    width: auto !important;
    max-width: initial !important;
}
.navbar{
  background-color: #002356;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
.navbar-nav a{padding: 1rem 0.25rem;}
#menu-nav{
  display: flex;
  flex-wrap: nowrap;
}
#menu-nav li{
  width: 100%;
  border-right: 1px solid #fff;
  border-left-color: #fff;
  border-bottom: none;
}
#menu-nav li a{
  color: #fff!important;
  font-size: 12px;
  text-align: center;
}
#menu-nav li a:hover{
  color: #002356!important;
  background: #fff!important;
}
.widget_breadcrumb_navxt{background-color: #e5e5e5;}
.breadcrumbs{
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.mainarea nav{
    display: none;
}
.widget ul li{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  line-height: 1.5;
  padding: 0.5rem 0;
}
.widget ul li a{
  padding: 0;
  width: 100%;
}
.widget ul li span{
  width: 90px;
  white-space: nowrap;
  margin-right: 1rem;
}
/* ------------------------------------
// main
------------------------------------ */
.biz {
    margin: 2rem 0;
}
.biz_list {
    margin-bottom: 1rem;
}
.icon_big {
    background-color: transparent!important;
    width: 120px;
    height: 120px;
    margin: 0 auto 1rem auto;
    border-radius: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px auto;
}
.icon_big .icon {
    color: #fff;
    display: block;
    bottom: 1rem;
    font-size: 70px;
    line-height: 180px;
}
.icon_big .icon:before {
    margin-right: 0;
}
.foot .logo img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.post_body {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.post_body h1, .post_body h2,
.widget h1, .widget h2 {
    font-weight: bold;
    border-bottom: 1px solid #001966;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: #001966;
}
.post_body h1 > span, .post_body h2 > span,
.widget h1 > span, .widget h2 > span {
    border-bottom: none;
    display: inline-block;
    padding: 1rem 0;
    margin-bottom: -3px;
}

.biz .ttl {
    font-size: medium;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #fff;
}

.biz .ttl span {
    display: inline-flex;
    padding: .5em;
    margin-bottom: -3px;
    border-bottom: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.25;
    height: 4rem;
    align-items: center;
}
.biz .info{
  padding: 0.5em;
  font-size: 14px;
  text-align: left;
}
/*figure{margin: 0 auto!important;}*/
.sample_img{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
h1{
  border-left: 10px solid #808080;
  border-bottom: none!important;
  color: #808080!important;
  padding: 0 0 0 14px!important;
  margin: 30px 0 0;
}
.headline .subttl{
    vertical-align: top;
    font-size: x-small;
    display: inline-block;
    font-weight: 300;
    margin: 0!important;
    padding: 0!important;
    line-height: 1.1;
    border: none;
    color: #000!important;
}
.headline .com{display: none;}
h2{font-size: 26px!important;}
h3{font-size: 18px!important;}
h3.title {
    height: 28px;
    color: #fff!important;
    font-weight: 300!important;
    text-indent: 1em;
    padding: 1px 0 0;
}
p,li,figcaption{font-size: 14px;}
p.title {
    height: 42px;
    color: #fff;
    font-weight: 300;
}
.wp-video{
  max-width: 600px!important;
  margin: 0 auto;
}
.s-mate{background: #003286;}
.s-gateway{background: #c33a00;}
.s-system{background: #005d4d;}
.about_p{
  max-width: 600px;
  margin: 40px auto;
}
.step{
  border: 1px solid #001966;
  line-height: 1.5;
}
.step span{
  padding: 0 6px;
  background:#001966;
  color: #fff;
  display: inline-block;
  margin-right: 1rem;
}
.s-mate_p{
  max-width: 800px;
  margin: 40px auto;
}
.wp-block-image figcaption {
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.wp-block-group{margin: 0 0 30px;}
.wp-block-group__inner-container h3::before{content: "■";}
.wp-block-group__inner-container h3{
  font-size: 21px;
  color: #002356 ;
  font-weight: 300;
  padding-left: 1rem;
  text-indent: -1rem;
}
.wp-block-group p{padding: 0 21px;}
.wp-block-group div div:first-of-type div p{
  background: rgba(0,25,102,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  color: #002356;
  white-space: nowrap;
}
.wp-block-group div div:first-of-type div:last-of-type p{
  font-size: 75%;
  line-height: 1.25;
}
.wp-block-image {
    margin-bottom: 0;
}
.wp-block-button__link{
  padding: 0 24px;
  border: 1px solid #002356 ;
}
.wp-block-button{margin: 20px 0!important;}
.btn_other a{padding: 10px 24px;}
.alignwide {
    position: static!important;
    width: 100%!important;
    max-width: none!important;
}
.const .wp-block-column p:first-of-type{
  color: #fff;
  padding: 0 21px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  height: 40px;
  background:#005d4d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.const_gallery{display: flex;}
.gallery_right{margin-left: 0!important;}
.gallery_left figure,
.gallery_right figure{
  margin: 0 auto!important;
}
.wp-block-column{margin-bottom: 20px!important;}
.wp-block-columns.howit .wp-block-column,
.s-system_howit{
  outline: 1px solid #cbcbcb;
  margin: 0 0 40px;
}
.wp-block-columns.howit .wp-block-column p:first-of-type{
  font-size: 20px;
  line-height: 2;
  height: 40px;
  margin-top:0;
}
.wp-block-columns.howit .wp-block-column:first-child p:first-of-type{font-size: 50%;}
.wp-block-columns.howit .wp-block-column p:last-of-type,
.s-system_howit p:last-of-type{padding: 0 20px;}

.is-style-default{
  border: 1px dashed #002356 ;
}
/*.vnm{
  padding: 0 20px;
  border: 1px solid #002356 ;
}*/
.vnm .blocks-gallery-item{
  width: inherit!important;
}
.vnm .blocks-gallery-item figure{margin: 0;}
.vnm .blocks-gallery-item img{
  height: 160px!important;
  width: auto!important;
  margin: 0;
}
.vnm .blocks-gallery-item__caption{
  padding: 12px 10px 9px!important;
  background: linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,.3) 60%,transparent)!important;
}
/*.other{
  padding: 20px;
  border: 1px solid #002356;
}*/
.other h2{
  border-bottom:none!important;
  text-align: center;
}
.other_cont.left{
  padding: 30px 24px 10px;
  margin: 0 0 30px;
  border: 1px dashed #002356;
}
.other_cont.right{
  margin-bottom: 30px;
  border: 1px solid #002356;
}
.other_cont.right p{
  font-size: 16px;
  background: #002356;
  color: #fff;
  line-height: 42px;
}
.other_cont.right img{
  width: 100px;
  height: auto;
}
h3.partnership{color: #002356;}
h4.partnership{
  background-color: #002356;
  color: #fff;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
img.wp-image-140{margin: 30px auto;}

.newposts{display: none;}
.index_hr{border-color: #002356;}
footer {
    background: #002356;
    color: #fff;
    padding: 2rem 0;
    font-size: small;
}
footer a, footer a:hover, footer a:active, footer a:visited {
    color: #fff!important;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    h1 {font-size: 1.6rem;}
    h2{font-size: 1.4rem;}
    h4{font-size: 1.3rem;}
    .hero, .hero_img {
        height: 60px;
        line-height: 60px;
    }
    .lang {
        margin-bottom: .5rem;
    }
    .map iframe {
        height: 250px;
    }
    img.wp-image-110 {
      width: 50%;
    }
  .turn img{transform: rotate(90deg);}
  /*.left{float: left;}
  .right{float: right;}*/
  .gallery_right{
    display: flex;
    justify-content: center;
  }
  .wp-block-separator {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
}
@media (min-width: 768px) {
  .logo img{height: 48px!important;}
  .sample_img{width: 50%;}
  .col-md {
    max-width: 50%;
  }
  .wp-block-group{margin: 0 0 80px;}
  .vnm .blocks-gallery-grid{flex-wrap: nowrap;}
  .wp-block-columns.howit {
    justify-content: space-between;
    padding: 40px 80px 0;
  }
  .wp-block-column,
  .wp-block-columns.howit .wp-block-column,
  .s-system_howit{
    margin: 0 0 10px;
  }

  .wp-block-columns.howit .wp-block-column{
    max-width: 30%;
  }
  .s-system_howit{
    width: 60%;
    margin: 0 auto;
  }
  .const_gallery{margin: 44px 0 0;}
}
