@charset "UTF-8";
/*
Theme Name: hiranokaho
Theme URI: /wp-content/themes/hiranokaho
Description: hiranokahoのサイトです
Author: 
Author URI:
Version: 1.0


*/

.wpcf7-not-valid-tip {
    width: 80%;
    margin: 0 auto;
}

.myClass {
	width:95%;
	height:auto;
	display:block;
	margin:20px auto;
}

body {
    margin:0px;
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
    background-color: #fff;}

/*a {*/
/*    text-decoration: none;*/
/*    color:#000;*/
/*}*/

/*a:hover {*/
/*    color:#eee;*/
/*}*/

h2 {
	font-weight:bold;
}

.p-kv__img{
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.swiper-button-prev, 
.swiper-button-next {
	color:#000!important;
}

/*header*/
.pc_header {
    background:rgba(255,255,255,1);
    height:80px;
    width:100%;
    position:fixed;
    top:0px;
    z-index: 2;
}

.sp_header {
    background:rgba(255,255,255,1);
    height:65px;
    width:100%;
    position:fixed;
    top:0px;
    z-index: 2;
}
.sp_logo img {
    z-index:2;
    position: fixed;
    top:12px;
    left:10px;
    width:130px;
}

.pc_logo img {
    z-index:2;
    position: fixed;
    top:15px;
    left:20px;
    width:150px;
}

dl, ol, ul,p  {
    margin-bottom: 0rem;
}

.label {
    width: 100%;
    position: fixed;
    top:0;
    z-index: 3
}

.menu {
    display: flex;
    margin: 0 80px 0 auto;
    align-items:center;
    height:80px;
}

.menu img{
    width:140px;
}

nav {
    flex:1;
}

.menu nav ul.dropdwn {
    display: flex;
    justify-content:space-around;
    align-items: center;
    padding:0 3% 0 15%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

nav ul li {
    font-size:16px;
	font-weight:bold;
    letter-spacing: 3px;
    list-style:none;
    padding:0;
}

nav ul li a {
    color: #000;
}

nav ul li a:hover {
    color: #C6B198;
}

.dropdwn ul{
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
	background:#1f2e71;
}
.dropdwn li{
    text-align: center;
    position: relative;
    display: block;
}

.dropdwn>li{
    display: inline;
}

.dropdwn_menu{
    width: 110px;
    display: none;
    position: absolute;
    right: -27%;
    margin-top: 5px;
    padding: 0;
    background: rgb(252, 252, 252);
}

.dropdwn_menu li{
    width: 110px;
}

.dropdwn_menu li a{
    padding: 5px 1px;
    margin: -5px 0px -5px 0px;
    display: block;
    color: #fff;
}

.dropdwn li a:hover{
    background: #fff;
    color: #1f2e71;
}

.bar {
  width:1.5px;
  height: 15px;
  background-color: #000;
}

.pc_cv {
    width:300px; height:80px;
}

.sp_cv {
    z-index:99; position: fixed; bottom:0px; width:100%;
}

.pc_manual {
    height:80px; background:#1f2e71;
}

.pc_manual img {
    height:25px; width:auto; margin:17px auto 7px;
}

.pc_manual  p {
    font-size:10px; margin:0px auto 17px; color:#fff; font-weight:bold;
}

.pc_event {
    height:80px; background:#cdd35b;
}

.pc_event img {
    height:25px; width:auto; margin:17px auto 7px;
}

.pc_event  p {
    font-size:	10px; margin:0px auto 17px; color:#4b4b4b; font-weight:bold;
}

.pc_contact {
    height:80px; background:#8f8f8f;
}

.pc_contact img {
    height:20px; width:auto; margin:20px auto 9px;
}

.pc_contact  p {
    font-size: 10px; margin:0px auto 17px; color:#fff; font-weight:bold;
}


.sp_manual {
    height:70px; background:#1f2e71;
}

.sp_manual img {
    height:19px; width:auto; margin:13px auto 7px;
}

.sp_manual  p {
    font-size:13px; margin:0px auto 10px; color:#fff;
}

.sp_event {
    height:70px; background:#cdd35b;
}

.sp_event img {
    height:19px; width:auto; margin:13px auto 7px;
}

.sp_event  p {
    font-size:13px; margin:0px auto 10px; color:#4b4b4b;
}

.sp_contact {
    height:70px; background:#8f8f8f;
}

.sp_contact img {
    height:19px; width:auto; margin:13px auto 7px;
}

.sp_contact  p {
    font-size:13px; margin:0px auto 10px; color:#fff;
}

.overlay{
    display: none;
}
/*hamburger*/
.hamburger {
    display: block;
}

.hamburger {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 8px;
    top:15px;
    z-index:1000;
}

.hamburger .line1 {
    width: 35px;
    height: 3px;
    background-color: #1f2e71;
    position: absolute;
    right:8px;
    top: 15px;
    transition: all .6s;
}

.hamburger .line2 {
    width: 35px;
    height: 3px;
    background-color: #1f2e71;
    position: absolute;
    right:8px;
    top: 25px;
    transition: all .6s;
}

.hamburger .line3 {
    width: 35px;
    height: 3px;
    background-color: #1f2e71;
    position: absolute;
    right:8px;
    top: 35px;
    transition: all .6s;
}

.hamburger.open .line1 {
    top: 20px;
    transform: rotate(45deg);
    transition: all .6s;
    z-index: 101;
    background-color: #fff;
}

.hamburger.open .line2{
    display: none;
}

.hamburger.open .line3 {
    top: 20px;
    transform: rotate(-45deg);
    transition: all .6s;
    z-index: 101;
    background-color: #fff;
}


.overlay {
    display: block;
    position: fixed;
    top: 0;
    right: -110%;
    bottom:0;
    width: 50%;
    background-image: url("img/overlay.png");
    background-size: cover;
    z-index: 100;
    overflow-y: auto;
    transition: all 1s;
    color: #fff;
}

.overlay .logo {
    width:170px;
    z-index: 10000;
}


.overlay.open {
    right: 0%;
}

.overlay .menulist {
    width:95%;
    max-width:500px;
}

.overlay .menulist ul {
    list-style:none; font-size:14px;
    padding-left: 0rem;
}

.overlay .menulist ul li {
    margin-bottom:7px;
    border-bottom:0.5px #fff solid;
    padding: 7px;
}

.overlay .menulist ul li a {
   color:#fff;
}

.overlay .menulist ul li a:hover {
   color:#cdd35b;
}

.menu_box img {
 width:95%;
}
.menu_box img:hover{
  transform:scale(1.1,1.1);
  transition:.6s all;
}

.pc_keyv {
    position:relative;
}

.pc_keyv .catch {
    color:#fff;
    letter-spacing:0.5rem;
    position:absolute;
    top:45%;
    left:7%;
    z-index:1;
    font-size:3.0rem;
    font-family:serif;
    line-height:4.8rem;
	font-weight:bold;
}

.sp_keyv {
    position:relative;
}

.sp_keyv .catch {
    color:#fff;
    letter-spacing:0.2rem;
    position:absolute;
    bottom:10%;
    left:5%;
    z-index:1;
    font-size:1.9rem;
    font-family:serif;
    line-height:3.6rem;
	font-weight:bold;
}

/*ニュース*/
.pc_news {
    position:absolute;
    right:0%;
    bottom:-2%;
    background:#fff;
    width:800px;
    height:150px;
    z-index:1;
    color:#8e8e8e;
    padding:20px;
}
 
.pc_news .title {
    border-right:1px #8e8e8e solid;
    height:110px;
} 

.pc_news .title h2 {
    font-size:25px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top:5px;
}

.pc_news .desc {
    padding:5px;
}

.pc_news .date {
    font-size:15px;
    width:80px;
}

.pc_news .category {
    color:#ccd25b;
    font-size:14px;
    padding:1px;
    margin:0 8px 0 4px;
    border:1px #ccd25b solid;
    text-align:center;
    width:100px;
}
 
.pc_news .text {
    font-size:15px;
}
 


.sp_news {
    color:#8e8e8e;
    padding:30px 20px;
}
 
.sp_news .title {
    border-bottom:1px #8e8e8e solid;
} 

.sp_news .title h2 {
    font-size:25px;
    font-family: 'Roboto Condensed', sans-serif;
}

.sp_news .desc {
    margin-top:10px;
}

.sp_news .desc2 {
    margin-top:5px;
}


.sp_news .date {
    font-size:14px;
    width:80px;
}

.sp_news .category {
    color:#ccd25b;
    font-size:13px;
    padding:1px;
    margin:0 8px 0 4px;
    border:1px #ccd25b solid;
    text-align:center;
    width:100px;
}
 
.sp_news .text {
    font-size:14px;
}
 

/*無料マニュアル*/
.manual {
    background-color: #f4f4f4;
    padding-top:100px;
    padding-bottom:50px;
}

.manual .linkbox:hover {transform:scale(1.03,1.03);
  transition:.6s all;
}
  
.manual .image {
    width:100%;
    object-fit: cover;
}
.col-lg-4.linkbox.mt-3.text-center img {
    width: 300px;
    height: auto;
}

.title1 {
    font-size:30px; z-index:100;
}
 
.title1_1 {
    position:absolute;
    left:50%;
    bottom:0;
    font-size:60px;
    color:#d6d6d6;
    z-index:-100
}
 
.title1_2 img {
    width:100px;
}
 

/*商品一覧*/
.lineup h2 {
    color:#444; font-size:30px; padding-left:70px;
}

.lineup .bar {
    padding-left:70px; margin:10px 0  3px 0; background:#fff; height:3px;
}

.lineup .bar2 {
    background:#444; height:3px; width:150px;
}

.lineup .sub {
    color:#444; padding-left:70px; font-size:25px; font-family: 'Roboto Condensed', sans-serif;
} 


.lineup .linkbox {
    position:relative;
}

.lineup .box{
    width:100%; margin-top:0;
}

.lineup .desc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
}

.lineup1 {
     font-size:35px;
}

.lineup .linkbox:hover{
filter: opacity(50%);
}

.lineup2 {
     font-size:20px;
     font-family: 'Roboto Condensed', sans-serif;
}
 

/*大場建設の強み*/
.pc_tsuyomi  {
    position:relative;
}

.pc_tsuyomi img {
    width: 100%;
}


.pc_tsuyomi .catch {
    color:#000;
    letter-spacing:0.5rem;
    position:absolute;
    top:35%;
    left:7%;
    z-index:1;
    font-size:2.3rem;
    font-family:serif;
    line-height:3.7rem;
}

.pc_tsuyomi .btn {
     margin-top:30px; width:300px; padding:20px; font-size:20px; position:relative; border:1.5px #000 solid; line-height:20px; font-weight: bold;transition: all 2s; border-radius: 0;
}

.pc_tsuyomi .btn:hover {color:#000; background:#fff; transition: all 2s;
}

.pc_tsuyomi .arrow {
    width:30px; position:absolute; top:25px; right:10px;
}

.sp_tsuyomi  {
    position:relative;
}

.sp_tsuyomi img {
    width: 100%;
}

.sp_tsuyomi .catch {
    color:#000;
    letter-spacing:0.4rem;
    position:absolute;
    bottom:10%;
    left:5%;
    z-index:1;
    font-size:1.5rem;
    font-family:serif;
    line-height:2.8rem;
}

 
.sp_tsuyomi .btn {
      margin-top:20px; width:230px; padding:15px; font-size:15px; position:relative; border:1.5px #000 solid; line-height:15px; font-weight: bold;transition: all 2s; border-radius: 0;
}

.sp_tsuyomi .btn:hover {color:#000; background:#fff; transition: all 2s;
}

.sp_tsuyomi .arrow {
    width:20px; position:absolute; top:20px; right:7px;
}

/*イベント*/
.event {
    background-color: #f4f4f4;
    padding-top:100px;
    padding-bottom:100px;
}
 
.event2 .box1 {
    background-image: url("img/koushi.jpg");
    padding:15px;
    max-width:1100px;
} 

 
.event2 .btn{
      margin-top:20px; width:230px; padding:15px; font-size:15px; position:relative; line-height:15px; font-weight: bold;transition: all .6s;border-radius: 0; background-color: #ccd25b;
     color:#fff; box-shadow: 5px 5px 0px #2e343f;
}

.event2 .btn.btn2 {
     background-color: #8f8f8f;
     box-shadow: 5px 5px 0px #2e343f;
}

.event2 .btn:hover {transform:scale(1.03,1.03);
  transition:.6s all;
}

.event2 .arrow2 {
    width:30px; position:absolute; top:18px; right:10px;
}

.event2 .box2 {
    border:2px #2e343f dotted;
}

.event2 .box2 .container {
    max-width:1000px;
}

.event2 .box2 .flyer{
    width:80%;
    height: auto;
    object-fit: cover;
     transition:.6s all;
}

.event2 .box2 .flyer:hover{
  transform:scale(1.03,1.03);
  transition:.6s all;
}

.event2 .box2 .desc {
    width:85%;
}


/*詳細ページ用*/
.event2.box2 .flyer{
    width:80%;
    height: auto;
    object-fit: cover;
     transition:.6s all;
}

.event2.box2 .flyer:hover{
  transform:scale(1.03,1.03);
  transition:.6s all;
}
.event2.box2 .desc {
    width:95%;
}
/*詳細ページ用ここまで*/


.event2 .title {
    background:#2e343f; color:#fff; font-weight:bold; font-size:25px;
}

.event2 .category {
    width:50%; border:2px #2e343f dotted;  font-size:17px;
}

.event2 .content1 {
    border-bottom:2px #2e343f dotted;
}

.event2 .content2 {
    background:#2e343f; color:#fff; font-size:17px; height:100%;
}

.event2 .content3 {
    color:#2e343f; font-size:16px;
}

.event2 .content4 {
    font-size:15px; line-height:170%;
}

/*施工事例*/
.works {
    transform:skew(0deg, -3deg); margin-top:-30px; padding-top:50px; padding-bottom:70px;
    background-image: url("img/works.png");
    background-size: cover;
    
}


.works .title {
    transform:skew(0deg, 3deg)!important; padding-right:100px;
}
.works h2 {
    color:#fff; font-size:30px;
}

.works .bar {
    background:#fff; height:3px; width:45px;
}

.works .sub {
    color:#fff; padding-left:10px; font-size:22px; font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
} 

.works .btn{
    width:230px; 
    padding:15px; 
    font-size:17px; 
    position:relative; 
    line-height:15px; 
    transition: all .6s;
    border-radius: 0; 
    background-color: #2e343f;
    color:#fff; 
    position:absolute; 
    /* top:53px;  */
    bottom:30px;
    right:50px;
}

.works .linkbox:hover {transform:scale(1.03,1.03);
  transition:.6s all;
}

.works .arrow2 {
    width:30px; position:absolute; top:18px; right:10px;
}

.works .slide {
    transform:skew(0deg, 3deg)!important;
}

.works .image {
    width:100%; height:350px; object-fit:cover;
}

.works .desc {
    width:100%; background:#fff; height:130px; position:relative;background-image: url("img/koushi.jpg");
}


.works .category,
.works .category2 {
    position:absolute; top:-30px; left:50px; width:170px; background: rgb(206,74,0);
background: linear-gradient(180deg, rgba(206,74,0,1) 0%, rgba(225,135,0,1) 100%); font-size:20px; line-height:60px; text-align:center; color:#fff;
}

.works .category{
   background: rgb(31,46,113);
background: linear-gradient(180deg, rgba(31,46,113,1) 0%, rgba(0,137,225,1) 100%);
}


.works .title2 {
    color:#2e343f; font-weight:bold; 
    /* font-size:25px;  */
    font-size:21px; 
    position:absolute; 
    top:55px; 
    left:50px;
}

.works .btnbox {
    transform:skew(0deg, 3deg)!important;
}

.works .btn3{
      margin-top:20px; width:230px; padding:15px; font-size:15px; position:relative; line-height:15px; font-weight: bold;transition: all 1.5s;border-radius: 0; background-color: #ccd25b;
     color:#2e343f; box-shadow: 5px 5px 0px #fff;
    
}

.works .btn3:hover {transform:scale(1.03,1.03);
  transition : all 1.5s;
}

.works .arrow3 {
    width:30px; position:absolute; top:18px; right:10px;
}


.swiper-pagination-bullet {
   background-color:#c0c0c0!important;
   opacity: 1!important;
  height: 10px;
  width: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #cdd35b!important;
}

/*お役立ち情報*/
.information {
   padding-top:100px; padding-bottom:100px; 
}


.information .title {
    font-size: 30px;
}

.information .line {
    width:270px;
}

.information .subtitle {
    font-family: 'Roboto Condensed', sans-serif; font-size: 25px;
}

.information .linebox {
    margin:-5px auto;
}

.information .linkbox:hover {transform:scale(1.03,1.03);
  transition:.6s all;
}
  
.information .infobox {
    width:100%;
    box-shadow: 2px 2px 5px #000;
    border-radius:15px;
}

.infobox img {
    width:100%; height:220px;
    object-fit:cover;
    border-radius: 15px 15px 0px 0px; 
}
.infobox .desc {
    background:#fff; height:130px; padding:28px 40px 25px;
    border-radius: 0px 0px 15px 15px; 
    position: relative;
    flex-wrap: wrap;
}

.infobox .title {
    font-size:18px;
    width: 100%;
}

.infobox .date {
    font-size:13px; color:#666666;
    margin-top:3px;
} 

.infobox .category {
    font-size:17px; width:120px; background:#cbd15b; color:#fff; line-height: 35px;
    position: absolute; 
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
} 

.information .btn3{
      margin-top:20px; width:230px; padding:15px; font-size:15px; position:relative; line-height:15px; font-weight: bold; transition: all 1.5s; border-radius: 0; background-color: #ccd25b;
     color:#fff; box-shadow: 5px 5px 0px #595757;
    
}

.information .btn3:hover {transform:scale(1.03,1.03);
  transition : all 1.5s;
}

.information .arrow3 {
    width:30px; position:absolute; top:18px; right:10px;
}

.other .flow,
.other .qa,
.other .about{
    width:100%; height:350px; position:relative; background:#000;
    background-image: url("img/flow.png");
    background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.other .qa {
    background-image: url("img/qa.png");
}

.other .about{
    background-image: url("img/about.png");
}

.other .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color:#fff;
    text-shadow: 1px 1px 2px #000;
    width:100%;
}

.other .title h2 {
  font-size:25px;  
}

.other p .subtitle {
    font-size:17px;
}

.other .col-lg-4{
	 overflow:hidden; 
}
.other .linkbox{
  transition:1s all;
}

.other .linkbox:hover{
   transform:scale(1.05,1.05);
  transition:1s all;
}
.other .linkbox:hover h2{
  color:#cdd35b;
  transition: .5s;
}
 
.other .linkbox:hover .subtitle{
  color:#cdd35b;
  transition: .5s;
}

.other .blue {
    width:100%;
}

.banner .box {
    overflow:hidden; 
}


.banner .banner1,
.banner .banner2 {
    width:100%;
    transition:1s all;
}

.banner .banner1:hover, 
.banner .banner2:hover {
 transform:scale(1.05,1.05);
  transition:1s all;
}


.pc_footer .footer,
.sp_footer .footer{
    background:#2e343f;
}

.pc_footer .box ,
.sp_footer .box {
    margin:50px auto 0px; padding-bottom:20px; padding-top:30px;
}


.footer .box nav a {
    color:#fff;
}

.footer .box nav a:hover {
    color:#cdd35b;
}
 
.pc_footer nav,
.sp_footer nav {
    display:flex; justify-content:center; width:70%;
}

.pc_footer ul,
.sp_footer ul {
    padding-left:0; width:50%;
}

.pc_footer img,
.sp_footer img{
    width:230px; padding-top:50px;
}

.pc_footer p,
.sp_footer p {
    line-height:1.4rem; font-size:0.8rem;
}


.fadeIn {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 2000ms;
}

.fadeIn.animated {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeIn2 {
  opacity: 0;
  transform : translate(0, 90px);
  transition : all 2000ms;
}

.fadeIn2.animated {
  opacity: 1;
  transform: translate(0, 0);
}


/*ここから追加*/
.swiper-wrap {
  margin: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom-in 10s linear 0s 1 normal both;  
}

.slide-img img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.underline {
    width: 35px;
    height: 2px;
    background-color: #60C0BD;
}


.linkbox {
    position: relative;
}
/* aタグの設定 */
.linkbox a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index:1100;
}
@media screen and (max-width: 1250px) {
    .works .btn {
    width: 175px;
    position: absolute;
    padding: 10px;
    bottom: 0px;
    right: 0px;
    }
}
@media screen and (max-width: 900px) {

.more {
    width:60%;
}

.box{
max-width:100%;
}

.hamburger {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 10px;
    top:5px;
    z-index:1000;
}


.hamburger .line1 {
    width: 35px;
    height: 3px;
    background-color: #1f2e71;
    position: absolute;
    right:10px;
    top: 15px;
    transition: all .6s;
}

.hamburger .line2 {
    width: 35px;
    height: 3px;
    background-color: #1f2e71;
    position: absolute;
    right:10px;
    top: 25px;
    transition: all .6s;
}

.hamburger .line3 {
    width: 35px;
    height: 3px;
    background-color: #1f2e71;
    position: absolute;
    right:10px;
    top: 35px;
    transition: all .6s;
}
	
.midashi02{
	font-size:1.2rem;
}


.overlay {
    width: 100%;
}

.menu_box img {
 width:100%;
}

.manual {
    padding-top:50px;
    padding-bottom:25px;
}

.title1 {
    font-size:23px; 
}
 
.title1_1 {
    position:absolute;
    left:45%;
    bottom:0;
    font-size:45px;
    color:#d6d6d6;
    z-index:-100
}
 
.title1_2 img {
    width:100px;
}

/*商品一覧*/
.lineup h2 {
    font-size:23px; padding-left:30px;
}

.lineup .bar {
    padding-left:30px;
    margin:7px 0  2px 0;
}

.lineup .bar2 {
    width:100px;
}

.lineup .sub {
    padding-left:30px; font-size:17px;
} 

.lineup1 {
     font-size:25px;
}

.lineup2 {
     font-size:13px;
}

/*イベント*/
.event2 .box2 .desc {
    width:95%;
}


.event2 .title {
    font-size:17px;
}

.event2 .category {
    font-size:15px;
}

.event2 .content1 {
    border-bottom:2px #2e343f dotted;
}

.event2 .content2 {
    font-size:14px;
}

.event2 .content3 {
    font-size:16px;
}

.event2 .content4 {
    font-size:13px;
}
 
.event2 .btn{
     margin-top:10px;
}

.event2 .box2 .flyer{
    width:90%;
    max-width: 400px;
    
}

/*施術一覧*/
.works .title {
    padding-right:50px;
}

.works h2 {
   font-size:23px;
}

.works .bar {
    width:30px;
}

.works .sub {
    font-size:15px;
} 


.works .linkbox:hover {transform:scale(1.03,1.03);
  transition:.6s all;
}

.works .arrow2 {
    width:30px; position:absolute; top:12px; right:10px;
}

.works .slide {
    transform:skew(0deg, 3deg)!important;
}

.works .image {
    height:200px;
}

.works .desc {
    height:130px;
}

.works .category,
.works .category2 {
   top:-20px; left:25px; width:110px;
   font-size:15px; line-height:36px;
}

.works .title2 {
    font-size:15px;
    position: static;
    padding:30px 30px;
}


.works .btn{
    width:170px;
    padding:10px; 
    font-size:13px; 
    line-height:13px;  
    background-color: #2e343f; 
    /* top:70px;  */
    bottom: 20px;
    right:25px;
}

.works .btn3 {
    margin-top:10px;
}

.works {
    background-image: url("img/sp_works.png");
    
}

/*お役立ち情報*/

.information .title {
    font-size: 23px;
}

.information .line {
    width:230px;
}

.information .subtitle {
    font-size: 17px;
}

.information .btn{
     width:170px; padding:10px; font-size:13px; line-height:13px;  top:70px; right:25px;
}

.information .btn3 {
    margin-top:10px;
}

.infobox .desc {
    background:#fff; height:110px; padding:25px 30px 22px;
    border-radius: 0px 0px 15px 15px; 
    position: relative;
    flex-wrap: wrap;
}

.infobox .title {
    font-size:16px;
    width: 100%;
}

.infobox .date {
    font-size:12px;
} 

.other .flow,
.other .qa,
.other .about{
    height:220px;
}

.other .title h2 {
  font-size:17px;
  line-height:150%;
}

.other .subtitle {
    font-size:12px;
}

}

/*ここから下層*/
.kasou {
	background-image: url("./img/kasou-mv.webp");
    /* background-image: linear-gradient(150deg, rgba(31, 46, 113, 1) 13%, rgba(48, 63, 111, 1) 37%, rgba(205, 211, 91, 1)); */
	background-size: cover;
	margin:0;
	width:100%;
	height:370px;
	position:relative;
}

.kasou_title {
	position:absolute; 
	left:150px;
	top:140px;
}

.kasou_title h1 {
	font-size:37px;
color:#fff;
font-family:serif;
}

.kasou_bar {
	width:40px;
	height:2px;
	margin:15px 0;
	background:#fff;
}

.kasou_sub {
font-size:20px;
color:#fff;
}

.kasou_contents {
	max-width:1000px;
	margin-top:100px; 
	margin-bottom:50px;
}

.kasou_contents h2 {
	font-size:26px;
	color: #444444;
	border-bottom: 2px solid  #444444;
	padding-bottom:10px;
	padding-left: 5px;
	margin-bottom:15px;
	margin-top:50px;
	font-weight:bold;
	line-height:150%;
}

.kasou_contents h3{
	font-size:22px;
	color:#000;
	border-left: 3px solid #CCD25B;
	padding: 12px;
	margin-bottom:10px;
	margin-top:45px;
background:#F1F1F1;
	line-height:150%;
}

.kasou_contents h4{
	font-size:20px;
	color:#1f2e71;
	margin-top:43px;
	font-weight:bold;
padding-left: 5px;
	line-height:150%;
}

.kasou_contents p {
	font-weight:18px;
	line-height:180%;
}

@media screen and (max-width: 900px) {
	
.kasou {
	height:230px;
}

.kasou_title {
	left:40px;
	top:110px;
}

.kasou_title h1 {
	font-size:27px;
}

.kasou_bar {
	width:27px;
	height:1.5px;
	margin:10px 0;
}

.kasou_sub {
	font-size:16px;
}

.kasou_contents {
	margin-top:50px;
margin-bottom:20px;
}

		
.kasou_contents h2 {
	font-size:20px;
}

.kasou_contents h3{
	font-size:18px;
}

.kasou_contents h4{
	font-size:17px;
}

.kasou_contents p {
	font-size:15px;
}
}

/*イベント一覧*/

.eventlist.box2{
	border:1px dashed; box-sizing:border-box;
}

.eventlist .btn{
      margin-top:10px; width:170px; padding:10px; font-size:13px; position:relative; line-height:7px; font-weight: bold; transition: all .6s;border-radius: 0; background-color: #ccd25b;
     color:#fff;
}

.eventlist .btn.btn2 {
     background-color: #8f8f8f;
     box-shadow: 5px 5px 0px #2e343f;
}

.eventlist .btn:hover {transform:scale(1.03,1.03);
  transition:.6s all;
}

.eventlist .arrow2 {
    width:30px; position:absolute; top:18px; right:10px;
}

.eventlist.box2 .flyer{
	max-height:250px; max-width:100%;
}

.eventlist.box2 .flyer:hover{
}
.eventlist.box2 .desc {
    width:95%;
}

.eventlist .title {
    background:#2e343f; color:#fff; font-weight:bold; font-size:17px;
}

.eventlist .category {
    width:50%; border:2px #2e343f dotted;  font-size:10px;
}

.eventlist .content1 {
    border-bottom:2px #2e343f dotted;
}

.eventlist .content2 {
    background:#2e343f; color:#fff; font-size:13px; height:100%;
}

.eventlist .content3 {
    color:#2e343f; font-size:15px;
}

.eventlist .content4 {
    font-size:12px; line-height:170%;
}

@media screen and (max-width: 900px) {
.eventlist .title {
    font-size:13px;
}

.eventlist .category {
    font-size:8px;
}

.eventlist .content1 {
    border-bottom:2px #2e343f dotted;
}

.eventlist .content2 {
    font-size:11px;
}

.eventlist .content3 {
    font-size:12px;
}

.eventlist .content4 {
    font-size:11px;
}
 
.eventlist .btn{
     margin-top:5px;
}
}

/*施工事例*/
.swiper-container {
    overflow: hidden;
}

.slider {
    margin:auto;
    max-width: 100%;
    width: 100%;
}

.slider .swiper-slide img {
  width:70%; margin:10px 15%;
object-fit:cover;
	aspect-ratio: 4 / 5;
	height: 450px;
}

.thumbnail .swiper-slide img {
  width:97%; margin:3%;
object-fit:cover;
	height:130px;
}

.thumbnail .swiper-slide img:hover {
  cursor:pointer;
}

/* サムネイルのスタイル */
.thumbnail .swiper-slide {
  opacity: 0.5;
}

/* サムネイルのアクティブスタイル */
.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
.swiperThumbnail .swiper-slide-thumb-active {
        border: 3px solid #000;
      }

.row_table {
width:100%;
display: table;
}

.row_table,
.row_table td,
.row_table th {
  border: 1px dotted #2E343F;
  border-collapse: collapse;
  text-align: center;
	border-spacing: 0px;
}

.row_table th {
  padding: 7px 3%;
  width: 30%
display: table-cell;
}

.row_table td {
  background: #fff;
  padding: 7px 3%;
  width: 70%
display: table-cell;
text-align: start;
}

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

 .slider .swiper-slide img {
 width:80%; margin:10px 10%;
	 aspect-ratio: 4 / 5;
	 height: 200px;
}

	.thumbnail .swiper-slide img {
	height:100px;
}
	
.row_table th {
background:#2E343F;
color:#fff;
display: block;
  width: 100%;
}

.row_table td {
display: block;
  width: 100%;
  text-align: center;
}
}

/* 施工事例一覧 */
.worklist.box2{
	border:1px dashed; box-sizing:border-box;
border-top:0px; 
}

.worklist .btn{
      margin-top:10px; width:170px; padding:10px; font-size:13px; position:relative; line-height:7px; font-weight: bold; transition: all .6s;border-radius: 0; background-color: #ccd25b;
     color:#fff; box-shadow: 5px 5px 0px #2e343f;
}

.worklist .btn.btn2 {
     background-color: #8f8f8f;
     box-shadow: 5px 5px 0px #2e343f;
}

.worklist .btn:hover {transform:scale(1.03,1.03);
  transition:.6s all;
}

.worklist .arrow2 {
    width:30px; position:absolute; top:18px; right:10px;
}

.worklist.box2 .flyer{
	height:230px; width:100%;
	object-fit: cover;
}

.worklist.box2 .flyer:hover{
filter: opacity(70%);
  cursor: pointer;
}
.worklist.box2 .desc {
    width:95%;
}

.worklist .title {
    background:#2e343f; color:#fff; font-weight:bold; font-size:15px;
}

.worklist .category {
    width:50%; border:2px #2e343f dotted;  font-size:10px;
}

.worklist .content1 {
    border-bottom:2px #2e343f dotted;
}

.worklist .content2 {
    background:#2e343f; color:#fff; font-size:13px; height:100%;
}

.worklist .content3 {
    color:#2e343f; font-size:15px;
}

.worklist .content4 {
    font-size:12px; line-height:170%;
}

@media screen and (max-width: 900px) {
.worklist .title {
    font-size:14px;
}

.worklist .category {
    font-size:8px;
}

.worklist .content1 {
    border-bottom:2px #2e343f dotted;
}

.worklist .content2 {
    font-size:11px;
}

.worklist .content3 {
    font-size:14px;
}

.worklist .content4 {
    font-size:11px;
}
 
.worklist .btn{
     margin-top:5px;
}
}

/* コンタクトフォーム */
.wpcf7-spinner {
    display: none!important;
}

.wpcf7 textarea,
.wpcf7 tel,
.wpcf7-select,
.wpcf7-date,
.wpcf7-checkbox {
width: 80%;
margin:0 10%;
padding:0.3rem;
}

/* 全幅指定 */
.full-width {
    margin: 0 calc(50% - 50vw);
}
/* pタグの余白を削除 */
.wpcf7-form p {
    margin-bottom: 0;
}
/* 背景色（お好きな色に） */

/*  フォームの幅（自由に変えてOK） */
.contactForm {
    max-width: 1000px;
    margin: 0 auto;
}
/* 各項目の下部余白 */
.contact_item {
    margin-bottom: 1.5rem;
}
/* 項目名 */
.label2 {
    display: block;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: .6rem;
    font-weight: bold;
padding-left: 10%; 
}
.label3 {
    padding-left: 11%; 
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
    font-size: 1.1rem;
    color: #ffffff;
    margin-right: 1rem;
    padding: 5px 10px;
}
/* 必須タグ */
.label_must {
    background-color: #6d6d6d;
}
/* 任意タグ */
.label_option {
    background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="tel"],
input[type="select"] ,input[type="date"],.contact_item select {
    border: solid 1px #707070;
    width: 80%;
margin:0 10%;
    font-size: 1.1rem;
}


/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    height: 207px;
    font-size: 1.1rem;
width:100%;
}
/* 確認画面の入力項目 */
.contactForm p.multiform {
    letter-spacing: 0.05em;
    margin-bottom: .6rem;
    padding-left: 13%; 

}
/* ボタン */
ul.btnArea {
    list-style-type: none;
}
.btnArea {
    text-align: center;
    margin-bottom:40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btn_row {
  margin-right: 5px;
}
/* 戻るボタン */

input[type="submit"],
.contact-preve-btn,
input#Back{
    background: #2e343f;
    width: 200px;
    color: #ffffff;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.3;
    text-indent: .5em;
    font-weight: bold;
    padding: 1rem 0;
    cursor: pointer;
    transition: all .3s;
    margin-right: 5px;
    
}
/* ボタンにホバーした時 */
input[type="submit"]:hover,
.contact-preve-btn:hover,
input#Back:hover{
    color: #2e343f;
    background-color: #fff;
    border-color: #2e343f;
}
/* ローダー */
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}
/* モバイル版 */
@media screen and (max-width: 900px) {
    .contact_item {
        margin-bottom: 1.3rem;
    }
 .label2 {
        font-size: 0.8rem;
        margin-bottom: .4rem;
    }
    .label_tag {
        font-size: 0.8rem;
    }
    input[type="text"],input[type="email"], input[type="tel"] {
        font-size: 0.8rem;
    }
    textarea {
        padding: .4rem;
        font-size: 0.8rem;
    }
    input[type="submit"],
    .contact-preve-btn,
    input#Back{        
        width: 130px;
        font-size: 0.8rem;
    }


}

