/*
Theme Name: GTプランニング
Description: 
Author: 
Author URI:
Version: 1.0
*/


/* addCSS 20230816 */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
font-family:  'Noto Sans JP', sans-serif !important;
color: #000;
}

h1,h2,h3,h4,h5{
    font-family: 'Kiwi Maru', sans-serif !important;
}


.txt_l{
    font-size: 1.5em;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
 }
 

/* parts color */
a {
    color: #000;
}

a:hover {
    color: #0c43bf;
}

a img:hover{
  opacity: 0.7;
}

.page_top_btn:hover{
  opacity: 0.7;
}

.btn-primary {
    background-color: #0c43bf;
    border-color: #0c43bf;
}

.next-prev .vk_post_imgOuter_singleTermLabel {
    background-color: #0c43bf;
}

.wp-block-button .wp-block-button__link {
    background-color: #0c43bf;
}

/* header */
.page-header {
    background-color: #0c43bf;
}

.vk-mobile-nav-menu-btn {
    position: fixed;
    top: 5px;
    left:auto;
    right: 5px !important;
}


/* footer */

.site-footer {
    border:none;
}

.footer-contents{
    display: flex;
    padding: 55px 0;
}
.footer-contents div {
    width: 30%;
}

.footer-contents div:nth-child(2) {
    width: 70%;
}

.footer-nav{
    border: none;
}
.footer-nav li a{
    font-size: 1.2em;
    font-weight: 600;
}
.footer-nav li a:hover{
    opacity: 0.7;
}


.footer-nav-list li{
    border: none !important;
    margin-top: 20px;
}
@media (max-width: 767.98px){
    .footer-contents{
        display: block;
        padding: 55px 15px 0;
    }
    .footer-contents div {
        width: 100%;
    }
    .footer-contents div img {
        width:40%;
    }
    
    .footer-contents div:nth-child(2) {
        width: 100%;
        margin-top: 40px;
    }
    .footer-nav-list li{
        float: left;
        margin-right: 1em;
        margin-top: 0;
        font-size: 1em;
    }
    .footer-nav-list li a {
        padding: 0.5em 0;
    }


}


footer .site-footer-copyright p:nth-child(2) {
    display:none !important;
}

.site-footer-copyright{
    clear: both;
}


/* top contents */
.site-bg{
    background-image: url(./img/top_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

#top-contents{

}

#top-contents h2{
    border: none;
    padding: 0;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 70px;
}

.btn_blue{
    color: #fff;
    background-color: #0c43bf;
    padding: 1em 2em;
    width: 200px;
    border-radius: 100px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}
.btn_white{
    color: #0c43bf;
    background-color: #fff;
    padding: 1em 2em;
    width: 200px;
    border-radius: 100px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}

.btn_blue:hover{
    color: #fff;
    opacity: 0.7;
}

.btn_white:hover{
    color:#0c43bf;
    opacity: 0.7;
}


/* top product */
.productbox{

}
.productlist{
	display: flex;
	justify-content: space-between;
    margin-bottom: 60px;
}

.productlist div{
    width: 31%;
}

.productlist div p.product_img{
    overflow: hidden;
    width: 100%;
    height: 258px;
    border: 1px solid #bfbfbf;
    margin: 0 0 1.5em;
}
.productlist div p.btn_more {
  margin-top: 25px;
}


@media (max-width: 1199px){
  .productlist div p.product_img{
      height: 216px;
  }
}
@media (max-width: 991px){
  .productlist div p.product_img{
      height: 160px;
  }
}
@media (max-width: 767px){

  .productlist{
    flex-wrap: wrap;
  }
  .productlist div{
      width: 100%;
      margin-top: 3rem;
  }
  .productlist div:first-child{
      margin-top: 0;
  }


   .productlist div p.product_img{
      height: 380px;
      max-height: 70vw;
  }
}


.productlist div p.product_img a{
  position: relative;
  display: block;
}

.productlist div p.product_img a img{
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transform: scale(1.0);
}
.productlist div h3{
    border:none;
    padding: 0;
    margin: 0 0 0.5em;

}

.productlist div h3:after{
    display: none;
}
.productlist div p{
    margin-bottom: 0.5em;
}

.btn_more a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding: 0.3rem 1rem;
    white-space: nowrap;
    background-color: #0c43bf;
    border-radius:5px;
}

.btn_more a:hover{
    opacity: 0.7;
}
/* top news */

.newbox{

}

