/*section-top*/
.mainvisiual {
  background-image: url("../images/mv.png");
  background-repeat: no-repeat;
  width: 100vw;
  height: 620px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.scloll {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
}

.scloll span {
  font-size: 1.2rem;
  color: #fcfcfc;
  position: absolute;
  left: -25px;
  top: -10px;
}

.scloll::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 80px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 80px;
    opacity: 0;
    background: #1F7C99;
  }
}


article {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}

.section-top {
  padding: 150px 0;
}

.text-box {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}

.text-box h1 {
  color: #093E4E;
  margin-bottom: 30px;
  line-height: 4.8rem;
}

.text-box h1 span {
  background-color: #1F7C99;
  color: #FCFCFC;
  padding: 3px;
}

.text-box p {
  line-height: 2.8rem;
}

.section-top_img_sp {
  display: none;
}

.section-top_img_pc {
  width: 100%;
}

@media(max-width:780px) {
  .mainvisiual {
    background-image: url("../images/mv_sp.png");
    width: 100vw;
    background-size: cover;
    background-position: center;
    height: 760px;
  }

  .text-box h1 {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }

  .section-top {
    padding: 100px 0;
    margin: 0 auto;
  }

  .text-box {
    margin-bottom: 60px;
  }

  .section-top_img_pc {
    display: none;
  }

  .section-top_img_sp {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

}

/*section-consultatuon*/
.section-consultation {
  background-image: url("../images/bg.png");
  background-position: center;
  background-size: cover;
  padding: 150px 0;
}

.section-consultation h1 {
  color: #093E4E;
  margin-bottom: 30px;
  line-height: 4.8rem;
}

.section-consultation h1 span {
  background-color: #1F7C99;
  color: #FCFCFC;
  padding: 3px;
}

.section-consultation p {
  line-height: 2.8rem;
  max-width: 660px;
  margin: 0 auto 60px;
}

.section-consultation ul li {
  background-color: #F4F4F4;
  border: solid 1px #093E4E;
  max-width: 480px;
  width: 90%;
  max-height: 320px;
  padding-top: 40px;
}

.box_li_2 {
  max-height: 395px !important;
}

.section-consultation ul li p {
  font-size: 2.2rem;
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 420px;

}

.section-consultation li span {
  display: inline-block;
  line-height: 3.0rem;
  text-align: left;
  padding: 0 50px 40px;
}

.box {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 40px;
}

@media(max-width:780px) {
  .section-consultation {
    padding: 120px 0 154px;
  }

  .section-consultation h1 {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }

  .section-consultation ul li {
    width: 100%;
    max-height: 380px;
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .box_li_2 {
    min-height: 421px !important;
  }

  .section-consultation ul li p {
    margin-bottom: 20px;
    width: 300px;
  }

  .section-consultation li span {
    padding: 0 35px 20px;
  }

  .sp-br {
    display: block;
  }

  .box {
    display: block;
    margin-bottom: 40px;
  }

}

/*section-consultatuonここまで*/
.section-service {
  padding: 150px 0;
  overflow: hidden;
}

.title h1 {
  color: #1F7C99;
  margin-bottom: 10px;
}

.title p {
  font-size: 1.8rem;
  margin-bottom: 80px;
}

.swiper-container.service {
  width: 1000px;
  margin: auto;
  position: relative;
}


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

.textarea-bg {
  background-color: #F0FCFF;
  width: 100%;
  height: 414px;
  position: relative;
}

.textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.textarea h3 {
  padding-bottom: 30px;
  font-size: 2.2rem;
}

.textarea p {
  text-align: left;
  margin-bottom: 35px;
  line-height: 3.0rem;
}

.textarea span {
  display: inline-block;
  color: #1F7C99;
}

.swiper-button-wrap .swiper-button-next, .swiper-button-wrap .swiper-rtl .swiper-button-prev {
  right: -80px !important;
  top: unset !important;
  bottom: 325px !important;
  left: auto;
}

.swiper-button-wrap .swiper-button-prev, .swiper-button-wrap .swiper-rtl .swiper-button-next {
  left: -80px !important;
  top: unset !important;
  bottom: 325px !important;
  right: auto !important;
}

.swiper-pagination {
  bottom: -40px !important;
}

.swiper-pagination-bullet {
  height: 6px !important;
  width: 6px !important;
}

.swiper-pagination-bullet-active {
  background-color: #1F7C99 !important;
  height: 6px !important;
  width: 6px !important;
}


@media(max-width:780px) {
  .section-service {
    padding: 100px 0;
    margin-bottom: 0;
  }

  .title h1 {
    font-size: 3.0rem;
  }

  .title p {
    margin-bottom: 60px;
  }

  .swiper-container.service {
    width: 350px;
  }

  .swiper-slide {
    width: 100%;
  }

  .textarea{
    width: 92%;
  }

  .textarea h3 {
    line-height: 1.5;
  }

  .swiper-button-wrap .swiper-button-next, .swiper-button-wrap .swiper-rtl .swiper-button-prev {
    right: 60px !important;
    top: unset !important;
    bottom: -78px !important;
    left: auto;
  }

  .swiper-button-wrap .swiper-button-prev, .swiper-button-wrap .swiper-rtl .swiper-button-next {
    left: 60px !important;
    top: unset !important;
    bottom: -78px !important;
    right: auto !important;
  }

  .swiper-pagination {
    bottom: -58px !important;
  }

}

/*section-serviceここまで*/
/*section-traiding投稿機能があるので大まかに*/
.section-traiding {
  padding: 150px 0;
}

.work_inner_p {
  font-size: 2.2rem;
  text-align: left;
  line-height: 3.2rem;
  max-width: 765px;
  width: 90%;
  padding-bottom: 25px;
}

.swiper__wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1000px;
  margin: auto;
}

.swiper-button-next:after {
  content: url(../svg/arrow_right.svg) !important;
}

.swiper-button-prev:after {
  content: url(../svg/arrow_left.svg) !important;
}

.swiper-button-next:hover:after {
  content: url(../svg/arrow_right_hov.svg) !important;
}

.swiper-button-prev:hover:after {
  content: url(../svg/arrow_left_hov.svg) !important;
}

.swiper__wrap .swiper-button-next, .swiper__wrap .swiper-rtl .swiper-button-prev {
  right: -20px !important;
  top: unset !important;
  bottom: 190px !important;
  left: auto;
}

.swiper__wrap .swiper-button-prev, .swiper__wrap .swiper-rtl .swiper-button-next {
  left: -20px !important;
  top: unset !important;
  bottom: 190px !important;
  right: auto;
}

.swp_box {
  position: relative;
  overflow: hidden;
}

p.work_inner_p {
  position: absolute;
  left: 50px;
  bottom: 0;
  color: #fcfcfc;
  z-index: 2;
}

.mask:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(31, 124, 153, 0.8);
  z-index: 1;
  clip-path: polygon(0 55%, 100% 85%, 100% 100%, 0% 100%);
  bottom: 0;
  top: 0;
}

