@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  outline: none;
  font-style: normal;
  font-weight: normal;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
h1,h2,h3,h4,h5 {
  line-height: 1.55;
  font-size: 100%;
  font-weight: normal;
}
table { border-collapse: collapse; }
table th, table td {
  text-align: left;
  vertical-align: top;
}
ul,ol { list-style-type: none; }
img {
  width /***/:auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.Clear { clear: both; }


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	overflow-y: scroll;
	line-height: 1.55;
	font-feature-settings: "palt" 1;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 16px;
	color: #2a2b2b;
}
/*a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}*/

.container{
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1099px){
  .container{
    width: auto;
    margin: 0;
  }
}

/*-----Header-----*/
header{
  position: fixed;
  width: 100%;
  height: 120px;
  background-color: rgba(19, 20, 20, 0.7);
  z-index: 10;
}
.headerWrapper{
  display: flex;
  justify-content: space-between;
}
.headerWrapper h1{
  margin: 33px 0;
}

.headerWrapper nav{
  display: flex;
  align-items: center;
}



.headerWrapper nav ul li a{
  padding: 0 1em 0 1em;
  font-family: "メイリオ";
  color: #ffffff;
}
.headerWrapper nav ul li a:hover{
  background-color: #a9a9a9;
  transition: all 0.5s;
}

/*NAV 仕切り線*/
.headerWrapper nav ul li{
  position: relative;
  display: inline-block;
  padding: 10px 0px;
}
.headerWrapper nav ul li::after{
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  top: 15px;
  right: -3px;
  background-color: #ffffff;
}
.headerWrapper nav ul li:nth-child(7)::after{
  content: none;
}
.menu-content .spOnly{
  display: none;
}
#menu-btn-check {
  display: none;
}

/*-----Top-----*/
#top .slideshow img{
  display: none;
  position: absolute;
  top: 0px;
  height: 800px;
  width: 100%;
  z-index: 2;
}

#top .inner{
  background: linear-gradient(to bottom, rgb(128,26,31) 0%,rgb(197,20,35) 63%,rgb(94,14,22) 100%),
              url(../images/deco_left-top_upper.png),
              url(../images/deco_right-bottom_upper.png),
              url(../images/deco_left-top_back.png),
              url(../images/deco_right-bottom_back.png),
              linear-gradient(rgba(19, 20, 20, 0.7) 0%,rgba(19, 20, 20, 0.7) 100%);
              /*url(../images/main.jpg) ;*/
  background-repeat: no-repeat;
  background-size: 100% 10px,270px 350px,270px 350px,350px 500px,350px 500px,cover,cover;
  background-position: center bottom,left 120px,right bottom,left 120px,right bottom,center top,center top;
  position: relative;
  height: 800px;
  width: 100%;
  z-index: 3;
}

#top h1{
  position: absolute;
  margin-top: 350px;
  left: 50%;
  transform: translate(-50%);
  z-index: 4;
  text-align: center;
  font-size: 2.5em;
  text-shadow: 0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff;
  color: #FF5700;
}
.spBr {
  display: none;
}

#about{
  margin-top: 83px;
  margin-bottom: 100px;
  text-align: center;
}
#about h2{
  margin-bottom: 28px;
  font-size: 2.5em;
  color: #FF5700;
}
#about p{
  font-family: "メイリオ";
  color: #131414;
}
#about h3{
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1.7em;
  color: #E38C00;
}
#about .goalsLogo{
  margin-top: 64px;
}

/*-----News-----*/
#news{
  height: 295px;
  background-color: #717272;
  color: #ffffff;
}
.newsWrapper{
  display: flex;
  padding-top: 35px;
}
.newsWrapper h2{
  margin-right: 40px;
  margin-left: 10px;
  font-size: 1.9em;
}
.newsContents{
  height: 230px;
  padding: 0 60px 0 40px;
  border-left: 4px solid #ffffff;
  overflow: auto;
}
.newsContents dl{
  display: flex;
  padding-top: 10px;
  font-family: "メイリオ";
  font-size: 0.9em;
} 
.newsContents dd{
  padding-left: 15px;
}