.newslist{
    margin-bottom: 50px;
    padding-left: 0;
}
.newslist li {
    padding: 1em 0;
    border-bottom: 2px solid #dcdcdc;
    margin: 0;
    list-style: none;
}

.newslist li a{
    text-decoration: none;
    display: block;
    font-size: 1.2em;
    font-weight: 500;
}
.newslist li time {
  font-size: 0.8em;
}

/* top company */

.companybox{
}
.companybox h2{
    font-size:2rem !important;
    margin: 70px 0 20px;
}

.companybox p{
    text-align: center;
    margin-bottom: 60px;
}

.companybox p:first-of-type{
    font-size: 1.4rem;
    margin-bottom: 50px;
}


/* contactbox */
.contactbox{
    background-color: #0c43bf;
    padding: 100px 0 72px;
    color: #fff;
    text-align: center;
}
.contactbox a.telnum{
    font-size: 2.5em;
    color: #fff;
    font-style: normal;
    letter-spacing: 0.1em;
    display: flex;
    justify-content:center;
    align-items: center;
}
.contactbox a.telnum img{
    width: 28px; 
    height: 36px;
    margin: 0 4px 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.contactbox .btn_white {
  margin: 50px auto 0;
}


@media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
  }

.wp-block-table td, .wp-block-table th {
    padding: 1em 1.5em;
    border-color: #000;
}



/* item list */

.vk_post_imgOuter_singleTermLabel{
  display: none;
}

.vk_post .vk_post_imgOuter:before {
  content: "";
  display: block;
  padding-top: 75%;
}

ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #0c43bf;
}

.entry-meta-item-author,.entry-meta-item-updated{
  display: none;
}

#vkexunit_post_list-4 .postList_terms{
  display: none;
}




/* contact */

