@charset "UTF-8";
/* CSS Document */
/*フォント指定*/
@font-face {
  font-family: "font-family: 'Noto Serif JP', serif";
  src: url("../../fonts/NotoSerifJP-Light.otf"), url("../../fonts/NotoSerifJP-Medium.otf"), url("../../fonts/NotoSerifJP-Regular.otf"), url("../../fonts/NotoSerifJP-SemiBold.otf"), url("../../fonts/NotoSerifJP-Bold.otf");
}
.header {
  position: relative;
  font-family: "Noto Serif JP";
  height: 40px;
  width: 100%;
  z-index: 9999;
  background-color: #FFF;
}
html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  color: #444;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
a:hover {
  opacity: 0.5;
}
img {
  max-width: 100%;
  height: auto;
}
.none {
  display: none;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.logo {
  width: 50px;
  float: left;
  margin: 6px 0 6px 30px;
}
@media(min-width:960px) {
  .header {
    height: 74px;
  }
  .header-inner {
    max-width: 1440px;
    margin: 0 auto;
  }
  .logo {
    height: 57px;
    width: 100px;
    margin: 10px 0 0 60px;
  }
  .header nav {
    display: block;
    text-align: right;
  }
  .header nav ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
  }
  .header nav ul a {
    display: block;
    margin-left: 65px;
    padding: 20px 0 20px;
    color: #444444;
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    position: relative;
  }
  /*ホバー時に左から下線が出る*/
  .header nav ul a:hover {
    color: #2E9568;
    transition: all 1.5s;
  }
  .header nav ul a:hover:before {
    width: 100%;
  }
  .menu-list:first-child {
    display: none;
  }
  .header nav ul a span {
    position: relative;
	  padding-bottom: 5px;
  }
  .header nav ul a span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #2E9568;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .header nav ul a:hover span:before {
    width: 100%;
  }
  #check {
    display: none;
  }
}
@media(max-width:960px) {
  /*ハンバーガーメニュー*/
  .header-inner {
    display: flex;
    justify-content: space-between;
  }
  /*checkboxの初期デザインを非表示*/
  input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .hamburger {
    width: 40px;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-top: 19px;
  }
  .hamburger span, .hamburger span::before, .hamburger span::after {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    border-radius: 3px;
    background-color: #484848;
    transition: all 0.5s;
  }
  .hamburger span::before {
    top: -8px;
  }
  .hamburger span::after {
    bottom: -8px;
  }
  input[type="checkbox"]:checked + .hamburger span {
    background-color: transparent;
  }
  input[type="checkbox"]:checked + .hamburger span::before {
    top: 0;
    transform: rotate(45deg);
  }
  input[type="checkbox"]:checked + .hamburger span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .header__navigation {
    position: fixed;
    width: 100%;
    height: 100vh;
    /*ヘッダーの数値を空ける*/
    top: 40px;
    /*右からスライドさせるため非表示に見せる*/
    right: -120%;
    background-color: #2E9568;
    padding: 60px 0;
    transition: all 0.5s;
  }
  input[type="checkbox"]:checked ~ .header__navigation {
    right: 0;
  }
  .header nav ul li a {
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 3.0rem;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    letter-spacing: 0.3rem;
    position: relative;
    width: 45%;
    margin: 0 auto;
  }
  /*ホバー時に上から下線が出る*/
  .header nav ul li a::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  .header nav ul li a:hover::after {
    bottom: -6px;
    opacity: 0.5;
    visibility: visible;
  }
  .menu-list {
    margin: 40px auto;
  }
}
.back-to__top {
  padding: 25px 0 20px;
  margin-top: 100px;
  background-color: #2E9568;
}
.back-to__top span {
  font-size: 2.0rem;
}
.footer a {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
}
.footer img {
  width: 80px;
  margin: 0 auto;
}
.footer-content__wrapper {
  position: relative;
  height: 660px;
  padding: 280px 0 23px;
  background-color: #000;
  color: #FFF
}
.footer p {
  font-size: 2.0rem;
  font-weight: 600;
  margin: 20px auto;
}
.footer address {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 auto;
  font-style: normal;
}
.footer-copyright {
  position: absolute;
  bottom: 24px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 0.8rem;
  color: #FFF;
  opacity: 0.4;
}
@media(min-width:960px) {
  .back-to__top {
    padding: 27px 0 20px;
    margin-top: 70px;
  }
  .back-to__top span {
    font-size: 3.0rem;
  }
  .footer a {
    font-size: 2.3rem;
  }
  .footer img {
    width: 120px;
  }
  .footer-content__wrapper {
    height: 730px;
    padding: 280px 0 23px;
  }
  .footer p {
    margin: 50px auto 20px;
    font-size: 3.4rem;
    line-height: 4.9rem;
  }
  .footer address {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.2rem;
  }
  .footer-copyright {
    bottom: 40px;
    text-align: center;
    font-size: 1.6rem;
  }
}
/*実績画像：ホバーした時の詳細*/
.section-works ol li a:hover {
  opacity: 1;
}
.section-works__picture {
  height: 232px;
  transition: all 0.3s ease;
}
.section-works__picture:hover {
  transform: scale(1.1);
}
.works-box {
  position: relative;
  margin: auto;
  width: 310px;
}
/*親要素からはみ出さずに画像が拡大される*/
.zoom-in {
  overflow: hidden;
}
/*実績:画像の付箋*/
.label {
  position: absolute;
  top: -8px;
  left: 10px;
}
.label-box {
  position: relative;
  width: 40px;
  /*画像を拡大した時に付箋が隠れないようにする*/
  z-index: 100;
}
.label-text {
  position: absolute;
  top: 0;
  right: 7px;
  margin: 30px auto 0;
  font-size: 1.3rem;
  letter-spacing: 0.5rem;
  writing-mode: vertical-rl;
  color: #35916C;
}
/*リフォームの文字(文字数が多いため個別で指定)*/
.reform {
  margin-top: 15px;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
/*実績:NEW三角マーク*/
.triangl1 {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 25px solid #E96002;
  border-right: 25px solid #E96002;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  z-index: 1;
}
.triangl-text {
  position: absolute;
  top: -18px;
  right: -30px;
  left: -10px;
  color: #FFF;
  font-size: 1.2rem;
  transform: rotate(45deg);
  z-index: 1000;
}
@media(min-width:960px) {
  /*実績:画像の付箋*/
  .label {
    top: -12px;
    left: 20px;
  }
  .label-box {
    width: 58px;
  }
  .label-text {
    position: absolute;
    top: 0;
    right: 15px;
    margin: 40px auto 0;
    font-size: 2.0rem;
  }
  /*リフォームの文字(文字数が多いため個別で指定)*/
  .reform {
    margin-top: 25px;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }
  .label-img {
    height: 150px;
  }
  /*実績:NEW三角マーク*/
  .triangl1 {
    border-top: 50px solid #E96002;
    border-right: 50px solid #E96002;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
  }
  .triangl-text {
    top: -25px;
    right: -50px;
    left: -15px;
    font-size: 1.6rem;
    font-weight: 550;
  }
}