@charset "utf-8";


/*クレーンラインナップ
---------------------------------------------------------------------------*/
.crane-cap{
  text-align: center;
}
.crane-lineup{
  display: flex;
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 3rem;
}
.crane-lineup .crane-wrapper{
  width: 33%;
  height: 510px;
  overflow: hidden;
  background-image: linear-gradient(135deg, rgba(232, 232, 232, 1), rgba(163, 163, 163, 1));
  position: relative;
  transition: .3s;
}
.crane-lineup a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  text-indent: 100%; /*テキスト非表示*/
  white-space: nowrap; /*テキスト非表示*/
  overflow: hidden; /*テキスト非表示*/
  pointer-events: auto;
  z-index: 10;
}
.crane-img {
  position: absolute;
  width: 100%;
  height: 65%;
  overflow: hidden;
}
.crane-img img {
    height: 102%;
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
}
.lineup-jp{
  position: absolute;
  top: 1em;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .6);
  color: #FFF;
}
.lineup-ttl{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em 2em;
  background-color: rgba(0, 0, 0, .4);
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: .1em;
  height: 35%;
}
.lineup-ttl .lineup-en {
  margin: 0;
}
.lineup-ttl .lineup-en img {
  filter: drop-shadow(3px 3px 3px #bababa);
}

.crane-lineup .crane-wrapper:hover{
  transform: scale(1.04);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  z-index: 20;
}



/*クレーン詳細
---------------------------------------------------------------------------*/
.lineup-detail{
  padding: 0!important;
}
.fl-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.fl-txt {
  width: 45%;
  position: relative;
  padding: 1em 3%;
}
.fl-h2 {
  text-align: left!important;
  line-height: 1.3;
  margin: .3em 0 .7em;
  font-size: 3em;
}
.patent-icon{
 font-size: .9em;
 background-color: #616161;
 padding: 5px 20px;
 border-radius: 3px;
 color: #fff;
 display: inline-block;
 letter-spacing: .1em;
}
.fl-txt p {
  margin: 0;
}
.fl-img{
  width: 50%;
}
.patent01 {
  background-image: linear-gradient(90deg, rgba(246, 246, 246, 1), rgba(255, 255, 255, 1));
}
.patent02 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(246, 246, 246, 1));
}
.patent01 .fl-img {
  text-align: left;
}
.patent02 .fl-img {
  text-align: right;
}
.patent01 .img-ab {
  position: absolute;
  bottom: -30px;
  right: -50%;
  width: 35%;
  display: none;
}
.patent02 .img-ab {
  position: absolute;
  bottom: -30px;
  left: -50%;
  width: 35%;
  display: none;
}

.crane-btn {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.crane-btn li {
  background-color: #000000;
  padding: .5em 3em;
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  margin: .5em 0;
  transition: .3s;
}
.crane-btn li:hover {
  border-radius: 40px;
}

.crane-btn .seinou a::after {
  content: "";
  background-image: url("../images/crane/link.svg");
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  margin-left: 1rem;
}
.crane-btn .pdf a::after {
  content: "";
  background-image: url("../images/crane/download.svg");
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  margin-left: 1rem;
}

/*クレーン自動選定
---------------------------------------------------------------------------*/
#crane .service-content {
  display: flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 8rem;
}
#crane .service-content img {
  width: 40%;
  border-radius: 12px;
}
#crane .service-content .service-text {
  width: 58%;
}
#crane .service-content .service-text h3{
      font-size: 1.8em;
    margin-bottom: 10px;
    color: #203f5e;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    letter-spacing: 2px;
}
#crane .service-content .service-text .app{
  display: flex;
  margin: 40px auto;
  width: fit-content;
}
#crane .service-content .service-text .app .ios{
    margin-right: 20px;
    margin-bottom: 0;
}
.app-button a {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 10px 45px 10px 25px;
  font-family: "Noto Sans Japanese";
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  color: #000000;
  letter-spacing: .1em;
  font-size: 1.1em;
  border-radius: 30px;
  border: 2px solid #000000;
  width: 50%;
}
.app-button a:hover {
  background: #000000;
  color: #fff;
}
.app-button a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.app-button a:hover:after {
  border-color: #FFF;
}


/*---------------------------------------------------------------------------
【SP】画面サイズが767px以下
---------------------------------------------------------------------------*/
@media screen and (max-width:767px) { 

/*クレーンラインナップ
---------------------------------------------------------------------------*/
.crane-lineup{
  flex-wrap: wrap;
}
.crane-lineup .crane-wrapper{
  width: 100%;
  height: 220px;
  margin-bottom: 5px;
}
.crane-img {
  height: 100%;
}
.lineup-ttl{
  height: 75%;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #ffffff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: -160px;
	bottom: 0;
	right: -140px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sample1-4::before{
	left: -7px;
	width: 17px;
	height: 8px;
	background: #ffffff;
}
.sample1-4::after{
	left: -4px;
	width: 16px;
	height: 16px;
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*クレーン詳細
---------------------------------------------------------------------------*/

  .fl-1 {
    padding: 3em 3%;
    flex-wrap: wrap;
  }
  .fl-txt {
    width: 100%;
    position: relative;
    margin-bottom: 2em;
  }
  .fl-img{
    width: 100%;
  }
  .patent01 {
    flex-direction:column-reverse
  }
  .patent01 .fl-img ,
  .patent02 .fl-img {
    text-align: center;
  }
  .patent01 .img-ab ,
  .patent02 .img-ab {
    position: relative;
    bottom: 0;
    left: 0;
    width: 50%;
    text-align: center;
    margin: 1em auto;
  }
  

/*メイン画像
---------------------------------------------------------------------------*/
#mainimg {
  height: 50vw;
}

/*クレーン自動選定
---------------------------------------------------------------------------*/
#crane .service-content {
  display: block;
  width: 90%;
}
#crane .service-content img {
  width: 100%;
}
#crane .service-content .service-text {
  width: 100%;
}
#crane .service-content .service-text h3{
      font-size: 1.7em;
}
#crane .service-content .service-text .app{
  display: block;
}
#crane .service-content .service-text .app .ios{
  margin-right: 0;
  margin-bottom: 20px;
}
.app-button a {
  width: 100%;
}

/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}





/*---------------------------------------------------------------------------
【Tab】画面サイズ768px以上1024px以下
---------------------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:1024px) {

/*クレーンラインナップ
---------------------------------------------------------------------------*/
.crane-lineup .crane-wrapper{
  height: 450px;
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}





/*---------------------------------------------------------------------------
【PC】画面サイズ1025px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:1025px) {

/*menubarブロック設定
---------------------------------------------------------------------------*/

/*メニュー１個あたりの設定*/
.p #menubar a {
	color: #616161;
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}