.mask:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(9, 62, 78, 0.8);
  clip-path: polygon(0 65%, 100% 77%, 100% 100%, 0% 100%);
  z-index: 1;
}

.section-traiding_img1 {
  width: 100%;
  height: 440px;
  position: relative;
}

.section-traiding_img1 img {
  width: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.property_name {
  font-size: 2.0rem;
  margin-top: 10px;
  display: inline-block;
}

.text-bg {
  font-size: 2.4rem;
}

.property_price {
  font-size: 3.7rem;
  margin-top: 10px;
  display: inline-block;
}

.property_add, .property_train, .property_meter {
  font-size: 1.6rem;
}

.train_icon {
  display: inline-block;
  margin-left: 50px;
  margin-top: 10px;
}

.ruler_icon {
  margin-left: 25px;
}

@media(max-width:780px) {

  .section-traiding {
    padding: 100px 0;
  }

  .work_inner_p {
    font-size: 2.2rem;
    line-height: 3.0rem;

    width: 100%;
    padding-bottom: 34px;
  }

  .swiper__wrap .swiper-button-next, .swiper__wrap .swiper-rtl .swiper-button-prev {
    right: 0 !important;
    top: unset !important;
    bottom: 225px !important;
    left: auto;
  }

  .swiper__wrap .swiper-button-prev, .swiper__wrap .swiper-rtl .swiper-button-next {
    left: 0 !important;
    top: unset !important;
    bottom: 225px !important;
    right: auto !important;
  }

  p.work_inner_p {
    left: 15px;
  }

  .section-traiding_img1 {
    height: 515px;
  }

  .section-traiding_img1 img {
    height: 515px;
    object-fit: cover;
  }

  .mask:before {
    clip-path: polygon(0 45%, 100% 65%, 100% 100%, 0% 100%);
  }

  .mask:after {

    clip-path: polygon(0 50%, 100% 60%, 100% 100%, 0% 100%);

  }

  .property_name {
    margin-top: 0;
    font-feature-settings: "palt";

  }

  .train_icon {
    margin-left: 0;
    margin-top: 10px;
  }

  .ruler_icon {
    margin-left: 0;
  }

}



/*section-tradingここまで*/
/*section-news*/
.section-news {
  padding: 150px 0 260px;
  position: relative;
  background-image: url("../images/news_bg.png");
  background-position: center;
  background-size: cover;
}

.news_contents {
  display: flex;
  margin-bottom: 60px;
}

.news_img {
  width: 232px;
  height: 173px;
  margin-right: 40px;
}

.news_descriotion {
  text-align: left;
  line-height: 3.0rem;
}

.news_date {
  display: inline-block;
  margin-bottom: 10px;
}

span.news_date {
  text-transform: uppercase;
}

.news_title {
  display: inline-block;
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.news_single_link {
  text-decoration: none;
  color: #333;
}

.send {
  display: inline-block;
  margin-top: 25px;
  position: relative;
  z-index: 3;
  color: #fcfcfc;
}


@media(max-width:780px) {

  .section-news {
    padding: 120px 0 140px;
  }

  .news_contents {
    display: block;
    margin-bottom: 40px;
  }

  .news_img {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

/*section-messageここまで*/
/*section-about*/
.section-about {
  background-color: #F4F4F4;
  padding: 200px 0;
  margin-top: -100px;
}

.section-about table {
  margin: 0 auto;
  text-align: left;
  margin-bottom: 60px;
  max-width: 820px;
}

.table-title {
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 78px;
}

.table-discription {
  line-height: 2.6rem;
}

.section-about tr {
  border-bottom: dotted #426579 1px;
}

.section-about td {
  padding: 25px;
}

.map {
  display: block;
  margin: 20px auto 0;
}

@media(max-width:780px) {
  .section-about {
    padding: 100px 0 100px;
    margin-top: -80px;
  }

  .table-title {
    margin-right: 0;
  }

  .table-discription {
    display: block;
  }

  .section-about td {
    padding: 10px;
  }

  iframe {
    width: 310px;
    height: 200px;
  }
}




/*section-aboutここまで/

/*section-contact*/
.section-contact {
  width: 90%;
  max-width: 920px;
  margin: auto;
  padding: 150px 0;
}

form {
  text-align: left;
  border-top: dotted 1px #43667a;
  max-width: 840px;
  margin: auto;
}

label {
  font-size: 1.8rem;
  color: #0A4567;
}

.line_wrap {
  display: flex;
  height: 110px;
  align-items: center;
  border-bottom: dotted 1px #43667a;
  color: #333;
}

.form_th {
  width: 25%;
  padding-left: 5%;
  align-items: center;
  display: flex;
}

.form_th div {
  margin-right: 5px;
}

.form_td {
  display: flex;
  width: 70%;
}

.form_td.form_add {
  display: block;
}

.block_p {
  width: 75%;
  padding-left: 0;
}

.any {
  width: 180px;
}



span.wpcf7-list-item-label,
.block_p {
  font-size: 16px;
  color: #333333;
}

.line_wrap .block_p {
  display: block;
  width: 100%;
}

form span.havto {
  font-size: 1.4rem;
  color: #fcfcfc;
  background-color: #C70C0C;
  padding: 3px 11px;
  height: 16px;
}

input {
  background: #EDF0F2;
  border: solid 0px #426579;
  height: 42px;
}

input#myouzi {
  width: 90%;
  max-width: 250px;
}

input#mei {
  width: 90%;
  max-width: 250px;
}

.line_2 {
  height: 72px;
}

.textarea_wrap {
  display: flex;
  padding: 34px 0;
  border-bottom: dotted 1px #43667a;
}

.form_inquiry.any {
  text-align: left;
  padding: 0 0 0 5%;
  width: 25%;
  color: #333;
}

textarea#inquiry {
  font-family: 'ryo-text-plusn';
  width: 560px;
  background: #edf0f2;
  border: solid 0px #426479;
  padding: 10px;
  font-size: 16px;
}

input[type="text"i] {
  padding-left: 10px;
  font-family: 'ryo-text-plusn';
  font-size: 16px;
  width: 100%;
  color: #333;
}

select {
  font-family: 'ryo-text-plusn';
  font-size: 16px;
  border-radius: 1px;
  color: #333;
}

input::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #a7a7a7;
}