.formbox{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

dl.formbox dt{
    width: 25%;
    border-bottom: 1px solid #dcdcdc;
    align-items: center;
    display: flex;
    padding: 1em 0 1em;
    margin: 0;
}
dl.formbox dd{
    width: 75%;
    border-bottom: 1px solid #dcdcdc;
    padding: 1.2em 0 1em;
    margin: 0;
}
@media (max-width: 768px){
    dl.formbox dt,dl.formbox dd{
        width: 100%;
    } 
    dl.formbox dt{
        border: none;
        padding-bottom: 0;
    } 
    dl.formbox dd{
        padding-top: 0;
    }  
}



dl.formbox dt p,dl.formbox dd p{
    margin: 0;
}



.wpcf7-list-item {
    margin: 1em 0 0 -1em;
}

.scrollbox {
    overflow:auto;
    width:100%; height:200px;
    padding:10px;
    border:1px solid #cccccc;
    border-radius: 5px;
    line-height:1.5em;
}


input[type=submit] {
    font-size: 1rem;
    border: 1px solid #0c43bf;
    background-color: #0c43bf;
    color: #fff;
    padding: 0.5em 2em;
    border-radius: var(--vk-size-radius);
    display: block;
    margin: 20px auto;
}

input,textarea{
  font-family:  'Noto Sans JP', sans-serif !important;
}



/* top image */

.fv {
  background: #0c43bf;
  height: 100vh;
  min-height: 900px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
}
@media (max-width: 1100px) {
  .fv {
    min-height: 500px;
  }
}
.fv .fv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  margin: -60px 0 0 -135px;
  z-index: 11;
  line-height: 0;
  opacity: 0;
}
@media (max-width: 1100px) {
  .fv .fv_logo {
    width: 200px;
    margin: -55px 0 0 -100px;
  }
}
.fv .fv_txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 12;
  font-family: "Kiwi Maru", serif;
  /* display: table; */
  font-size: 30px;
  text-align: center;
  opacity: 0;
  border: none;
  padding: 0 0 120px;
  height: 2em;
}
@media (max-width: 1100px) {
  .fv .fv_txt {
    font-size: 24px;
    padding: 0 0 85px;
  }
}
@media (max-width: 640px) {
  .fv .fv_txt {
    font-size: 18px;
  }
}
.fv .fv_txt span {
  display: block;
  color: #777;
  font-size: 20px;
}
@media (max-width: 1100px) {
  .fv .fv_txt span {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .fv .fv_txt span {
    font-size: 14px;
  }
}
.fv .fv_logo_02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin: 45px 0 0 -150px;
  z-index: 11;
  line-height: 0;
  opacity: 0;
  padding: 0;
  border: none !important;
}
@media (max-width: 1100px) {
  .fv .fv_logo_02 {
    width: 200px;
    margin: 30px 0 0 -100px;
  }
}
.fv .fv_logo_02:after {
  display: none !important;
  border: none !important;
}
.fv #canvasArea_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -500px 0 0 -500px;
  width: 1000px;
  height: 1000px;
  z-index: 10;
}
@media (max-width: 1350px) {
  .fv #canvasArea_01 {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 1100px) {
  .fv #canvasArea_01 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 900px) {
  .fv #canvasArea_01 {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 640px) {
  .fv #canvasArea_01 {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
}
.fv #canvasArea_01 canvas {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.fv #canvasArea_02 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin: 0 0 -310px -975px;
  -webkit-transform: scale(0.8) rotate(45deg);
          transform: scale(0.8) rotate(45deg);
  width: 1000px;
  height: 1000px;
  z-index: 10;
}
@media (max-width: 1350px) {
  .fv #canvasArea_02 {
    margin: 0 0 -310px -890px;
    -webkit-transform: scale(0.7) rotate(45deg);
            transform: scale(0.7) rotate(45deg);
  }
}
@media (max-width: 1100px) {
  .fv #canvasArea_02 {
    margin: 0 0 -310px -820px;
    -webkit-transform: scale(0.6) rotate(45deg);
            transform: scale(0.6) rotate(45deg);
  }
}
@media (max-width: 900px) {
  .fv #canvasArea_02 {
    margin: 0 0 -310px -750px;
    -webkit-transform: scale(0.5) rotate(45deg);
            transform: scale(0.5) rotate(45deg);
  }
}
@media (max-width: 640px) {
  .fv #canvasArea_02 {
    margin: 0 0 -275px -600px;
    -webkit-transform: scale(0.4) rotate(45deg);
            transform: scale(0.4) rotate(45deg);
  }
}
.fv #canvasArea_02.scene_02 {
  margin: 0 0 -695px -975px;
}
@media (max-width: 1350px) {
  .fv #canvasArea_02.scene_02 {
    margin: 0 0 -695px -890px;
  }
}
@media (max-width: 1100px) {
  .fv #canvasArea_02.scene_02 {
    margin: 0 0 -695px -820px;
  }
}
@media (max-width: 900px) {
  .fv #canvasArea_02.scene_02 {
    margin: 0 0 -695px -750px;
  }
}
@media (max-width: 640px) {
  .fv #canvasArea_02.scene_02 {
    margin: 0 0 -733px -600px;
  }
}
.fv #canvasArea_02 canvas {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.fv #canvasArea_03 {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -310px -975px 0 0;
  -webkit-transform: scale(0.8) rotate(-45deg);
          transform: scale(0.8) rotate(-45deg);
  width: 1000px;
  height: 1000px;
  z-index: 10;
}
@media (max-width: 1350px) {
  .fv #canvasArea_03 {
    bottom: -260px;
    margin: -310px -890px 0 0;
    -webkit-transform: scale(0.7) rotate(-45deg);
            transform: scale(0.7) rotate(-45deg);
  }
}
@media (max-width: 1100px) {
  .fv #canvasArea_03 {
    bottom: -220px;
    margin: -310px -820px 0 0;
    -webkit-transform: scale(0.6) rotate(45deg);
            transform: scale(0.6) rotate(45deg);
  }
}
@media (max-width: 900px) {
  .fv #canvasArea_03 {
    bottom: -220px;
    margin: -310px -750px 0 0;
    -webkit-transform: scale(0.5) rotate(45deg);
            transform: scale(0.5) rotate(45deg);
  }
}
@media (max-width: 640px) {
  .fv #canvasArea_03 {
    bottom: -220px;
    margin: -270px -605px 0 0;
    -webkit-transform: scale(0.4) rotate(45deg);
            transform: scale(0.4) rotate(45deg);
  }
}
.fv #canvasArea_03.scene_02 {
  margin: -690px -955px 0 0;
}
@media (max-width: 1350px) {
  .fv #canvasArea_03.scene_02 {
    margin: -680px -880px 0 0;
  }
}
@media (max-width: 1100px) {
  .fv #canvasArea_03.scene_02 {
    margin: -680px -800px 0 0;
  }
}
@media (max-width: 900px) {
  .fv #canvasArea_03.scene_02 {
    margin: -690px -740px 0 0;
  }
}
@media (max-width: 640px) {
  .fv #canvasArea_03.scene_02 {
    margin: -723px -592px 0 0;
  }
}
.fv #canvasArea_03 canvas {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.fv .fv_illust_01 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin: 0 0 64px -540px;
  width: 135px;
  z-index: 12;
  opacity: 0;
}
@media (max-width: 1350px) {
  .fv .fv_illust_01 {
    margin: 0 0 64px -458px;
  }
}
@media (max-width: 1100px) {
  .fv .fv_illust_01 {
    margin: 0 0 96px -370px;
    width: 100px;
  }
}
@media (max-width: 900px) {
  .fv .fv_illust_01 {
    margin: 0px 0 104px -298px;
    width: 90px;
  }
}
@media (max-width: 640px) {
  .fv .fv_illust_01 {
    margin: 0 0 162px -135px;
    width: 70px;
  }
}
.fv .fv_illust_02 {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 82px -551px 0 0;
  width: 150px;
  z-index: 12;
  opacity: 0;
}
@media (max-width: 1350px) {
  .fv .fv_illust_02 {
    margin: 74px -465px 0 0;
  }
}
@media (max-width: 1100px) {
  .fv .fv_illust_02 {
    margin: 111px -373px 0 0;
    width: 110px;
  }
}
@media (max-width: 900px) {
  .fv .fv_illust_02 {
    margin: 121px -296px 0 0;
    width: 93px;
  }
}
@media (max-width: 640px) {
  .fv .fv_illust_02 {
    margin: 169px -148px 0 0;
    width: 81px;
  }
}
.fv .fv_illust_03 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin: 0 0 69px 385px;
  width: 135px;
  z-index: 12;
  opacity: 0;
}
@media (max-width: 1350px) {
  .fv .fv_illust_03 {
    margin: 0 0 53px 314px;
  }
}
@media (max-width: 1100px) {
  .fv .fv_illust_03 {
    margin: 0 0 85px 259px;
    width: 100px;
  }
}
@media (max-width: 900px) {
  .fv .fv_illust_03 {
    margin: 0px 0 106px 199px;
    width: 90px;
  }
}
@media (max-width: 640px) {
  .fv .fv_illust_03 {
    margin: 0px 0 156px 59px;
    width: 70px;
  }
}
.fv .fv_illust_04 {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 89px 388px 0 0;
  width: 165px;
  z-index: 12;
  opacity: 0;
}
@media (max-width: 1350px) {
  .fv .fv_illust_04 {
    margin: 89px 291px 0 0;
  }
}
@media (max-width: 1100px) {
  .fv .fv_illust_04 {
    margin: 112px 255px 0 0;
    width: 133px;
  }
}
@media (max-width: 900px) {
  .fv .fv_illust_04 {
    margin: 119px 184px 0 0;
    width: 115px;
  }
}
@media (max-width: 640px) {
  .fv .fv_illust_04 {
    margin: 173px 55px 0 0;
    width: 89px;
  }
}
.fv .fv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./img/fv_bg.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fv .fv_bg_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fv .fv_bg_02 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.fv .fv_bg_02 .swiper-slide {
  width: 100%;
  height: 100%;
  background: url(./img/fv_bg_02.png) repeat-y center center;
  background-size: 100% auto;
}
@media (max-width: 900px) {
  .fv .fv_bg_02 .swiper-slide {
    background: url(./img/fv_bg_02_sp.png) repeat-y center center;
    background-size: 100% auto;
  }
}
.home .site-header {
    background: transparent;
    position: absolute;
}
.header_scrolled .site-header {
    position: fixed;
    background: #fff;
}
.home.device-pc .global-nav-list>li>a {
    color: #fff;
}
.home.device-pc.header_scrolled .global-nav-list>li>a {
    color: #000;
}
.home .site-header--layout--nav-float .site-header-logo {
    visibility: hidden;
}
.home:not(.header_scrolled) .global-nav-list>li:hover:before, .home:not(.header_scrolled) .global-nav-list>li[class*=current]:where(:not(.menu-item-anchor)):before {
  display: none;
}
.page-header {
  background: url(./img/ttl_bg.jpg) no-repeat center center;
  background-size: cover;
}
.post-name-contact-thanks .wp-block-button {
  margin: 50px 0 0;
}
.post-type-archive-product .vk_post .vk_post_date {
  display: none;
}
.post-type-archive-product .vk_post_title_new {
  display: none;
}
.single-product .entry-meta {
  display: none;
}
.single-product .card-date {
  display: none;
}
.grecaptcha-badge { visibility: hidden; }