@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%;
}

/* ---------- レスポンシブ切り替え ----------*/
.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;
  }
}

/*======================= PC =======================*/
/*====================================================
////header
====================================================*/
header {
  position: relative;
  background: url(../img/fv-bg.jpg) no-repeat;
  height: 57rem;
  background-position: 26% 0;
  background-size: cover;
  color: #fff;
}
header .header-inner {
  max-width: 87%;
  padding-top: 8.5rem;
  width: 100%;
  margin: 0 auto;
}
header .header-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  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: 8.5rem;
  aspect-ratio: 100/100;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  line-height: 8.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
header .header-head .header-head02 {
  position: relative;
  z-index: 1;
  height: 3rem;
  width: 28rem;
  font-size: 1.35rem;
  line-height: 2.3703703704;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-right: 2rem;
  text-align: right;
  margin-top: -0.5rem;
}
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: 84%;
  height: 8rem;
  margin: -2.5rem auto 0 10.5%;
  text-align: center;
  position: relative;
  z-index: 1;
}
header .header-logoWrap img {
  margin-top: 2.3rem;
  max-width: 22.893rem;
  padding-left: 1rem;
}
header .header-logoWrap span {
  display: block;
  margin: 0.3rem auto;
  font-family: "Lexend", sans-serif;
  font-size: 1.04364rem;
  line-height: 1.7247326664;
  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-txt {
  font-size: 2.6rem;
  line-height: 1.7692307692;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  max-width: 95%;
  margin: 3.5rem auto 0 auto;
  text-align: center;
}
header .header-achievement {
  background: url(../img/header-txtBg.png) no-repeat;
  aspect-ratio: 577/116;
  background-size: cover;
  font-family: "Noto Serif JP", serif;
  color: #D5B881;
  font-size: 2.4rem;
  line-height: 1.375;
  font-weight: bold;
  max-width: 28.8rem;
  margin: 3rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  header {
    height: 65rem;
    background-position: 50% 50%;
  }
  header .header-inner {
    max-width: 73.5rem;
    padding-top: 4rem;
    width: 100%;
    margin: 0 auto;
  }
  header .header-head {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 41.4rem;
    margin: auto;
    height: 8.5rem;
    position: relative;
  }
  header .header-head .header-head01,
  header .header-head .header-head02 {
    display: block;
  }
  header .header-head .header-head01 {
    width: 10.6rem;
    line-height: 10.6rem;
    font-size: 2rem;
  }
  header .header-head .header-head02 {
    height: 4rem;
    width: 35rem;
    font-size: 1.7rem;
    line-height: 2.2941176471;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding-right: 2rem;
    text-align: right;
    margin-top: 1.5rem;
  }
  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: 35rem;
    height: 10.2rem;
    margin: -1rem auto 0 28%;
    z-index: 1;
  }
  header .header-logoWrap img {
    margin-top: 2.3rem;
    max-width: 28.7713rem;
    padding-left: 0.5rem;
  }
  header .header-logoWrap span {
    margin: 0.7rem auto;
    font-size: 1.31162rem;
    line-height: 1.7535566704;
    font-weight: bold;
    letter-spacing: 0.18em;
  }
  header .header-txt {
    font-size: 5.42494rem;
    line-height: 1.7511714415;
    font-weight: 500;
    max-width: 100%;
    margin: 3rem auto 0 2rem;
  }
  header .header-achievement {
    background: url(../img/header-txtpcBg.png) no-repeat;
    background-size: cover;
    aspect-ratio: 1360/203;
    font-size: 3.7rem;
    line-height: 1.7567567568;
    font-weight: bold;
    max-width: 68rem;
    margin: 2rem auto;
  }
}
/*====================================================
////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;
  }
}
/*====================================================
////カンタン査定3ステップ
====================================================*/
.threestep-sectionwrap,
.threestep-sectioninner {
  box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

.threestep-sectionwrap {
  background: #53AEBE;
  padding: 1rem;
  position: relative;
  z-index: 3;
  max-width: 92.53333333%;
  margin: -13rem auto 4rem auto;
}
.threestep-sectionwrap .threestep-sectioninner {
  background: #fff;
  padding-bottom: 1em;
}
.threestep-sectionwrap .threestep-sectionHead {
  background: #53AEBE;
  box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, 0.3);
  width: 14rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  aspect-ratio: 100/100;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
}
.threestep-sectionwrap .threestep-sectionHead:before {
  content: "";
  background: #53AEBE;
  box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, 0.3);
  width: 13rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  aspect-ratio: 100/100;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.threestep-sectionwrap .threestep-sectionHead span {
  position: absolute;
  z-index: 5;
  color: #fff;
}
.threestep-sectionwrap .threestep-sectionHead span.threestep-head01 {
  font-size: 1.36442rem;
  line-height: 1.4658243063;
  font-weight: 500;
  top: 5rem;
}
.threestep-sectionwrap .threestep-sectionHead span.threestep-head02 {
  font-size: 4.4rem;
  line-height: 0.7045454545;
  font-weight: bold;
  left: 1.5rem;
  top: 5.5rem;
}
.threestep-sectionwrap .threestep-sectionHead span.threestep-head03 {
  font-size: 2.06457rem;
  line-height: 1.5015233196;
  font-weight: bold;
  top: 6.5rem;
}
.threestep-sectionwrap .threestep-sectionHead span.threestep-head01, .threestep-sectionwrap .threestep-sectionHead span.threestep-head03 {
  left: 4rem;
}
.threestep-sectionwrap .threestep-sectionHead02 {
  color: #53AEBE;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 9rem;
  width: 65%;
  margin: auto;
}
.threestep-sectionwrap .threestep-sectiontxt {
  font-size: 1.2rem;
  line-height: 1.9166666667;
  letter-spacing: 0em;
  margin: 1.3rem auto;
  width: 92%;
}
.threestep-sectionwrap .threestep-stepList {
  margin: 5rem auto 0 5%;
  width: 100%;
}
.threestep-sectionwrap .threestep-stepList li {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.8rem;
}
.threestep-sectionwrap .threestep-stepList li figure {
  width: 33%;
}
.threestep-sectionwrap .threestep-stepList li figure img {
  filter: drop-shadow(7px 7px 6px rgba(0, 0, 0, 0.3));
}
.threestep-sectionwrap .threestep-stepList li p {
  width: calc(100% - 2rem - 40.3669724771%);
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 500;
}
.threestep-sectionwrap .simulation-btn {
  background: #E95B2E;
  text-align: center;
  max-width: 51.4rem;
  margin: 2.5rem auto;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  width: 90%;
}
.threestep-sectionwrap .simulation-btn a {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  height: 100%;
}
.threestep-sectionwrap .simulation-btn a span {
  font-size: 1.1rem;
  line-height: 2.4545454545;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
.threestep-sectionwrap .simulation-btn:hover {
  opacity: 0.8;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .threestep-sectionwrap {
    background: #53AEBE;
    padding: 1rem;
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 102.6rem;
    margin: -13rem auto 2rem auto;
  }
  .threestep-sectionwrap .threestep-sectioninner {
    background: #fff;
    padding-bottom: 1em;
  }
  .threestep-sectionwrap .threestep-sectionHead {
    width: 26rem;
    top: -3.5rem;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    left: -2.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
  .threestep-sectionwrap .threestep-sectionHead {
    width: 25rem;
    left: -3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .threestep-sectionwrap .threestep-sectionHead:before {
    width: 24rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
  .threestep-sectionwrap .threestep-sectionHead:before {
    width: 23rem;
  }
}
@media screen and (min-width: 768px) {
  .threestep-sectionwrap .threestep-sectionHead span.threestep-head01 {
    font-size: 2.56335rem;
    line-height: 1.4824350947;
    top: 9rem;
  }
  .threestep-sectionwrap .threestep-sectionHead span.threestep-head02 {
    font-size: 8.24902rem;
    line-height: 0.7031138244;
    left: 3rem;
    top: 10rem;
  }
  .threestep-sectionwrap .threestep-sectionHead span.threestep-head03 {
    font-size: 3.87872rem;
    line-height: 1.4953386684;
    top: 12rem;
  }
  .threestep-sectionwrap .threestep-sectionHead span.threestep-head01, .threestep-sectionwrap .threestep-sectionHead span.threestep-head03 {
    left: 8rem;
  }
  .threestep-sectionwrap .threestep-headTxtWrap {
    width: 48%;
    margin-left: 32%;
  }
  .threestep-sectionwrap .threestep-sectionHead02 {
    font-size: 5.01471rem;
    line-height: 1.3161279516;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-top: 4rem;
    width: 100%;
    margin-left: 0;
  }
  .threestep-sectionwrap .threestep-sectiontxt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.02em;
    margin: 1rem auto 0 0.1rem;
    width: 100%;
  }
  .threestep-sectionwrap .threestep-stepList {
    margin: 4rem auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 7rem;
    justify-content: flex-start;
    align-items: stretch;
    width: 90%;
    max-width: 87rem;
  }
  .threestep-sectionwrap .threestep-stepList li {
    width: calc((100% - 14rem) / 3);
    display: block;
    margin-bottom: 3.8rem;
  }
  .threestep-sectionwrap .threestep-stepList li figure {
    width: 100%;
    max-width: 22.5rem;
    margin-left: -1rem;
  }
  .threestep-sectionwrap .threestep-stepList li figure img {
    filter: drop-shadow(7px 7px 6px rgba(0, 0, 0, 0.3));
  }
  .threestep-sectionwrap .threestep-stepList li p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6875;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
  .threestep-sectionwrap .simulation-btn {
    padding: 1.5rem 0 0.2rem 0;
    width: 100%;
  }
  .threestep-sectionwrap .simulation-btn a {
    font-size: 2.5rem;
    line-height: 1.48;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .threestep-sectionwrap .simulation-btn a span {
    font-size: 1.1rem;
    line-height: 3.3636363636;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .threestep-sectionwrap .simulation-btn:hover {
    opacity: 0.8;
  }
}
/*====================================================
////ソーラーオークションとは
====================================================*/
.about-wrap {
  background: #53AEBE;
  padding: 10.5rem 0 9.5rem 0;
  color: #fff;
}
.about-wrap .section-inner {
  max-width: 95%;
  margin: auto;
  text-align: center;
}
.about-wrap h2 {
  font-size: 2.6rem;
  line-height: 1.5769230769;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.about-wrap h3 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
.about-wrap p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 1.3rem;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .about-wrap {
    padding: 13rem 0 12rem 0;
  }
  .about-wrap .section-inner {
    max-width: 95%;
    margin: auto;
    text-align: center;
  }
  .about-wrap h2 {
    font-size: 5.4rem;
    line-height: 1.5555555556;
  }
  .about-wrap h3 {
    font-size: 2.67381rem;
    line-height: 1.4585927946;
    margin-top: 1.5rem;
  }
  .about-wrap p {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-top: 2.6rem;
  }
}
/*====================================================
////メリット
====================================================*/
.merit-wrap {
  background-color: #E4E8ED;
}
.merit-wrap .section-inner {
  max-width: 91%;
  padding: 8.5rem 0 4.5rem 0;
  margin: 0 auto;
}
.merit-wrap .section-inner h2 {
  font-size: 2.6rem;
  line-height: 1.7307692308;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.merit-wrap .section-inner .merit-headtxt {
  margin-top: 3.6rem;
}
.merit-wrap .section-inner .merit-headtxt .merit-head {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  padding-bottom: 1.8rem;
}
.merit-wrap .section-inner .merit-headtxt p {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0em;
  margin-top: 0.7rem;
}
.merit-wrap .section-inner .merit-headtxt p span {
  font-size: 1rem;
  line-height: 2.3;
  display: block;
}
.merit-wrap .section-inner ul li {
  margin-bottom: 8rem;
}
.merit-wrap .section-inner ul li:nth-child(2) .merit-imgWrap {
  margin-top: 2rem;
}
.merit-wrap .section-inner ul li:last-child .merit-imgWrap {
  margin-top: 4rem;
}
.merit-wrap .section-inner .merit-imgHead {
  font-size: 1.62076rem;
  line-height: 1.8509834892;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.merit-wrap .section-inner .merit-imgHead span {
  font-size: 1.08051rem;
  line-height: 2.7764666685;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-left: 0.5rem;
}
.merit-wrap .section-inner .merit-imgHead.meritimg01 {
  margin-top: 3rem;
  color: #9A9A9A;
}
.merit-wrap .section-inner .merit-imgHead.meritimg02 {
  margin-top: 1.8rem;
  color: #53AEBE;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .merit-wrap .section-inner {
    max-width: 102.6rem;
    width: 90%;
    padding: 10.5rem 0 20rem 0;
  }
  .merit-wrap .section-inner h2 {
    font-size: 5.4rem;
    line-height: 1.7407407407;
  }
  .merit-wrap .section-inner .merit-headtxt {
    margin-top: 3.6rem;
    width: 70%;
  }
  .merit-wrap .section-inner .merit-headtxt .merit-head {
    font-size: 2.8rem;
    line-height: 1.3214285714;
    padding-bottom: 2.5rem;
  }
  .merit-wrap .section-inner .merit-headtxt p {
    font-size: 1.4rem;
    line-height: 1.9285714286;
    letter-spacing: 0em;
    margin-top: 1.5rem;
  }
  .merit-wrap .section-inner .merit-headtxt p span {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
  .merit-wrap .section-inner ul {
    margin-top: 8.2rem;
  }
  .merit-wrap .section-inner ul li {
    margin-bottom: 8rem;
    display: flex;
    flex-wrap: nowrap;
    gap: 5rem;
    justify-content: flex-start;
    align-items: stretch;
  }
  .merit-wrap .section-inner ul li:nth-child(2) {
    margin-top: 14rem;
  }
  .merit-wrap .section-inner ul li:nth-child(2) .merit-imgWrap {
    margin-top: 3.2rem;
  }
  .merit-wrap .section-inner ul li:last-child {
    margin-top: 12.5rem;
  }
  .merit-wrap .section-inner ul li:last-child .merit-imgWrap {
    margin-top: 13rem;
  }
  .merit-wrap .section-inner ul li .merit-imgWrap {
    max-width: 53rem;
  }
  .merit-wrap .section-inner ul li .merit-imgWrap .merit-firstImg {
    max-width: 96%;
  }
  .merit-wrap .section-inner ul li .merit-imgWrap .merit-lastImg {
    max-width: 93%;
    margin-left: 2rem;
  }
  .merit-wrap .section-inner .merit-imgHead {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .merit-wrap .section-inner .merit-imgHead span {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
    margin-left: 0.5rem;
  }
  .merit-wrap .section-inner .merit-imgHead.meritimg01 {
    margin-top: 4.2rem;
    color: #9A9A9A;
  }
  .merit-wrap .section-inner .merit-imgHead.meritimg02 {
    margin-top: 4rem;
    color: #53AEBE;
  }
}
/*====================================================
////ご利用の流れ
====================================================*/
.flow-wrap {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.flow-wrap h2 {
  font-size: 2.6rem;
  line-height: 1.7307692308;
  font-weight: bold;
  letter-spacing: 0em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.flow-wrap ul {
  width: 85.333333333%;
  margin: 4.5rem auto 0 auto;
}
.flow-wrap ul li {
  border: 1px solid #D38A73;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  padding: 1rem 2rem 2.8rem 2rem;
  margin-bottom: 2.4rem;
  color: #D38A73;
  position: relative;
}
.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.5rem;
}
.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: #D38A73;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -2.5rem;
}
.flow-wrap ul li:nth-child(2) {
  padding: 2.4rem 2rem 1.6rem 2rem;
}
.flow-wrap ul li:nth-child(3) {
  padding: 2.4rem 2rem 2.2rem 2rem;
}
.flow-wrap ul li:last-child {
  padding: 2.4rem 1rem 2.2rem 2rem;
}
.flow-wrap ul li:last-child:after {
  content: none;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .flow-wrap {
    padding-top: 11rem;
    padding-bottom: 10.5rem;
  }
  .flow-wrap h2 {
    font-size: 5.4rem;
    line-height: 1.7407407407;
  }
  .flow-wrap ul {
    max-width: 43rem;
    margin: 5.7rem auto 0 auto;
  }
  .flow-wrap ul li {
    padding: 3rem 1.5rem 2.8rem 1.5rem;
    margin-bottom: 3.7rem;
    height: 19rem;
  }
  .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.8571428571;
    margin-top: 0.5rem;
  }
  .flow-wrap ul li p span {
    font-size: 1rem;
    line-height: 1.7;
  }
  .flow-wrap ul li:after {
    content: "";
    width: 1px;
    height: 3.8rem;
    background-color: #D38A73;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -3.8rem;
  }
  .flow-wrap ul li:last-child:after {
    content: none;
  }
}
/*====================================================
////運営会社
====================================================*/
.office-wrap {
  background: #F7F7F7;
  padding-top: 7.5rem;
  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: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  margin: 3rem auto 0 auto;
  width: 90%;
}
.office-wrap dl dt {
  width: 9rem;
}
.office-wrap dl dd {
  width: calc(100% - 9rem - 1rem);
}
.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 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0em;
}

/*======================= PC =======================*/
@media screen and (min-width: 768px) {
  .office-wrap {
    padding-top: 10.2rem;
    padding-bottom: 12rem;
  }
  .office-wrap h2 {
    font-size: 5.4rem;
    line-height: 1.7407407407;
    letter-spacing: 0em;
    font-family: "Noto Serif JP", serif;
  }
  .office-wrap dl {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 71.5rem;
    margin-top: 5.5rem;
  }
  .office-wrap dl dt {
    width: 9rem;
  }
  .office-wrap dl dd {
    width: calc(100% - 9rem - 1.2rem);
  }
  .office-wrap dl dt,
  .office-wrap dl dd {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
/*====================================================
////方針
====================================================*/
.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: 5.5rem auto;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    color: #fff;
    padding: 3.2rem 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 {
  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: #999999;
  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 5rem 0;
    margin-bottom: 10.6rem;
  }
  .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 {
    background: #999999;
    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%;
  }
}
.footer-entry {
  margin-bottom: 10rem;
}
.footer-entry a {
  background-color: #EF7E34;
  width: 31.6rem;
  aspect-ratio: 316/70;
  display: block;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.footer-entry a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */