@charset "UTF-8";
/*--------------------------------------
 KindAgentについて
---------------------------------------*/
.pageAbout .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pageAbout h3 {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pageAbout h3 {
    padding-bottom: 4.6875vw;
  }
}

.pageAbout h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 77px;
  height: 9px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .pageAbout h3:after {
    width: 12.5vw;
    height: 1.5625vw;
    border-radius: 1.5625vw;
  }
}

.pageAbout .mainBlock {
  text-align: center;
}

.pageAbout .mainBlock h2 {
  padding: 40px 0 40px;
}

@media screen and (max-width: 767px) {
  .pageAbout .mainBlock h2 {
    padding: 9.375vw 0;
  }
}

.pageAbout .mainBlock h2 .ttlWrap {
  display: inline-block;
  position: relative;
}

.pageAbout .mainBlock h2 .ttlWrap .sub {
  position: absolute;
  top: -0.5em;
  left: 170px;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pageAbout .mainBlock h2 .ttlWrap .sub {
    left: 26.5625vw;
  }
}

.pageAbout .mainBlock h2 .ttlWrap img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .pageAbout .mainBlock h2 .ttlWrap img {
    width: 70.3125vw;
  }
}

.pageAbout .mainBlock .leadBox {
  color: #fff;
  padding: 50px 0;
  background: linear-gradient(to right, #ffaf02, #ff2323);
}

@media screen and (max-width: 767px) {
  .pageAbout .mainBlock .leadBox {
    padding: 11.71875vw 0 15.625vw;
  }
}

.pageAbout .mainBlock .leadBox h3 {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .pageAbout .mainBlock .leadBox h3 {
    margin-bottom: 7.8125vw;
  }
  .pageAbout .mainBlock .leadBox h3 img {
    width: 40vw;
  }
}

.pageAbout .mainBlock .leadBox h3:after {
  background: #fff;
}

.pageAbout .mainBlock .leadBox p {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .pageAbout .mainBlock .leadBox p {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.pageAbout .mainBlock .leadBox p + p {
  margin-top: 0.75em;
}

.pageAbout .featureBlock {
  padding: 60px;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock {
    padding: 11.71875vw 4.6875vw 15.625vw;
  }
}

.pageAbout .featureBlock h3 {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock h3 {
    margin-bottom: 7.8125vw;
  }
}

.pageAbout .featureBlock h3:after {
  background: linear-gradient(to right, #ffaf02, #ff2323);
}

.pageAbout .featureBlock .box {
  position: relative;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .box {
    width: auto;
  }
}

.pageAbout .featureBlock .box .img {
  width: 506px;
}

.pageAbout .featureBlock .box .wrapCont {
  position: relative;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .box .wrapCont {
    max-width: 100%;
    padding-left: 0;
  }
}

.pageAbout .featureBlock .box .wrapCont .spImg {
  margin: 0 auto 3vw auto;
  width: 80%;
}

.pageAbout .featureBlock .box .wrapCont p {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .box .wrapCont p {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}

.pageAbout .featureBlock .box .wrapCont p.strong {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.60714;
  margin-bottom: 30px;
}

.pageAbout .featureBlock .box .wrapCont p.strong em {
  color: #ff491a;
  font-size: 120%;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .box .wrapCont p.strong {
    margin-bottom: 4.6875vw;
    text-align: center;
  }
}

.pageAbout .featureBlock .box .wrapCont p + p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .box .wrapCont p + p {
    margin-top: 1.5625vw;
  }
}

.pageAbout .featureBlock .box .wrapCont .txt1 {
  width: 560px;
  transition: 0.5s 0.3s;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .box .wrapCont .txt1 {
    width: auto;
  }
}

.pageAbout .featureBlock .box .wrapCont .txt1.show-anime {
  opacity: 1;
}

.pageAbout .featureBlock .box .wrapCont .img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  width: 40%;
  opacity: 0;
  transition: 0.5s;
}

.pageAbout .featureBlock .box .wrapCont .img.show-anime {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .box .wrapCont .img {
    position: static;
    width: 70%;
    margin: 0 auto 7.8125vw;
  }
}

.pageAbout .featureBlock .caseBox {
  margin-top: 60px;
  padding: 40px;
  border-radius: 30px;
  box-sizing: border-box;
  width: 1200px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .caseBox {
    max-width: 100%;
    margin-top: 11.71875vw;
    padding: 7.03125vw 4.6875vw 9.375vw;
    border-radius: 4.6875vw;
  }
}

.pageAbout .featureBlock .caseBox h4 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fc4b19;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .caseBox h4 {
    font-size: 3rem;
    margin-bottom: 7.03125vw;
  }
}

.pageAbout .featureBlock .caseBox ul {
  counter-reset: num;
  display: flex;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .caseBox ul {
    padding-left: 0;
    flex-direction: column;
  }
}

.pageAbout .featureBlock .caseBox ul li {
  position: relative;
  width: calc(340 / 1120 * 100%);
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .caseBox ul li {
    width: 100%;
  }
}

.pageAbout .featureBlock .caseBox ul li:before {
  position: absolute;
  top: 30px;
  left: -20px;
  counter-increment: num 1;
  content: "事例" counter(num);
  font-size: 1.8rem;
  font-weight: bold;
  width: 120px;
  padding: 0.66667em 0;
  color: #fff;
  text-align: center;
  border-radius: 33px;
  background: linear-gradient(to right, #ffaf02, #ff2323);
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .caseBox ul li:before {
    width: 21.875vw;
    top: 3.125vw;
    left: 3.125vw;
    font-size: 2rem;
    padding: 0.6em 0;
    border-radius: 5.15625vw;
  }
}

.pageAbout .featureBlock .caseBox ul li dl {
  text-align: center;
}

.pageAbout .featureBlock .caseBox ul li dl dt {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 0.8em;
}

.pageAbout .featureBlock .caseBox ul li dl dt a {
  color: #ff491a;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .caseBox ul li dl dt {
    font-size: 2rem;
    margin-top: 3.90625vw;
  }
}

.pageAbout .featureBlock .caseBox ul li dl dd {
  font-size: 1.6rem;
  line-height: 1.6875;
  margin-top: 0.8em;
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .caseBox ul li dl dd {
    font-size: 2rem;
    line-height: 1.7;
    margin-top: 3.125vw;
  }
}

.pageAbout .featureBlock .caseBox ul li + li {
  margin-left: calc(45 / 1120 * 100%);
}

@media screen and (max-width: 767px) {
  .pageAbout .featureBlock .caseBox ul li + li {
    margin-left: 0;
    margin-top: 7.03125vw;
  }
}

.pageAbout .profileBlock {
  padding: 100px 60px 80px;
  background: #ffecd4;
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock {
    padding: 11.71875vw 4.6875vw 15.625vw;
  }
}

.pageAbout .profileBlock .profbox {
  position: relative;
  min-height: 480px;
}

.pageAbout .profileBlock .profbox .wrapCont {
  width: 62%;
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .profbox .wrapCont {
    width: 100%;
    padding-right: 0;
  }
}

.pageAbout .profileBlock .profbox .wrapCont h3 {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .profbox .wrapCont h3 {
    text-align: center;
    margin-bottom: 7.8125vw;
  }
}

.pageAbout .profileBlock .profbox .wrapCont h3:after {
  right: inherit;
  margin: 0;
  background: linear-gradient(to right, #ffaf02, #ff2323);
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .profbox .wrapCont h3:after {
    right: 0;
    margin: 0 auto;
  }
}

.pageAbout .profileBlock .profbox .wrapCont .img {
  position: absolute;
  top: 0;
  right: 40px;
  width: 340px;
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .profbox .wrapCont .img {
    position: static;
    width: 70%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 4.6875vw;
  }
}

.pageAbout .profileBlock .profbox .wrapCont .person {
  display: block;
  font-size: 2.9rem;
  line-height: 1.58621;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .profbox .wrapCont .person {
    margin: 2.34375vw 0 4.6875vw;
    padding-left: 4.6875vw;
    text-align: center;
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .profbox .wrapCont .person .name {
    padding-left: 1em;
  }
}

.pageAbout .profileBlock .profbox .wrapCont p {
  font-size: 1.8rem;
  line-height: 1.94444;
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .profbox .wrapCont p {
    font-size: 2rem;
    line-height: 1.95;
  }
}

.pageAbout .profileBlock .mediaBox {
  display: flex;
  margin-top: 50px;
  padding: 25px 25px 30px 40px;
  border-radius: 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .mediaBox {
    flex-direction: column;
    margin-top: 7.8125vw;
    padding: 3.90625vw 3.90625vw 4.6875vw;
    border-radius: 3.125vw;
  }
}

.pageAbout .profileBlock .mediaBox h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .mediaBox h4 {
    font-size: 2.1rem;
    margin-bottom: 2.34375vw;
  }
}

.pageAbout .profileBlock .mediaBox ul li a {
  font-size: 1.8rem;
  color: #fc4b19;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .mediaBox ul li a {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.pageAbout .profileBlock .mediaBox ul li a:hover {
  text-decoration: none;
}

.pageAbout .profileBlock .mediaBox ul li + li {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .pageAbout .profileBlock .mediaBox ul li + li {
    margin-top: 2.34375vw;
  }
}

/*# sourceMappingURL=srcmap/about.css.map */