/*-----Content-----*/
#contents{
  position: relative;
  width: 100%;
  height: 900px;
  Padding-bottom: 80px;
  background-color: #717272;
}

#contents::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 900px;
  background-image: url(../images/ami.png);
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}
#contents h2{
  position: relative;
  top: 80px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font-size: 1.9em;
  color: #ffffff;
  z-index: 3;
}
#contents h2::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(to bottom,  rgb(72,33,14) 0%,rgb(128,85,49) 7%,rgb(243,194,130) 60%,rgb(156,103,74) 100%);
  top: 80px;
  left: 0;
  z-index: 3;
}

.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 160px;
}

.content{
  position: relative;
  width: 530px;
  height: 300px;
  z-index: 3;
}

@media (max-width: 1099px){
  .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 190px;
  }
  .content{
    position: relative;
    width: 480px;
    height: auto;
    z-index: 3;
  }
}

.box{
  position: absolute;
  width: 300px;
  height: 145px;
  bottom: 0;
  right: 115px;
}
.companyBox{
  background-color: rgba(255, 87, 0, 0.7);
}
.businessBox{
  background-color: rgba(240, 161, 0, 0.7);
}
.equipmentBox{
  background-color: rgba(41, 169, 224, 0.7);
}
.inquiryBox{
  background-color: rgba(34, 179, 115, 0.7);
}
.content dt{
  position: absolute;
  width: 300px;
  padding: 0 55px 0;
  bottom: 60px;
  left: 0px;
  text-align: center;
  font-size: 1.9em;
  color: #ffffff;
}
.content dt::before{
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  top: 45px;
  left: 100px;
  background-color: #ffffff;
}
.content dd{
  position: absolute;
  width: 300px;
  padding: 0 55px 0;
  bottom: 30px;
  left: 0px;
  text-align: center;
  font-size: 1.25em;
  color: #ffffff;
}

/*　画像の拡大　*/

.zoomIn img{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn:hover img{/*hoverした時の変化*/
	transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/

.mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

/*-----Footer-----*/
footer{
  position: relative;/*トップに戻るボタンのため*/
  margin-top: 100px;
}
.footerWrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.footerLogo{
  width: 185px;
}
.footerTel{
  width: 245px;
  padding-top: 10px;
}

footer nav{
  padding: 0 0;
  background-color: #333333;
}
footer nav ul{
  display: flex;
  justify-content: center;
}
footer nav ul li{
  position: relative;
  display: inline-block;
  padding: 14px 14px;
}

footer nav ul li a:hover{
  background-color: #a9a9a9;
  transition: all 0.5s;
}

footer nav ul li a{
  font-family: "メイリオ";
  color: #ffffff;
}
footer nav ul li::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  top: 20px;
  right: 0px;
  background-color: #ffffff;
}
footer nav ul li:last-child::after{
  content: none;
}

address{
  padding: 20px 0 25px;
  text-align: center;
  font-family: "メイリオ";
  font-size: 0.875em;
}
address .addWrapper{
  display: flex;
  justify-content: center;
}
address h2,address p,address dl{
  padding-right: 1em;
} 
address dl {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
address dd::before{
  content: ":";
}
address .telWrapper{
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
@media (max-width: 1099px){
  footer nav ul li{
    font-family: "メイリオ";
    color: #ffffff;
    font-size: 0.9em;
    padding: 14px 10px;
  }
}
/*-----上へ戻るスクロールボタン-----*/
.button{
  position: fixed;
  padding: 10px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: .3s;
  font-size: 50px;
  color: #fff;
  
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

/*このクラスが付与されると表示する*/
.absolute{
  position: absolute;
  top: -70px;
  bottom: auto;
}

/*---ふわっとFadeUp---*/

/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }