/* media query */
.businessAboutArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media all and (max-width: 1400px) {
  .businessAboutArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .businessAboutArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .businessAboutArea {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 960px) {
  .businessAboutArea {
    margin-bottom: 40px;
  }
}
.businessAboutArea > section {
  width: calc(53% - 30px);
}
@media screen and (max-width: 960px) {
  .businessAboutArea > section {
    width: 100%;
    margin-bottom: 30px;
  }
}
.businessAboutArea > section > h3 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 30px;
}
.businessAboutArea > section > h3::first-letter {
  color: #3071B9;
}
@media screen and (max-width: 668px) {
  .businessAboutArea > section > h3 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
.businessAboutArea > section > p {
  font-size: 2.5rem;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .businessAboutArea > section > p {
    font-size: 1.7rem;
  }
}
.businessAboutArea > section > p strong {
  font-size: 2.8rem;
  font-weight: 700;
  text-decoration: underline 2px #3071B9;
  text-underline-offset: 7px;
  color: #3071B9;
}
@media screen and (max-width: 960px) {
  .businessAboutArea > section > p strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1700px) {
  .businessAboutArea > section > p br.npL {
    display: none;
  }
}
.businessAboutArea > div {
  width: 47%;
}
@media screen and (max-width: 960px) {
  .businessAboutArea > div {
    width: 100%;
  }
}
.businessAboutArea > div > section h4 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .businessAboutArea > div > section h4 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.businessAboutArea > div > section p.photo {
  overflow: hidden;
  border-radius: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .businessAboutArea > div > section p.photo {
    border-radius: 30px;
  }
}
.businessAboutArea > div > section p.photo a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .businessAboutArea > div > section p.photo a {
    border-radius: 30px;
    padding-top: 40%;
  }
}
.businessAboutArea > div > section p.photo a:hover {
  transform: scale(1.03);
}
.businessAboutArea > div > section.itaku {
  margin-bottom: 30px;
}
.businessAboutArea > div > section.itaku .photo a {
  background-image: url(../../top/images/photo_itaku.jpg);
}
.businessAboutArea > div > section.pfi .photo a {
  background-image: url(../../top/images/photo_pfi.jpg);
}

.strengthArea {
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .strengthArea {
    padding: 40px 0;
  }
}
.strengthArea > div {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1400px) {
  .strengthArea > div {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .strengthArea > div {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .strengthArea > div {
    width: calc(100% - 40px);
  }
}
.strengthArea > div > section {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .strengthArea > div > section {
    width: 100%;
    margin-bottom: 25px;
  }
}
.strengthArea > div > section > h3 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .strengthArea > div > section > h3 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 668px) {
  .strengthArea > div > section > h3 {
    font-size: 4rem;
  }
}
.strengthArea > div > section > h3::first-letter {
  color: #3071B9;
}
.strengthArea > div > section .titEn {
  font-weight: 700;
  color: #3071B9;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.strengthArea > div > div {
  width: calc(60% - 30px);
}
@media screen and (max-width: 960px) {
  .strengthArea > div > div {
    width: 100%;
  }
}
.strengthArea > div > div > ol {
  display: flex;
  flex-wrap: wrap;
}
.strengthArea > div > div > ol * {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
}
@media all and (max-width: 1400px) {
  .strengthArea > div > div > ol * {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) {
  .strengthArea > div > div > ol * {
    font-size: 1.8rem;
  }
}
.strengthArea > div > div > ol li {
  width: calc(20% - 2px);
  padding: 20px 5px;
  margin: 0 1px;
  text-align: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .strengthArea > div > div > ol li {
    width: calc(50% - 2px);
  }
}
.strengthArea > div > div > ol li span {
  display: inline-block;
  margin-right: 5px;
}
.strengthArea > div > div > ol li:nth-child(1) {
  background-color: #ED9F00;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .strengthArea > div > div > ol li:nth-child(1) {
    border-radius: 10px 0 0 0;
    margin-bottom: 2px;
  }
}
.strengthArea > div > div > ol li:nth-child(2) {
  background-color: #5F90CC;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .strengthArea > div > div > ol li:nth-child(2) {
    border-radius: 0 10px 0 0;
    margin-bottom: 2px;
  }
}
.strengthArea > div > div > ol li:nth-child(3) {
  background-color: #ed6d46;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .strengthArea > div > div > ol li:nth-child(3) {
    margin-bottom: 2px;
  }
}
.strengthArea > div > div > ol li:nth-child(4) {
  background-color: #EF858C;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .strengthArea > div > div > ol li:nth-child(4) {
    border-radius: 0 0 10px 0;
  }
}
.strengthArea > div > div > ol li:nth-child(5) {
  background-color: #8FC31F;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .strengthArea > div > div > ol li:nth-child(5) {
    border-radius: 0 0 10px 10px;
  }
}
.strengthArea > div > div ul.list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 10px;
  border-bottom: 1px solid #333;
}
@media all and (max-width: 1400px) {
  .strengthArea > div > div ul.list li a {
    padding: 20px 0;
  }
}
.strengthArea > div > div ul.list li a .pict {
  width: 13%;
}
@media screen and (max-width: 960px) {
  .strengthArea > div > div ul.list li a .pict {
    width: calc(12% + 10px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .strengthArea > div > div ul.list li a .pict {
    width: calc(12% + 15px);
  }
}
.strengthArea > div > div ul.list li a > section {
  width: calc(87% - 30px);
  padding-right: 100px;
}
@media screen and (max-width: 960px) {
  .strengthArea > div > div ul.list li a > section {
    padding-right: 60px;
  }
}
@media screen and (max-width: 668px) {
  .strengthArea > div > div ul.list li a > section {
    padding-right: 50px;
  }
}
.strengthArea > div > div ul.list li a > section h3 {
  font-size: 2.0833333333vw;
  font-weight: 700;
}
@media all and (max-width: 1400px) {
  .strengthArea > div > div ul.list li a > section h3 {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 800px) {
  .strengthArea > div > div ul.list li a > section h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 668px) {
  .strengthArea > div > div ul.list li a > section h3 {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=index.css.map */