@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1;
  text-align: center;
  letter-spacing: 0.1em;
  box-sizing: border-box;
/*  background-color: #F4F5F7;*/
	background-color: #fffffb;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #333;
}
.pc_hid {
  display: none;
}
@media (max-width:768px) {
  body {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .pc_hid {
    display: block;
  }
}
/*ヘッダー*/
.header {
  display: flex;
  justify-content: space-between;
  font-family: 'PT Sans', sans-serif;
  font-family: 'Smooch Sans', sans-serif;
  padding: 50px 20px 40px 40px;
  position: fixed;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 251, 1.0);
  box-sizing: border-box;
  top: 0;
  left: 0;
}
header {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
}
#header.scroll {
  position: fixed;
  background: #EEE;
  animation-name: anime;
  animation-duration: 0.3s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header .ttl img{
  width: 140px;
}
@media (max-width:768px) {
  .header {
    padding: 30px 24px 20px;
  }
  .header .ttl {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 400;
    margin: 0 auto;
  }
	.header .ttl img{
  padding-left: 15px;
}
}
/*メニュー*/
.global-menu__sp ul {
  max-width: 600px;
  display: flex;
  list-style: none;
  line-height: 1.2;
}
.global-menu__sp ul li {
  margin: 0 auto;
  font-size: 2.0rem;
  padding: 0 30px;
}
.global-menu__sp ul li :hover {
  transition: 0.3s ease;
  color: #a9a9a9;
}
.global-menu__sp ul .ing_pc {
  width: 18px;
  padding-top: 4px;
}
.global-menu__sp ul .mail_pcsp {
 width: 21px;
 padding-top: 1.5px;
}
.ing_sp {
  display: none;
}
@media (max-width:768px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 13;
    left: 20px;
    top: 24px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #555;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #555;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* メニュー背景　*/
  nav.global-menu__sp {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    width: 60%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.6s;
    padding: 80px 0
  }
  nav.global-menu__sp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
  }
  nav.global-menu__sp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.global-menu__sp ul li:last-child {
    padding-bottom: 0;
  }
  nav.global-menu__sp ul li:hover {
    background: #ddd;
  }
  .global-menu__sp ul li ::after {
    display: none;
  }
  nav.global-menu__sp ul li a {
    display: block;
    color: #333;
    padding: 1em 0;
    text-decoration: none;
  }
  .global-menu__sp ul .ing_pc {
    display: none;
  }
	  .global-menu__sp ul {
    display: none;
  }
  .ing_sp {
    display: block;
    width: 18px;
    padding-top: 4px;
  }
	  .mail_pcsp {
    display: block;
    width: 21px;
    padding-top: 6px;
	 padding-right: 10px;
  }
  /* クリックでjQueryで追加・削除 */
  nav.global-menu__sp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
  }
}
/*フッター*/
.footer {
  margin: 50px 0;
}
.footer small {
  font-family: 'PT Sans', sans-serif;
  font-family: 'Smooch Sans', sans-serif;
  display: block;
  text-align: center;
}
@media (max-width:768px) {
  .footer {
    padding: 20px;
    margin: 20px 0;
  }
  .footer small {
    text-align: right;
  }
}
/*パンくず*/
.pan {
  font-size: 1.8rem;
  display: flex;
  font-family: 'Smooch Sans', sans-serif;
  padding-left: 19px;
  position: fixed;
  top: 122px;
 background: rgba(255, 255, 251, 1.0);
  width: 100%;
  z-index: 10;
}
.pan h2 {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width:768px) {
  .pan {
    padding-left: 5px;
    padding-top: 11px;
    top: 79px;
  }
}
/*スライド写真*/
.top {
  padding: 0 40px;
}
#slideshow {
  position: relative;
  height: 700px;
  overflow: hidden;
}
#slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
}
#slideshow img.active {
  z-index: 10;
  opacity: 1.0;
}
#slideshow img.last-active {
  z-index: 9;
}
@media (max-width:768px) {
  .top {
    padding: 0 20px;
  }
  #slideshow {
    height: 300px;
  }
}
/*アバウト*/
.section_about {
  margin: 220px 0 200px;
  text-align: left;
  padding: 0 40px;
}
.about_wrapper {
  padding: 20px;
}
.section_about h1 {
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.4;
}
.section_about h1 span {
  font-family: 'Smooch Sans', sans-serif;
  font-size: 2.8rem;
}
.section_about h3 {
  font-family: 'Smooch Sans', sans-serif;
  border-bottom: 1px solid;
  width: 60px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.service {
  padding: 50px 0;
}
.service ul {
  list-style: none;
  text-align: left;
}
.history_table {
  border-collapse: collapse;
  margin-bottom: 30px;
}
.history th {
  padding: 5px 15px 5px 0;
  min-width: 80px;
  text-align: left;
  font-weight: 400;
}
.history td {
  padding: 5px;
  text-align: left;
}
.contact {
  padding-top: 100px;
}
.contact th {
  font-weight: 400;
  text-align: right;
	padding-bottom: 8px;
}
.contact td {
  padding-left: 60px;
}
.contact th img {
  width: 16px;
}
@media (max-width:768px) {
  .section_about {
    margin: 160px 0 60px;
    padding: 0 20px;
  }
  .about_wrapper {
    padding: 0 4px;
  }
  .section_about h1 {
    font-size: 2.0rem;
    line-height: 1.4;
  }
  .section_about h1 span {
    font-size: 2.4rem;
  }
  .service {
    padding: 30px 0;
  }
  .history th {
    min-width: 60px;
		padding: 5px 5px 15px 0;
  }
  .contact {
    padding-top: 40px;
  }
  .contact td {
    padding-left: 40px;
  }
}
/*WORKS*/
.section_works {
  padding: 0 40px;
}
.section_works ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 200px auto;
}
.works_wrapper {
  margin-bottom: 0;
  width: 25%;
}
.works_link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.works_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(33, 33, 36, 0);
  transform: translateY(-50%) scale(.9);
  transition: background-color .3s linear, transform .4s cubic-bezier(.19, 1, .22, 1)
}
.works_link:hover:before {
  background-color: rgba(33, 33, 36, .04);
  transform: translateY(-50%) scale(1)
}
.works_link:hover .works_thumbnail_ttl {
  opacity: 1;
}
.works_thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 78.5234899329% !important;
}
.works_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.works_thumbnail_ttl {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  opacity: 0;
  transition: opacity .3s linear;
  color: #111;
}
@media (max-width:820px) {
  .works_thumbnail_ttl {
    font-size: 1.3rem;
    opacity: 1;
  }
}
@media (max-width:768px) {
  .section_works {
    padding: 0 20px;
  }
  .section_works ul {
    margin: 140px auto 80px;
  }
  .works_wrapper {
    width: 50%;
  }
  .works_link {
    display: inline-block;
    width: 100%;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .works_link:before {
    display: none;
  }
  .works_thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .works_img {
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
  }
  .works_thumbnail_ttl {
    line-height: 1.2;
    opacity: 1;
    top: -10px;
    position: relative;
  }
}
/*WORKS記事*/
.section_works__contents {
  padding: 0 40px;
}
.section_works__contents h1 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 80px;
}
.section_works__contents img {
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.works_contents__wrapper {
  margin: 240px auto;
  width: 50%;
}
.works_contents__wrapper p {
  text-align: left;
}
@media (max-width:820px) {
  .works_contents__wrapper {
    margin: 200px auto;
    width: 70%;
  }
  .section_works__contents h1 {
    font-size: 2.0rem;
  }
}
@media (max-width:768px) {
  .section_works__contents {
    padding: 0 20px;
  }
  .section_works__contents h1 {
    font-size: 1.6rem;
    padding-bottom: 60px;
  }
  .works_contents__wrapper {
    margin: 150px auto;
		width: 100%;
  }
}
/*BLOG*/
.section_blog {
  padding: 0 40px;
}
.section_blog ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 200px auto;
}
.blog_wrapper {
  margin-bottom: 0;
  width: 25%;
}
.blog_link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.blog_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(33, 33, 36, 0);
  transform: translateY(-50%) scale(.9);
  transition: background-color .3s linear, transform .4s cubic-bezier(.19, 1, .22, 1)
}
.blog_link:hover:before {
  background-color: rgba(33, 33, 36, .04);
  transform: translateY(-50%) scale(1)
}
.blog_link:hover .works_thumbnail_ttl {
  opacity: 1;
}
.blog_thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 78.5234899329% !important;
}
.blog_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.blog_thumbnail_ttl {
  width: 100%;
  text-align: left;
  padding-left: 50px;
  position: relative;
  top: -15px;
}
.blog_day {
  line-height: 1.3;
}
.blog_thumbnail_ttl h1 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  transition: opacity .3s linear;
  color: #111;
}
@media (max-width:820px) {
  .blog_thumbnail_ttl {
    font-size: 1.3rem;
  }
}
@media (max-width:768px) {
  .section_blog {
    padding: 0 20px;
  }
  .section_blog ul {
    margin: 140px auto 80px;
  }
  .blog_wrapper {
    width: 50%;
  }
  .blog_link {
    display: inline-block;
    width: 100%;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .blog_link:before {
    display: none;
  }
  .blog_thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .blog_img {
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog_thumbnail_ttl {
    padding-left: 10px;
  }
  .blog_thumbnail_ttl h1 {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}