/* ==========================================================================
   odawarapage
   ========================================================================== */
/* contentLink
   ----------------------------------------------------------------- */
.contentLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contentLink.error {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contentLink.error .contentLink__item {
    margin: 0 3px;
  }
}
@media screen and (max-width: 1023px) {
  .contentLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contentLink__title {
  position: relative;
  width: 372px;
}
.contentLink__titlecontent {
  position: absolute;
  top: -100px;
  display: block;
  width: 100%;
  background: rgba(0, 20, 150, 0.8);
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
  padding: 50px 0;
}
.contentLink__titlecontent .text {
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}
.contentLink__titlecontent .en {
  font-family: "Jost", sans-serif;
  font-size: 50px;
}
.contentLink__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 15px 0px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contentLink__item {
    width: 49.45%;
    height: 42vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .contentLink__item:nth-child(3), .contentLink__item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentLink__item {
    width: 100%;
    height: 86vw;
  }
  .contentLink__item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .contentLink__item {
    height: 26vw;
    width: calc(25% - 3px);
  }
}
@media screen and (min-width: 1280px) {
  .contentLink__item {
    height: 23vw;
  }
}
@media screen and (min-width: 1480px) {
  .contentLink__item {
    height: 340px;
  }
}
.contentLink__item .en {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-weight: 400;
}
.contentLink__item:nth-child(1) {
  margin-left: 0px;
}
.contentLink__item:nth-child(1) .en {
  color: #001496;
}
.contentLink__item:nth-child(2) .en {
  color: #3DBCC7;
}
.contentLink__item:nth-child(3) .en {
  color: #7BB662;
}
.contentLink__item:nth-child(4) .en {
  color: #CFB48E;
}
.contentLink__item.showroom .en {
  color: #9c6d2c;
}
.contentLink__item.reform .en {
  color: #3B83F3;
}
.contentLink__item.reform .contentLink__textArea {
  background: #fff;
}
.contentLink__item.reform .title {
  color: #000;
}
.contentLink__item.reform .text {
  color: #333333;
}
.contentLink__item.color .en {
  color: #4c3110;
}
.contentLink__item.color .contentLink__textArea {
  background: #CCAA80;
}
.contentLink__item.color .title {
  color: #fff;
}
.contentLink__item.color .text {
  color: #4c3110;
}
.contentLink__item .title {
  font-size: 30px;
  line-height: 1;
  margin: 13px 0 15px;
  font-weight: 500;
  color: #000;
}
.contentLink__item .text {
  font-weight: 300;
  font-size: 17px;
}
.contentLink__imageArea {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.contentLink__textArea {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 30px 0;
  width: 96%;
}
/* contentLink-h
   ----------------------------------------------------------------- */
.contentLink-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .contentLink-h {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contentLink-h__title {
  position: relative;
  width: 372px;
}
.contentLink-h__titlecontent {
  position: absolute;
  top: -100px;
  display: block;
  width: 100%;
  background: rgba(0, 20, 150, 0.8);
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
  padding: 50px 0;
}
.contentLink-h__titlecontent .text {
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}
.contentLink-h__titlecontent .en {
  font-family: "Jost", sans-serif;
  font-size: 50px;
}
.contentLink-h__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 15px 0px;
  position: relative;
  margin: 2px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contentLink-h__item {
    width: 49.45%;
    height: 42vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .contentLink-h__item:nth-child(3), .contentLink-h__item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentLink-h__item {
    width: 100%;
    height: 86vw;
  }
  .contentLink-h__item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .contentLink-h__item {
    height: 26vw;
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .contentLink-h__item {
    height: 23vw;
  }
}
@media screen and (min-width: 1480px) {
  .contentLink-h__item {
    height: 340px;
  }
}
.contentLink-h__item .en {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-weight: 400;
}
.contentLink-h__item:nth-child(1) {
  margin-left: 0px;
}
.contentLink-h__item:nth-child(1) .en {
  color: #3DBCC7;
}
.contentLink-h__item:nth-child(2) .en {
  color: #7BB662;
}
.contentLink-h__item:nth-child(3) .en {
  color: #9c6d2c;
}
.contentLink-h__item:nth-child(4) {
  margin-right: 0px;
}
.contentLink-h__item:nth-child(4) .en {
  color: #4c3110;
}
.contentLink-h__item:nth-child(4) .contentLink-h__textArea {
  background: #CCAA80;
}
.contentLink-h__item:nth-child(4) .title {
  color: #fff;
}
.contentLink-h__item:nth-child(4) .text {
  color: #4c3110;
}
.contentLink-h__item .title {
  font-size: 30px;
  line-height: 1;
  margin: 13px 0 15px;
  font-weight: 500;
  color: #000;
}
.contentLink-h__item .text {
  font-weight: 300;
  font-size: 17px;
}
.contentLink-h__imageArea {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.contentLink-h__textArea {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 30px 0;
  width: 96%;
}
/* contentLink-new
   ----------------------------------------------------------------- */
.contentLink-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contentLink-new.error {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contentLink-new.error .contentLink__item {
    margin: 0 3px;
  }
}
@media screen and (max-width: 1023px) {
  .contentLink-new {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contentLink-new__title {
  position: relative;
  width: 372px;
}
.contentLink-new__titlecontent {
  position: absolute;
  top: -100px;
  display: block;
  width: 100%;
  background: rgba(0, 20, 150, 0.8);
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
  padding: 50px 0;
}
.contentLink-new__titlecontent .text {
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}
.contentLink-new__titlecontent .en {
  font-family: "Jost", sans-serif;
  font-size: 50px;
}
.contentLink-new__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 15px 0px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contentLink-new__item {
    width: 49.45%;
    height: 42vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .contentLink-new__item:nth-child(3), .contentLink-new__item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentLink-new__item {
    width: 100%;
    height: 86vw;
  }
  .contentLink-new__item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .contentLink-new__item {
    height: 26vw;
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (min-width: 1280px) {
  .contentLink-new__item {
    height: 25.5vw;
  }
}
@media screen and (min-width: 1480px) {
  .contentLink-new__item {
    height: 380px;
  }
}
.contentLink-new__item .en {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-weight: 400;
}
.contentLink-new__item:nth-child(1) {
  margin-left: 0px;
}
.contentLink-new__item:nth-child(1) .en {
  color: #001496;
}
.contentLink-new__item:nth-child(2) .en {
  color: #3DBCC7;
}
.contentLink-new__item:nth-child(3) .en {
  color: #7BB662;
}
.contentLink-new__item:nth-child(4) .en {
  color: #CFB48E;
}
.contentLink-new__item.showroom .en {
  color: #9c6d2c;
}
.contentLink-new__item.reform .en {
  color: #3B83F3;
}
.contentLink-new__item.reform .contentLink__textArea {
  background: #fff;
}
.contentLink-new__item.reform .title {
  color: #000;
}
.contentLink-new__item.reform .text {
  color: #333333;
}
.contentLink-new__item.color .en {
  color: #4c3110;
}
.contentLink-new__item.color .contentLink__textArea {
  background: #CCAA80;
}
.contentLink-new__item.color .title {
  color: #fff;
}
.contentLink-new__item.color .text {
  color: #4c3110;
}
.contentLink-new__item .title {
  font-size: 30px;
  line-height: 1;
  margin: 13px 0 15px;
  font-weight: 500;
  color: #000;
}
.contentLink-new__item .text {
  font-weight: 300;
  font-size: 17px;
}
.contentLink-new__imageArea {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.contentLink-new__textArea {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 30px 0;
  width: 96%;
}
/* contentLink-banner
   ----------------------------------------------------------------- */
.contentLink-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 380px;
  width: 100%;
}
.contentLink-banner__bg {
  display: block;
  background-image: url(../image/vent/bg.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .contentLink-banner__bg {
    background-size: 130%;
  }
}
@media screen and (max-width: 767px) {
  .contentLink-banner__bg {
    background-size: 190%;
    background-position: center 0;
  }
}
@media screen and (max-width: 1023px) {
  .contentLink-banner {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contentLink-banner {
    height: 380px;
  }
}
.contentLink-banner__image {
  width: 460px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .contentLink-banner__image {
    margin: 0 auto -15px;
  }
}
@media screen and (max-width: 767px) {
  .contentLink-banner__image {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contentLink-banner__wrap {
    width: 100%;
  }
}
.contentLink-banner__text {
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .contentLink-banner__text {
    width: 100%;
    font-size: 17px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.8)), color-stop(80%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  }
}
.contentLink-banner__text .en {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-weight: 400;
  color: #3DBCC7;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .contentLink-banner__text .en {
    font-size: 15px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentLink-banner__text .en {
    font-size: 30px;
    font-size: 4vw;
  }
}
.contentLink-banner__text .jp {
  margin-top: 5px;
  font-weight: 500;
  color: #46210c;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 1479px) {
  .contentLink-banner__text .jp {
    font-size: 15.3px;
    font-size: 2.04vw;
  }
}
@media screen and (max-width: 1023px) {
  .contentLink-banner__text .jp {
    font-size: 28px;
    font-size: 3.73vw;
  }
}
@media screen and (max-width: 767px) {
  .contentLink-banner__text .jp {
    font-size: 46px;
    font-size: 6.13vw;
  }
}
.contentLink-banner__text .jp:after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: #3DBCC7;
  margin: 15px auto 0;
}

/* btnArea
   ----------------------------------------------------------------- */
.btnArea {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.btnArea__item {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1023px) {
  .btnArea__item {
    width: 540px;
    margin: 0 auto;
  }
  .btnArea__item:nth-child(1) {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .btnArea__item {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .btnArea__item {
    width: 48%;
  }
}
.btnArea__item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .btnArea__item .btn {
    padding: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.btnArea__item:hover .btn {
  border-bottom: 1px solid #3B83F3;
  border-right: 1px solid #3B83F3;
}
.btnArea__item .title {
  color: #000;
}
@media screen and (max-width: 767px) {
  .btnArea__item .title {
    line-height: 1.3;
    font-weight: 500;
    font-size: 30px;
    margin-top: 5px;
    margin-left: 10px;
  }
}
.btnArea__textArea {
  line-height: 1.6;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .btnArea__textArea {
    padding-left: 20px;
  }
}
.btnArea__textArea .en {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.25em;
  margin-bottom: 5px;
  font-size: 17px;
  color: #00C8E7;
}
@media screen and (max-width: 767px) {
  .btnArea__textArea .en {
    letter-spacing: 0.15em;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.btnArea__textArea .title {
  color: #000;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .btnArea__textArea .title {
    font-size: 24px;
  }
}
.btnArea__text {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 300;
}
.btnArea__image {
  max-width: 180px;
}
.btnArea__image.min {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .btnArea__image.min {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .btnArea__image {
    max-width: 40%;
  }
}
/* topicsArea
   ----------------------------------------------------------------- */
.topicsArea {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .topicsArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.topicsArea__item {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .topicsArea__item {
    width: 540px;
    margin: 0 auto;
  }
  .topicsArea__item:nth-child(1) {
    margin: 0vw auto 16vw auto;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .topicsArea__item:nth-child(1) {
    margin: 0vw auto 13.03vw auto;
  }
}
@media screen and (max-width: 767px) {
  .topicsArea__item {
    width: 100%;
  }
}

/* topicsList
   ----------------------------------------------------------------- */
.topicsList__item {
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  margin-bottom: 25px;
}
.topicsList__item .btmtext {
  font-size: 17px;
  font-weight: 300;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .topicsList__item .btmtext {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .topicsList__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .topicsList__item {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 0px 10px 10px 0;
  }
  .topicsList__item:hover {
    border-bottom: 1px solid #3B83F3;
    border-right: 1px solid #3B83F3;
  }
}
.topicsList__item:last-child {
  margin-bottom: 0px;
}
.topicsList__item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .topicsList__item .btn {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 0 15px 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .topicsList__item:hover .btn {
    border-bottom: 1px solid #3B83F3;
    border-right: 1px solid #3B83F3;
  }
}
.topicsList__textArea {
  width: 380px;
  line-height: 1.6;
  padding-left: 15px;
  font-weight: 300;
  font-size: 17px;
}
@media screen and (max-width: 1023px) {
  .topicsList__textArea {
    width: 65%;
  }
}
.topicsList__textArea .meta {
  margin-top: -5px;
}
.topicsList__textArea .new {
  font-family: "Jost", sans-serif;
  margin: 0 10px;
  color: #B59F0C;
}
.topicsList__textArea .text {
  min-height: 5em;
}
@media screen and (max-width: 767px) {
  .topicsList__textArea .text {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .topicsList__textArea .shop {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .topicsList__textArea {
    width: 70%;
    padding-left: 10px;
  }
}
.topicsList__arrow {
  width: 35px;
  margin: 0 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .topicsList__arrow {
    display: none;
  }
}
.topicsList__text {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 17px;
}
.topicsList__image {
  max-width: 110px;
  max-height: 110px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topicsList__image {
    max-width: 100px;
    max-height: 100px;
  }
}
.topicsList__image img {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .topicsList__image img {
    width: 100px;
    height: 100px;
  }
}
/* topicsList2
   ----------------------------------------------------------------- */
.topicsList2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .topicsList2 {
    width: 540px;
    margin: 0 auto;
  }
}
.topicsList2__item {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  margin-bottom: 25px;
  width: calc(50% - 20px);
}
.topicsList2__item .btmtext {
  font-size: 17px;
  font-weight: 300;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .topicsList2__item .btmtext {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .topicsList2__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .topicsList2__item {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 0px 10px 10px 0;
  }
  .topicsList2__item:hover {
    border-bottom: 1px solid #3B83F3;
    border-right: 1px solid #3B83F3;
  }
}
@media screen and (min-width: 1024px) {
  .topicsList2__item:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }
}
.topicsList2__item:last-child {
  margin-bottom: 0px;
}
.topicsList2__item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .topicsList2__item .btn {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 0 15px 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .topicsList2__item:hover .btn {
    border-bottom: 1px solid #3B83F3;
    border-right: 1px solid #3B83F3;
  }
}
.topicsList2__textArea {
  width: 380px;
  line-height: 1.6;
  padding-left: 15px;
  font-weight: 300;
  font-size: 17px;
}
@media screen and (max-width: 1023px) {
  .topicsList2__textArea {
    width: 65%;
  }
}
.topicsList2__textArea .meta {
  margin-top: -5px;
}
.topicsList2__textArea .new {
  font-family: "Jost", sans-serif;
  margin: 0 10px;
  color: #B59F0C;
}
.topicsList2__textArea .text {
  min-height: 5em;
}
@media screen and (max-width: 767px) {
  .topicsList2__textArea .text {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .topicsList2__textArea .shop {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .topicsList2__textArea {
    width: 70%;
    padding-left: 10px;
  }
}
.topicsList2__arrow {
  width: 35px;
  margin: 0 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .topicsList2__arrow {
    display: none;
  }
}
.topicsList2__text {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 17px;
}
.topicsList2__image {
  max-width: 110px;
  max-height: 110px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topicsList2__image {
    max-width: 100px;
    max-height: 100px;
  }
}
.topicsList2__image img {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .topicsList2__image img {
    width: 100px;
    height: 100px;
  }
}
/* mhLink
   ----------------------------------------------------------------- */
.mhLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .mhLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .mhLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mhLink.top {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mhLink.top .mhLink__item {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .mhLink.top .mhLink {
    aspect-ratio: 1/1;
  }
}
.mhLink__title {
  width: 372px;
}
.mhLink__item {
  background: #fff;
  border: 1px solid #727171;
  padding: 10px;
  position: relative;
  margin: 2px;
  width: 24.8%;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mhLink__item:hover {
  border: 1px solid #3B83F3;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mhLink__item {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mhLink__item {
    width: 100%;
    height: auto;
    margin: 0 0 4px;
  }
}
.mhLink__item .en {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-weight: 400;
  color: #727171;
}
@media screen and (max-width: 767px) {
  .mhLink__item .en {
    font-size: 14px;
  }
}
.mhLink__item:nth-child(1) img {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .mhLink__item:nth-child(1) img {
    width: 75px;
  }
}
.mhLink__item:nth-child(2) img {
  width: 237px;
}
@media screen and (max-width: 767px) {
  .mhLink__item:nth-child(2) img {
    width: 140px;
  }
}
.mhLink__item:nth-child(3) img {
  width: 222px;
}
@media screen and (max-width: 767px) {
  .mhLink__item:nth-child(3) img {
    width: 130px;
  }
}
.mhLink__item:nth-child(4) img {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .mhLink__item:nth-child(4) img {
    width: 110px;
  }
}
.mhLink__item .title {
  font-size: 30px;
  line-height: 1;
  margin: 10px 0 5px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mhLink__item .title {
    font-size: 25px;
  }
}
.mhLink__imageArea {
  height: 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .mhLink__imageArea {
    height: 155px;
  }
}
@media screen and (max-width: 767px) {
  .mhLink__imageArea {
    height: 100px;
  }
}
.mhLink__textArea {
  z-index: 100;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .mhLink__textArea {
    padding: 5px 0;
  }
}
/* shopLink
   ----------------------------------------------------------------- */
.shopLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shopLink__title {
  position: relative;
  width: 372px;
}
.shopLink__titlecontent {
  position: absolute;
  top: -100px;
  display: block;
  width: 100%;
  background: rgba(0, 20, 150, 0.8);
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
  padding: 50px 0;
}
.shopLink__titlecontent .text {
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}
.shopLink__titlecontent .en {
  font-family: "Jost", sans-serif;
  font-size: 50px;
}
.shopLink__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 15px 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .shopLink__item:nth-child(-n+4) {
    margin: 0vw 0vw 2.63vw 0vw;
  }
}
@media screen and (max-width: 1023px) {
  .shopLink__item {
    width: 49.8%;
    height: auto;
    margin-bottom: 30px;
    padding-top: 28vw;
  }
}
@media screen and (max-width: 767px) {
  .shopLink__item {
    padding: 27vw 5px 0;
  }
}
@media screen and (min-width: 1024px) {
  .shopLink__item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 33.5vw;
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .shopLink__item {
    width: 24.8%;
  }
}
@media screen and (min-width: 1480px) {
  .shopLink__item {
    height: 480px;
  }
}
.shopLink__item .en {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-weight: 400;
  color: #001496;
}
@media screen and (max-width: 767px) {
  .shopLink__item .en {
    letter-spacing: 0.1em;
    font-size: 14px;
  }
}
.shopLink__item:nth-child(7) .en, .shopLink__item:nth-child(8) .en {
  color: #CFB48E;
}
.shopLink__item .title {
  font-size: 30px;
  line-height: 1;
  margin: 13px 0 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .shopLink__item .title {
    font-size: 21px;
  }
}
.shopLink__item .text {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .shopLink__item .text {
    font-size: 17px;
    text-align: left;
  }
}
.shopLink__item .btnArea {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .shopLink__item .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shopLink__item .btnArea a {
  font-size: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 5px;
  text-align: center;
  display: block;
  margin: 0 1%;
  width: 100%;
  font-weight: 300;
}
@media screen and (min-width: 1024px) and (max-width: 1479px) {
  .shopLink__item .btnArea a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1023px) {
  .shopLink__item .btnArea a {
    margin: 0;
  }
}
.shopLink__item .btnArea a:nth-child(1) {
  border: 1px solid #0A64F0;
}
@media screen and (max-width: 1023px) {
  .shopLink__item .btnArea a:nth-child(1) {
    margin: 0 0% 5px;
  }
}
.shopLink__item .btnArea a:nth-child(1):hover {
  background: #0A64F0;
  color: #fff;
  opacity: 1;
}
.shopLink__item .btnArea a:nth-child(2) {
  border: 1px solid #001496;
}
.shopLink__item .btnArea a:nth-child(2):hover {
  background: #001496;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .shopLink__item .btnArea a {
    font-size: 17px;
  }
}
.shopLink__item:nth-child(1) .btnArea a {
  border: 1px solid #001496;
}
.shopLink__item:nth-child(1) .btnArea a:hover {
  background: #001496;
  color: #fff;
  opacity: 1;
}
.shopLink__item:nth-child(7) .btnArea a, .shopLink__item:nth-child(8) .btnArea a {
  border: 1px solid #CFB48E;
}
.shopLink__item:nth-child(7) .btnArea a:hover, .shopLink__item:nth-child(8) .btnArea a:hover {
  background: #CFB48E;
  color: #fff;
}
.shopLink__item:nth-child(7) .btnArea a:last-child, .shopLink__item:nth-child(8) .btnArea a:last-child {
  border: 1px solid #9c6d2c;
}
.shopLink__item:nth-child(7) .btnArea a:last-child:hover, .shopLink__item:nth-child(8) .btnArea a:last-child:hover {
  background: #9c6d2c;
  color: #fff;
}
.shopLink__imageArea {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.shopLink__textArea {
  color: #000;
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 30px 5px;
  width: 96%;
}
@media screen and (max-width: 767px) {
  .shopLink__textArea {
    padding: 10px;
  }
}
/* ===============================================
#p-branchFv
=============================================== */
.p-branchFv {
  position: relative;
  background-color: #F8F8F8;
}
@media screen and (min-width: 1024px) {
  .p-branchFv {
    padding-top: 119px;
    padding-bottom: 1.32vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchFv {
    padding-top: 89px;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv {
    padding-top: 59px;
    padding-bottom: 4vw;
  }
}
.p-branchFv__headline {
  margin-bottom: 0;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .p-branchFv__headline {
    padding: 1.32vw 0vw 1.32vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-branchFv__headline {
    padding: 3vw 0vw 3vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__headline {
    padding: 4vw 0vw 4vw 0vw;
  }
}
.p-branchFv__en {
  color: #0A64F0;
}
@media screen and (max-width: 767px) {
  .p-branchFv__en.top {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-branchFv__en-vw {
  color: #0A64F0;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 1479px) {
  .p-branchFv__en-vw {
    font-size: 9px;
    font-size: 1.2vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchFv__en-vw {
    font-size: 17px;
    font-size: 2.27vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__en-vw {
    font-size: 30px;
    font-size: 4vw;
  }
}
.p-branchFv__loading {
  height: 100%;
}
.p-branchFv__small {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-branchFv__small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-branchFv__small-vw {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1479px) {
  .p-branchFv__small-vw {
    font-size: 15.3px;
    font-size: 2.04vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchFv__small-vw {
    font-size: 30px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__small-vw {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
.p-branchFv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 20;
}
.p-branchFv__container-left {
  width: 50.7%;
  padding: 20px 20px 15px 20px;
  border: 1px solid #0A64F0;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-branchFv__container-left {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-branchFv__container-left {
    margin: 0vw 0vw 3vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__container-left {
    padding: 20px 10px;
    margin: 0vw 0vw 4vw 0vw;
  }
}
.p-branchFv__container-center {
  width: 26.7%;
  padding: 20px 20px 15px 20px;
  border: 1px solid #001496;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-branchFv__container-center {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__container-center {
    width: 100%;
    padding: 20px 10px;
    margin: 0vw 0vw 4vw 0vw;
  }
}
.p-branchFv__container-right {
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .p-branchFv__container-right {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__container-right {
    width: 100%;
  }
}
.p-branchFv__left-title {
  background-color: #0A64F0;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 500;
  padding: 4px 0 7px;
  margin-bottom: 35px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1479px) {
  .p-branchFv__left-title {
    font-size: 15.3px;
    font-size: 2.04vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchFv__left-title {
    font-size: 30px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__left-title {
    font-size: 50px;
    font-size: 6.67vw;
    margin-bottom: 20px;
  }
}
.p-branchFv__icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-branchFv__icon-item {
  position: relative;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-branchFv__icon-item:nth-of-type(n + 2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 1px;
    background-color: #999999;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchFv__icon-item {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__icon-item {
    width: 50%;
  }
  .p-branchFv__icon-item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .p-branchFv__icon-item:nth-of-type(n + 3)::after {
    content: "";
    position: absolute;
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    width: 90%;
    background-color: #999999;
  }
  .p-branchFv__icon-item:not(:nth-of-type(2n + 1))::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 1px;
    background-color: #999999;
  }
}
.p-branchFv__icon-item:nth-of-type(1) .p-branchFv__icon {
  width: 75%;
}
.p-branchFv__icon-item:nth-of-type(2) .p-branchFv__icon {
  width: 68%;
}
.p-branchFv__icon-item:nth-of-type(3) .p-branchFv__icon {
  width: 76%;
}
.p-branchFv__icon-item:nth-of-type(4) .p-branchFv__icon {
  width: 72%;
}
.p-branchFv__icon {
  margin: 0 auto;
  height: 96px;
}
@media screen and (max-width: 1479px) {
  .p-branchFv__icon {
    height: 5.8vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchFv__icon {
    height: auto;
  }
}
.p-branchFv__icon-text {
  text-align: center;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 1479px) {
  .p-branchFv__icon-text {
    font-size: 12.2px;
    font-size: 1.63vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchFv__icon-text {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__icon-text {
    margin-top: 5px;
    line-height: 1.55;
    font-size: 35px;
    font-size: 4.67vw;
  }
}
.p-branchFv__center-title {
  background-color: #001496;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 500;
  padding: 4px 0 7px;
  margin-bottom: 19px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1479px) {
  .p-branchFv__center-title {
    font-size: 15.3px;
    font-size: 2.04vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchFv__center-title {
    font-size: 30px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__center-title {
    font-size: 50px;
    font-size: 6.67vw;
    margin-bottom: 10px;
  }
}
.p-branchFv__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-branchFv__link-item {
  width: 49.5%;
  border-right: 1px solid #001496;
  border-bottom: 1px solid #001496;
  text-align: center;
  padding: 6px 0 10px;
  font-weight: 500;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1479px) {
  .p-branchFv__link-item {
    font-size: 12.2px;
    font-size: 1.63vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchFv__link-item {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__link-item {
    font-size: 35px;
    font-size: 4.67vw;
  }
}
.p-branchFv__link-item:nth-of-type(n + 3) {
  margin-top: 4px;
}
.p-branchFv__right-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-branchFv__right-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-branchFv__right-box {
  background-color: #fff;
  border: 1px solid #0A64F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0 27px;
  height: 45.8%;
}
@media screen and (max-width: 1023px) {
  .p-branchFv__right-box {
    padding: 18px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__right-box {
    height: auto;
    padding: 20px 0;
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-branchFv__school-img {
  width: calc(100% - 207px);
  margin-right: 12px;
  padding-left: 10px;
}
@media screen and (max-width: 1479px) {
  .p-branchFv__school-img {
    width: 31%;
    margin-right: 0;
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__school-img {
    width: 48%;
    margin: 0 auto 15px auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-branchFv__train-img {
  width: calc(100% - 220px);
  margin-right: 23px;
  padding-left: 25px;
}
@media screen and (max-width: 1479px) {
  .p-branchFv__train-img {
    width: 31%;
    margin-right: 0;
    padding-right: 5%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__train-img {
    width: 35%;
    margin: 0 auto 15px auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-branchFv__search-right {
  width: 200px;
  margin-bottom: 0;
}
@media screen and (max-width: 1479px) {
  .p-branchFv__search-right {
    width: 69%;
  }
}
@media screen and (max-width: 767px) {
  .p-branchFv__search-right {
    width: 100%;
    text-align: center;
  }
}

/* ===============================================
#p-branchProperty
=============================================== */
.p-branchProperty__bg-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20.75%, #fff), color-stop(20.75%, #f8f8f8), color-stop(94%, #f8f8f8), color-stop(94%, #fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 20.75%, #f8f8f8 20.75%, #f8f8f8 94%, #fff 94%, #fff 100%);
}
@media screen and (max-width: 1023px) {
  .p-branchProperty__bg-gray {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(19.1%, #fff), color-stop(19.1%, #f8f8f8), color-stop(96.7%, #f8f8f8), color-stop(96.7%, #fff), to(#fff));
    background-image: linear-gradient(180deg, #fff 0%, #fff 19.1%, #f8f8f8 19.1%, #f8f8f8 96.7%, #fff 96.7%, #fff 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-branchProperty__bg-gray {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(17.45%, #fff), color-stop(17.45%, #f8f8f8), color-stop(96%, #f8f8f8), color-stop(96%, #fff), to(#fff));
    background-image: linear-gradient(180deg, #fff 0%, #fff 17.45%, #f8f8f8 17.45%, #f8f8f8 96%, #fff 96%, #fff 100%);
  }
}
.p-branchProperty__bg-gray2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(29.75%, #fff), color-stop(29.75%, #f8f8f8), color-stop(94%, #f8f8f8), color-stop(94%, #fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 29.75%, #f8f8f8 29.75%, #f8f8f8 94%, #fff 94%, #fff 100%);
}
@media screen and (max-width: 1023px) {
  .p-branchProperty__bg-gray2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25.6%, #fff), color-stop(25.6%, #f8f8f8), color-stop(96.7%, #f8f8f8), color-stop(96.7%, #fff), to(#fff));
    background-image: linear-gradient(180deg, #fff 0%, #fff 25.6%, #f8f8f8 25.6%, #f8f8f8 96.7%, #fff 96.7%, #fff 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-branchProperty__bg-gray2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(22.8%, #fff), color-stop(22.8%, #f8f8f8), color-stop(96%, #f8f8f8), color-stop(96%, #fff), to(#fff));
    background-image: linear-gradient(180deg, #fff 0%, #fff 22.8%, #f8f8f8 22.8%, #f8f8f8 96%, #fff 96%, #fff 100%);
  }
}
.p-branchProperty__en {
  color: #0A64F0;
}
@media screen and (max-width: 1479px) {
  .p-branchProperty__en {
    font-size: 9px;
    font-size: 1.2vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchProperty__en {
    font-size: 15px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchProperty__en {
    font-size: 30px;
    font-size: 4vw;
  }
}
.p-branchProperty__en--brown {
  color: #B59F0C;
}
.p-branchProperty__jp {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 1479px) {
  .p-branchProperty__jp {
    font-size: 15.3px;
    font-size: 2.04vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchProperty__jp {
    font-size: 23px;
    font-size: 3.07vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchProperty__jp {
    font-size: 46px;
    font-size: 6.13vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-branchProperty__top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-branchProperty__top-wrapper {
  width: 48.4%;
}
@media screen and (max-width: 1479px) {
  .p-branchProperty__top-wrapper {
    width: 49.6%;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchProperty__top-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-branchProperty__top-wrapper:nth-of-type(n + 2) {
    margin: 6vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .p-branchProperty__top-wrapper:nth-of-type(n + 2) {
    margin: 8vw 0vw 0vw 0vw;
  }
}
.p-branchProperty__display-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.p-branchProperty__display-table .tr {
  display: table-row;
}
.p-branchProperty__display-table .cell {
  display: table-cell;
  border: 1px solid #cdcdcd;
  width: 25%;
}
.p-branchProperty__display-table .cell.width {
  width: 50%;
}
.p-branchProperty__display-table .th {
  background-color: #0A64F0;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding: 4px 0;
  font-weight: 500;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__display-table .th {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-branchProperty__display-table .td {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background-color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__display-table .td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-branchProperty__display-table .td span {
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  font-family: "Jost", sans-serif;
  color: #0A64F0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__display-table .td span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-branchProperty__display-table:nth-of-type(n + 2) .cell {
  border-width: 0 1px 1px 1px;
}
.p-branchProperty__table-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__table-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-branchProperty__table-right .item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__table-right .item {
    width: 100%;
  }
}
.p-branchProperty__table-right .item:nth-of-type(n + 2) .th {
  border-width: 1px 1px 1px 0;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__table-right .item:nth-of-type(n + 2) .th {
    border-width: 1px;
  }
}
.p-branchProperty__table-right .item:nth-of-type(n + 2) .p-branchProperty__table-box {
  border-width: 0 1px 1px 0;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__table-right .item:nth-of-type(n + 2) .p-branchProperty__table-box {
    border-width: 0 1px 1px 1px;
  }
}
.p-branchProperty__table-right .th {
  background-color: #B59F0C;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding: 4px 0;
  font-weight: 500;
  border: 1px solid #cdcdcd;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__table-right .th {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-branchProperty__table-box {
  padding: 16px 0 5px;
  background-color: #fff;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid #cdcdcd;
  border-width: 0 1px 1px 1px;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__table-box {
    border-width: 0 1px 0px 1px;
  }
}
.p-branchProperty__table-item {
  position: relative;
  width: 50%;
  text-align: center;
}
.p-branchProperty__table-item:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 80%;
  background-color: #B59F0C;
}
.p-branchProperty__table-title {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__table-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-branchProperty__number {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__number {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-branchProperty__number span {
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  line-height: 1.2;
  font-family: "Jost", sans-serif;
  color: #B59F0C;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 500;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__number span {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.p-branchProperty__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .p-branchProperty__bottom-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1480px) {
  .p-branchProperty__bottom-wrapper {
    width: 468px;
  }
}
@media screen and (max-width: 1479px) {
  .p-branchProperty__bottom-wrapper {
    width: calc(33.3333333% - 8px);
  }
  .p-branchProperty__bottom-wrapper:nth-of-type(n + 2) {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1479px) and (max-width: 1023px) {
  .p-branchProperty__bottom-wrapper:nth-of-type(n + 2) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchProperty__bottom-wrapper {
    width: calc(50% - 6px);
  }
  .p-branchProperty__bottom-wrapper:not(:nth-of-type(2n + 1)) {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-branchProperty__bottom-wrapper:not(:nth-of-type(2n + 1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchProperty__bottom-wrapper:nth-of-type(n + 3) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-branchProperty__bottom-wrapper {
    width: 100%;
  }
  .p-branchProperty__bottom-wrapper:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.p-branchProperty__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-branchProperty__card {
    margin-bottom: 5px;
  }
}
.p-branchProperty__img {
  width: 43%;
}
.p-branchProperty__textarea {
  width: 57%;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 28px 0 0 22px;
  background-color: #fff;
}
@media screen and (max-width: 1479px) {
  .p-branchProperty__textarea {
    padding: 5% 0 0 4%;
  }
}
@media screen and (max-width: 1023px) {
  .p-branchProperty__textarea {
    padding: 5% 0 0 2%;
  }
}
.p-branchProperty__text {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.6;
}
.p-branchProperty__mb0 {
  margin-bottom: 0;
}

/* ===============================================
#p-eventInfo
=============================================== */
.p-eventInfo {
  background-color: rgba(12, 115, 177, 0.05);
}
.p-eventInfo__inner {
  max-width: 1380px;
}
@media screen and (max-width: 1479px) {
  .p-eventInfo__inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1279px) {
  .p-eventInfo__inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 1023px) {
  .p-eventInfo__inner {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .p-eventInfo__slider {
    width: 94%;
    margin: 0 auto;
  }
}
.p-eventInfo__slider-item {
  background-color: #fff;
  padding: 20px;
  margin: 0 24px;
  overflow: hidden;
}
@media screen and (max-width: 1479px) {
  .p-eventInfo__slider-item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1279px) {
  .p-eventInfo__slider-item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__slider-item {
    padding: 10px;
  }
}
.p-eventInfo__slider-item.color3 {
  border-right: 1px solid #0a64f0;
  border-bottom: 1px solid #0a64f0;
}
.p-eventInfo__slider-item.color3 .p-eventInfo__info::before {
  background: rgba(10, 100, 240, 0.8);
}
.p-eventInfo__slider-item.color4 {
  border-right: 1px solid #001496;
  border-bottom: 1px solid #001496;
}
.p-eventInfo__slider-item.color4 .p-eventInfo__info::before {
  background: rgba(0, 20, 150, 0.8);
}
.p-eventInfo__slider-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 170px;
}
@media screen and (max-width: 1479px) {
  .p-eventInfo__slider-body {
    height: 10vw;
  }
}
@media screen and (max-width: 1279px) {
  .p-eventInfo__slider-body {
    height: 18vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-eventInfo__slider-body {
    height: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__slider-body {
    height: auto;
    display: grid;
    grid-template-rows: 45px 90px 1fr;
    grid-template-columns: 52.7% 47.3%;
  }
}
.p-eventInfo__img {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-eventInfo__img {
    width: calc(43.3% - 20px);
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
.p-eventInfo__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-eventInfo__img img {
    height: 32vw;
  }
}
.p-eventInfo__meta {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-eventInfo__meta {
    width: 56.7%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__meta {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: 10px;
  }
}
.p-eventInfo__new {
  font-family: "Jost", sans-serif;
  color: #b59f0c;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-eventInfo__new {
    margin: 0 0 0 4px;
  }
}
.p-eventInfo__info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-eventInfo__info {
    width: 61%;
    margin-left: 20px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__info {
    grid-row: 3/4;
    grid-column: 1/3;
    padding: 5px 10px;
  }
}
.p-eventInfo__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: calc(100% + 100px);
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-eventInfo__info::before {
    left: 0px;
    width: 100%;
  }
}
.p-eventInfo__info-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
}
.p-eventInfo__text {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-eventInfo__text {
    margin-left: 20px;
    width: 56.7%;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__text {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 10px;
  }
}
.p-eventInfo__prev-icon, .p-eventInfo__next-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 62px !important;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .p-eventInfo__prev-icon, .p-eventInfo__next-icon {
    width: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__prev-icon, .p-eventInfo__next-icon {
    width: 20px !important;
  }
}
.p-eventInfo__prev-icon {
  left: -76px;
}
@media screen and (max-width: 1023px) {
  .p-eventInfo__prev-icon {
    left: -42px;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__prev-icon {
    left: -12px;
  }
}
.p-eventInfo__next-icon {
  right: -76px;
}
@media screen and (max-width: 1023px) {
  .p-eventInfo__next-icon {
    right: -42px;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__next-icon {
    right: -12px;
  }
}
@media screen and (min-width: 768px) {
  .p-eventInfo__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-eventInfo__btn {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  width: 375px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-eventInfo__btn::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 11px;
  width: 35px;
  height: 23px;
}
@media screen and (max-width: 1023px) {
  .p-eventInfo__btn::before {
    top: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .p-eventInfo__btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-eventInfo__btn:nth-of-type(1) {
  border-color: #0A64F0;
  padding: 10px 0 12px 14px;
}
.p-eventInfo__btn:nth-of-type(1)::before {
  background: transparent url(./../image/top/arrow.svg) no-repeat top center/cover;
}
.p-eventInfo__btn:nth-of-type(1):hover {
  background-color: #0A64F0;
  color: #fff;
  opacity: 1;
}
.p-eventInfo__btn:nth-of-type(1):hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}
.p-eventInfo__btn:nth-of-type(2) {
  border-color: #001496;
  padding: 10px 0 12px 7px;
  margin-left: 48px;
}
.p-eventInfo__btn:nth-of-type(2)::before {
  background: transparent url(./../image/odawara/arrow-right_2.svg) no-repeat top center/cover;
}
.p-eventInfo__btn:nth-of-type(2):hover {
  background-color: #001496;
  color: #fff;
  opacity: 1;
}
.p-eventInfo__btn:nth-of-type(2):hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}
@media screen and (max-width: 1479px) {
  .p-eventInfo__btn:nth-of-type(2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-eventInfo__btn:nth-of-type(2) {
    padding: 10px 0 12px 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-eventInfo__btn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 4vw;
  }
}

/* ===============================================
#p-blogContents
=============================================== */
.p-blogContents {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(75.6%, #fff), color-stop(75.6%, #f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #fff 0%, #fff 75.6%, #f8f8f8 75.6%, #f8f8f8 100%);
}
@media screen and (max-width: 1023px) {
  .p-blogContents {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(86.1%, #fff), color-stop(86.1%, #f8f8f8), to(#f8f8f8));
    background-image: linear-gradient(180deg, #fff 0%, #fff 86.1%, #f8f8f8 86.1%, #f8f8f8 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-blogContents {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(75.6%, #fff), color-stop(75.6%, #f8f8f8), to(#f8f8f8));
    background-image: linear-gradient(180deg, #fff 0%, #fff 75.6%, #f8f8f8 75.6%, #f8f8f8 100%);
  }
}
.p-blogContents__topicsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-blogContents__topicsList {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-blogContents__item {
  width: 48%;
  margin-bottom: 0;
}
.p-blogContents__item:nth-of-type(n + 3) {
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .p-blogContents__item {
    width: 100%;
  }
  .p-blogContents__item:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}
.p-blogContents__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .p-blogContents__cards {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-blogContents__card {
  width: 24.8%;
}
@media screen and (max-width: 1023px) {
  .p-blogContents__card {
    width: 49.1%;
  }
  .p-blogContents__card:nth-of-type(n + 3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-blogContents__card {
    width: 48.7%;
  }
}
.p-blogContents__card:nth-child(1) img {
  width: 125px;
}
@media screen and (max-width: 767px) {
  .p-blogContents__card:nth-child(1) img {
    width: 75px;
  }
}
.p-blogContents__card:nth-child(2) img {
  width: 237px;
}
@media screen and (max-width: 767px) {
  .p-blogContents__card:nth-child(2) img {
    width: 140px;
  }
}
.p-blogContents__card:nth-child(3) img {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .p-blogContents__card:nth-child(3) img {
    width: 110px;
  }
}
.p-blogContents__card:nth-child(4) img {
  width: 172px;
}
@media screen and (max-width: 1023px) {
  .p-blogContents__card:nth-child(4) img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-blogContents__card:nth-child(4) img {
    width: 100px;
  }
}
.p-blogContents__link {
  display: block;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .p-blogContents__link {
    height: auto;
  }
}
.p-blogContents__text {
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-blogContents__text {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-blogContents__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-blogContents__btn {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  display: block;
  width: 375px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-blogContents__btn::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 11px;
  width: 35px;
  height: 23px;
}
@media screen and (max-width: 1023px) {
  .p-blogContents__btn::before {
    top: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .p-blogContents__btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blogContents__btn {
    width: 100%;
  }
}
.p-blogContents__btn:nth-of-type(1) {
  border-color: #0A64F0;
  padding: 10px 0 12px 14px;
}
.p-blogContents__btn:nth-of-type(1)::before {
  background: transparent url(./../image/top/arrow.svg) no-repeat top center/cover;
}
.p-blogContents__btn:nth-of-type(1):hover {
  background-color: #0A64F0;
  color: #fff;
  opacity: 1;
}
.p-blogContents__btn:nth-of-type(1):hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}
.p-blogContents__btn:nth-of-type(2) {
  border-color: #001496;
  padding: 10px 0 12px 7px;
  margin-left: 48px;
}
.p-blogContents__btn:nth-of-type(2)::before {
  background: transparent url(./../image/odawara/arrow-right_2.svg) no-repeat top center/cover;
}
.p-blogContents__btn:nth-of-type(2):hover {
  background-color: #001496;
  color: #fff;
  opacity: 1;
}
.p-blogContents__btn:nth-of-type(2):hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}
@media screen and (max-width: 1023px) {
  .p-blogContents__btn:nth-of-type(2) {
    margin-left: 20px;
    padding: 10px 0 12px 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-blogContents__btn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 4vw;
  }
}

/* ===============================================
#p-staffReco
=============================================== */
.p-staffReco__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-staffReco__list {
  position: relative;
  width: 48%;
}
@media screen and (min-width: 1024px) {
  .p-staffReco__list:nth-of-type(n + 3) {
    margin: 2.63vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-staffReco__list:nth-of-type(n + 3) {
    margin: 6vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__list {
    width: 100%;
  }
  .p-staffReco__list:nth-of-type(n + 2) {
    margin: 8vw 0vw 0vw 0vw;
  }
}
.p-staffReco__list.new .p-staffReco__category {
  background-color: #EB6969;
}
.p-staffReco__list.new .p-staffReco__tag {
  border-color: #EB6969;
  color: #EB6969;
}
.p-staffReco__list.new .p-staffReco__tag.member {
  color: #fff;
  background-color: #EB6969;
}
.p-staffReco__list.land .p-staffReco__category {
  background-color: #00B285;
}
.p-staffReco__list.land .p-staffReco__tag {
  border-color: #00B285;
  color: #00B285;
}
.p-staffReco__list.land .p-staffReco__tag.member {
  color: #fff;
  background-color: #00B285;
}
.p-staffReco__list.old .p-staffReco__category {
  background-color: #2E97E4;
}
.p-staffReco__list.old .p-staffReco__tag {
  border-color: #2E97E4;
  color: #2E97E4;
}
.p-staffReco__list.old .p-staffReco__tag.member {
  color: #fff;
  background-color: #2E97E4;
}
.p-staffReco__list.apartment .p-staffReco__category {
  background-color: #E9AF49;
}
.p-staffReco__list.apartment .p-staffReco__tag {
  border-color: #E9AF49;
  color: #E9AF49;
}
.p-staffReco__list.apartment .p-staffReco__tag.member {
  color: #fff;
  background-color: #E9AF49;
}
.p-staffReco__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 240px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
}
.p-staffReco__body-left {
  width: 47.4%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body-left {
    height: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .p-staffReco__body-left {
    width: 48.5%;
  }
}
.p-staffReco__body-right {
  width: 50%;
  height: calc(100% - 72px);
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body-right {
    height: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .p-staffReco__body-right {
    width: 48.5%;
  }
}
.p-staffReco__body-right.height100 {
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body-right.height100 {
    height: 170px;
  }
}
.p-staffReco__category {
  color: #fff;
  padding: 6px 0 8px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__category {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-staffReco__img {
  position: relative;
  height: calc(100% - 40px);
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__img {
    height: 100%;
  }
}
.p-staffReco__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-staffReco__address {
  font-size: 20px;
  font-size: 2rem;
  margin-top: -8px;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .p-staffReco__address {
    margin-top: -5px;
    line-height: 1.3;
    margin-bottom: 3px;
  }
}
.p-staffReco__access {
  margin-bottom: 2px;
}
.p-staffReco__floor {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__floor {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-staffReco__text {
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -8px;
  line-height: 1.7;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__text {
    margin-top: -4px;
    line-height: 1.3;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-staffReco__price {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__price {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-staffReco__price span {
  font-family: "Jost", sans-serif;
  color: #BB121A;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__price span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-staffReco__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 72px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__tags {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-staffReco__tags {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 50%;
  }
}
.p-staffReco__tag {
  width: 48.7%;
  border: 1px solid;
  text-align: center;
  padding: 3px 0 5px;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #fff;
  margin-bottom: 8px;
}
.p-staffReco__body-btn {
  position: absolute;
  bottom: 48px;
  right: 0;
  width: 50%;
  display: block;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #B59F0C;
  color: #B59F0C;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 6px 0 10px;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body-btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-staffReco__body-btn {
    width: 48.5%;
    bottom: auto;
    top: 125px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__body-btn {
    width: 48.5%;
    bottom: auto;
    top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__body-btn {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 3px 0 4px;
  }
}
.p-staffReco__body-btn :hover {
  opacity: 0.8;
}
.p-staffReco__body-btn.arrow:before {
  width: 15px;
  height: 15px;
  border-top: 3px solid #B59F0C;
  border-right: 3px solid #B59F0C;
  position: absolute;
  margin: auto;
  top: 0%;
  bottom: 0;
  right: 3%;
  display: block;
  content: "";
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-staffReco__body-btn.arrow:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #B59F0C;
    border-right: 2px solid #B59F0C;
  }
}
.p-staffReco__body-btn2 {
  display: block;
  text-align: center;
  background-color: #3B83F3;
  border: 1px solid #3B83F3;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 21px 0 25px;
  margin-top: 12px;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body-btn2 {
    padding: 16px 0 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-staffReco__body-btn2 {
    margin-top: 10px;
    padding: 6px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__body-btn2 .big {
    font-size: 20px;
  }
}
.p-staffReco__body-btn2 .small {
  font-size: 17px;
}
.p-staffReco__body-btn2.arrow {
  position: relative;
}
.p-staffReco__body-btn2.arrow .big:after {
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (min-width: 1024px) {
  .p-staffReco__body-btn2.arrow .big:after {
    position: absolute;
    margin: auto;
    top: 0%;
    bottom: 0;
    right: 3%;
    -webkit-transform: translate(-50%) rotate(45deg);
            transform: translate(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .p-staffReco__body-btn2.arrow .big:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    -webkit-transform: translate(0%, -10%) rotate(45deg);
            transform: translate(0%, -10%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__body-btn2.arrow .big:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(0%, -25%) rotate(45deg);
            transform: translate(0%, -25%) rotate(45deg);
  }
}
.p-staffReco__like-box {
  background-color: #f8f8f8;
  padding: 8px 0;
  width: 100%;
  min-height: 41px;
}
@media screen and (max-width: 1023px) {
  .p-staffReco__like-box {
    padding: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__like-box {
    padding: 6px 0;
  }
}
.p-staffReco__like {
  width: 100%;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-staffReco__like img {
  width: 28px;
}
.p-staffReco__check-box {
  background-color: #f8f8f8;
  width: 100%;
  min-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-staffReco__check-box {
    padding: 6px 0;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__check-box {
    padding: 6px 0;
  }
}
.p-staffReco__check-box::before {
  content: "";
  display: block;
  width: 3px;
  height: 60%;
  border-radius: 5px;
  background: #cccccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.p-staffReco__check-box .p-staffReco__like {
  width: 50%;
}
.p-staffReco__btn {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  display: block;
  margin: 0 auto;
  width: 570px;
  padding: 4px 0 5px;
  padding-right: 47px;
  border: 1px solid #0A64F0;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-staffReco__btn::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 11px;
  width: 35px;
  height: 23px;
  background: transparent url(./../image/top/arrow.svg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffReco__btn::before {
    top: 8px;
  }
}
.p-staffReco__btn:hover {
  background-color: #0A64F0;
  color: #fff;
  opacity: 1;
}
.p-staffReco__btn:hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffReco__btn {
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%;
  }
}

/* ===============================================
#p-shopInfo
=============================================== */
.p-shopInfo__small {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-shopInfo__small {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-shopInfo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-shopInfo__wrapper {
  width: 47.5%;
}
@media screen and (max-width: 1023px) {
  .p-shopInfo__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-shopInfo__wrapper:nth-of-type(n + 2) {
    margin: 6vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-shopInfo__wrapper:nth-of-type(n + 2) {
    margin: 8vw 0vw 0vw 0vw;
  }
}
.p-shopInfo__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 11px;
}
.p-shopInfo__img {
  width: 49.6%;
}
.p-shopInfo__text {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 300;
}
.p-shopInfo__text span {
  color: #0a64f0;
}
.p-shopInfo__link {
  width: 210px;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  margin: 0 auto;
  padding: 2px 0 4px 9px;
  font-weight: 500;
  border: 1px solid #0A64F0;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .p-shopInfo__link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-shopInfo__link::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 6px;
  width: 27px;
  height: 18px;
  background: transparent url(./../image/top/arrow.svg) no-repeat top center/cover;
}
.p-shopInfo__link:hover {
  background-color: #0A64F0;
  color: #fff;
  opacity: 1;
}
.p-shopInfo__link:hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}
.p-shopInfo__link.border-2 {
  border: 1px solid #001496;
}
.p-shopInfo__link.border-2::before {
  background: transparent url(./../image/odawara/arrow-right_2.svg) no-repeat top center/cover;
}
.p-shopInfo__link.border-2:hover {
  background-color: #001496;
}
.p-shopInfo__link.border-2:hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}

/* ===============================================
#p-areaInfo
=============================================== */
.p-areaInfo__dt {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  padding: 3px 50px 5px 0;
  border: 1px solid #0a64f0;
  font-weight: 500;
  cursor: pointer;
}
.p-areaInfo__dt::before, .p-areaInfo__dt::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 20px;
  height: 3px;
  background-color: #0a64f0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-areaInfo__dt::before {
  right: 14px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-areaInfo__dt::after {
  right: 30px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-areaInfo__dt.open::before {
  right: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-areaInfo__dt.open::after {
  right: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-areaInfo__dt {
    font-size: 20px;
    font-size: 2rem;
    padding: 3px 34px 5px 0;
  }
  .p-areaInfo__dt::before, .p-areaInfo__dt::after {
    top: 17px;
    width: 16px;
  }
  .p-areaInfo__dt::before {
    right: 5px;
  }
  .p-areaInfo__dt::after {
    right: 18px;
  }
  .p-areaInfo__dt.open::before {
    right: 12px;
  }
  .p-areaInfo__dt.open::after {
    right: 12px;
  }
}
.p-areaInfo__dd {
  display: none;
}
.p-areaInfo__title {
  font-size: 30px;
  font-size: 3rem;
  color: #0a64f0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-areaInfo__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-areaInfo__title-sub {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-areaInfo__title-sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-areaInfo__text20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.55;
  margin-bottom: 23px;
  font-weight: 300;
  color: #0a64f0;
}
@media screen and (max-width: 767px) {
  .p-areaInfo__text20 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-areaInfo__text {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.55;
  font-weight: 300;
}
.p-areaInfo__text span {
  font-weight: 400;
}
.p-areaInfo__list {
  font-weight: 300;
  list-style: disc;
  margin-left: 1em;
  line-height: 1.55;
}

/* ===============================================
#p-subContent
=============================================== */
@media screen and (max-width: 1023px) {
  .p-subContent__contentLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-subContent__contentLink.colum4 {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .p-subContent__contentLink.colum4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-subContent__contentLink.colum4 .p-subContent__item {
  margin: 0px;
}
@media screen and (max-width: 1023px) {
  .p-subContent__contentLink.colum4 .p-subContent__item {
    width: 49.45%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-subContent__contentLink.colum4 .p-subContent__item:nth-child(3), .p-subContent__contentLink.colum4 .p-subContent__item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-subContent__contentLink.colum4 .p-subContent__item {
    width: 100%;
  }
  .p-subContent__contentLink.colum4 .p-subContent__item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-subContent__contentLink.colum4 .p-subContent__item {
    width: calc(25% - 3px);
  }
}
.p-subContent__item {
  margin-left: 2px;
  margin-right: 2px;
}
.p-subContent__item:nth-child(1) .en {
  color: #3DBCC7;
}
.p-subContent__item.sell .en, .p-subContent__item:nth-child(2) .en {
  color: #7BB662;
}
.p-subContent__item.reform .en {
  color: #3B83F3;
}
.p-subContent__item.reform .contentLink__textArea {
  background: #fff;
}
.p-subContent__item.reform .title {
  color: #000;
}
.p-subContent__item.reform .text {
  color: #333333;
}
.p-subContent__item.build .en {
  color: #4c3110;
}
.p-subContent__item.build .contentLink__textArea {
  background: #CCAA80;
}
.p-subContent__item.build .title {
  color: #fff;
}
.p-subContent__item.build .text {
  color: #4c3110;
}
@media screen and (min-width: 1024px) {
  .p-subContent__item {
    width: 33%;
  }
}

/* ===============================================
#p-subContent-new
=============================================== */
@media screen and (max-width: 1023px) {
  .p-subContent-new__contentLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-subContent-new__item {
  margin-left: 2px;
  margin-right: 2px;
}
.p-subContent-new__item:nth-child(1) .en {
  color: #3DBCC7;
}
.p-subContent-new__item.sereno .en {
  color: #007ECD;
}
.p-subContent-new__item.sell .en, .p-subContent-new__item:nth-child(2) .en {
  color: #7BB662;
}
.p-subContent-new__item.reform .en {
  color: #3B83F3;
}
.p-subContent-new__item.reform .contentLink__textArea {
  background: #fff;
}
.p-subContent-new__item.reform .title {
  color: #000;
}
.p-subContent-new__item.reform .text {
  color: #333333;
}
.p-subContent-new__item.build .en {
  color: #4c3110;
}
.p-subContent-new__item.build .contentLink__textArea {
  background: #CCAA80;
}
.p-subContent-new__item.build .title {
  color: #fff;
}
.p-subContent-new__item.build .text {
  color: #4c3110;
}

/* detailBtnarea
   ----------------------------------------------------------------- */
.detailBtnarea {
  width: 100%;
}
.detailBtnarea__item {
  overflow: hidden;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1023px) {
  .detailBtnarea__item {
    width: 540px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailBtnarea__item {
    width: 100%;
  }
}
.detailBtnarea__item .rent,
.detailBtnarea__item .btn {
  position: relative;
  overflow: hidden;
}
.detailBtnarea__textArea {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Jost", sans-serif;
  color: #fff;
}
.detailBtnarea__textArea .en {
  letter-spacing: 0.25em;
  margin-bottom: 5px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .detailBtnarea__textArea .en {
    font-size: 14px;
  }
}
.detailBtnarea__textArea .title {
  font-weight: 400;
  font-size: 65px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .detailBtnarea__textArea .title {
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .detailBtnarea__textArea .title {
    font-size: 40px;
  }
}
.detailBtnarea__textArea .jp {
  font-weight: 300;
  font-size: 35px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .detailBtnarea__textArea .jp {
    font-size: 26px;
  }
}
.detailBtnarea__imageArea {
  background: #563F05;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  data-align: center;
}
@media screen and (min-width: 1024px) {
  .detailBtnarea__imageArea {
    height: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .detailBtnarea__imageArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.detailBtnarea__imageArea img {
  opacity: 0.4;
  width: 25%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .detailBtnarea__imageArea img {
    width: 50%;
  }
}
.detailBtnarea__text {
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.6;
  font-size: 17px;
}
.detailBtnarea__image {
  max-width: 180px;
}
.detailBtnarea__image.min {
  padding: 0 15px;
}
/* p-banner
-------------------------------------------------------------------------- */
.p-banner {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-banner__item {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 1023px) {
  .p-banner__item {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-banner__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__item {
    width: 100%;
  }
}
.p-banner__item:nth-child(1) .p-banner__content:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0.8)), color-stop(25%, rgba(51, 51, 51, 0.8)), color-stop(25%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to right, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.8) 25%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.8) 100%);
}
.p-banner__wrap {
  position: relative;
  overflow: hidden;
}
.p-banner__wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.p-banner__wrap .image img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-banner__wrap {
    max-height: 250px;
    aspect-ratio: 47/25;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-banner__wrap {
    aspect-ratio: 534/275;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__wrap {
    aspect-ratio: 4/3.3;
  }
}
.p-banner__wrap.bg-green {
  background: #25ce99;
}
.p-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.p-banner__content .icon {
  position: relative;
  z-index: 20;
  width: 30px;
  margin-right: 10px;
}
.p-banner__content .enArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-banner__content .en {
  line-height: 1;
  position: relative;
  z-index: 20;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1479px) {
  .p-banner__content .en {
    font-size: 9px;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-banner__content .en {
    font-size: 22px;
    font-size: 2.93vw;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__content .en {
    font-size: 32px;
    font-size: 4.27vw;
  }
}
.p-banner__content .jp {
  position: relative;
  z-index: 20;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 1479px) {
  .p-banner__content .jp {
    font-size: 15px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-banner__content .jp {
    font-size: 30px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__content .jp {
    font-size: 55px;
    font-size: 7.33vw;
  }
}
.p-banner__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.p-banner__content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 23%;
  z-index: 10;
}
.p-banner__btmText {
  margin-top: 15px;
}
.p-banner__zero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-banner__zero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5vw;
  }
}
.p-banner__zero .zeroTitle {
  width: 16vw;
  padding-left: 1.5vw;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-banner__zero .zeroTitle {
    width: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__zero .zeroTitle {
    width: 70vw;
    padding-left: 0;
  }
}
.p-banner__zero .zeroImage {
  width: 7vw;
  margin-top: 1.5vw;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-banner__zero .zeroImage {
    width: 27vw;
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__zero .zeroImage {
    width: 50vw;
    margin-top: 3vw;
  }
}
.p-banner__relative {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-banner__relative {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-banner__text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  color: #fff;
}
.p-banner__text .en {
  position: relative;
  margin: 0 auto 9px;
}
@media screen and (min-width: 1024px) {
  .p-banner__text .en {
    width: 8vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-banner__text .en {
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__text .en {
    width: 40vw;
    margin: 0 auto 15px;
  }
}
.p-banner__text .jp-mid {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  width: 100%;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-banner__text .jp-mid {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-banner__text .jp-mid {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-banner__text .jp-mid {
    line-height: 1.3;
    font-size: 20px;
    font-size: 2rem;
  }
}