@charset "UTF-8";
/* CSS Document */
@media(min-width:1000px) {
  main {
    background-image: url("../images/bg_1.png"), url("../images/bg_2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 34%, bottom right;
    background-size: 100% auto, 100% auto;
  }
}
.header {
  z-index: 1000;
  width: 100%;
  background-color: #FFF;
  height: 80px;
  position: fixed;
  top: 0;
  box-shadow: 10px 0px 5px rgba(0, 0, 0, 0.2);
}
.header__content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.header h1 {
  padding-top: 20px;
  position: absolute;
  left: 0;
}
.header nav ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 28px;
}
.header nav ul li a {
  padding-left: 40px;
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
}
.open-button, .close-button {
  display: none;
}
@media(max-width: 1000px) {
  .open-button {
    z-index: 3000;
    display: block;
    position: absolute;
    right: 10px;
    top: 17px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 2px;
    width: 25px;
    border-radius: 2px;
    background-color: #333;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 20px;
    padding: 20px;
  }
  .header nav {
    display: none;
    z-index: 3000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 70%;
    height: 100%;
    padding-top: 67px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }
  .header nav ul {
    display: block;
    padding: 0;
  }
  .header nav ul li {
    border-bottom: solid 1px rgba(211, 211, 211);
  }
  .header nav ul li:first-child {
    border-top: solid 1px rgba(211, 211, 211);
  }
  .header nav ul li a {
    padding: 0;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
  }
  .header {
    height: 50px;
  }
  .header h1 {
    padding: 10px 0 0 15px;
    position: absolute;
    left: 0;
  }
  .header h1 img {
    width: 125px;
  }
}
.section-top {
  height: 840px;
  width: 100%;
  background-image: url("../images/top_img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-top p {
  padding-top: 380px;
  margin-bottom: 20px;
  color: #FFF;
  letter-spacing: 0.2rem;
  text-align: center;
}
.section-top__br {
  display: none;
}
.section-top h2 img {
  width: 390px;
  text-align: center;
}
@media(max-width:1000px) {
  .section-top {
    height: 500px;
  }
  .section-top p {
    padding-top: 200px;
  }
  .section-top__br {
    display: block;
  }
  .section-top h2 img {
    max-width: 260px;
  }
}
.section-greeting {
  padding-top: 110px;
  margin-bottom: 200px;
}
.section-greeting h2 {
  margin-bottom: 70px;
  position: relative;
}
.section-greeting h2::before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 36px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #485678;
}
.section-greeting__message {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.section-greeting__message span {
  display: block;
  text-align: right;
}
@media(max-width:1000px) {
  .section-greeting {
    padding-top: 46px;
    margin-bottom: 60px;
  }
  .section-greeting h2 {
    margin-bottom: 40px;
  }
  .section-greeting__message {
    padding: 0 24px;
    text-align: left;
  }
}
.section-business {
  max-width: 1000px;
  margin: 0 auto 200px;
}
.section-business h2 {
  margin-bottom: 80px;
  position: relative;
}
.section-business h2::before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 36px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #485678;
}
.section-business h3 {
  font-size: 2.2rem;
  margin-bottom: 28px;
}
.section-business__picture {
  width: 500px;
  height:360px;
}
.section-business__buy-and-sell, .section-business__management {
  margin-bottom: 140px;
}
.section-business__buy-and-sell, .section-business__insurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.section-business__management {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  text-align: left;
}
.section-business__description {
  width: 450px;
}
@media(max-width: 1000px) {
  .section-business {
    background-color: #f9f9f9;
    padding: 46px 24px 56px;
    margin-bottom: 0;
  }
  .section-business h2 {
    margin-bottom: 60px;
  }
  .section-business h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .section-business p {
    margin-bottom: 22px;
  }
  .section-business__buy-and-sell, .section-business__management {
    margin-bottom: 70px;
  }
  .section-business__picture {
    width: 100%;
    height: 100%;
  }
  .section-business__description {
    width: 100%;
  }
}
.section-companyprofile {
  max-width: 750px;
  margin: 0 auto;
}
.section-companyprofile h2 {
  margin-bottom: 80px;
  position: relative;
}
.section-companyprofile h2::before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 36px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #485678;
}
.section-companyprofile dt {
  float: left;
  text-align: left;
  padding: 25px 0;
  font-weight: 600;
  border-bottom: solid 1px #d3d3d3;
  width: 20%;
}
.section-companyprofile dd {
  float: right;
  text-align: left;
  padding: 25px 0;
  border-bottom: solid 1px #d3d3d3;
  width: 80%;
}
.section-companyprofile dt:last-of-type, .section-companyprofile dd:last-of-type {
  border-bottom: none;
  padding-bottom: 170px;
}
@media(max-width:1000px) {
  .section-companyprofile {
    padding: 50px 24px 70px;
  }
  .section-companyprofile h2 {
    margin-bottom: 40px;
  }
  .section-companyprofile dt {
    float: none;
    padding: 0 0 10px 0;
    font-weight: 600;
    border-bottom: solid 1px #d3d3d3;
    width: 100%;
  }
  .section-companyprofile dd {
    float: none;
    padding: 10px 0 28px 0;
    border-bottom: none;
    width: 100%;
  }
  .section-companyprofile dt:last-of-type {
    border-bottom: solid 1px #d3d3d3;
    padding-bottom: 10px;
  }
  .section-companyprofile dd:last-of-type {
    padding-bottom: 0px;
  }
}
.section-access {
  max-width: 1000px;
  margin: 0 auto 140px;
}
.section-access h2 {
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
}
.section-access h2::before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 36px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #485678;
}
.section-access address {
  font-style: normal;
  margin-bottom: 26px;
}
.section-access__map {
  width: 100%;
  height: 600px;
}
@media(max-width:1000px) {
  .section-access {
    padding: 0 24px;
    margin-bottom: 76px;
  }
  .section-access address {
    margin-bottom: 16px;
  }
  .section-access__map {
    height: 300px;
  }
}
.section-inquiry {
  max-width: 1000px;
  margin: 0 auto 110px;
  padding: 40px 0 60px 0;
  border: solid 2px #485678;
}
.section-inquiry h2 {
  margin-bottom: 80px;
  position: relative;
}
.section-inquiry h2::before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 36px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #485678;
}
.section-inquiry__container__tel {
  padding-left: 180px;
  margin-bottom: 70px;
  display: flex;
}
.section-inquiry__container__mail {
  padding-left: 180px;
  margin-bottom: 16px;
  display: flex;
}
.section-inquiry h3 {
  font-size: 1.9rem;
  font-weight: 500;
}
.section-inquiry__tel {
  font-style: normal;
  margin-left: 60px;
  font-size: 3rem;
  font-weight: 600;
}
.section-inquiry__mail {
  font-style: normal;
  margin-left: 60px;
  font-size: 2.2rem;
  font-weight: 600;
}
.section-inquiry__btn {
  display: inline-block;
  margin-left: 22px;
  padding: 4px 30px;
  text-decoration: none;
  font-size: 1.4rem;
  background-color: #333;
  color: #FFF;
}
@media(max-width:1000px) {
  .section-inquiry {
    max-width: 1000px;
    margin: 0 24px 64px;
    padding: 30px 0 40px 0;
  }
  .section-inquiry h2 {
    margin-bottom: 60px;
  }
  .section-inquiry h3 {
    margin-bottom: 5px;
  }
  .section-inquiry__container__tel {
    padding: 0px;
    margin-bottom: 40px;
    display: block;
  }
  .section-inquiry__container__mail {
    padding: 0px;
    margin-bottom: 16px;
    display: block;
  }
  .section-inquiry__tel {
    margin-left: 0;
  }
  .section-inquiry__mail {
    margin-left: 0;
    font-size: 1.8rem;
  }
  .section-inquiry__btn {
    margin-left: 0;
  }
}
.footer {
  width: 100%;
  background-color: #485678;
  padding: 70px 0 10px 0;
}
.footer__content-wrapper {
  max-width: 630px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.footer h2 img {
  width: 200px;
}
.footer address {
  font-style: normal;
  font-size: 1.4rem;
  color: #FFF;
  text-align: left;
  line-height: 2.2rem;
}
.footer__br {
  display: none;
}
.footer small {
  font-size: 1rem;
  color: #FFF;
}
@media(max-width:1000px){
  .footer {
  padding: 40px 0 5px 0;
}
  .footer__content-wrapper {
  margin: 0 auto;
  display: block;
}
  .footer h2,.footer address {
    margin-bottom: 30px;
  }
  .footer address {
    text-align: center;
  }
  .footer address span {
    display: none;
  }
  .footer__br {
    display: block;
  }
}