@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
/*=============================
共通パーツ
=============================*/
body {
  font-family: serif;
  font-size: 15px;
  color: #042275;
  text-align: justify;
  line-height: 1.9;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 905px) {
  body {
    font-size: 13.5px;
    line-height: 1.8;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 905px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 905px) {
  .inner {
    width: 90%;
  }
}

.section-title {
  font-size: 30px;
  color: #042275;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 905px) {
  .section-title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.section-subtitle {
  font-size: 25px;
  color: #042275;
  font-weight: bold;
  text-align: center;
  width: 700px;
  margin: 0 auto 40px;
  position: relative;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 905px) {
  .section-subtitle {
    font-size: 15px;
    width: 300px;
    font-weight: normal;
    margin-bottom: 30px;
  }
}
.section-subtitle::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 7px #bd771a;
  top: -40px;
  left: 42%;
  width: 10%;
}
@media screen and (max-width: 905px) {
  .section-subtitle::before {
    top: -15px;
    border-bottom: solid 4px #bd771a;
    width: 14%;
    left: 40%;
  }
}
.section-subtitle::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 7px #042275;
  top: -40px;
  left: 42%;
  width: 5%;
}
@media screen and (max-width: 905px) {
  .section-subtitle::after {
    top: -15px;
    border-bottom: solid 4px #042275;
    width: 7%;
    left: 40%;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 430px) {
  .pc {
    display: none;
  }
}

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

.special {
  display: none;
}
@media screen and (max-width: 905px) {
  .special {
    display: block !important;
  }
}

/*=============================
header
=============================*/
header {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
@media screen and (max-width: 905px) {
  header {
    padding: 15px 0px;
  }
}
header .header_left {
  width: 200px;
}
@media screen and (max-width: 905px) {
  header .header_left {
    width: 120px;
  }
}
header .header_right {
  width: 230px;
}
@media screen and (max-width: 905px) {
  header .header_right {
    width: 150px;
  }
}

/*=============================
about
=============================*/
.about {
  padding: 100px 0px 80px;
}
@media screen and (max-width: 430px) {
  .about {
    padding: 20px 0px;
  }
}
.about .about_sub {
  text-align: center;
  font-size: 35px;
  margin-top: -25px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 905px) {
  .about .about_sub {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding-left: 10px;
  }
}
.about .about_lead {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 905px) {
  .about .about_lead {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .about .about_lead {
    text-align: justify;
    margin-bottom: 10px;
  }
}
.about .link_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 905px) {
  .about .link_wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 430px) {
  .about .link_wrapper {
    margin-top: 20px;
    display: block;
  }
}
.about .link_wrapper .link_left {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .about .link_wrapper .link_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about .link_wrapper .link_left h1 {
  font-size: 45px;
}
@media screen and (max-width: 430px) {
  .about .link_wrapper .link_left h1 {
    font-size: 25px;
  }
}
.about .link_wrapper .link_left p {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  .about .link_wrapper .link_left p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.about .link_wrapper .link_right {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .about .link_wrapper .link_right {
    width: 100%;
  }
}
.about .link_wrapper .link_right h1 {
  font-size: 45px;
}
@media screen and (max-width: 430px) {
  .about .link_wrapper .link_right h1 {
    font-size: 25px;
  }
}
.about .link_wrapper .link_right p {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  .about .link_wrapper .link_right p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.about .link_wrapper .link_btn {
  background-color: #bd771a;
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  transition: all ease 0.3s;
}
@media screen and (max-width: 430px) {
  .about .link_wrapper .link_btn {
    width: 80%;
    padding: 5px;
  }
}
.about .link_wrapper .link_btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.about .link_wrapper .link_btn a {
  color: #fff;
}

/*=============================
case
=============================*/
.case {
  background-color: #e9e5e3;
}
.case .case-sub-title {
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 905px) {
  .case .case-sub-title {
    font-size: 15px;
  }
}
.case .nomura-wrapper {
  padding: 25px 0px;
  margin-top: 20px;
}
.case .case-wrapper02 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  color: #042275;
}
@media screen and (max-width: 905px) {
  .case .case-wrapper02 {
    display: block;
  }
}
.case .case-wrapper02 p {
  font-size: 11px;
  font-weight: bold;
}
@media screen and (max-width: 905px) {
  .case .case-wrapper02 p {
    font-size: 11px;
    display: block;
    text-align: left;
    width: 230px;
    margin: 0 auto 1px;
  }
}

/*=============================
mansion
=============================*/
.mansion {
  width: 100%;
}
.mansion .mansion_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mansion .mansion_wrapper .mansion_item {
  width: 19.5%;
  margin-top: 10px;
}
@media screen and (max-width: 905px) {
  .mansion .mansion_wrapper .mansion_item {
    width: 49.5%;
  }
}

.mansion_btn {
  width: 50%;
  margin: 60px auto 0px;
}
@media screen and (max-width: 905px) {
  .mansion_btn {
    width: 80%;
    margin: 20px auto 0px;
  }
}

/*=============================
mission
=============================*/
.mission .voice-title {
  text-align: center;
  font-size: 30px;
  color: #042275;
  margin-bottom: 30px;
}
@media screen and (max-width: 905px) {
  .mission .voice-title {
    font-size: 23px;
  }
}
.mission .section-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 905px) {
  .mission .section-title {
    margin-bottom: 50px;
  }
}
.mission p {
  color: #042275;
  margin-bottom: 130px;
}
@media screen and (max-width: 905px) {
  .mission p {
    margin-bottom: 40px;
  }
}
.mission .pb {
  margin-bottom: 0px;
}

/*=============================
for
=============================*/
.for {
  background-color: #e9e5e3;
}
.for .section-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 905px) {
  .for .section-title {
    margin-bottom: 50px;
  }
}
.for p {
  color: #042275;
  margin-bottom: 130px;
}
@media screen and (max-width: 905px) {
  .for p {
    margin-bottom: 40px;
  }
}
.for .pb {
  margin-bottom: 0px;
}

/*=============================
graph
=============================*/
.graph {
  background-color: #e9e5e3;
}
.graph .graph-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 905px) {
  .graph .graph-wrapper {
    display: block;
    margin-top: 20px;
  }
}
.graph .graph-wrapper .graph-left {
  width: 58%;
}
@media screen and (max-width: 905px) {
  .graph .graph-wrapper .graph-left {
    width: 100%;
  }
}
.graph .graph-wrapper .graph-right {
  width: 38%;
}
@media screen and (max-width: 905px) {
  .graph .graph-wrapper .graph-right {
    width: 100%;
  }
}
.graph .graph-wrapper .graph-right h1 {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 905px) {
  .graph .graph-wrapper .graph-right h1 {
    font-size: 15px;
    text-align: center;
    margin: 20px 0px 15px;
  }
}
.graph .graph-wrapper .graph-right p {
  font-size: 13px;
  color: #333;
}

/*=============================
support
=============================*/
.support .support_title {
  font-size: 27px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 905px) {
  .support .support_title {
    font-size: 18px;
  }
}
.support .support_wrapper01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 905px) {
  .support .support_wrapper01 {
    display: block;
  }
}
.support .support_wrapper01 img {
  width: 32%;
}
@media screen and (max-width: 905px) {
  .support .support_wrapper01 img {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.support .support_wrapper02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 905px) {
  .support .support_wrapper02 {
    display: block;
  }
}
.support .support_wrapper02 img {
  width: 32%;
}
@media screen and (max-width: 905px) {
  .support .support_wrapper02 img {
    width: 90%;
    margin: 0 auto 30px;
  }
}

/*=============================
contact
=============================*/
.contact {
  padding-bottom: 30px;
}
@media screen and (max-width: 905px) {
  .contact {
    padding-bottom: 0px;
  }
}
.contact .contact-title {
  font-size: 30px;
  color: #333;
  line-height: 2;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 905px) {
  .contact .contact-title {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 430px) {
  .contact .contact-title {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: bold;
  }
}
.contact .contact_sub {
  text-align: center;
  font-size: 30px;
  margin: 70px 0px 20px;
  color: #152142;
}
@media screen and (max-width: 905px) {
  .contact .contact_sub {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
  }
}
@media screen and (max-width: 430px) {
  .contact .contact_sub {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: bold;
  }
}
.contact .contact_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .contact .contact_wrapper {
    display: block;
    margin-bottom: 10px;
  }
}
.contact .contact_wrapper a {
  width: 48%;
}
@media screen and (max-width: 430px) {
  .contact .contact_wrapper a {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
}

/*=============================
マンションデータPlus
=============================*/
.mdp {
  padding: 50px 0;
  background-color: #e9e5e3;
}
.mdp h2 {
  width: 100%;
}
.mdp h2 img {
  width: 600px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 905px) {
  .mdp h2 img {
    width: 85%;
    margin-bottom: 20px;
  }
}
.mdp p {
  color: #333;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.15em;
  font-size: 17px;
  margin-bottom: 50px;
}
@media screen and (max-width: 905px) {
  .mdp p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: justify;
  }
}
.mdp .mdp_img_01 {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 905px) {
  .mdp .mdp_img_01 {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.mdp .mdp_img_02 {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 905px) {
  .mdp .mdp_img_02 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

/*=============================
CS
=============================*/
.satisfaction {
  margin-bottom: 50px;
}
.satisfaction .cs_plain {
  color: #333;
  margin-bottom: 10px;
}
.satisfaction .cs_blue {
  text-align: center;
  background-color: #000036;
  color: #fff;
  font-size: 24px;
  padding: 5px;
  margin-bottom: 20px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 905px) {
  .satisfaction .cs_blue {
    font-size: 16px;
    padding: 10px;
    padding-left: 25px;
    line-height: 1.3;
  }
}
.satisfaction .satisfaction_img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 905px) {
  .satisfaction .satisfaction_img {
    width: 100%;
    max-width: 450px;
  }
}
.satisfaction .satisfaction_img p {
  margin-top: 10px;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #333;
}
@media screen and (max-width: 905px) {
  .satisfaction .satisfaction_img p {
    letter-spacing: 0px;
    font-size: 8px;
  }
}

/*=============================
map
=============================*/
.map iframe {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 905px) {
  .map iframe {
    margin-top: 30px;
  }
}

/*=============================
footer
=============================*/
.footer {
  padding: 50px 0px 70px;
}
@media screen and (max-width: 905px) {
  .footer {
    padding: 50px 0px 30px;
  }
}
.footer img {
  width: 700px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 905px) {
  .footer img {
    width: 500px;
  }
}
@media screen and (max-width: 430px) {
  .footer img {
    width: 300px;
  }
}

/*=============================
movie
=============================*/
.movie {
  width: 70%;
  margin: 100px auto 0px;
  margin-bottom: 80px;
  max-width: 1040px;
}
@media screen and (max-width: 905px) {
  .movie {
    margin-bottom: 0px;
    width: 88%;
    margin-top: 0px;
    padding-top: 30px;
  }
}

.movie .iframe-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.movie .iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}/*# sourceMappingURL=style.css.map */