@charset "UTF-8";

/*****************************
common
*****************************/
.pagesec{
  padding: 10rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec{
    padding: 6rem 0;
  }
}

/*****************************
pagesec-first
*****************************/
.pagesec-first .imgbox,
.pagesec-first .txt  {
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-first .imgbox img {
  aspect-ratio: 5 / 3;
  border-radius: 20px;
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
pagesec-rate
*****************************/
.pagesec-rate{
  background: #FFFEEB;
}
.pagesec-rate .ttlbox {
  background: #7eb0e3;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 4rem;
  position: absolute;
  top: 0;
  text-align: center;
  height: 160px;
  width: 100%;
}
.pagesec-rate .ttlbox .ttl {
  font-size: 3rem;
  font-weight: bold;
}
.pagesec-rate .rate {
  gap: 5rem;
  margin: 12rem 0 5rem;
}
.pagesec-rate .rate .fbox{
  width: calc(50% - 5rem);
}
.pagesec-rate .rate img{
  aspect-ratio: 56 / 27;
  display: block;
  margin: 0 auto;
  max-width: 415px;
  height: auto;
  width: 100%;
}
.pagesec-rate .rate p{
  margin-top: 1rem;
}

@media only screen and (max-width: 1180px) {
  .pagesec-rate .ttlbox {
    padding: 2rem 0 5rem;
    height: 190px;
  }
  .pagesec-rate .rate {
    margin: 14rem 0 5rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-rate .ttlbox {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    line-height: 1.4;
    padding: 0 0 3rem;
    height: 140px;
  }
  .pagesec-rate .ttlbox .ttl{
    font-size: 6.5vw;
  }
  .pagesec-rate .rate {
    margin: 12rem 0 5rem;
  }
  .pagesec-rate .rate .fbox{
    width: 90%;
  }
}

/*****************************
pagesec-promise
*****************************/
.pagesec-promise .ttlbox3 .ttl{
  color: #E5BCCE;
}
.pagesec-promise .ttlbox3::before {
  background-image: linear-gradient(to left, #E5BCCE 3px, transparent 3px);
}

.note{
  background: rgb(255, 255, 255, 0.8);
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  margin-bottom: 5rem;
  padding: 3rem 6rem;
  position: relative;
}
.note::before {
  content: "";
  background: url(../../../images/ob/ob_hole.svg) repeat-y top / contain;
  position: absolute;
  top: .5rem;
  left: .5rem;
  height: calc(100% - 1rem);
  width: 23px;
}
.note .ttl {
  border-bottom: 2px dotted ;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.promise dl{
  gap: 2rem;
  margin-top: 2rem;
}
.promise dl > div{
  background: #fff9fb;
  border: 1px solid #e661a7;
  border-radius: 20px;
  min-height: 300px;
  padding: 2rem;
  width: calc(100% / 3 - 2rem);
}
.promise dl > div > dt {
  border-bottom: 3px dotted #e661a7;
  color: #e661a7;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.promise dl > div > dt span {
  font-size: 3rem;
  font-style: italic;
  margin-right: 1rem;
  line-height: 1;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .promise dl > div {
    width: calc(100% / 2 - 2rem);
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .note{
    padding: 2rem 2rem 2rem 4rem;
  }
  .note .ttl {
    font-size: 2rem;
  }
  .promise dl > div {
    min-height: auto;
    width: 100%;
  }
  .promise dl > div > dt {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .promise dl > div > dt span {
    font-size: 2.6rem;
  }
}

/*****************************
pagesec-survey
*****************************/
.pagesec-survey{
  background: #f4f1ed;
}
.pagesec-survey .survey{
  gap: 1rem;
  margin-top: 2rem;
}
.pagesec-survey .survey .fimgbox,
.pagesec-survey .survey .fbox{
  width: calc(50% - 1rem);
}
.pagesec-survey .survey .fbox .subttl{
  background: #524439;
  border-radius: 6px;
  color: #fff;
  padding: .6rem 1rem;
  text-align: center;
}
.pagesec-survey .survey .fbox .content{
  gap: 1rem;
  margin: 1rem 0;
}
.pagesec-survey .survey .fbox .content .ftxtbox{
  width: calc(40% - 1rem);
}
.pagesec-survey .survey .fbox .content .fimgbox{
  width: 60%;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-survey .survey .fimgbox,
  .pagesec-survey .survey .fbox{
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-survey .survey .fimgbox,
  .pagesec-survey .survey .fbox,
  .pagesec-survey .survey .fbox .content .ftxtbox{
    width: 100%;
  }
  .pagesec-survey .survey .fbox .content .fimgbox {
    width: 90%;
  }
  .pagesec-survey .survey .fbox .subttl{
    font-size: 1.8rem;
  }
}