@charset "utf-8";


/* ==================================================================
	business.css
	
=================================================================== */

/* --------------------------------
   □ accentarea
-------------------------------- */ 
.contents main > .accent{
    background: url(../../images/business/title_bg.jpg) center / cover;
}
   
/* --------------------------------
   □  intro
--------------------------------*/
#intro{
    margin-top: 86px;
    padding-top: 0;
    text-align: left;
}

/* --------------------------------
   □  drone
--------------------------------*/ 
#drone .textarea .explain p.text {
    padding-bottom: 31px;
}

#drone .type{
    border-bottom:  1px solid #C7C7C7;
    padding-bottom: 112px;
    padding-top: 72px
}

    #drone .type:first-child{        
        padding-top: 0;
    }   

    #drone .type:last-child{
        border-bottom: none;
    }

#drone .textarea dl{
	margin-bottom: 40px;
}

#drone .textarea dl dt{
	font-size: 112%;
	margin-bottom: 15px;
	font-weight: 700;
}

#drone .textarea dl dd{
}

#drone .textarea ul.list{
    margin-top: 30px;
}

#drone .textarea ul.list li{    
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 0.5em;
}

    #drone .textarea ul.list li:nth-child(even){
        margin-right: 0;
    }

.cf:before, .cf:after{
    content:"";
    display:table
}
.cf:after{ clear:both }

  /* --------------------------------
       □ swiper
    --------------------------------*/
    .swiper-container{
        margin-bottom: 30px;
        text-align: center;
    }

    .swiper-slide a{
        display: block;
        position: relative;
        margin: auto;
    }

    #drone .swiper-button-prev{
        background-image: url("../../images/business/gt.svg");
        left: 25px;
        background-size: 20px 20px;
    }

    #drone .swiper-button-next{
        background-image: url("../../images/business/lt.svg");
        right: 25px;
        background-size: 20px 20px;
    }

    #drone .swiper-button-prev, 
    #drone .swiper-button-next {
        width: 20px;
        height: 20px;
    }

    #drone .swiper-container .swiper-pagination{
        position: static;
        width: auto;
        display: inline-block;            
    }

    #drone .swiper-pagination-bullet-active{
        background: #19191A;
    }

    #drone .swiper-container .swiper-wrapper .swiper-slide img{
        width: 100%;   
        height: auto;
        object-fit: cover;
    }

/* --------------------------------
   □  works
--------------------------------*/ 
#works ul.list li {
    width: 363px;
    float: left;
    margin-right: 10px;
    margin-bottom: 25px;
}

    #works ul.list li:nth-child(3n) {
        margin-right: 0;
    }    

#works ul.list li a{
    color: #202020;
    text-decoration: none;
}

#works ul.list li p.image{
    margin-bottom: 0;
    overflow: hidden;
}

#works ul.list li p.image img{
    box-shadow: 1px 1px 5px #c7c7c7;
    transition: 1s all;
}

#works ul.list li a:hover p.image img{
    transform: scale(1.2,1.2);
    transition: 1s all;
}

 /* --------------------------------
       □ tabs
    -------------------------------- */ 
    #works .tabInterface{
        width: 100%; 
        height: 30px;
        padding-bottom: 18px;
        margin-bottom: 41px;
        border-bottom: 1px solid #C7C7C7;
    }

        #works .tabInterface li{
            width: 33.33%;
            float: left;
            text-align: center;
        }

        #works .tabInterface li:last-child{	
            margin-right: 0;
        }

        #works .tabInterface li a{                
            width: 108px;                
            padding: 2px 10px;
            border: 1px solid #D6D6D6;
            border-radius: 20px;
            font-size: 100%;
            font-weight: 700;
            display: inline-block;
            text-align: center;
            color: #202020;
            text-decoration: none;
        }

        #works .tabInterface li a:hover{
            background: #202020;
            color: #fff; 
            filter: opacity(100%);
        }

        #works .tabInterface li.active a{
            background: #202020;
            color: #fff;
        }

        #works .tabContents{
		animation-name: animation-fadeIn;
		-webkit-animation-name: animation-fadeIn;

		animation-duration: 1.5s;	
		-webkit-animation-duration: 1.5s;
        }

/* --------------------------------
   □  price
--------------------------------*/ 
#price{
    padding-bottom: 105px;
}

#price table.tableStyle th, 
#price table.tableStyle td{
    text-align: center;
}

#price table.no2{
    margin-top: 40px;
}

#price .annotation.no2{
    padding-bottom: 73px;   
}

#price table.no3{
    margin-bottom: 8px;
}

#price h3.no3{
    padding-top: 73px;
    border-top: 1px solid #C7C7C7
}

#price .caution{
    margin-bottom: 10px;
}

