@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #000;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

/* 横幅設定用のクラス */
.wrapper-1080 {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}



/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 20px;
}
#header .logo {
  width: 100%;
  max-width: 310px;
}
#header .logo a {
  display: block;
}


/* ハンバーガーメニュー */
#header .hamburger {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 130;
}
#header .hamburger span {
  width: 30px;
  height: 3px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  left: 10px;
  transition: all 0.4s;
}
#header .hamburger span:nth-of-type(1) {
  top: 16px; 
}
#header .hamburger span:nth-of-type(2) {
  top: 25px;
}
#header .hamburger span:nth-of-type(3) {
  top: 34px;
}
#header .hamburger.active span:nth-of-type(1) {
  top: 24px;
  transform: rotate(-45deg);
}
#header .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
#header .hamburger.active span:nth-of-type(3) {
  top: 24px;
  transform: rotate(45deg);
}


/* ハンバーガーメニューの内部 */
#header .navi {
  width: 60%;
  height: 100vh;
  background-color: #fff;
  padding: 0px 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
}
#header .navi.active {
  opacity: 1;
  visibility: visible;
}
#header .navi .menu-area {
  width: 100%;
  height: 100vh;
  overflow: auto;

  /* スクロールバー非表示：IE, Edge 対応 */
  -ms-overflow-style: none;
  /* スクロールバー非表示：Firefox 対応 */
  scrollbar-width: none;

}
/* スクロールバー非表示：Chrome, Safari 対応 */
#header .navi .menu-area::-webkit-scrollbar {
  display: none;
}

/* 一覧表 */
#header .navi .menu-area .menu {
  max-width: 640px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  
  /*border: 10px solid deepskyblue;*/
  border: 1px dashed #333;
  
  border-radius: 30px;
  margin: 0 auto;
}
#header .navi .menu-area .menu li {
  border-bottom: dashed 1px #121212;
  position: relative;
}
#header .navi .menu-area .menu li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #121212;
  border-right: solid 2px #121212;
  transform: rotate(45deg);
  position: absolute;
  top: 23px;
  right: 10px;
}
#header .navi .menu-area .menu li:nth-child(-n+1) {
  /*border-top: dashed 1px #121212;*/
}
#header .navi .menu-area .menu li:last-child {
  border-bottom: none;
}
/* 一覧表の個別の行高（リンクあり） */
#header .navi .menu-area .menu li a {
  display: block;
  padding: 14px 0;
}
#header .navi .menu-area .menu li a:hover {
  /*background-color: #efefef;*/
}
/* 一覧表の個別の行高（リンクなし） */
#header .navi .menu-area .menu li span {
  display: block;
  padding: 14px 0;
}

/* ハンバーガーメニュー内のお問合せボタン */
#header .navi .menu-area .btnMenu {
  max-width: 640px;
  background-color: #fff;
  padding: 20px 40px 40px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#header .navi .menu-area .btnMenu li {
  width: 46%;
  background-color: #ffef00;
  border: 3px solid #ffef00;
  border-radius: 20px;
  margin: 0 auto;
  transition: all .3s ease;
}
#header .navi .menu-area .btnMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 10px 0;
}
#header .navi .menu-area .btnMenu li:hover {
  background: #fff;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

/* ハンバーガーメニュー内のタイトル */
p.menu-hdtitle {
  max-width: 640px;
  background-color: #fff;
  padding: 0px 30px 10px;
  margin: 0 auto;
  font-size: 1.1em;
  font-weight: 700;
  position: relative;
}

/* ハンバーガーメニュー内のアイコン */
#header .navi .menu-area .menu-img {
  max-width: 80px;
  background-color: #fff;
  padding: 10px 0 10px 0;
  margin: 0 auto;
}



/*-------------------------------------------
PageTopButton
-------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 20px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #0094ff;
  text-decoration: none;
  color: #fff;
  width: 65px;
  height: 65px;
  padding: 30px 0;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(315deg);
  position: absolute;
  top: 30px;
  right: 24px;
}
#page-top a:hover {
  opacity: .5;
}



/*-------------------------------------------
SectionTitle
-------------------------------------------*/
.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  width: 120px;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}



/*-------------------------------------------
ButtonArea(Contact,Works)
-------------------------------------------*/
.buttonArea {
  padding: 150px 40px;
  position: relative;
  text-align: center;
}
.buttonArea a.btn {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 40px;
  max-width: 550px;
  background-color: #ffef00;
  border: 3px solid #ffef00;
  border-radius: 15px;
  font-size: 24px;
  font-weight: 700;
  transition: all .3s ease;
}
.buttonArea a.btn::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #121212;
  border-right: solid 2px #121212;
  transform: rotate(45deg);
  position: absolute;
  top: 31px;
  right: 25px;
}
.buttonArea a.btn:hover {
  background: #fff;
  letter-spacing: 0.1em;
}



/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  display: flex;
  justify-content: space-between;
  background-color: #000080;
  color: #fff;
  padding: 80px 5%;
}
#footer a {
  color: #fff;
}

#footer .footer-content {
  width: 47%;
}

#footer .footer-content .menu-col {
  width: 100%;
}
#footer .footer-content .menu-col .menu-title {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#footer .footer-content .menu-col .menu-list li {
  font-size: 16px;
  margin-bottom: 10px;
}
#footer .footer-content .menu-col .menu-title.gaibu {
  padding-top: 40px;
}

/* フッターの下にまたフッター */
#footer-btm {
  font-size: 14px;
  padding: 5px;
  text-align: center;
}






/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  main {
    /*padding-top: 60px;*/
  }



  /*-------------------------------------------
  Header
  -------------------------------------------*/
  #header .logo {
    /*max-width: 310px;*/
  }
  /* ハンバーガーメニューの内部 */
  #header .navi {
    width: 80%;
  }


  /*-------------------------------------------
  PageTopButton
  -------------------------------------------*/
  #page-top a {
    width: 60px;
    height: 60px;
    padding: 18px 0;
  }
  #page-top a::after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(315deg);
    position: absolute;
    top: 27px;
    right: 21px;
  }



  /*-------------------------------------------
  TOP ButtonArea(Contact,Works)
  -------------------------------------------*/
  .buttonArea a.btn {
    font-size: 18px;
  }
  .buttonArea a.btn::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #121212;
    border-right: solid 2px #121212;
    transform: rotate(45deg);
    position: absolute;
    top: 29px;
    right: 35px;
  }



  /*-------------------------------------------
  Footer
  -------------------------------------------*/

  #footer {
    flex-direction: column;
    padding: 60px 20px 20px 20px;
  }

  #footer .footer-content {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
  }





}