@charset "utf-8";
@media screen and (min-width: 1024px) {

/*------------------*/
/*    デバイス別    */
/*------------------*/
.tablet,
.smart,
.smart-tablet {
	display:none;
}
/*------------------*/
/*       共通       */
/*------------------*/
html,body{
  margin:0;
  padding:0;
  width: 100%;

}
html {
  display: table;
}
body{
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;/*印刷対応*/
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #000;
    text-decoration:none;
}
.clear{
    clear:both;
}


/*------------------*/
/*       header     */
/*------------------*/

.header1{
 display:flex;
 align-items:center;
 margin:2em;
}

.menu{
  width:45%;
  height:auto;
  margin:1em;
  display:flex;
  list-style:none;
  padding:0;
}

.menu li{
    margin:0;
    padding: 10px 0;
    width: 400px;
    height: 30px;
    text-align: center;
    font-size: 130%;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
}

.menu1{
  padding:1em 2em;
  border-left:solid 1px #699e80;
  }

.menu2{
  padding:1em 2em;
  border-left:solid 1px #699e80;
  border-right:solid 1px #699e80;
  margin-right:2em;
}

.logo{
  width:50%;
  height:3em;
  background: no-repeat center/40% url(../common/logo.png);
  overflow:hidden;
  text-indent:100%;
  white-space:nowrap;
}

.logo a{
  height:100%;
  display:block;
}

.content{
  width:100%;
  margin:0 auto;
  margin-top:70px;
  max-width: 1500px;
  text-align: center;
  box-sizing: content-box;
}
h1{
  margin:0;
}

h2{
  margin:0.5em 0;
  font-size:250%;
}

.h2en{
  display:inline-block;
  margin:50px 0px 20px 0px;
  border-bottom:solid 2px #699e80;
  font-family: 'Tangerine', cursive;
  font-size:600%;
  font-weight:lighter;
  color:#03502E;
  padding:0 20px 35px 20px;
}

h3{
  font-size: 300%;
  color: #486e59;
}
.content li {
  list-style:none;
}

.content ul{
  padding:0;
}
/*------------------*/
/*   トップページ   */
/*------------------*/

/*bxslider*/
.bx-wrapper{
  border:none!important;
  box-shadow:none!important;
  margin:0 !important;
}

.bxslider{
  margin:0;
  padding:0;
}

.bxslider img{
  height:auto;
  width:100%;
  object-fit:cover;
  border-bottom: solid 20px #03502E;
}

/*陽気産業の特長*/

.features{
  margin-bottom:100px;
}

.box1{
  display:flex;
  justify-content:center;
  margin:3em 0em;
}

.box{
  width:320px;
  height:320px;
  margin: 50px;
  position:relative;
  overflow:hidden;
}

.features-photo {
  display: flex;
  justify-content: center;
}

.box1 a{
  text-decoration: none;
}

.features-photo img{
  position:absolute;
  width:auto;
  height:100%;
  transition-duration:0.5s;
  opacity:0.5;
  display:block;
}

.features-photo::before{
  content:'';
  background-color:#3f7a60;
  position:absolute;
  transform:translate(-50%, -50%);
  top:50%;
  left:50%;
  width:100%;
  height:100%;
}

.features-photo:hover img{
  transform:scale(1.2);
  transition-duration:0.5s;
}

.box p{
  margin: 120px 0 0 0;
  padding:0;
  font-size:250%;
  line-height: 1.5em;
  color:#ffff;
  position:relative;
  z-index: 1;
}
.box p.r2{
  margin-top: 100px;
}

/*陽気産業について*/
.about{
    width: 90%;
    margin:0 auto;
    margin-top:50px;
}
.about-text{
    width: 30%;
    font-size: 300%;
    font-weight: bold;
    margin:30px 0;
    padding-top: 3em;
}
.about-text a{
    color:#5b5b5b;
}
.about-photo{
    margin:30px 0;
    width:70%;
}

.about-photo img{
  width:100%;
  height:auto;
}

.about .left{
  float:left;
}

.about .right{
  float:right;
}


/*------------------*/
/*  サブページ共通  */
/*------------------*/
.content2{
    margin: 0 auto;
    width:100%;
    margin-top: 170px;
    max-width: 1200px;
    text-align: center;
    box-sizing: content-box;
}

.header2{
  width:100%;
  position:relative;
}

.header2-img{
  width:100%;
  height:60%;
}

.header2-img img{
  overflow: hidden;
  width: 100%;
  height: 100%;  
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}

.subpage-title{
  text-align:center;
  position:absolute;
  top:100%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  padding:0 200px 0 200px;
  background-color:#ffff;
}

.margintop{
  margin-top:200px;
}
.margintop100{
  margin-top:100px;
}

.red-text{
  font-size:200%;
  color:#ff0000;
}

.text1{
  font-size:120%;
  margin-bottom:50px;
  text-align:left;
}

/*写真横並び3列*/
.photo-box{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.photo{
    margin-bottom: 30px;
}

.photo img{
  border:solid 2px #e9e9e9;
  width: 330px;
}

/*表*/
table.ta1{
  border-collapse:collapse;
  width:100%;
  margin:0;
}

table.ta1 th,table.ta1 td{
  border:solid 2px #eaeae2;
  padding:10px;
  font-size:110%;
}

table.ta1 th{
  background-color:#f6f6ea;
}  

table.ta1 td{
  text-align:left;
}
table.ta1 .red{
  color:#c0392b;
  font-weight:bold;
}

/*長距離輸送*/
.img2 img{
  float:right;
  margin-right:15px;
  }
  
.figure{
  float:right;}  

.track10{
  margin:0;
  width:30%;
  float:right;
  position:relative;
  bottom:20px;
}

.track10 img{
  width:100%;
}

.japanmap{
  width:50%;
  position:absolute;
  right:0;
}

.japanmap img{
  width:100%;
}

 
/*会社概要*/
/*署名*/
.president{
  text-align:right;
  }
  
.president span{
    font-size: 120%;
    padding-left: 1em;
}

/*採用情報*/
/*QA*/
.qa{
    text-align:left;
    font-size: 110%;
}
.qa dt {
    padding: 10px 10px 10px 35px;
    border-radius: 5px;
    background: #f6f6ea;
    text-indent: -25px;
}
.qa dt:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 7px;
}
.qa dd {
    margin: 20px 10px 40px 35px;
    text-indent: -25px;
}
.qa dd:before {
    content: "A.";
    font-weight: bold;
    margin-right: 7px;
}


/*----------------------*/
/* ハンバーガーメニュー */
/*----------------------*/
.menu-btn{
  position:absolute;
  top:5px;
  right:5px;
  display:flex;
  height:50px;
  width:50px;
  justify-content:center;
  align-items:center;
  z-index:60;
  background-color:#699e80;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check{
  display:none;
}

#global{
  display:none;
  }