#price table.tableStyle.no1 th.blue,
#price table.tableStyle.no2 th.blue,
#price table.tableStyle tr.bold.white td{
    font-size: 137.5%; 
}

#price table.tableStyle th.white{
    font-size: 125%;
}

#price table.tableStyle .gray td{
    font-size: 112.5%;
}

#price table.tableStyle.no3 th.blue {
    font-size: 125%; 
}

#price table.tableStyle td{
    font-size: 93.75%; 
}


/* --------------------------------
   □  WORKS詳細
-------------------------------- */ 
.details .contents main > .accent{
    background: url(../../images/business/works/title_bg.jpg) center / cover;
}

/* --------------------------------
   □  事業一覧
-------------------------------- */ 
#drone.drone--business{
	margin: 0;			
}
#drone .type--grid{
	display: grid;
  grid-template-columns: 460px 1fr;
  gap: 56px;
  padding-top: 64px;
  padding-bottom: 64px;
}
#drone .type--grid.lastChild{
	padding-bottom: 112px;
}
#drone .type--grid:before,
#drone .type--grid:after{
	display: none;
}
.contents main .type--grid .imagearea{
	width: auto;
  margin: 0;
  float: inherit;
}
.contents main .type--grid .imagearea .firstChild{
  display: flex;
  flex-direction: column;
  gap: 16px;
  
  display: grid;
  gap: 8px;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
}
.contents main .type--grid .imagearea .firstChild img{
  width: auto;
  display: block;
}
.contents main .type--grid .textarea{
	width: auto;
  margin: 0;
  float: inherit;
}


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

    /* --------------------------------
       □  intro
    -------------------------------- */ 
    #intro{
        margin-top: 30px;
    }
    
    #intro .lv5{
        font-size: 125%;
    }
    
   /* --------------------------------
       □  drone
    -------------------------------- */     
   #drone .textarea ul.list{
        margin-top: 20px;
    }
    
    #drone .textarea ul.list li{
        font-size: 87.5%;
        float: none;
        width: auto;
    }
    
    #drone .textarea .explain p.text{
        border-bottom: none;
        padding-bottom: 0px;
    }
    
    #drone .type{
        padding-bottom: 40px;
    }
    
    #drone .type:last-child{
        padding-bottom: 0;
        padding-top: 40px;
    }

    /* --------------------------------
       □  works
    -------------------------------- */  
    #works ul.list li{
        width: auto; 
        margin-right: 0;
    }
    
    #works ul.list li:last-child{
        margin-bottom: 0;
    }

    #works .tabInterface li a{
        font-size: 75%;
        width: 6em;
    }
    
    /* --------------------------------
       □  price
    -------------------------------- */
    
    #price {
        padding-bottom: 60px;
    }
    
    #price .lv4{
        margin-bottom: 0;
    }
    
    #price table.tableStyle.no1 th.title,
    #price table.tableStyle.no2 th.title{
        width: 90px;
    }
    
    #price table.tableStyle.no1 th,
    #price table.tableStyle.no1 td{
        width: 150px;
    }
    
    #price table.tableStyle.no2 th,
    #price table.tableStyle.no2 td{
        width: auto;
    }
        
    #price table.tableStyle.no2 td{
        text-align: left;
    }
      
    #price table.tableStyle.no3 th{
        width: 215px;
        min-width: 215px;
        box-sizing: border-box;
    }
    
    #price .annotation.no2{
        padding-bottom: 40px;
    }
    
    #price h3.no3{
        padding-top: 40px;
    }
        
    #price table.tableStyle.no1 th.blue,
    #price table.tableStyle.no2 th.blue{
        font-size: 100%; 
    }

    #price table.tableStyle th.white{
        font-size: 100%;
    }

    #price table.tableStyle .gray td,
    #price table.tableStyle tr.bold.white td{
        font-size: 93.75%;
    }

    #price table.tableStyle.no3 th.blue{
        font-size: 100%; 
    }
    
    
    /* --------------------------------
       □  WORKS詳細
    -------------------------------- */ 
    table.tableStyle.glay th{
        width: 6em;
    }
    
    table.tableStyle.glay td{
        width: auto;
    }
    
    .entry .sentence p.image {
        margin-bottom: 20px;
    }
    
    /* --------------------------------
		   □  事業一覧
		-------------------------------- */ 
		#drone.drone--business{
	    margin-left: -2%;
	    margin-right: -2%;
		}
		#drone .type--grid{
      grid-template-columns: 1fr;
	    gap: 24px;
		}
		#drone .type--grid.lastChild{
		}
		.contents main .type--grid .imagearea{
		}
		.contents main .type--grid .imagearea .firstChild{
	    grid-template-columns: 1fr;
		}
		.contents main .type--grid .imagearea .firstChild img{
		}
		.contents main .type--grid .textarea{
		}
}
