/*=============================
font
=============================*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*=============================
color
=============================*/
/*=============================
responsive
=============================*/
.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 959px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*=============================
common
=============================*/
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: serif;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt";
}
@media (max-width: 959px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.inner {
  width: 85%;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 959px) {
  h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: all ease 0.5s;
}

.caption {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 959px) {
  .caption {
    font-size: 1rem;
  }
}

/*=============================
header
=============================*/
header {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  header {
    padding: 13px 15px;
  }
}
header .header-l {
  width: 170px;
}
@media (max-width: 767px) {
  header .header-l {
    width: 110px;
  }
}
header .header-r {
  width: 230px;
}
@media (max-width: 767px) {
  header .header-r {
    width: 150px;
  }
}

/*=============================
Mansion common
=============================*/
body {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
}

.bgg {
  background-color: #ebebec;
}

.section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 20px 0;
  }
}

.ms-h2 {
  color: #af1e24;
  letter-spacing: 0.18em;
  font-size: 2.8rem;
}
@media (max-width: 959px) {
  .ms-h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .ms-h2 {
    font-size: 1.8rem;
  }
}

/*=============================
TOP
=============================*/
.top_concept {
  background-color: #001c4f;
  color: #fff;
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .top_concept {
    padding: 30px 0;
  }
}
.top_concept h1 {
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .top_concept h1 {
    font-size: 2.3rem;
    margin-left: 18px;
  }
}
.top_concept .concept_sub {
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .top_concept .concept_sub {
    font-size: 1.6rem;
    margin-left: 18px;
    margin-bottom: 30px;
  }
}
.top_concept .concept_message {
  margin: 0 auto;
  text-align: justify;
  max-width: 1080px;
}
@media (max-width: 767px) {
  .top_concept .concept_message {
    margin-left: 12px;
  }
}

/*=============================
CASE
=============================*/
.section-case {
  margin: 0 auto;
}
.section-case .inner {
  width: 90%;
}
.section-case h2 {
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #001c4f;
}
@media (max-width: 767px) {
  .section-case h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.section-case .case_sub {
  font-size: 2.2rem;
  color: #001c4f;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  .section-case .case_sub {
    font-size: 1.6rem;
  }
}
.section-case .case_h3 {
  color: #001c4f;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section-case .case_h3 {
    margin-top: 30px;
  }
}

