@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;600&display=swap');
/* 初期設定 */
* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.9;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
ul, li {
  list-style-type: none;
}
/*END 初期設定 */ 

/* 共通パーツ */
.page-width {
  max-width: 1140px;
  padding: 0 25px;
  margin: auto;
}
.link-btn__title {
  max-width: 270px;
}
.link-btn__btn {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: block;
  max-width: 865px;
  margin: 8px auto 0;
  background-color: #009FE8;
  padding: 48px 145px 48px 32px;
  border-radius: 30px;
  position: relative;
}
.link-btn__btn.link-btn__btn--orange {
  background-color: #F08000;
}
.link-btn__arrow {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../images/arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contanc-tel {
  color: #fff;
  width: 100%;
  max-width: 700px;
  background-image: url(../images/kakko_white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0;
  margin: 56px auto 0;
  text-align: center;
}
.contanc-tel.contanc-tel--orange {
  color: #F08000;
  background-image: url(../images/kakko_orange.png);
}
.contanc-tel p {
  font-size: 28px;
  margin-bottom: 8px;
  padding-left: 100px;
  letter-spacing: 0.3em; 
}
.contanc-tel a {
  font-size: 63px;
  font-weight: 600;
  font-family: 'Barlow Semi Condensed', sans-serif;
  letter-spacing: 0.05em;
  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;
          color: #fff;
}
.contanc-tel.contanc-tel--orange a {
  color: #F08000;
}
.contanc-tel__icon.contanc-tel__icon--orange {
  background-image: url(../images/tel_orange.png);
}
.contanc-tel__icon.contanc-tel__icon--black {
  background-image: url(../images/tel_black.png);
}
.contanc-tel__icon {
  width: 77px;
  height: 75px;
  margin-right: 20px;
  display: block;
  background-image: url(../images/tel_white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.col__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col__02>* {
  width: 48%;
  max-width: 495px;
}
.col__03>* {
  width: 32%;
  max-width: 300px;
}
.col__05>* {
  width: 18%;
  max-width: 196px;
}
.section-title {
  font-size: 48px;
  text-align: center;
}
br.sp {
  display: none;
}
.under-line {
  position: relative;
  z-index: 5;
}
.under-line::after {
  bottom: 5px;
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 100%;
  background-color: #F08000;
  left: 0;
  z-index: -1;
}
.link-btn__btn.link-btn__btn--orange .under-line::after {
  background-color: #009FE8;
}

/*END 共通パーツ */

@media screen and (max-width: 768px) {
  .link-btn__btn {
    font-size: 24px;
    padding: 36px 106.75px 36px 24px;
    margin-top: 16px;
    border-radius: 15px;
  }
  .contanc-tel {
    max-width: 450px;
    padding: 22px 0;
  }
  .section-title,
  .contanc-tel a {
    font-size: 30px;
  }
  .contanc-tel__icon {
    width: 30px;
    height: 29px;
    margin-right: 8px;
  }
  .link-btn__arrow {
    right: 60px;
    width: 30px;
    height: 30px;
  }
  .link-btn__title {
    max-width: 202.5px;
  }
  .contanc-tel p {
    padding-left: 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 510px) {
  .contanc-tel {
    padding: 8.5px 0;
    width: 270px;
  }
  .contanc-tel p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .section-title,
  .contanc-tel a {
    font-size: 24px;
  }
  .link-btn__btn {
    font-size: 12px;
    line-height: 1.4;
    padding: 16px 53px 16px 16px;
  }
  .link-btn__title {
    max-width: 135px;
  }
  .link-btn__arrow {
    width: 20px;
    height: 20px;
    right: 20px;
  }
  br.sp {
    display: block;
  }
  .under-line::after {
    bottom: 1px;
    height: 2px;
  }
  .contanc-tel p {
    font-size: 12px;
  }
}

/* ヘッダー */
header {
  background-image: url(../images/bg01.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 20px;
}
header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  height: 200px;
  width: 100%;
  background: rgb(0,147,128);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,147,128,1)), color-stop(50%, rgba(0,147,128,0.9009978991596639)), to(rgba(0,147,128,0)));
  background: -o-linear-gradient(bottom, rgba(0,147,128,1) 0%, rgba(0,147,128,0.9009978991596639) 50%, rgba(0,147,128,0) 100%);
  background: linear-gradient(0deg, rgba(0,147,128,1) 0%, rgba(0,147,128,0.9009978991596639) 50%, rgba(0,147,128,0) 100%);
}
header .page-width>*,
.link-btn__title {
  margin: auto;
  text-align: center;
  z-index: 5;
  position: relative;
}
.header-logo {
  max-width: 225px;
  position: relative;
}
.header-logo::after {
  content: "";
  width: 125px;
  height: 171px;
  background-image: url(../images/logo01_side.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -111px;
  top: 0;
}
header .page-width .header-title {
  max-width: 925px;
  margin-top: 12px;
}
.link-btn {
  margin-top: 56px;
}
header .page-width .link-btn {
  margin-top: 56px;
}
header .page-width .contanc-tel {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    max-width: 168px;
  } 
  .header-logo::after {
    width: 93.75px;
    height: 128.25px;
    right: -83.25px;
  }
  header .page-width .link-btn {
    margin-top: 42px;
  }
}
@media screen and (max-width: 480px) {
  .header-logo {
    max-width: 112px;
  }
  .header-logo::after {
    width: 65.5px;
    height: 85.5px;
    right: -60.5px;
  }
  header .page-width .link-btn {
    margin-top: 28px;
  }
}
/*END ヘッダー */
.torikumi,
.merit,
.flow,
.voice,
.omakase {
  padding: 120px 0 120px;
}
/* 取組 */
.torikumi {
  position: relative;
  background-color: #009380;
}
.torikumi__title {
  max-width: 1011px;
  margin: auto;
  margin-bottom: 70px;
}
.torikumi-badge03 {
  margin-bottom: 44px;
}
/* メリット */
.merit {
  background-color: #009FE8;
}
.merit-title {
  color: #fff;
  border: 12px double #fff;
  padding: 24px 0;
  max-width: 600px;
  margin: 0 auto 80px;
}
.merit .col__05 div {
  text-align: center;
  background-color: #fff;
  padding: 24px;
  border-radius: 30px;
}
.merit .col__05 div img {
  width: 100%;
  max-width: 97px;
}
.merit .col__05 div:nth-child(4) img {
  max-width: none;
  width: 75%;
}
.merit .col__05 div:nth-child(5) img {
  max-width: none;
  width: 100%;
}
.merit h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 22px;
}
.merit h4 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1.75;
  margin-top: 76px;
}

