@charset "UTF-8";
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  padding-top: 3.75vw;
  padding-bottom: 3.75vw;
  background-color: #fff;
}
.header_inner {
  position: relative;
  display: flex;
  align-items: center;
}
.header_logo {
  width: 156px;
  height: 18px;
}
.header_nav {
  margin-left: auto;
}
.nav_item {
  display: none;
}
.nav_link_contact {
  display: block;
  position: relative;
  padding: 2.5vw 3.75vw;
  border-radius: 7.5vw;
  background-color: #000;
  font-size: 3.2vw;
  font-weight: bold;
  color: #fff;
}
.nav_link:hover::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: '';
  transition: 0.25s;
}
.content_inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.75vw;
  padding-left: 3.75vw;
}
.main {
  margin-top: 50px;
}
.kv {
  position: relative;
  min-height: calc(100vh - 50px);
  height: 480px;
  background-image: url(../img/kv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.kv_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.kv_txtarea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 1024px;
  padding-right: 3.75vw;
  padding-left: 3.75vw;
  color: #fff;
  text-align: center;
}
.kv_name {
  margin-bottom: 3.75vw;
  font-size: 11.25vw;
  font-weight: bold;
}
.kv_slogan {
  position: relative;
  margin-bottom: 30vw;
  font-size: 4.375vw;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.kv_slogan::after {
  position: absolute;
  bottom: -48px;
  right: 0;
  left: 0;
  width: 120px;
  height: 3px;
  margin: auto;
  border-radius: 8px;
  background-color: #fff;
  content: '';
}
.kv_desc {
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
}
.sec-ttl {
  margin-bottom: 12.5vw;
  text-align: center;
}
.sec-ttl_en {
  display: block;
  position: relative;
  margin-bottom: 2.5vw;
  font-size: 10vw;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.sec-ttl_ja {
  display: inline-block;
  background-color: #000;
  font-size: 3.75vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
}
.about {
  padding-top: 25vw;
  padding-bottom: 12.5vw;
  overflow: hidden;
  background-color: #fff;
}
.about_lead {
  max-width: 880px;
  margin-right: auto;
  margin-bottom: 12.5vw;
  margin-left: auto;
}
.about_lead_txt {
  margin-top: 1em;
  font-size: 3.75vw;
  line-height: 1.75;
}
.about_img {
  position: relative;
  height: 482px;
  text-align: center;
}
.about_img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.services {
  padding-top: 25vw;
  background-color: #f5f5f5;
}
.services_inner {
  padding-bottom: 20vw;
}
.services_block_selling {
  margin-bottom: 12.5vw;
}
.services_block_ttl {
  margin-bottom: 6.25vw;
  font-size: 6.25vw;
  font-weight: bold;
  text-align: center;
}
.services_block_desc {
  font-size: 3.75vw;
  line-height: 1.75;
}
.services_block_icon {
  margin-bottom: 2.5vw;
  text-align: center;
}
.services_block_img::after {
  display: block;
  padding-top: 75%;
  content: '';
}
.services_bg {
  position: relative;
  width: 100%;
  height: 360px;
}
.services_bg::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/selling.jpg);
  background-size: cover;
}
.company {
  padding-top: 25vw;
  background-color: #fff;
}
.company-content {
  padding-bottom: 12.5vw;
}
.company_datalist {
  width: 100%;
}
.datalist_item:first-child {
  border-top: 1px solid #000;
}
.datalist_ttl {
  padding-top: 7.5vw;
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 1.75;
}
.datalist_data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 3.75vw;
  padding-bottom: 7.5vw;
  border-bottom: 1px solid #F5F5F5;
  font-size: 3.75vw;
  line-height: 1.75;
}
.company_map_iframe {
  width: 100%;
}
.contact {
  padding-top: 25vw;
  padding-bottom: 25vw;
  background-color: #f5f5f5;
}
.contact_inner {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.75vw;
  padding-left: 3.75vw;
}
.contact_lead {
  margin-bottom: 7.5vw;
  font-size: 3.75vw;
  line-height: 1.75;
}
.contact_content {
  padding: 10vw 7.5vw;
  border: 6px double #000;
  box-sizing: border-box;
}
.contact_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 3.2vw;
}
.contact_phone_icon {
  display: inline-block;
  width: 7.5vw;
  height: 7.5vw;
  margin-right: 3.2vw;
  background-image: url(../img/phone-call.png);
  background-size: cover;
}
.contact_phone_num {
  font-size: 7.5vw;
  font-weight: bold;
}
.contact_biz_hours {
  font-size: 3.75vw;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer {
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
  background-color: #000;
}
.footer_logo {
  width: 220px;
  height: 40px;
  margin-bottom: 12.5vw;
  margin-right: auto;
  margin-left: auto;
}
.footer_logo_txt {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.footer_copy_txt {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.footer_copyright {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .nav_link_contact {
    padding: 13px 20px;
    border-radius: 40px;
    font-size: 14px;
  }
  .main {
    margin-top: 72px;
  }
  .kv {
    min-height: calc(100vh - 72px);
  }
}
@media screen and (min-width: 768px) {
  .content_inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .kv_txtarea {
    padding-right: 16px;
    padding-left: 16px;
  }
  .kv_name {
    margin-bottom: 16px;
    font-size: 80px;
  }
  .kv_slogan {
    margin-bottom: 96px;
    font-size: 20px;
  }
  .kv_desc {
    font-size: 14px;
  }
  .about {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .sec-ttl {
    margin-bottom: 40px;
  }
  .sec-ttl_en {
    margin-bottom: 24px;
    font-size: 40px;
  }
  .sec-ttl_ja {
    font-size: 18px;
  }
  .about_lead {
    max-width: 880px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }
  .about_lead_txt {
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.75;
  }
  .services {
    padding-top: 80px;
  }
  .services_inner {
    padding-bottom: 80px;
  }
  .services_block_icon {
    margin-bottom: 8px;
  }
  .services_block_ttl {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .services_block_desc {
    font-size: 14px;
  }
  .company {
    padding-top: 80px;
  }
  .company-content {
    padding-bottom: 40px;
  }
  .datalist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .datalist_ttl {
    width: 160px;
    padding: 24px 16px 24px 8px;
    border-bottom: 1px solid #F5F5F5;
    font-size: 14px;
  }
  .datalist_data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px;
    border-bottom: 1px solid #F5F5F5;
    font-size: 14px;
    line-height: 1.75;
  }
  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contact_lead {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .contact_content {
    padding: 56px 40px;
  }
  .contact_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .contact_phone_icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .contact_phone_num {
    font-size: 40px;
  }
  .contact_biz_hours {
    font-size: 14px;
  }
  .footer {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #000;
  }
  .footer_logo {
    width: 200px;
    height: 23px;
    margin-bottom: 48px;
  }
  .footer_logo_img {
    display: block;
    text-align: center;
  }
  .footer_copy_txt {
    margin-top: 8px;
    font-size: 11px;
  }
  .footer_copyright {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .nav_list {
    display: flex;
    align-items: center;
  }
  .nav_item {
    display: block;
  }
  .nav_item:not(:first-child), .nav_item_contact {
    margin-left: 2rem;
  }
  .nav_link {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
  }
  .content_inner {
    padding-right: 0;
    padding-left: 0;
  }
  .sec-ttl {
    margin-bottom: 64px;
  }
  .about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .services {
    padding-top: 120px;
  }
  .services_inner {
    padding-bottom: 120px;
  }
  .services_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services_block {
    width: 50%;
  }
  .services_block_selling {
    margin-bottom: 0;
    padding-right: 80px;
    border-right: 1px solid #000;
  }
  .services_block_rent {
    padding-left: 80px;
  }
  .services_bg {
    height: 480px;
  }
  .company {
    padding-top: 120px;
  }
  .company-content {
    padding-bottom: 80px;
  }
}