::-webkit-full-page-media, :future, :root input::-webkit-input-placeholder {
  line-height: normal;
  position: relative;
  bottom: 8px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, :root input::-webkit-input-placeholder {
    line-height: normal;
    position: relative;
    bottom: 0;
  }
}


h4.contact_h4 {
  font-size: 20px;
  line-height: 1.5;
  margin: 50px 0 20px;
  color: #333;
  text-align: center;
}

p.p_p {
  max-width: 560px;
  margin: 0 auto 20px;
  line-height: 1.5;
  text-align: center;
}

.pp_box {
  width: 728px;
  height: 240px;
  overflow: scroll;
  margin: auto;
  border: solid 1px;
  padding: 30px;
}

.pp_box p {
  color: #333333;
  line-height: 1.5;
  word-break: break-all;
}

.acceptance {
  margin: 20px 0 30px;
  text-align: center;
  border-bottom: none;
}

.btn_wrap {
  text-align: center;
  border-bottom: none;

}

.send_btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 400px;
  height: 70px;
  font-size: 16px;
  font-family: 'ryo-text-plusn';
  letter-spacing: .6px;
  color: #FCFCFC;
  background: #1F7C99;
  text-align: center;
  outline: none;
  transition: ease .2s;
}

.send_btn:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: rgb(53, 157, 133);
  background: linear-gradient(144deg, rgba(53, 157, 133, 1) 0%, rgba(10, 69, 103, 1) 100%);
  width: 400px;
  height: 70px;

  /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.send_btn:after {
  content: '';
  position: absolute;
  top: 49%;
  right: 20px;
  width: 20px;
  height: 19px;
  z-index: 3;
  background: url(../svg/arrow_w.svg);
  line-height: 0;
  transform: translate(-50%, -50%);
}