@media screen and (max-width: 1140px) {
  .merit .col__items {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .merit .col__items::after {
    content: "";
    display: block;
    width: auto;
    height: auto;
  }
  .merit .col__05 div,
  .merit .col__items::after {
    width: 32%;
    max-width: 280px;
    margin-bottom: 20px;
  }
  .merit .col__05 div img,
  .merit .col__05 div:nth-child(4) img,
  .merit .col__05 div:nth-child(5) img {
    width: 80%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .torikumi,
  .merit,
  .flow,
  .voice,
  .omakase {
    padding: 60px 0;
  }
  .merit-title {
    border: 7px double #fff;
  }
  .merit .col__05 div {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-height: 147px;
    max-width: 450px;
  }
  .merit .col__items::after {
    content: none;
  }
  .merit .col__05 div:last-child {
    margin-bottom: 0;
  }
  .merit .col__05 div img,
  .merit .col__05 div:nth-child(4) img,
  .merit .col__05 div:nth-child(5) img {
    width: 95%;
    max-width: 120px;
  }
  .merit h3 {
    margin-bottom: 0;
    font-size: 16.5px;
  }
  .merit h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .merit .col__05 div {
    height: 98px;
  }
}

/* 不動産売却の流れ */
.flow-title {
  max-width: 640px;
  padding-bottom: 40px;
  margin:0 auto 70px;
  position: relative;
}
.flow-title::after {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 100%;
  background-image: url(../images/under_line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
}
.flow .col__03>* {
  width: 33.333%;
  max-width: none;
  margin-bottom: 30px;
}
.flow-list__wrapper {
  padding-right: 27px;
}
.flow-list {
  margin: auto;
  position: relative;
}
.flow-list::after {
  content: "";
  position: absolute;
  display: block;
  height: 15px;
  width: 70px;
  background-image: url(../images/arrow_black.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -30px;
}
.flow-list {
  height: 332px;
  width: 332px;
  background: #FFF100;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 50px 45px;
}
.flow-list span {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 12px;
}
.flow-list h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
.flow-list p {
  font-size: 19px;
  line-height: 1.75;
  max-width: 250px;
  font-weight: 600;
}
.flow-list p span {
  font-size: 21px;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
  color: #F08000;
}
@media screen and (max-width: 1140px) {
  .flow .col__03>* {
    width: 48%;
  }
  .flow-list {
    margin: auto;
    position: relative;
  }
  .flow-list::after {
    content: "";
    position: absolute;
    display: block;
    height: 15px;
    width: 70px;
    background-image: url(../images/arrow_black.png);
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .flow .col__03>* {
    width: 100%;
  }
  .flow-list::after {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  .flow-list__wrapper {
    padding-right: 0;
  }
  .flow-list {
    height: 270px;
    width: 270px;
  }
  .flow-list span {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .flow-list h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .flow-list p {
    font-size: 14px;
    line-height: 1.5;
  }
  .flow-list p span {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.omakase .link-btn,
.voice .link-btn {
  margin-top: 120px;
}
/* 　お客様の声 */
.voice {
  background-color: #F08000;
}
.voice-content {
  display: flex;
  background-color: #fff;
  padding: 44px 77px 44px 40px;
  border-radius: 30px;
}
.voice-title {
  margin-bottom: 76px;
  color: #fff;
}
.voice-content+.voice-content {
  margin-top: 82px;
}
.voice-content__text {
  margin-left: 50px;
  max-width: 753px;
}
.voice-content__text h3 {
  color: #fff;
  font-size: 26px;
  background-color: #009FE8;
  padding: 12px 24px;
  margin-bottom: 24px;
  line-height: 1.3;
}
.voice-content__text p,
.voice-content__text span {
  font-size: 18px;
}
.voice-content__text p {
  margin-bottom: 55px;
  line-height: 1.75;
  font-weight: bold;
}
.voice-content__text span {
  display: block;
  text-align: right;
  font-weight: bold;
}
.voice-content__img {
  width: 100%;
  max-width: 170px;
  align-self: flex-start;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .voice-content {
    flex-direction: column;
    padding: 20px;
  }
  .voice-content+.voice-content {
    margin-top: 30px;
  }
  .voice-title {
    margin-bottom: 60px;
  }
  .voice-content__text h3 {
    font-size: 20px;
  }
  .voice-content__text p {
    font-size: 14px;
  }
  .voice-content__img {
    margin: 0 auto 30px;
    max-width: 100px;
  }
  .voice-content__text {
    margin-left: 0;
  }
  .voice-content__text p {
    margin-bottom: 30px;
  }
  .omakase .link-btn,
  .voice .link-btn {
    margin-top: 90px;
  }
}
@media screen and (max-width: 480px) {
  .voice-content__text h3 {
    font-size: 18px;
  }
  .voice-title {
    line-height: 1.4;
  }
  .omakase .link-btn,
  .voice .link-btn {
    margin-top: 60px;
  }
}
/* お任せください */
.omakase-title {
  padding-top: 250px;
  position: relative;
}
.omakase-title h2 {
  max-width: 590px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .omakase-title {
    padding-top: 27vw;
  }
  .omakase-title h2 {
    width: 60vw;
  }
}


/* コンタクト */
.contact {
  padding: 90px 0;
  background-color: #FAF8E5;
}
.contact h2 {
  max-width: 300px;
  margin: 0 auto 28px;
  padding-top: 40px;
  position: relative;
}
.contact h2::after {
  content: "";
  width: 125px;
  height: 171px;
  background-image: url(../images/logo01_side.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: -111px;
  top: 0;
}
.contact h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 76px;
}
.contact-map__content {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.contact-map__content+.contact-map__content {
  margin-top: 70px;
}
.contact-map__content>div>div {
  display: flex;
  align-items: center;
}
.contact-map__content>div h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
.contact-map__content>div ul,
.contact-map__content>div span {
  font-size: 18px;
}
.contact-map__content>div>span {
  margin-bottom: 24px;
}

.contact-map__content>div span {
  display: block;
}
.contact-map__content>div>div {
  font-size: 24px;
  margin-bottom: 30px;
}
.contact-map__content>div>div .contanc-tel__icon {
  width: 26px;
  height: 25px;
}
.contact-map__content>div>div .contanc-tel__icon+span {
  font-size: 24px;
}
.contact-map__content>div ul li {
  margin-bottom: 12px;
}
.contact-map__map {
  width: 100%;
  max-width: 715px;
  position: relative;
}
.contact-map__map::before {
  content:"";
  display: block;
  padding-top: 48.4%;
}
.contact-map__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 0;
  }
  .contact-map__content {
    flex-direction: column;
  }
  .contact h2 {
    width: 225px;
    padding-top: 30px;
  }
  .contact h2::after {
    width: 93.75px;
    height: 128.25px;
    right: -83.25px;
  }
  .contact-map__content>div>div .contanc-tel__icon+span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .contact h2 {
    width: 150px;
    padding-top: 20px;
  }
  .contact h2::after {
    width: 65.5px;
    height: 85.5px;
    right: -60.5px;
  }
  .contact h3 {
    font-size: 20px;
  }
  .contact-map__content>div h4 {
    font-size: 20px
  }
  .contact-map__content>div ul, .contact-map__content>div span {
    font-size: 14px;
  }
  .contact-map__content>div>span {
    margin-bottom: 16px;
  }
  .contact-map__content>div>div {
    margin-bottom: 20px;
  }
  .contact-map__content>div>div .contanc-tel__icon+span {
    font-size: 12px;
  }
}


/* フッター */
footer {
  background-color: #FAF8E5;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  border: 3px solid #06a0e8;
  background: #fff;
  text-decoration: none;
  color: #06a0e8;
  width: 100px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  #page-top a {
    border-width: 1px;
    width: 50px;
    padding: 15px 0;
    border-radius: 68px;
  }
}