@charset "UTF-8";

/******************************
common
******************************/
.pagesec-singlepeople{
  background: #fff6f3;
}
.pagesec-singlepeople .contentgr{
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.cmnf .ftxtbox,
.cmnf .fimgbox{
  position: relative;
  z-index: 1;
}
.cmnf .fimgbox{
  width: 40%;
}
.cmnf .ftxtbox{
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  width: 58%;
}
.cmnf .ftxtbox p{
  font-size: 1.8rem;
}
.cmnf .fimgbox img{
  border-radius: 10px;
  position: relative;
}
.cmnf .fimgbox::before{
  content: "";
  aspect-ratio: 632 / 501;
  background: url(../../images/common/ob_bubble2.svg) no-repeat center / contain;
  position: absolute;
  z-index: -1;
}

/* 拡大 */

.fontsizebig .cmnf .ftxtbox p{
  font-size: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .cmnf .ftxtbox p{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .cmnf .ftxtbox p {
    font-size: 1.7rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .cmnf .ftxtbox{
    margin-bottom: 2rem;
    padding-right: 3rem;
    width: 100%;
  }
  .cmnf .fimgbox{
    margin-left: auto;
    width: 70%;
  }
  .cmnf .ftxtbox p{
    font-size: 1.6rem;
  }
  .cmnf .fimgbox img{
    aspect-ratio: 2/1;
    object-fit: cover;
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnf .fimgbox,
  .cmnf .ftxtbox{
    width: 108%;
  }
  .cmnf .ftxtbox{
    padding: 2rem 1.5rem;
  }
  .cmnf .fimgbox img{
    aspect-ratio: auto;
  }
}

/******************************
pagesec-singlepeople content-single
******************************/
.content-single.cmnf .fimgbox::before{
  left: -6rem;
  bottom: -5rem;
  width: 50%;
}

/******************************
pagesec-singlepeople content-support
******************************/
.content-support .supportlist{
  margin-top: 0;
}
.content-support .supportlist > div dd{
  background: #fff;
}

/******************************
pagesec-singlepeople content-voice
******************************/
.content-voice > dl > dt{
  background: #EAB065;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  min-width: 200px;
  padding: 1rem 2rem;
  text-align: center;
}
.content-voice > dl > dt .ttl{
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.content-voice > dl > dd{
  background: #fff;
  border: 2px solid #EAB065;
  padding: 2rem 3rem 4rem;
}
.content-voice .voicelist{
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.content-voice .fimgbox{
  width: 100px;
}
.content-voice .ftxtbox{
  width: calc(100% - 120px);
}
.content-voice .ftxtbox .ttl{
  border-bottom: 2px dotted #EAB065;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 1rem .5rem;
  padding: 0 1rem .5rem;
}
.content-voice .ftxtbox .txtbox p{
  font-size: 1.8rem;
}

/* 拡大 */
.fontsizebig .content-voice > dl > dt .ttl{
  font-size: 2.6rem;
}
.fontsizebig .content-voice .ftxtbox .ttl {
  font-size: 2.2rem;
}
.fontsizebig .content-voice .ftxtbox .txtbox p{
  font-size: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .content-voice > dl > dt .ttl{
    font-size: 2.4rem;
  }
  .fontsizebig .content-voice .ftxtbox .ttl {
    font-size: 2rem;
  }
  .fontsizebig .content-voice .ftxtbox .txtbox p{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .content-voice > dl > dt .ttl{
    font-size: 2.2rem;
  }
  .fontsizebig .content-voice .ftxtbox .txtbox p{
    font-size: 1.7rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .content-voice > dl > dt .ttl{
    font-size: 2.2rem;
  }
  .content-voice .ftxtbox .txtbox p{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .content-voice > dl > dt {
    min-width: 150px;
    padding: 1rem 0;
  }
  .content-voice > dl > dt .ttl{
    font-size: 2rem;
  }
  .content-voice > dl > dd {
    padding: 2rem 1.5rem 3rem;
  }
  .content-voice .fimgbox{
    margin: 0 auto 1rem;
  }
  .content-voice .ftxtbox{
    width: 100%;
  }
}

/******************************
pagesec-singlepeople content-plan
******************************/
.content-plan.cmnf .fimgbox::before{
  bottom: -7rem;
  right: -7rem;
  transform: scale(-1, 1);
  width: 60%;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .content-plan.cmnf .fimgbox{
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
pagesec-singlepeople content-contact
******************************/
.content-contact .content{
  background: #fff;
  border-radius: 10px;
  border: 3px solid #DE949D;
  margin: 0 auto;
  max-width: 800px;
  padding: 2rem 2rem 4rem;
  text-align: center;
}
.content-contact .content .ob{
  position: absolute;
  width: 250px
}
.content-contact .content .ob1{
  aspect-ratio: 364 / 367;
  background: url(../../images/common/ob_bubble4.svg) no-repeat center / contain;
  top: -7rem;
  right: -6rem;
}
.content-contact .content .ob2{
  aspect-ratio: 632 / 501;
  background: url(../../images/common/ob_bubble2.svg) no-repeat center / contain;
  bottom: -6rem;
  left: -6rem;
}
.content-contact .content .ttl{
  color: #674E3C;
  font-family: "Kiwi Maru", serif;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.content-contact .content p{
  font-size: 1.8rem;
}

/* 拡大 */
.fontsizebig .content-contact .content .ttl{
  font-size: 3.2rem;
}
.fontsizebig .content-contact .content p{
  font-size: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .content-contact  .content .ttl{
    font-size: 2.8rem;
  }
  .fontsizebig .content-contact .content p{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .content-contact  .content .ttl{
    font-size: 2.5rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .content-contact .content .ttl{
    font-size: 2.6rem;
  }
  .content-contact .content p{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .content-contact .content .ob {
    width: 220px;
  }
  .content-contact .content{
    text-align: left;
    padding: 2rem 1.8rem 3rem;
  }
  .content-contact .content .ttl{
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }
}