.send_btn:hover:before {
  transform-origin: right top;
  transform: scale(1, 1);
}

.send_btn:hover:after {
  background: url(../svg/arrow_w.svg);
}

.wpcf7-submit.send {
  position: relative;
  background: none;
  width: 400px;
  height: 70px;
  border: none;
  z-index: 3;
  color: #FCFCFC;
  font-size: 16px;
  font-family: 'ryo-text-plusn';
  letter-spacing: 0.6px;
  margin: 0 auto;
}

.wpcf7-submit.send:hover {
  color: #fcfcfc;
  z-index: 3;
}

.wpcf7-response-output {
  color: red;
  margin-top: 20px;
}

.screen-reader-response {
  color: red;
  margin-bottom: 20px;
}

.screen-reader-response ul {
  display: none;
}

span.wpcf7-not-valid-tip {
  margin-top: 10px;
  color: red;
}

/* Checkboxes styles */

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+.wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"]+.wpcf7-list-item-label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"]+.wpcf7-list-item-label:before {
  content: '';
  display: block;
  color: #44677b;
  width: 20px;
  height: 20px;
  border: 1px solid #44677b;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

input[type="checkbox"]:checked+.wpcf7-list-item-label:before {
  width: 10px;
  top: -7px;
  left: 5px;
  border: solid 2px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 1em 1em !important;
}

@media(max-width:780px) {
  .section-contact {
    padding: 100px 0;
    margin: 0 auto;
    width: 90%;
  }

  .section-contact h2 {
    margin-bottom: 65px;
  }

  .section-contact h2:before {
    width: 278px;
    top: -70px;
    left: -19px;
  }

  select#time {
    width: 115px;
    padding-left: 10px;
    height: 42px;
    margin: 20px 15px 20px 0;
    background: #edf0f2;
    border: solid 1px #426479;
  }

  .day_select_wrap {
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
  }

  .line_wrap {
    height: auto;
    display: block;
    padding: 20px 0;
  }

  .line_wrap div.form_th {
    width: 100%;
    /**要確認**/
    margin-bottom: 15px;
    padding-left: 0;
  }

  form span.havto {
    margin-right: 0;
    margin-left: 15px;
  }

  input#myouzi {
    width: 150px;
    margin-right: 10px;
  }

  input#mei {
    width: 150px;
    margin-right: 0;
  }

  .line_wrap .block_p {
    letter-spacing: 0;
  }

  .line_2 {
    height: auto;
  }

  .textarea_wrap {
    display: flex;
    padding: 0 0;
    border-bottom: none;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .form_inquiry.any {
    text-align: left;
    padding: 20px 0 20px 0;
    color: #333;
    width: 100%;
  }

  textarea#inquiry {
    width: 93%;
    color: #333;
  }

  .pp_box p {
    color: #333333;
    line-height: 1.5;
  }

  .pp_box {
    width: 300px;
    height: 240px;
    overflow: scroll;
    margin: auto;
    border: solid 1px;
    padding: 15px;
  }

  .wpcf7-submit.send {
    width: 340px;
  }

  .send_btn {
    width: 340px;
  }

  .form_td {
    display: flex;
    width: 95%;
  }
}

/*section-contactここまで*/