.menu-content{
  width:100%;
  height:auto;
  position: fixed;
  top:0;
  left:-100%;
  z-index:20;
  background-color:#699e80;
  transition:all 0.5s;
}

.menu-content ul{
  padding:10px;
}

.menu-content ul li a{
  width:100%;
  box-sizing:border-box;
  text-decoration:none;
  position:relative;
  color:#ffff;
  font-size: 120%;
}

#menu-btn-check:checked ~ .menu-content{
  left:0; /*メニューを画面内にする*/
}

/*---アコーディオンメニュー---*/  
.menu-content >ul > li{
  position:relative;
  list-style:none;
  padding:10px;
  border-bottom:solid 1px #ffff;
  text-align:center;
}
  
.menu-item span{
  position:absolute;
  right:10px;
  top:10px;
  color:#ffffff;
  padding: 0;
  font-size: 190%;
}

.acd-sub-menu{
  display:none;
  list-style:none;
  color:#ffff;
  }
  
.acd-sub-menu li{
  padding:5px 0;
  font-size:100%;
}
/*---チェックボックス非表示---*/
.checkbox{
    display: none;
}
/*---チェックボックス非表示終了---*/


/*------top-header非表示------*/
.top-header-none{
  display:none;
}

/*------header-logo非表示------*/
.header-logo-none{
  display:none;
}

input{
  display:none;
}


/*------------------*/
/*     footer       */
/*------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 200%;
    z-index: 500;
}

#page-top a {
    background: #0c5735;
    text-decoration: none;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    display: block;
    border-radius: 30px;
    font-size: 70%;
    border: 1px solid #fff;
    line-height: 1em;
}

footer{
  clear:both;
  background:linear-gradient(#699e80 , #03502E);
  width:100%;
  height:auto;
  margin:0;
  border-bottom:solid 5px #ffff;
  margin: 50px 0 0 0;
}

.footer{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: content-box;
    padding: 50px 10px;
}

footer .left{
    width: auto;
    margin: 0;
    float: left;
}

.f_logo{
  width:20em;
  height:auto;
}

.address p{
  font-family: 'Noto Sans JP', sans-serif;
  color:#ffff;
  font-size:140%;
  margin:0;
}

.contact{
  font-size:130%;
  text-align:center;
  padding:5px 0px;
  color:#ffff;
  border:solid 1px #ffff;}

footer .right{
    margin: 0;
    font-size: 130%;
    float: right;
}

ul.f_menu{
  color:#fff;
  list-style-type: ' － ';
}
ul.f_menu a{
  color:#fff;
}
ul.f_menu-sub{
  display:flex;
  padding: 0.2em 0 0 0;
}
ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.f_menu-sub li {
	position:relative;
	padding: 0 1em 1em;
	list-style:none;
}
ul.f_menu-sub li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #fff;
}
.call_number{
  font-size:200%;
  color:#ffff;
  margin:0;
  font-family: 'Kaisei HarunoUmi', serif;
}

.number{
  display:flex;
  align-items:center;
}

.material-icons{
  font-size:200%!important;
  color:#ffff;
  transform:rotate(0.04turn);
}

.copyright{
  text-align:right;
  margin-right:50px;
}

.copyright p{
  color:#ffff;
  margin:0;
}

/*footer 街とトラックのイラスト*/
.illust{
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 40px;
}

.illust img{
  position:relative;
  top:4px;
  height: 40px;
  width:auto;
  padding:0;
}

.illust .city{
  margin-left:100px;
  margin-right:50px;
  float:left;
}
.illust .track{
  margin-left:500px;
  float:left;
}

}/*media*/