.nomura-wrapper02 {
  margin-top: 30px;
  color: #001c4f;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}
@media (max-width: 959px) {
  .nomura-wrapper02 {
    letter-spacing: 0.03em;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .nomura-wrapper02 {
    margin-top: 20px;
  }
}
.nomura-wrapper02 .case-wrapper02 {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .nomura-wrapper02 .case-wrapper02 {
    display: block;
  }
}
.nomura-wrapper02 .case-wrapper02 .case-list {
  width: 30%;
  text-align: left;
  margin-left: 30px;
}
@media (max-width: 959px) {
  .nomura-wrapper02 .case-wrapper02 .case-list {
    width: 33%;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .nomura-wrapper02 .case-wrapper02 .case-list {
    width: 300px;
    margin: 0 auto;
  }
}
.nomura-wrapper02 .case-wrapper02 .case-center {
  width: 33%;
}
@media (max-width: 767px) {
  .nomura-wrapper02 .case-wrapper02 .case-center {
    width: 300px;
    margin: 0 auto;
  }
}

.case-map {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .case-map {
    margin-top: 40px;
  }
}
.case-map img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .case-map img {
    margin-bottom: 20px;
  }
}

.mansion-list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mansion-list {
    margin-top: 0px;
  }
}
.mansion-list .mansion-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .mansion-list .mansion-wrapper {
    display: block;
  }
}
.mansion-list .mansion-item {
  width: 48%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mansion-list .mansion-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 35px;
  }
}
.mansion-list .mansion-item h3 {
  color: #001c4f;
  font-size: 2.6rem;
  text-align: left;
}
@media (max-width: 959px) {
  .mansion-list .mansion-item h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .mansion-list .mansion-item h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.mansion-list .mansion-item p {
  text-align: left;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 90px;
}
@media (max-width: 959px) {
  .mansion-list .mansion-item p {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .mansion-list .mansion-item p {
    height: auto;
  }
}
.mansion-list .mansion-item .mansion-btn {
  margin-top: 25px;
}

/*=============================
MDP
=============================*/
.mdp_body {
  padding: 30px 0 50px;
}
@media (max-width: 767px) {
  .mdp_body {
    padding: 20px 0 30px;
  }
}
.mdp_body P {
  text-align: left;
}
.mdp_body .mdp_frow {
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .mdp_body .mdp_frow {
    width: 80%;
    max-width: 300px;
  }
}

.mdp_point {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mdp_point {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.mdp_point .mdp_wrapper {
  width: 26%;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 959px) {
  .mdp_point .mdp_wrapper {
    width: 30%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .mdp_point .mdp_wrapper {
    margin-top: 40px;
    padding: 0;
    width: 100%;
  }
}
.mdp_point .mdp_point_box {
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 767px) {
  .mdp_point .mdp_point_box {
    width: 92%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
}
.mdp_point .mdp_point_box h4 {
  color: #043e63;
  font-size: 2rem;
}
@media (max-width: 959px) {
  .mdp_point .mdp_point_box h4 {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .mdp_point .mdp_point_box h4 {
    margin: 0 auto;
    width: auto;
    text-align: center;
    font-size: 1.8rem;
  }
}
.mdp_point .mdp_point_box h4 span {
  border-bottom: 5px solid rgba(223, 103, 84, 0.6549019608);
  font-weight: bold;
}
.mdp_point .mdp_point_box p {
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 959px) {
  .mdp_point .mdp_point_box p {
    font-size: 1.4rem;
  }
}
.mdp_point .mdp_img {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mdp_point .mdp_img {
    width: 80%;
    max-width: 400px;
  }
}

/*=============================
nomucom
=============================*/
.nomucom_body {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .nomucom_body {
    padding: 30px 0 0;
  }
}
.nomucom_body p {
  text-align: left;
}

.nomucom_intro {
  margin-top: 40px;
}
.nomucom_intro .nomucom_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .nomucom_intro .nomucom_wrapper {
    justify-content: center;
    align-items: center;
  }
}
.nomucom_intro .nomucom_wrapper p {
  width: 37%;
  line-height: 2;
}
@media (max-width: 767px) {
  .nomucom_intro .nomucom_wrapper p {
    width: 100%;
  }
}
.nomucom_intro .nomucom_wrapper .nomu_img {
  width: 27%;
  height: auto;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .nomucom_intro .nomucom_wrapper .nomu_img {
    width: 45%;
    max-width: 210px;
    margin: 25px auto 0px;
  }
}
.nomucom_intro .caption {
  margin-top: 20px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  text-align: left;
}

.nomucom_text {
  margin-top: 40px;
}

.nomucom_contract {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .nomucom_contract {
    margin-top: 40px;
  }
}
.nomucom_contract p {
  margin-top: 20px;
}
.nomucom_contract .imgbox_photo {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .nomucom_contract .imgbox_photo {
    margin-top: 25px;
  }
}
.nomucom_contract .imgbox_photo .photo-left {
  width: 50%;
}
@media (max-width: 767px) {
  .nomucom_contract .imgbox_photo .photo-left {
    width: 90%;
  }
}
.nomucom_contract .imgbox_photo .photo-right {
  width: 40%;
}
@media (max-width: 767px) {
  .nomucom_contract .imgbox_photo .photo-right {
    margin-top: 30px;
    width: 90%;
  }
}
.nomucom_contract .nomucom_percentage {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .nomucom_contract .nomucom_percentage {
    margin-top: 25px;
  }
}
.nomucom_contract .nomucom_percentage .imgbox_graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.nomucom_contract .nomucom_percentage .imgbox_graph .graph-left {
  width: 45%;
}
@media (max-width: 767px) {
  .nomucom_contract .nomucom_percentage .imgbox_graph .graph-left {
    margin-top: 30px;
    width: 90%;
  }
}
.nomucom_contract .nomucom_percentage .imgbox_graph .graph-right {
  margin-top: 42px;
  width: 43%;
}
@media (max-width: 959px) {
  .nomucom_contract .nomucom_percentage .imgbox_graph .graph-right {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .nomucom_contract .nomucom_percentage .imgbox_graph .graph-right {
    width: 90%;
  }
}

/*=============================
Suumo
=============================*/
.section-suumo {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .section-suumo {
    margin-top: 50px;
  }
}

.suumo-wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1160px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .suumo-wrapper {
    margin-top: 20px;
  }
}
.suumo-wrapper .suumo-left {
  width: 45%;
  max-width: 470px;
  text-align: justify;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .suumo-wrapper .suumo-left {
    width: 100%;
  }
}
.suumo-wrapper .suumo-left .box {
  border: solid 2.5px #af1e24;
  margin-top: 30px;
  padding: 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
}
.suumo-wrapper .suumo-right {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .suumo-wrapper .suumo-right {
    width: 90%;
    margin-top: 30px;
    max-width: 380px;
  }
}

/*=============================
Contact
=============================*/
.contact01 {
  padding: 60px 0 0;
}
.contact01 h2 {
  color: #152142;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  .contact01 h2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact01 h2 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.contact01 .contact_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact01 .contact_box {
    display: block;
  }
}
.contact01 .contact_box a {
  width: 48%;
  display: block;
}
@media (max-width: 767px) {
  .contact01 .contact_box a {
    width: 90%;
    max-width: 450px;
    margin: 0 auto 15px;
  }
}

.access_map01 {
  margin-top: 60px;
  width: 100%;
  height: 600px;
}
@media (max-width: 959px) {
  .access_map01 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .access_map01 {
    height: 300px;
  }
}
.access_map01 iframe {
  width: 100%;
  height: 100%;
}

/*=============================
Footer
=============================*/
footer {
  padding: 50px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
footer .footer-access {
  margin-bottom: 60px;
}
footer .footer-access h2 {
  color: #001c4f;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .footer-access h2 {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 767px) {
  footer .footer-access img {
    width: 75%;
    max-width: 300px;
    margin: 0 auto;
  }
}
footer .footer-wrapper {
  margin: 0 auto;
  width: 65%;
  max-width: 550px;
}
@media (max-width: 959px) {
  footer .footer-wrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper {
    width: 75%;
    max-width: 380px;
  }
}/*# sourceMappingURL=style.css.map */