@charset "UTF-8";
/*====================================================
////webフォント読み込み
====================================================*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@800&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*====================================================
////フォントサイズ設定
====================================================*/
html {
  font-size: 62.5%;
}

/*====================================================
////アニメーション設定
====================================================*/
/*====================================================
////common
====================================================*/
/* ---------- 基本設定 ----------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #343434;
  font-size: 1.2rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
/* ---------- レスポンシブ切り替え ----------*/
.only-sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

.only-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .only-pc {
    display: block !important;
  }
}

/* ---------- エントリーボタン ----------*/
.entryBtn {
  background: url(../img/btn-bg.png) no-repeat #E95B2E;
  background-position: 82% 40%;
  background-size: 15% auto;
  width: 85.33333333%;
  aspect-ratio: 320/105;
  margin: auto;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  text-align: center;
  position: relative;
}
.entryBtn a {
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6rem;
}
.entryBtn.footer {
  margin-top: 5rem;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .entryBtn {
    margin: 15.5rem auto 0 auto;
    background-size: 5.5rem auto;
    background-position: 93% 45%;
    max-width: 61rem;
    aspect-ratio: 610/107;
  }
  .entryBtn:hover {
    opacity: 0.8;
  }
  .entryBtn a {
    font-size: 2.26658rem;
    line-height: 1.4118186872;
    letter-spacing: 0.1em;
    padding-right: 2rem;
  }
  .entryBtn.footer {
    margin-top: 5rem;
  }
}
/*====================================================
////header
====================================================*/
header {
  position: relative;
  background: url(../img/fv-bg.jpg) no-repeat;
  height: 66.4rem;
  background-position: 32.8% 0;
  background-size: cover;
  color: #fff;
}
header .header-inner {
  max-width: 34rem;
  padding-top: 12rem;
  width: 100%;
  margin: 0 auto;
}
header .header-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
  height: 8.5rem;
  position: relative;
}
header .header-head .header-head01,
header .header-head .header-head02 {
  display: block;
}
header .header-head .header-head01 {
  background: #E0A337;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 5rem;
  aspect-ratio: 100/100;
  position: absolute;
  left: -2.2rem;
  top: -0.2rem;
  z-index: 2;
  text-align: center;
  line-height: 5rem;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
header .header-head .header-head02 {
  position: relative;
  z-index: 1;
  height: 1.7rem;
  width: 16rem;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-right: 1rem;
  text-align: right;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-feature-settings: "palt";
}
header .header-head .header-head02:before {
  content: "";
  transform: skewX(-21deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #B58323;
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  -o-transform: skewX(-21deg);
}
header .header-logoWrap {
  width: 92%;
  height: 9rem;
  margin: -6rem auto 0 6.4%;
  text-align: center;
  position: relative;
  z-index: 0;
}
header .header-logoWrap img {
  margin-top: 2.3rem;
  max-width: 25.2118rem;
}
header .header-logoWrap span {
  display: block;
  margin: 0.6rem auto;
  font-family: "Lexend", sans-serif;
  font-size: 1.18076rem;
  line-height: 1.6938243165;
  font-weight: bold;
  letter-spacing: 0.18em;
}
header .header-logoWrap:before {
  content: "";
  transform: skewX(-14deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #53AEBE;
  -webkit-transform: skewX(-14deg);
  -moz-transform: skewX(-14deg);
  -ms-transform: skewX(-14deg);
  -o-transform: skewX(-14deg);
}
header .header-txtWrap {
  position: relative;
  z-index: 7;
  background: #fff;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  color: #000;
  padding: 2.2rem 1rem 2.5rem 1rem;
  text-align: center;
  width: 78%;
  margin: -1rem auto 0 auto;
}
header .header-txtWrap .header-txtHead {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: bold;
  letter-spacing: 0.1em;
}
header .header-txtWrap .header-txtBody {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
}
header .header-loginBtn,
header .header-entryBtn01,
header .header-entryBtn02 {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  width: 65%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: bold;
  letter-spacing: 0.02em;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.37);
}
header .header-loginBtn a,
header .header-entryBtn01 a,
header .header-entryBtn02 a {
  display: block;
  width: 100%;
  height: 100%;
}
header .header-loginBtn {
  margin: 3rem auto 0 auto;
  background-color: #E95B2E;
}
header .header-loginBtn a {
  padding: 1.6rem 0;
}
header .header-entryBtn01 {
  background-color: #D9847B;
  margin: 1.5rem auto 0 auto;
}
header .header-entryBtn01 a {
  padding: 0.8rem 0;
}
header .header-entryBtn02 {
  background-color: #53AEBE;
  margin: 1rem auto 0 auto;
}
header .header-entryBtn02 a {
  padding: 0.8rem 0;
}
header .header-assessment_btn {
  width: 20rem;
  height: 9rem;
  background-color: #e45028;
  margin: 2rem auto 0 auto;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media screen and (min-width: 768px) {
  header .header-assessment_btn {
    margin: 3.5rem auto 0 auto;
    width: 31.6rem;
  }
}
header .header-assessment_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  header .header-assessment_btn {
    width: 31.6rem;
    height: 14.5rem;
  }
  header .header-assessment_btn a {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
}

.header-fix_banner-wrap {
  display: none;
  position: relative;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 9999;
}

.header-fix_banner {
  width: 100vw;
  z-index: 9999;
}
.header-fix_banner-img {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  width: 5.66rem;
}
.header-fix_banner-top, .header-fix_banner-bottom {
  padding-left: 8.5rem;
}
.header-fix_banner-top {
  background: rgb(255, 241, 0);
  background: linear-gradient(245deg, rgb(255, 241, 0) 0%, rgb(248, 177, 0) 100%);
  width: 100%;
  font-size: 2.5rem;
  line-height: 1.72;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
  padding-left: 21.5rem;
}
.header-fix_banner-inner {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  margin: 0 0.5rem 1.5rem 0.5rem;
  width: fit-content;
  padding: 0 1.3rem;
  left: 8rem;
  top: 18%;
}
.header-fix_banner-inner::before, .header-fix_banner-inner::after {
  width: 5.5rem;
  margin: 0;
  position: absolute;
  transform: scale(0.5);
}
.header-fix_banner-inner::before {
  content: url(../img/fix-banner-inner_left.png);
  left: -1rem;
}
.header-fix_banner-inner::after {
  content: url(../img/fix-banner-inner_right.png);
  right: -3rem;
}
.header-fix_banner-bottom {
  background: rgb(134, 225, 242);
  background: linear-gradient(245deg, rgb(134, 225, 242) 0%, rgb(40, 100, 136) 100%);
  font-size: 1.554rem;
  line-height: 2.1879021879;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .header-fix_banner-wrap {
    width: 37.5rem;
    bottom: 6rem;
  }
  .header-fix_banner {
    max-width: 38rem;
    width: 100%;
  }
  .header-fix_banner-img {
    left: 2rem;
    bottom: 1.5rem;
    width: 11.3158rem;
  }
  .header-fix_banner-top, .header-fix_banner-bottom {
    padding-left: 15rem;
  }
  .header-fix_banner-top {
    width: 100%;
    font-size: 3.6rem;
    line-height: 0.8611111111;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #000;
    padding-left: 14.5rem;
    padding-top: 5rem;
    padding-bottom: 2rem;
    border-radius: 0 3rem 0 0;
    -webkit-border-radius: 0 3rem 0 0;
    -moz-border-radius: 0 3rem 0 0;
    -ms-border-radius: 0 3rem 0 0;
    -o-border-radius: 0 3rem 0 0;
    white-space: nowrap;
  }
  .header-fix_banner-inner {
    font-size: 1.9rem;
    line-height: 0.0526315789;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: block;
    margin: auto 10rem auto auto;
    padding: 1.5rem 1.3rem;
    left: 15.7rem;
    top: 0.8rem;
  }
  .header-fix_banner-inner::before, .header-fix_banner-inner::after {
    width: 8rem;
    margin: 0;
    bottom: 0.1rem;
    transform: scale(0.8);
  }
  .header-fix_banner-inner::before {
    content: url(../img/fix-banner-inner_left.png);
    left: -1rem;
  }
  .header-fix_banner-inner::after {
    content: url(../img/fix-banner-inner_right.png);
    right: -6.5rem;
  }
  .header-fix_banner-bottom {
    border-radius: 0 0 3rem 0;
    -webkit-border-radius: 0 0 3rem 0;
    -moz-border-radius: 0 0 3rem 0;
    -ms-border-radius: 0 0 3rem 0;
    -o-border-radius: 0 0 3rem 0;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-left: 12rem;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    text-align: center;
  }
  .header-fix_banner-bottom span {
    display: block;
    font-size: 2.5rem;
    line-height: 1.24;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
}
/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  header {
    height: 89rem;
    background-position: 50% 50%;
  }
  header .header-inner {
    max-width: 80rem;
    padding-top: 15rem;
    width: 100%;
  }
  header .header-head {
    width: 100%;
    height: 0;
    position: relative;
  }
  header .header-head .header-head01,
  header .header-head .header-head02 {
    display: block;
  }
  header .header-head .header-head01 {
    width: 10.5rem;
    left: -1.8rem;
    top: -5rem;
    line-height: 10.5rem;
    font-size: 2rem;
  }
  header .header-head .header-head02 {
    z-index: 1;
    height: 4rem;
    width: 30rem;
    font-size: 1.7rem;
    padding-right: 3rem;
    margin-top: 0;
    line-height: 4rem;
    left: 7rem;
    top: -2rem;
  }
  header .header-logoWrap {
    width: 87%;
    height: 20.5rem;
    margin: 0 auto 0 auto;
  }
  header .header-logoWrap img {
    margin-top: 6rem;
    max-width: 57.5rem;
  }
  header .header-logoWrap span {
    margin: 0.6rem auto;
    font-size: 2.65963rem;
    line-height: 1.7295638867;
  }
  header .header-txtWrap {
    padding: 4rem 1rem 4.3rem 1rem;
    width: 67%;
    margin: -1.5rem auto 0 auto;
  }
  header .header-txtWrap .header-txtHead {
    font-size: 3.26301rem;
    line-height: 1.4403878627;
  }
  header .header-txtWrap .header-txtBody {
    font-size: 2.11549rem;
    line-height: 1.5126519152;
    margin-top: 2.4rem;
  }
  header .header-loginBtn,
  header .header-entryBtn01,
  header .header-entryBtn02 {
    width: 50%;
    max-width: 32rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  header .header-loginBtn a,
  header .header-entryBtn01 a,
  header .header-entryBtn02 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .header-loginBtn {
    margin: 2.5rem auto 0 auto;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
  }
  header .header-loginBtn:hover {
    opacity: 0.8;
  }
  header .header-loginBtn a {
    padding: 2.5rem 0;
  }
  header .header-entryBtn01 {
    margin: 2.5rem auto 0 auto;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
  }
  header .header-entryBtn01:hover {
    opacity: 0.8;
  }
  header .header-entryBtn01 a {
    padding: 1rem 0;
  }
  header .header-entryBtn02 {
    margin: 1.5rem auto 0 auto;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
  }
  header .header-entryBtn02:hover {
    opacity: 0.8;
  }
  header .header-entryBtn02 a {
    padding: 1rem 0;
  }
}
/*====================================================
////footer
====================================================*/
footer {
  background-color: #6BACBC;
}
footer .footer-inner {
  width: 85.0666666667%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 2rem 0 2.1rem 0;
}
footer .footer-inner .footer-txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
footer .footer-inner .footer-txt span {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
footer .footer-inner .footer-txt a {
  display: block;
  width: fit-content;
  font-weight: normal;
  text-decoration: underline;
  margin-top: 1rem;
}
footer .footer-inner .footer-txt a:hover {
  text-decoration: none;
}
footer .footer-inner .footer-txt small {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  display: block;
  margin-top: 4rem;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  footer .footer-inner .footer-txt {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
  }
  footer .footer-inner .footer-txt span {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem;
  }
  footer .footer-inner .footer-txt small {
    margin-top: 2.5rem;
  }
}
/*====================================================
////こんな物件がゾクゾク出品中
====================================================*/
.example-wrap {
  background-color: #F1F1F1;
}
.example-wrap .section-inner {
  padding: 5.8rem 0;
}
.example-wrap .example-headTxt {
  text-align: center;
}
.example-wrap .example-headTxt h2 {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.example-wrap .example-headTxt p {
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
.example-wrap ul {
  width: 93.6568%;
  margin: 2rem auto;
}
.example-wrap ul li {
  background: #fff;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem 0.9rem 1.2rem 0.9rem;
  margin-bottom: 1.5rem;
}
.example-wrap ul li .example-listHead {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
}
.example-wrap ul li .example-listHead figure {
  width: 40.4573491983%;
}
.example-wrap ul li .example-listHead p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-top: -0.2rem;
}
.example-wrap ul li .example-listBody {
  text-align: center;
}
.example-wrap ul li .example-listBody .example-listBodyinner01 {
  margin-top: 1.6rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}
.example-wrap ul li .example-listBody .example-listBodyinner01 span {
  display: inline-block;
  padding-left: 1rem;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.example-wrap ul li .example-listBody .example-listBodyinner01:before {
  content: "";
  width: 0.81375rem;
  height: 1.72864rem;
  background: #E95B2E;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -2.5rem;
}
.example-wrap ul li .example-listBody .example-listBodyinner01:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23.5927px 13.62125px 0 13.62125px;
  border-color: #e9592e transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -4rem;
}
.example-wrap ul li .example-listBody .example-listBodyinner02 {
  color: #E95B2E;
  font-size: 1.87075rem;
  line-height: 2.1916343712;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.example-wrap ul li .example-listBody .example-listBodyinner02 span {
  font-size: 3.15689rem;
  line-height: 1.7738977285;
  display: inline-block;
  padding-left: 1rem;
  margin-top: 3.8rem;
}
.example-wrap ul li .example-listLinkBtn {
  border: 1px solid #E6E6E6;
  width: 65%;
  margin: 0.2rem auto;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  text-align: center;
}
.example-wrap ul li .example-listLinkBtn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .example-wrap .section-inner {
    padding: 5.5rem 0 2rem 0;
  }
  .example-wrap .example-headTxt h2 {
    font-size: 4rem;
    line-height: 0.75;
  }
  .example-wrap .example-headTxt p {
    font-size: 1.88945rem;
    line-height: 0.740956363;
    margin-top: 3rem;
  }
  .example-wrap ul {
    max-width: 100rem;
    margin: 5rem auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .example-wrap ul li {
    padding: 1rem 0.9rem 1.6rem 0.9rem;
    margin-bottom: 1.5rem;
  }
  .example-wrap ul li .example-listHead {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
  }
  .example-wrap ul li .example-listHead figure {
    width: 47%;
  }
  .example-wrap ul li .example-listHead p {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-top: 0.5rem;
  }
  .example-wrap ul li .example-listBody {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: center;
    align-items: flex-end;
    margin-top: -0.8rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1020px) {
  .example-wrap ul li .example-listBody {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .example-wrap ul li .example-listBody .example-listBodyinner01 {
    width: 50%;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.02em;
    text-align: left;
    padding-left: 3rem;
    padding-bottom: 0.6rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1020px) {
  .example-wrap ul li .example-listBody .example-listBodyinner01 {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .example-wrap ul li .example-listBody .example-listBodyinner01 span {
    display: block;
    padding-left: 0;
    margin-top: -1rem;
    font-size: 1.83796rem;
    line-height: 1.6322444449;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .example-wrap ul li .example-listBody .example-listBodyinner01:before {
    content: "";
    width: 2.3rem;
    height: 1.1rem;
    position: absolute;
    left: auto;
    right: 3.5rem;
    bottom: 2.7rem;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1020px) {
  .example-wrap ul li .example-listBody .example-listBodyinner01:before {
    width: 1.3rem;
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .example-wrap ul li .example-listBody .example-listBodyinner01:after {
    content: "";
    border-width: 18px 0 18px 32px;
    border-color: transparent transparent transparent #e9592e;
    left: auto;
    right: 0.9rem;
    bottom: 1.5rem;
    transform: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1020px) {
  .example-wrap ul li .example-listBody .example-listBodyinner01:after {
    border-width: 12.5px 0 12.5px 20px;
    right: 0.3rem;
    bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .example-wrap ul li .example-listBody .example-listBodyinner02 {
    width: 50%;
    font-size: 2.12417rem;
    line-height: 1.6477023967;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1020px) {
  .example-wrap ul li .example-listBody .example-listBodyinner02 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .example-wrap ul li .example-listBody .example-listBodyinner02 span {
    font-size: 2.88328rem;
    line-height: 1.6300879554;
    display: block;
    padding-left: 0;
    margin-top: -1rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1020px) {
  .example-wrap ul li .example-listBody .example-listBodyinner02 span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .example-wrap ul li .example-listLinkBtn {
    width: 65%;
    max-width: 22rem;
    margin: 0.6rem auto;
    font-size: 1.10258rem;
    line-height: 1.6325346007;
  }
  .example-wrap ul li .example-listLinkBtn a {
    padding: 1.5rem 0;
  }
}
/*====================================================
////ソーラーオークションとは
====================================================*/
.about-wrap {
  padding: 3.5rem 0;
}
.about-wrap .section-inner {
  background-color: #53AEBE;
  color: #fff;
  width: 88.72304%;
  margin: 0 auto;
  padding: 8rem 0;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  text-align: center;
}
.about-wrap h2 {
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.about-wrap .about-headTxt {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 5.5rem;
}
.about-wrap .about-bodyTxt {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 2.1rem;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .about-wrap {
    padding: 2.5rem 0;
  }
  .about-wrap .section-inner {
    max-width: 132rem;
    padding: 8rem 2rem 9.5rem 2rem;
  }
  .about-wrap h2 {
    font-size: 5rem;
    line-height: 0.6;
  }
  .about-wrap .about-headTxt {
    font-size: 3rem;
    line-height: 1.4666666667;
    margin-top: 4.5rem;
  }
  .about-wrap .about-bodyTxt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-top: 5.1rem;
  }
}
/*====================================================
////メリット
====================================================*/
.merit-wrap {
  background-color: #F1F1F1;
  padding: 6rem 0 12rem 0;
}
.merit-wrap h2 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.merit-wrap h2 span {
  color: #53AEBE;
  display: block;
  font-size: 1.4rem;
  line-height: 0.7142857143;
  margin-bottom: 1rem;
}
.merit-wrap ul {
  width: 88.8%;
  margin: 5rem auto;
}
.merit-wrap ul li:nth-child(2) {
  margin-top: 3.5rem;
}
.merit-wrap ul li:last-child {
  margin-top: 5.5rem;
}
.merit-wrap ul li .meritListTxtWrap {
  margin-top: 1.3rem;
}
.merit-wrap ul li .meritListTxtWrap h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.merit-wrap ul li .meritListTxtWrap p {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.02em;
  margin-top: 0.1rem;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .merit-wrap {
    padding: 9rem 0 12rem 0;
  }
  .merit-wrap h2 {
    font-size: 5rem;
    line-height: 0.6;
  }
  .merit-wrap h2 span {
    color: #53AEBE;
    display: block;
    font-size: 1.72432rem;
    line-height: 0.5799387585;
    margin-bottom: 3rem;
  }
  .merit-wrap ul {
    max-width: 100rem;
    margin: 13.5rem auto;
  }
  .merit-wrap ul li {
    display: flex;
    flex-wrap: nowrap;
    gap: 5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .merit-wrap ul li:nth-child(2) {
    margin-top: 14rem;
    flex-direction: row-reverse;
    gap: 3rem;
  }
  .merit-wrap ul li:nth-child(2) .meritListTxtWrap {
    margin-top: 1rem;
  }
  .merit-wrap ul li:last-child {
    margin-top: 12rem;
  }
  .merit-wrap ul li figure {
    width: 50%;
    max-width: 50rem;
  }
  .merit-wrap ul li .meritListTxtWrap {
    margin-top: 0;
  }
  .merit-wrap ul li .meritListTxtWrap h3 {
    font-size: 3rem;
    line-height: 1;
  }
  .merit-wrap ul li .meritListTxtWrap p {
    font-size: 1.4rem;
    line-height: 1.9285714286;
    letter-spacing: 0.02em;
    margin-top: 2rem;
  }
}
/*====================================================
////インターフェイス
====================================================*/
.interface-wrap {
  padding: 3.5rem 0;
}
.interface-wrap .section-inner {
  background-color: #53AEBE;
  color: #fff;
  width: 88.72304%;
  margin: 0 auto;
  padding: 9rem 0 8rem 0;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  text-align: center;
}
.interface-wrap h2 {
  font-size: 2.6rem;
  line-height: 1.3076923077;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.interface-wrap h2 span {
  font-size: 1.4rem;
  line-height: 0.7142857143;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 1rem;
}
.interface-wrap figure {
  width: 83%;
  margin: 5rem auto 0 auto;
}
.interface-wrap figure img {
  filter: drop-shadow(10px 30px 15px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(10px 30px 15px rgba(0, 0, 0, 0.5));
}
.interface-wrap ul {
  width: 80%;
  margin: 3rem auto 0 auto;
}
.interface-wrap ul li {
  font-size: 1.4rem;
  line-height: 2.0714285714;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
}
.interface-wrap ul li:before {
  content: "・";
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .interface-wrap {
    padding: 1.5rem 0 4rem 0;
  }
  .interface-wrap .section-inner {
    width: 88.72304%;
    max-width: 132rem;
    padding: 13.5rem 5rem 8rem 5rem;
  }
  .interface-wrap h2 {
    font-size: 5rem;
    line-height: 1.2;
  }
  .interface-wrap h2 span {
    font-size: 1.72432rem;
    line-height: 0.5799387585;
    font-weight: 400;
    display: block;
    margin-bottom: 2.5rem;
  }
  .interface-wrap .interface-Boxwrap {
    max-width: 113rem;
    margin: 3rem auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .interface-wrap figure {
    width: 56.9026548726%;
    max-width: 64.3rem;
    margin: 4.7rem auto 0 0;
  }
  .interface-wrap ul {
    width: 43.0973451274%;
    margin: 3.6rem auto 0 auto;
  }
  .interface-wrap ul li {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 3.1rem;
  }
  .interface-wrap ul li span {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .interface-wrap ul li:before {
    content: "●";
    color: #9BD0D9;
    display: inline;
  }
}
/*====================================================
////ご利用の流れ
====================================================*/
.flow-wrap {
  padding: 7.5rem 0;
  background-color: #F1F1F1;
}
.flow-wrap h2 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.flow-wrap h2 span {
  font-size: 1.4rem;
  line-height: 0.7142857143;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 1rem;
  color: #53AEBE;
}
.flow-wrap .flowList-buy li {
  border: 1px solid #53AEBE;
  color: #53AEBE;
  aspect-ratio: 317/141;
}
.flow-wrap .flowList-buy li:first-child {
  background: url(../img/flow-bg01.png) no-repeat;
  background-size: 100% auto;
}
.flow-wrap .flowList-buy li:after {
  content: "";
  background-color: #53AEBE;
}
.flow-wrap .flowList-sale {
  margin-top: 7rem;
}
.flow-wrap .flowList-sale li {
  border: 1px solid #D38A73;
  color: #D38A73;
}
.flow-wrap .flowList-sale li:first-child {
  background: url(../img/flow-bg02.png) no-repeat;
  background-size: 100% auto;
}
.flow-wrap .flowList-sale li:after {
  content: "";
  background-color: #D38A73;
}
.flow-wrap ul {
  width: 85.333333333%;
  margin: 5rem auto 0 auto;
}
.flow-wrap ul li {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  padding: 2.1rem 1.5rem;
  margin-bottom: 2.4rem;
  position: relative;
}
.flow-wrap ul li:first-child {
  aspect-ratio: 429/130;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 1.7rem;
  margin-bottom: 2.5rem;
}
.flow-wrap ul li:first-child:after {
  content: none;
}
.flow-wrap ul li .flow-listHead {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.flow-wrap ul li p {
  font-size: 1.2rem;
  line-height: 1.9166666667;
  letter-spacing: 0.02em;
  margin-top: 0.7rem;
}
.flow-wrap ul li p span {
  font-size: 1rem;
  line-height: 1.7;
  display: block;
}
.flow-wrap ul li:after {
  content: "";
  width: 1px;
  height: 2.5rem;
  background-color: #53AEBE;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -2.5rem;
}
.flow-wrap ul li:last-child:after {
  content: none;
}
.flow-wrap .entryBtn {
  margin-top: 6rem;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .flow-wrap {
    padding: 7.5rem 0;
  }
  .flow-wrap .section-inner {
    max-width: 95%;
    margin: auto;
  }
  .flow-wrap h2 {
    font-size: 5rem;
    line-height: 1.4;
  }
  .flow-wrap h2 span {
    font-size: 1.72432rem;
    line-height: 0.5799387585;
    margin-bottom: 1.4rem;
  }
  .flow-wrap .flow-BlockWrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 14rem;
    justify-content: center;
    align-items: flex-start;
    max-width: 100rem;
    margin: 7.2rem auto 0 auto;
  }
  .flow-wrap .flowList-buy li {
    aspect-ratio: 429/190;
  }
  .flow-wrap .flowList-buy li:first-child {
    background: url(../img/flow-bg01.png) no-repeat;
    background-size: 100% auto;
  }
  .flow-wrap .flowList-buy li:after {
    content: "";
    background-color: #53AEBE;
  }
  .flow-wrap .flowList-sale {
    margin-top: 0;
  }
  .flow-wrap .flowList-sale li {
    border: 1px solid #D38A73;
    color: #D38A73;
    aspect-ratio: 429/190;
  }
  .flow-wrap .flowList-sale li:first-child {
    background: url(../img/flow-bg02.png) no-repeat;
    background-size: 100% auto;
  }
  .flow-wrap .flowList-sale li:after {
    content: "";
    background-color: #D38A73;
  }
  .flow-wrap ul {
    width: 85.333333333%;
    margin: 0 auto 0 auto;
  }
  .flow-wrap ul li {
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
    padding: 2.9rem 2.5rem;
    margin-bottom: 3.5rem;
    position: relative;
  }
  .flow-wrap ul li:first-child {
    aspect-ratio: 429/190;
    font-size: 3.1rem;
    line-height: 1.935483871;
    padding-top: 2.4rem;
    margin-bottom: -1rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .flow-wrap ul li:first-child {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .flow-wrap ul li .flow-listHead {
    font-size: 3.13307rem;
    line-height: 1.9150545631;
  }
  .flow-wrap ul li p {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0.02em;
    margin-top: 0.7rem;
  }
  .flow-wrap ul li p span {
    font-size: 1rem;
    line-height: 1.7;
    display: block;
  }
  .flow-wrap ul li:after {
    content: "";
    width: 1px;
    height: 3.6rem;
    background-color: #53AEBE;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -3.6rem;
  }
  .flow-wrap ul li:last-child:after {
    content: none;
  }
  .flow-wrap .entryBtn {
    margin-top: 19rem;
  }
}
/*====================================================
////運営会社
====================================================*/
.office-wrap {
  padding-top: 9rem;
  padding-bottom: 5.8rem;
}
.office-wrap h2 {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.office-wrap dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2.1rem auto 0 auto;
  width: 95%;
}
.office-wrap dl dt {
  width: 11rem;
  padding-left: 1rem;
}
.office-wrap dl dd {
  width: calc(100% - 11rem);
}
.office-wrap dl dd a {
  text-decoration: underline;
}
.office-wrap dl dd a:hover {
  text-decoration: none;
}
.office-wrap dl dt,
.office-wrap dl dd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0em;
}
.office-wrap dl dt:nth-of-type(odd),
.office-wrap dl dd:nth-of-type(odd) {
  background: #F1F1F1;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .office-wrap {
    padding-top: 13.5rem;
    padding-bottom: 12rem;
  }
  .office-wrap .section-inner {
    max-width: 70rem;
    margin: auto;
  }
  .office-wrap h2 {
    font-size: 5.4rem;
    line-height: 1.7407407407;
    letter-spacing: 0em;
  }
  .office-wrap dl {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 70rem;
    margin-top: 4.1rem;
  }
  .office-wrap dl dt {
    width: 10.5rem;
    padding-left: 1rem;
  }
  .office-wrap dl dd {
    width: calc(100% - 10.5rem);
  }
  .office-wrap dl dt,
  .office-wrap dl dd {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: 0em;
  }
}
/*====================================================
////方針
====================================================*/
.office-policyWrap {
  background: #2D497F;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  width: 90%;
  margin: 6rem auto;
  color: #fff;
  padding: 6rem 1rem 5rem 1rem;
}
.office-policyWrap p {
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: 0.02em;
  text-align: center;
}
.office-policyWrap figure {
  max-width: 78.3%;
  margin: 3.2rem auto 0 auto;
}
.office-policyWrap figure figcaption {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 1.2rem;
}
.office-policyWrap ul li:nth-child(2) {
  margin-top: 6rem;
}
.office-policyWrap ul li:last-child {
  margin-top: 4.5rem;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .office-policyWrap {
    max-width: 100rem;
    margin: 5rem auto 0 auto;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    padding: 3.5rem 1rem 6.5rem 1rem;
  }
  .office-policyWrap p {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }
  .office-policyWrap figure {
    max-width: 25rem;
    margin: 3.2rem auto 0 auto;
  }
  .office-policyWrap figure figcaption {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    display: block;
    margin-top: 2.2rem;
  }
  .office-policyWrap ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 4.3rem;
    justify-content: space-between;
    align-items: stretch;
    max-width: 83%;
    margin: 1rem auto;
  }
  .office-policyWrap ul li:nth-child(2) {
    margin-top: 0;
  }
  .office-policyWrap ul li:last-child {
    margin-top: 0;
  }
}
/*====================================================
////よくある質問
====================================================*/
.qanda-wrap {
  background-color: #F7F7F7;
  padding: 9.5rem 0 5rem 0;
}
.qanda-wrap .section-inner {
  width: 85%;
  margin: 0 auto;
}
.qanda-wrap h2 {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.qanda-wrap dl {
  margin-top: 5rem;
}
.qanda-wrap dl dt {
  border-top: 1px solid #C9C9CA;
  padding-top: 2.5rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #6294CE;
}
.qanda-wrap dl dd {
  padding-bottom: 3rem;
}
.qanda-wrap dl dd .answer-head {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #EF7E34;
  margin-top: 0.5rem;
}
.qanda-wrap dl dd .answer-body {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.qanda-wrap dl dd:last-of-type {
  border-bottom: 1px solid #C9C9CA;
}
.qanda-wrap .qanda-linkBtn {
  background: #EF7E34;
  color: #fff;
  padding: 1.6rem;
  text-align: center;
  max-width: 29rem;
  margin: 4rem auto;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.qanda-wrap .qanda-linkBtn a {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  height: 100%;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .qanda-wrap {
    padding: 15rem 0 32.6rem 0;
  }
  .qanda-wrap .section-inner {
    max-width: 99.7rem;
    margin: 0 auto;
  }
  .qanda-wrap h2 {
    font-size: 5rem;
    line-height: 0.6;
  }
  .qanda-wrap dl {
    margin-top: 10rem;
  }
  .qanda-wrap dl dt {
    padding-top: 3.7rem;
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
  .qanda-wrap dl dd {
    padding-bottom: 10.2rem;
  }
  .qanda-wrap dl dd .answer-head {
    font-size: 2.4rem;
    line-height: 1.5833333333;
    margin-top: 3rem;
  }
  .qanda-wrap dl dd .answer-body {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .qanda-wrap dl dd:last-of-type {
    border-bottom: 1px solid #C9C9CA;
  }
  .qanda-wrap .qanda-linkBtn {
    color: #fff;
    padding: 1.6rem;
    text-align: center;
    max-width: 38rem;
    margin: 4rem auto;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
  }
  .qanda-wrap .qanda-linkBtn a {
    font-size: 1.8rem;
    line-height: 1.8333333333;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    height: 100%;
  }
  .qanda-wrap .qanda-linkBtn:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=style.css.map */