@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure , button
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{-webkit-appearance: none;border-radius: 0;}
body {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
small{display: block;}
address{font-style: normal;}
article, footer, header, menu, nav, section {display: block;}
ul {list-style: none; }
a {margin: 0;color: inherit;padding: 0;font-size: 100%;text-decoration: none;vertical-align: baseline;background: transparent;}
a:link{transition: .3s;}
a:link:hover{opacity: 0.7;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0; }
em, b {font-style: normal; }
img {max-width: 100%;vertical-align: bottom;}
hr {display: block;height: 1px;margin: 0;padding: 0;border: 0;outline: 0; }
input, select {vertical-align: middle;}
.mincho {font-family: 'Noto Serif JP', serif;}
@media screen and (max-width:1280px){
  body {
    font-size: 16px;
  }
}
@media screen and (max-width:1000px){
  body {
    font-size: 14px;
  }
}
@media screen and (max-width:768px){
  body {
    font-size: 12px;
  }
}
/*//////////////////////////////
    header
//////////////////////////////*/
header {
  position: relative;
  background-color: #1a1a1a;
  text-align: center;
  padding: 40px 0;
}
header .rich_mark {
  position: absolute;
  left: 3.5%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
  header {
    padding: 20px 0;
  }
  header .logo img {
    width: 113px;
  }
  header .rich_mark {
    left: 20px;
    width: 70px;
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer{
  background-color: #9c6346;
  text-align: center;
}
footer figure {
  padding: 110px 0;
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 768px){
  footer figure {
    padding: 70px 0;
  }
  footer figure img {
    width: 100px;
  }
  #pageTop {
    width: 40px;
  }
}

/* /////////////////////////////
      top
///////////////////////////// */
.mv {
  position: relative;
  width: 100%;
  height: 52vw;
  background: url(../img/mv.jpg) center / cover;
}
.mv2 {
  position: relative;
  width: 100%;
  height: 52vw;
  background: url(../img/relation_bg.jpg) center / cover;
}
.catch {
  position: absolute;
  width: 33%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.txt_area {
  width: 45%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 0;
  box-sizing: border-box;
}
.txt_area .inner {
  max-width: 700px;
}
.img_area {
  width: 45%;
  min-height: 55vw;
}
.thought .txt_area {
  padding-left: 10vw;
  justify-content: flex-end;
}
.thought .txt_area figure img {
  max-width: 47.858%;
}
.thought .img_area {
  background: url(../img/top_img01.jpg) center / cover;
}

.about .txt_area {
  padding-right: 10vw;
}
.about .txt_area figure img {
  max-width: 38.43%;
}
.about .img_area {
  background: url(../img/top_img02.jpg) center / cover;
}

.rental .txt_area {
  padding-left: 10vw;
  justify-content: flex-end;
}
.rental .txt_area figure img {
  max-width: 47.858%;
}
.rental .img_area {
  background: url(../img/top_img03.jpg) center / cover;
}
.btn_common {
  position: relative;
  display: inline-block;
  width: 264px;
  border: 1px solid;
  text-align: center;
  padding: 13px 0;
  font-weight: bold;
}
.btn_common::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 10px;
  bottom: -10px;
  border-bottom: 1px solid;
}
.btn_common::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -10px;
  top: 10px;
  border-right: 1px solid;
}


@media screen and (max-width: 1000px) {
  .btn_common {
    width: 180px;
    font-size: 14px;
    padding: 8px 0;
  }
  .txt_area .h2
  .txt_area .font18 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px){
  .mv {
    height: 132vw;
    background: url(../img/mv_sp.jpg) center / cover;
  }
  .mv2 {
    height: 132vw;
    background: url(../img/relation_bg_sp.jpg) center / cover;
  }
  .catch {
    width: 80%;
  }
  .txt_area {
    width: 100%;
    padding: 60px 20px 70px !important;
    justify-content: center !important
  }
  .img_area {
    width: 100%;
    height: 132vw;
    min-height: unset;
    order: 2;
  }
  .thought .txt_area figure img {
    max-width: 204px;
  }
  .about .txt_area figure img {
    max-width: 163px;
  }
  .btn_common {
    max-width: 240px;
    width: 100%;
  }
  .btn_common::before {
    left: 8px;
    bottom: -8px;
  }
  .btn_common::after {
    right: -8px;
    top: 8px;
  }
}

/* /////////////////////////////
      company
///////////////////////////// */
.company {
  padding: 120px 20px 160px;
}
.company table {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.company table th {
  padding: 18px 40px;
  text-align: right;
  border-right: 1px solid #b3b3b3;
}
.company table td {
  padding: 20px 40px;
  font-weight: 500;
}
.company table tr:last-child td {
  padding-bottom: 60px;
}
@media screen and (max-width:767px){
  .company {
    padding: 60px 20px 80px;
  }
  .company figure img {
    width: 250px;
  }
  .company table th {
    width: 70px;
    padding: 10px 15px 10px 0;
  }
  .company table td {
    padding: 10px 0px 10px 15px;
  }
  .company table tr:last-child td {
    padding-bottom: 20px;
  }
}
