@charset "UTF-8";

/*****************************
common
*****************************/

/*****************************
pagesec-first
*****************************/
.pagesec-first .txtbox{
  margin-top: 2rem;
  text-align: center;
}
@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-first .txtbox{
    text-align: left;
  }
}

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

.pagesec-voice .voice{
  gap: 5rem;
  margin: 5rem 0 8rem;
}
.pagesec-voice .voice .fimgbox{
  width: calc(45% - 5rem);
}
.pagesec-voice .voice .ftxtbox{
  width: 55%;
}
.pagesec-voice .voice .ftxtbox > dt{
  margin-bottom: 1rem;
}
.pagesec-voice .voice .ftxtbox > dt .name{
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
}
.pagesec-voice .voice .ftxtbox > dt .data span {
  background: #e661a7;
  color: #fff;
  font-size: 14px;
  margin-right: 1rem;
  padding: .3rem 1rem
}
.pagesec-voice .voice .ftxtbox > dd dl{
  gap: 2rem;
}
.pagesec-voice .voice .ftxtbox > dd dl dt{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.pagesec-voice .voice .ftxtbox > dd dl dd{
  background: #fff9fb;
  border-radius: 6px;
  padding: 2rem 5rem;
  position: relative;
}
.pagesec-voice .voice .ftxtbox > dd dl dd:before,
.pagesec-voice .voice .ftxtbox > dd dl dd::after {
  content: "";
  aspect-ratio: 1 / 1;
  position: absolute;
  background: url(../../../images/page/general/talk01.png) no-repeat center / cover;
  width: 30px;
}
.pagesec-voice .voice .ftxtbox > dd dl dd:before{
  top: 10px;
  left: 10px;
}
.pagesec-voice .voice .ftxtbox > dd dl dd::after {
  background: url(../../../images/page/general/talk02.png) no-repeat center / cover;
  right: 10px;
  bottom: 10px;
}
.pagesec-voice .support{
  background: #F7FBFF;
  border: 2px solid #7EB0E3;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.pagesec-voice .support .ttl {
  background: #7EB0E3;
  font-size: 2rem;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}
.pagesec-voice .support .content {
  padding: 5rem 4rem 3rem;
}
.pagesec-voice .support .content .morebtn1{
  margin-top: 4rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-voice .voice .fimgbox,
  .pagesec-voice .voice .ftxtbox{
    width: 100%;
  }
  .pagesec-voice .voice .fimgbox{
    margin: 0 auto;
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-voice .support .ttl {
    font-size: 1.8rem;
  }
  .pagesec-voice .support .content {
    padding: 2rem 2rem 3rem;
  }
  .pagesec-voice .support .content .morebtn1 {
    margin-top: 2rem;
  }
}