@charset "UTF-8";
.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 19px;
    line-height: 2em;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

main.strengths {
  overflow-x: hidden;
}

section.strengths-sec01 {
  background: #E60020;
  padding-bottom: 10%;
  padding-top: 10%;
  /*sec01-inner01*/
  /*div.sec01-inner02*/
  /*div.sec01-inner03{*/
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
section.strengths-sec01 div.sec01-inner01 {
  width: 90%;
  margin: 0 auto;
  color: #FFF;
  /*h2*/
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner01 {
    max-width: 900px;
    padding: 0 30px;
    padding-bottom: 60px;
    box-sizing: border-box;
  }
}
section.strengths-sec01 div.sec01-inner01 h2 span {
  display: block;
}
section.strengths-sec01 div.sec01-inner01 h2 span.t-p01 {
  font-size: 8em;
  font-weight: bold;
  line-height: 0.8em;
}
section.strengths-sec01 div.sec01-inner01 h2 span.t-p02 {
  font-size: 4em;
  font-weight: bold;
  line-height: 1.5em;
}
section.strengths-sec01 div.sec01-inner01 h2 span.t-p03 {
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner01 h2 {
    position: relative;
    overflow: visible;
  }
  section.strengths-sec01 div.sec01-inner01 h2 span {
    display: block;
  }
  section.strengths-sec01 div.sec01-inner01 h2 span.t-p01 {
    font-size: 9em;
    font-weight: bold;
    line-height: 0.8em;
  }
  section.strengths-sec01 div.sec01-inner01 h2 span.t-p02 {
    font-size: 4em;
    font-weight: bold;
    line-height: 1.5em;
  }
  section.strengths-sec01 div.sec01-inner01 h2 span.t-p03 {
    position: absolute;
    left: 16em;
    top: 2.6em;
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: bold;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1020px) {
  section.strengths-sec01 div.sec01-inner01 h2 span.t-p01 {
    font-size: 11em;
    font-weight: bold;
    line-height: 0.8em;
  }
  section.strengths-sec01 div.sec01-inner01 h2 span.t-p03 {
    position: absolute;
    left: 16.4em;
    top: 2em;
    font-size: 30px;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
}
section.strengths-sec01 div.sec01-inner01 p {
  margin-top: 5%;
}
section.strengths-sec01 div.sec01-inner02 {
  color: #FFF;
  margin-top: 10%;
  padding-top: 10%;
  position: relative;
  z-index: 0;
  /*sec01-inner02-cont01*/
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner02 {
    margin-top: 0;
    padding-top: 0;
    box-sizing: border-box;
    max-width: 900px;
    padding: 0 30px;
    margin: 0 auto;
  }
}
section.strengths-sec01 div.sec01-inner02 div.border01 {
  width: 90%;
  height: 15%;
  border-radius: 30px 0 0 0;
  border-top: solid 10px #FFF;
  border-left: solid 10px #FFF;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner02 div.border01 {
    width: 100%;
    height: 150px;
    border-top: solid 22px #FFF;
    border-left: solid 22px #FFF;
  }
}
section.strengths-sec01 div.sec01-inner02 div.border01::after {
  content: " ";
  display: block;
  width: 30%;
  height: 20%;
  border-radius: 0 0 30px 0;
  border-bottom: solid 10px #FFF;
  border-right: solid 10px #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 88%);
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner02 div.border01::after {
    width: 100%;
    border-bottom: solid 22px #FFF;
    border-right: solid 22px #FFF;
    transform: translate(-100%, 88%);
  }
}
section.strengths-sec01 div.sec01-inner02 div.border02 { /*PCの右上の線*/
  display: none;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner02 div.border02 {
    width: 100%;
    display: block;
    height: 150px;
    border-radius: 0 0 30px 0;
    border-bottom: solid 22px #FFF;
    border-right: solid 22px #FFF;
    position: absolute;
    right: 0;
    top: -150px;
    transform: translate(3%, 0);
  }
  section.strengths-sec01 div.sec01-inner02 div.border02::after {
    content: " ";
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 30px 0 0 0;
    border-top: solid 22px #FFF;
    border-left: solid 22px #FFF;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, -99%);
  }
}
section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 8%;
  position: relative;
}
section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01::after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background: #FFF;
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 80px;
    display: flex;
  }
}
section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 h3 {
  text-align: right;
  font-weight: bold;
}
section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 h3 span.sub02,
section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 h3 span.sub01 {
  font-size: 1.9em;
  line-height: 3em;
  display: block;
}
section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 h3 span.sub02 span.count,
section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 h3 span.sub01 span.count {
  display: inline;
  font-size: 4em;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 h3 span.sub01 {
    width: 11.2em;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 h3 span.sub02 {
    width: 13em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 h3 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner02 div.sec01-inner02-cont01 p {
    padding-left: 1em;
  }
}
section.strengths-sec01 div.sec01-inner03 {
  color: #FFF;
  padding-top: 5%;
  position: relative;
  z-index: 0;
  /*div.sec01-inner03-cont01{*/
}
section.strengths-sec01 div.sec01-inner03 div.sec01-inner03-cont01 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner03 div.sec01-inner03-cont01 {
    box-sizing: border-box;
    max-width: 900px;
    padding: 0 30px;
  }
}
section.strengths-sec01 div.sec01-inner03 div.sec01-inner03-cont01 h3 {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.4em;
}
section.strengths-sec01 div.sec01-inner03 div.sec01-inner03-cont01 p {
  margin-top: 3%;
}
section.strengths-sec01 div.sec01-inner03 div.sec01-inner03-cont01 dl dt {
  font-weight: 700;
}
section.strengths-sec01 div.sec01-inner03 div.sec01-inner03-cont01 dl dt span.sub {
  display: block;
  font-size: 1.6em;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner03 div.sec01-inner03-cont01 dl dt span.sub {
    font-size: 28px;
    line-height: 2.6em;
  }
}
section.strengths-sec01 div.sec01-inner03 div.sec01-inner03-cont01 dl dt span.sub02 {
  font-size: 2.2em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 div.sec01-inner03 div.sec01-inner03-cont01 dl dt span.sub02 {
    font-size: 48px;
  }
}
section.strengths-sec01 figure.figure01 {
  padding-top: 3%;
  position: relative;
}
section.strengths-sec01 figure.figure01.ani span {
  display: block;
  width: 8%;
  height: 80%;
  background: #E60020;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transform-origin: left top;
  transform: scaleY(1);
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span {
    width: 7%;
    height: 80%;
  }
}
section.strengths-sec01 figure.figure01.ani span:nth-child(2) {
  left: 3.6%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span:nth-child(2) {
    left: 5.8%;
  }
}
section.strengths-sec01 figure.figure01.ani span:nth-child(3) {
  left: 13%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span:nth-child(3) {
    left: 14.4%;
  }
}
section.strengths-sec01 figure.figure01.ani span:nth-child(4) {
  left: 22%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span:nth-child(4) {
    left: 23.8%;
  }
}
section.strengths-sec01 figure.figure01.ani span:nth-child(5) {
  left: 31.6%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span:nth-child(5) {
    left: 32.7%;
  }
}
section.strengths-sec01 figure.figure01.ani span:nth-child(6) {
  left: 41%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span:nth-child(6) {
    left: 41.8%;
  }
}
section.strengths-sec01 figure.figure01.ani span:nth-child(7) {
  left: 50.2%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span:nth-child(7) {
    left: 50.8%;
  }
}
section.strengths-sec01 figure.figure01.ani span:nth-child(8) {
  left: 60%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span:nth-child(8) {
    left: 59.8%;
  }
}
section.strengths-sec01 figure.figure01.ani span:nth-child(9) {
  left: 69%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span:nth-child(9) {
    left: 68.8%;
  }
}
section.strengths-sec01 figure.figure01.ani span:nth-child(10) {
  left: 78%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span:nth-child(10) {
    left: 78%;
  }
}
section.strengths-sec01 figure.figure01.ani span:nth-child(11) {
  left: 87%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01.ani span:nth-child(11) {
    left: 87%;
  }
}
section.strengths-sec01 figure.figure01.animation span {
  transform-origin: left top;
  transform: scaleY(1);
  animation: border_anime_type_b 0.8s 0.4s ease-out forwards;
}
@media screen and (min-width: 768px) {
  section.strengths-sec01 figure.figure01 {
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

/*strengths-sec01*/
@keyframes border_anime_type_b {
  0% {
    transform-origin: left top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: left top;
    transform: scaleY(0);
  }
}
section.strengths-sec02 {
  position: relative;
  background: #C50018;
  color: #FFF;
  /*div.sec02-box01*/
  /*sec02-box02*/
  /*div.sec02-box03*/
  /*div.sec02-box04*/
  padding-bottom: 25%;
}
section.strengths-sec02 div.sec02-box01 {
  width: 90%;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
  /*h2*/
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box01 {
    box-sizing: border-box;
    max-width: 900px;
    padding: 0 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.strengths-sec02 div.sec02-box01::before {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background: #FFF;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -50%);
}
section.strengths-sec02 div.sec02-box01 h2 {
  font-size: 1.3em;
  font-weight: 600;
}
section.strengths-sec02 div.sec02-box01 h2 span.sub01 {
  display: block;
}
section.strengths-sec02 div.sec02-box01 h2 span.sub02 {
  display: block;
  position: relative;
}
section.strengths-sec02 div.sec02-box01 h2 span.sub02 span {
  font-size: 1.8em;
}
section.strengths-sec02 div.sec02-box01 h2 span.sub02 span.coution {
  font-size: 0.6em;
  font-weight: normal;
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -2em;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box01 h2 {
    font-size: 1.6em;
  }
  section.strengths-sec02 div.sec02-box01 h2 span.sub01 {
    display: inline;
  }
  section.strengths-sec02 div.sec02-box01 h2 span.sub02 {
    display: inline-block;
  }
  section.strengths-sec02 div.sec02-box01 h2 span.sub02 span {
    font-size: 1.8em;
  }
  section.strengths-sec02 div.sec02-box01 h2 span.sub02 span.coution {
    font-size: 0.4em;
    font-weight: normal;
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -3em;
  }
}
section.strengths-sec02 div.sec02-box01 h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
section.strengths-sec02 div.sec02-box01 h3 span.count-wrap {
  font-weight: bold;
  font-size: 4em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box01 h3 {
    font-size: 2.8em;
  }
}
section.strengths-sec02 div.sec02-box02 {
  width: 90%;
  margin: 0 auto;
  padding-top: 10%;
  position: relative;
  /**/
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box02 {
    box-sizing: border-box;
    max-width: 900px;
    padding: 0 30px;
    padding-top: 80px;
  }
}
section.strengths-sec02 div.sec02-box02::before {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background: #FFF;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1em;
  }
}
section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl {
    width: 47%;
    margin: 0;
    display: block;
    position: relative;
  }
}
section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl dt {
  font-size: 2em;
  line-height: 1.4em;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl dt {
    letter-spacing: 0.1em;
  }
}
section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl dt span {
  font-size: 0.4em;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2.8em;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl dt span {
    overflow: visible;
    letter-spacing: 0.01em;
  }
}
section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl dd {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4em;
}
section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl dd span {
  font-size: 4em;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl dd {
    position: absolute;
    right: 0;
    top: 0.8em;
    font-size: 2em;
  }
  section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl dd span {
    font-size: 3em;
  }
}
@media screen and (min-width: 1020px) {
  section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl dd {
    right: 0;
    top: 0;
    font-size: 2.2em;
  }
  section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 div.inner01-cont01 dl dd span {
    font-size: 4em;
  }
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box02 div.sec02-box02-inner01 p {
    margin-top: 30px;
  }
}
section.strengths-sec02 div.sec02-box03 { /*安心安全な運用を目指しています。*/
  margin-top: 8%;
  /*div.sec02-box03-inner01*/
  /*div.sec02-box03-inner02*/
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box03 {
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0 30px;
    padding-top: 60px;
    display: flex;
    position: relative;
  }
  section.strengths-sec02 div.sec02-box03::before {
    content: " ";
    display: block;
    width: 100%;
    height: 8px;
    background: #FFF;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, -50%);
  }
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner01 {
  width: 90%;
  margin: 0 auto;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner01 {
    display: block;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner01::before {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background: #FFF;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner01::before {
    display: none;
  }
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner01 h3 {
  font-size: 1.7em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner01 h3 {
    line-height: 1.6em;
  }
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner01 p {
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner01 p {
    width: 80%;
    margin-top: 3%;
  }
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02 {
  width: 90%;
  margin: 0 auto;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02 {
    display: block;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02::before {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background: #FFF;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02::before {
    width: 8px;
    height: 100%;
    transform: translate(0, 0%);
  }
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02 dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02 dl {
    display: block;
    text-align: center;
  }
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02 dl:first-of-type {
  margin-bottom: 10%;
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02 dl dt {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02 dl dt {
    padding-bottom: 2em;
  }
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02 dl dd {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-left: 2%;
}
section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02 dl dd span {
  font-size: 3.2em;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box03 div.sec02-box03-inner02 dl dd span {
    font-size: 4em;
  }
}
section.strengths-sec02 div.sec02-box04 {
  width: 90%;
  margin: 0 auto;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box04 {
    box-sizing: border-box;
    max-width: 900px;
    padding: 0 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
section.strengths-sec02 div.sec02-box04::before {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background: #FFF;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -50%);
}
section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 {
  /*h3*/
}
section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 2.4em;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*pc*/
}
section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub01 {
  display: block;
  font-size: 0.9em;
  /*						letter-spacing: -0.08em;*/
  line-height: 1em;
}
section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub01 span {
  font-size: 1.1em;
}
section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub02 {
  display: block;
  letter-spacing: -0.2em;
  line-height: 1em;
}
section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub02 span {
  font-size: 2.7em;
  letter-spacing: 0.02em;
}
section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub03 {
  width: 100%;
  margin-top: 4%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }
  section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub01 {
    display: block;
    font-size: 1.2em;
    line-height: 1em;
    letter-spacing: -0.06em;
  }
  section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub01 span {
    font-size: 1em;
  }
  section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub02 {
    display: block;
    letter-spacing: -0.2em;
    line-height: 1em;
  }
  section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub02 span {
    font-size: 4em;
  }
  section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub03 {
    width: auto;
    margin-top: 0.4em;
    line-height: 1em;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1020px) {
  section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 {
    justify-content: space-between;
  }
  section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 h3 span.sub03 {
    margin-top: 0;
  }
}
section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 p.txt01 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 4%;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 p.txt01 {
    font-size: 30px;
    margin: 0;
    margin: 30px 0;
  }
}
section.strengths-sec02 div.sec02-box04 div.sec02-box04-inner01 p.txt02 {
  text-align: justify;
}
section.strengths-sec02 div.border {
  width: 80%;
  height: 2%;
  border-radius: 0 20px 0 0;
  border-top: solid 10px #FFF;
  border-right: solid 10px #FFF;
  position: absolute;
  left: 0;
  bottom: 3%;
  z-index: 0;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.border {
    position: relative;
    max-width: 900px;
    height: 50px;
    margin: 0 auto;
    margin-top: 80px;
    border-radius: 0 30px 0 0;
    border-top: solid 22px #FFF;
    border-right: solid 22px #FFF;
  }
}
@media screen and (min-width: 1020px) {
  section.strengths-sec02 div.border {
    margin-top: 30px;
  }
}
section.strengths-sec02 div.border::after {
  display: block;
  content: " ";
  width: 50%;
  height: 50%;
  border-radius: 0 0 0 20px;
  border-left: solid 10px #FFF;
  border-bottom: solid 10px #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100%, 98%);
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.border::after {
    width: 100%;
    border-radius: 0 0 0 30px;
    border-left: solid 22px #FFF;
    border-bottom: solid 22px #FFF;
  }
}
section.strengths-sec02 div.border span {
  display: none;
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 div.border span {
    display: block;
    width: 100%;
    height: 150%;
    border-radius: 0 0 0 30px;
    border-left: solid 22px #FFF;
    border-bottom: solid 22px #FFF;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-30px, -100%);
  }
  section.strengths-sec02 div.border span::after {
    display: block;
    content: " ";
    width: 100%;
    height: 80%;
    border-radius: 0 30px 0 0;
    border-top: solid 22px #FFF;
    border-right: solid 22px #FFF;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, -99%);
  }
}
@media screen and (min-width: 768px) {
  section.strengths-sec02 {
    padding-bottom: 200px;
  }
}

/*section.strengths-sec02*//*# sourceMappingURL=strengths.css.map */