@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;
  width: 100%;
}


.container{
  width: 100%;
  margin: 0 auto;
}
.headerWrapper h1{
  padding-left: 10px;
}

/*-----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;
}

/*ハンバーガーアイコン*/
.menu-btn {
  position: fixed;
  top: 30px;
  right: 20px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #3584bb;
}
.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;
}


.menu-content ul {
  padding: 100px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #3584bb;
  transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

/*-----Top-----*/
#top img{
  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,189px 245px,189px 245px,245px 350px,245px 350px,cover,cover;
  /*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{
  width: 100%;
  position: absolute;
  margin-top: 350px;
  left: 50%;
  transform: translate(-50%);
  z-index: 4;
  text-align: center;
  font-size: 1.875em;
  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: block;
}
#about{
  margin-top: 75px;
  margin-bottom: 100px;
  text-align: center;
}
#about h2{
  margin-bottom: 15px;
  font-size: 2.5em;
  color: #FF5700;
}
#about p{
  font-family: "メイリオ";
  color: #131414;
  padding: 0 30px;
}
#about h3{
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.7em;
  color: #E38C00;
}
#about .goalsLogo{
  margin-top: 70px;
}
@media (max-width: 390px){
  #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,135px 175px,135px 175px,175px 250px,175px 250px,cover,cover;
    /*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%;
  }
  #top h1{
    font-size: 1.6em;
  }
  #about h3{
    padding: 0 5px;
  }
}


/*-----News-----*/
#news{
  height: 100%;
  background-color: #717272;
  color: #ffffff;
  
}
.newsWrapper{
  display: flex;
  flex-direction: column;
  padding: 35px 0;
}
.newsWrapper h2{
  margin-right: 40px;
  margin-left: 30px;
  font-size: 1.9em;
}
.newsContents{
  height: 230px;
  overflow: auto;
  margin: 0 30px;
  padding: 0;
  border-top: 4px solid #ffffff;
  border-left: 0px;
}
.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: 100%;
  Padding-bottom: 80px;
  background-color: #717272;
}

#contents::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/ami.png);
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}
#contents h2{
  position: relative;
  top: 60px;
  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: 70px;
  left: 0;
  z-index: 3;
}

.flex{
  display: flex;
  justify-content: center;
  flex-flow: column;
  gap: 30px;
  margin-top: 140px;
}

.content{
  position: relative;
  width: 530px;
  height: 46.8%;/*300px*/
  z-index: 3;
  margin: 0 auto;
}
.box{
  position: absolute;
  width: 56.6%;/*300px*/
  height: 48.3%;/*145px*/
  bottom: 0;
  right: 20.9%;/*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: 85.6%;/*300px*/
  margin: 0 auto;
  /*padding: 0 55px 0;*/
  bottom: 45.3%;/*60px*/
  left: 20px;
  text-align: center;
  font-size: 1.9em;
  color: #ffffff;
}
.content dt::before{
  position: absolute;
  content: '';
  width: 40%;/*100px*/
  height: 3px;
  top: 94%;/*45px*/
  left: 29.5%;/*80px*/
  background-color: #ffffff;
}
.content dd{
  position: absolute;
  width: 85.6%;/*300px*/
  margin: 0 auto;
  /*padding: 0 55px 0;*/
  bottom: 23%;/*30px*/
  left: 20px;
  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;/*拡大してはみ出る要素を隠す*/
}

@media (max-width: 550px){
  .content{
    width: auto;
    height: auto;
    margin: 0 10px;
  }
  .content dt{
    font-size: 170%;
  }
  .content dd{
    font-size: 100%;
  }
}
@media (max-width: 390px){
  .content dt{
    font-size: 130%;
  }
  .content dt::before{
    height: 1px;
  }
  .content dd{
    font-size: 80%;
  }
  
}

/*-----Footer-----*/
footer{
  position: relative;/*トップに戻るボタンのため*/
  margin-top: 100px;
  padding-bottom: 20px;
}
.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;
  flex-wrap: wrap;
  padding: 0 0;
  background-color: #333333;
}
footer nav ul li{
  position: relative;
  display: inline-block;
  padding: 7px 7px;
}

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: 12px;
  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;
  flex-direction: column;
}
address h2,address p,address dl{
  padding-right: 1em;
} 
address dl{
  display: flex;
  flex-wrap: wrap;
  padding-right: 1em;
  text-decoration: none;
}
address dd::before{
  content: ":";
}
address .telWrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.Tel{
  color: #000000;
}


@media (min-width: 641px) {
  footer a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 390px){
  footer nav{
    padding: 12px 0;
  }
  footer nav ul{
    line-height: 0.8;
  }
  footer nav ul li::after {
    height: 12px;
    top: 8px;
  }
}

/*-----上へ戻るスクロールボタン-----*/
.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;
  }