.green a {
	color:#ccd25b!important;
}

/* よくある質問 */
.accordion__body + .accordion__title {
    margin-top: 20px;
}

.accordion__btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 40px 10px 15px;
    background-color:#1f2e71;
    border: 2px solid #1f2e71;
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition: .25s;
}

.accordion__btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: currentColor;
    transform: translateY(-50%);
}

.accordion__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    width: 2px;
    height: 20px;
    background-color: currentColor;
    transform: translateY(-50%);
}

.accordion__btn:focus,
.accordion__btn:hover {
    background-color: #fff;
    color: #1f2e71;
}

.accordion__btn--active::after {
    content: none;
}

.accordion__body {
    display: none;
    padding: 15px;
    border: 1px solid #1f2e71;
}

.accordion__body > *:last-child {
    margin-bottom: 0;
}

.accordion__body--active {
    display: block;
}

.accordion__text {
    margin-bottom: 20px;
}
/* 会社概要 */
.tbl-r05 {
width:100%;
font-weight:bold;
}
.tbl-r05 th {
  background: #1f2e71;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
width: 33%;
text-align:center;
}
.tbl-r05 td {
  border: solid 1px #ccc;
 padding: 10px;
width: 33%;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r05{
    width: 100%;
  }
  .tbl-r05 th,
  .tbl-r05 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.tbl-r05 td:first-child {
  background: #ebeefa;
}

@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #1f2e71;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

.kasou_contents h2.point{
    color: #1f2e71;
    border-bottom: 2px solid #1f2e71;
}

.balloon1, 
.balloon2{
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  max-width: 100%;
  font-size: 22px;
background:#1f2e71;
letter-spacing:2px;
color:#fff;
border-radius:10px;
}

.balloon1:before,
.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1f2e71 ;
}

.balloon1 p ,
.balloon2 p{
  margin: 0;
  padding: 0;
}

.balloon2{
background:#cdd35b;
color:#4b4b4b;
}

.balloon2:before {
  border-top: 15px solid #cdd35b;
}

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

.balloon1,
.balloon2{
 padding: 10px 8px;
font-size: 13px;
letter-spacing:0.6px;
border-radius:5px;
}

.balloon1:before,
.balloon2:before {
}

}

/* お打合せの流れ */
.a-stats {
    --akismet-color-mid-green: #357b49;
    --akismet-color-white: #fff;
    --akismet-color-light-grey: #f6f7f7;

    max-width: 350px;
    width: auto;
}

.a-stats * {
    all: unset;
    box-sizing: border-box;
}

.a-stats strong {
    font-weight: 600;
}

.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
    background: var(--akismet-color-mid-green);
    border: none;
    box-shadow: none;
    border-radius: 8px;
    color: var(--akismet-color-white);
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Extra specificity to deal with TwentyTwentyOne focus style */
.widget .a-stats a.a-stats__link:focus {
    background: var(--akismet-color-mid-green);
    color: var(--akismet-color-white);
    text-decoration: none;
}

.a-stats a.a-stats__link:hover {
    filter: brightness(110%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}

.a-stats .count {
    color: var(--akismet-color-white);
    display: block;
    font-size: 1.5em;
    line-height: 1.4;
    padding: 0 13px;
    white-space: nowrap;
}

/* 無料マニュアル */

