#content .inner {
  width: min(91.667vw, 1100px);
}
@media only screen and (max-width: 767px) {
  #content .inner {
    overflow: hidden;
    margin: 0;
    padding: 0 6.154vw;
    width: auto;
  }
}
#content .featureArea {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: min(10.667vw, 128px);
  padding-right: min(2.75vw, 33px);
  padding-left: min(53.917vw, 647px);
  min-height: min(37.25vw, 447px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content .featureArea {
    margin-bottom: 8.974vw;
    padding-left: 0;
    min-height: initial;
    min-height: auto;
  }
}
#content .featureArea::before {
  content: "";
  display: block;
  width: min(59.5vw, 714px);
  height: min(37.25vw, 447px);
  position: absolute;
  right: calc(min(45vw, 540px) + min(2.75vw, 33px));
  border-radius: min(1.333vw, 16px);
  background: url("/assets/img/strength/index_featurearea_img01.jpg") no-repeat center center;
  background-size: min(59.5vw, 714px) auto;
}
@media only screen and (max-width: 767px) {
  #content .featureArea::before {
    margin-bottom: 16.41vw;
    width: 96.667vw;
    height: 60.513vw;
    position: relative;
    right: auto;
    left: -8.718vw;
    background-size: 96.667vw auto;
  }
}
#content .featureArea h2 {
  margin-bottom: min(3.333vw, 40px);
  font-size: min(2.5vw, 30px);
  font-weight: var(--weight-bold);
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #content .featureArea h2 {
    margin-bottom: 6.154vw;
    font-size: 5.641vw;
    text-align: center;
  }
}
#content .featureArea p {
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #content .featureArea p {
    font-size: 4.103vw;
  }
}
#content .pageNav.is-fixed ul {
  width: min(100vw, 1200px);
  position: fixed;
  top: min(8.333vw, 100px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--gray_1);
  border-radius: min(12.5vw, 150px);
  background-color: var(--white);
  z-index: 1000;
}
#content .pageNav.is-fixed ul li .point {
  display: none;
}
#content .pageNav.is-fixed ul li::after {
  height: min(2.333vw, 28px);
}
#content .pageNav.is-fixed ul li a {
  padding: 0;
  height: min(6.25vw, 75px);
  background-position: right min(3.75vw, 45px) center;
  font-size: min(1.083vw, 13px);
  line-height: 1.2;
}
#content .pageNav.is-fixed.is-noHeader ul {
  top: min(2.5vw, 30px);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #content .pageNav.is-fixed.is-noHeader ul {
    top: 0;
  }
}
#content .pageNav.is-fixed.is-noHeader ul.is-show {
  transition: opacity 0.3s ease;
  opacity: 1;
}
#content .pageNav ul {
  display: flex;
  justify-content: center;
  margin-bottom: min(5vw, 60px);
}
@media only screen and (max-width: 767px) {
  #content .pageNav ul {
    margin-bottom: 0;
    flex-direction: column;
  }
}
#content .pageNav ul li {
  position: relative;
  list-style-type: none;
}
#content .pageNav ul li::after {
  content: "";
  display: block;
  width: 0;
  height: min(7.833vw, 94px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-left: 1px solid var(--gray_2);
}
@media only screen and (max-width: 767px) {
  #content .pageNav ul li::after {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    border-left: none;
    border-bottom: 1px solid var(--gray_2);
  }
}
#content .pageNav ul li:nth-child(1) a {
  width: min(25.75vw, 309px);
}
#content .pageNav ul li:nth-child(2) a {
  width: min(22.5vw, 270px);
}
#content .pageNav ul li:nth-child(3) a {
  width: min(23.5vw, 282px);
}
#content .pageNav ul li:nth-child(4) a {
  width: min(19.917vw, 239px);
}
#content .pageNav ul li:nth-child(4)::after {
  content: none;
}
#content .pageNav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(2.5vw, 30px) 0 min(1.25vw, 15px);
  position: relative;
  height: min(15.667vw, 188px);
  background: url("/assets/img/strength/index_pagenav_arrow.png") no-repeat center bottom;
  background-size: min(1.333vw, 16px) auto;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: var(--gray_text);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #content .pageNav ul li a {
    width: auto !important;
    align-items: start;
    padding: 4.103vw 2.564vw 4.103vw 17.692vw;
    height: auto;
    background-position: right 2.564vw center;
    background-size: 4.103vw auto;
    font-size: 4.103vw;
    text-align: left;
  }
}
#content .pageNav ul li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #content .pageNav ul li a:hover {
    opacity: 1;
  }
}
#content .pageNav ul li a .point {
  display: block;
  position: absolute;
  top: 0;
  color: var(--dark_green_primary);
  text-align: center;
  font-size: min(1.5vw, 18px);
  font-weight: var(--weight-bold);
}
@media only screen and (max-width: 767px) {
  #content .pageNav ul li a .point {
    top: 50%;
    left: 2.564vw;
    transform: translateY(-50%);
    font-size: 3.59vw;
  }
}
#content .pageNav ul li a .num {
  font-size: min(2.667vw, 32px);
}
@media only screen and (max-width: 767px) {
  #content .pageNav ul li a .num {
    display: block;
    font-size: 7.179vw;
    line-height: 1;
  }
}
#content .pointArea {
  padding: 0 min(6.667vw, 80px);
}
@media only screen and (max-width: 767px) {
  #content .pointArea {
    padding: 0;
  }
}
#content .pointArea .point {
  display: inline-block;
  margin-bottom: min(0.667vw, 8px);
  padding: 0 min(2.5vw, 30px);
  border-radius: min(0.5vw, 6px);
  background: var(--dark_green_primary);
  font-size: min(1.667vw, 20px);
  text-align: center;
  color: var(--white);
  font-weight: var(--weight-bold);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #content .pointArea .point {
    margin-bottom: 2.564vw;
    padding: 0 3.333vw;
    border-radius: 1.538vw;
    font-size: 3.59vw;
  }
}
#content .pointArea .point .num {
  font-size: min(2.833vw, 34px);
}
@media only screen and (max-width: 767px) {
  #content .pointArea .point .num {
    font-size: 6.154vw;
  }
}
#content .pointArea h2 {
  display: table;
  margin-bottom: min(3.333vw, 40px);
  font-size: min(2.5vw, 30px);
  font-weight: var(--weight-bold);
  color: var(--gray_text);
}
@media only screen and (max-width: 767px) {
  #content .pointArea h2 {
    margin-bottom: 11.795vw;
    font-size: 7.179vw;
  }
}
#content .pointArea h2 span {
  display: inline-block;
  padding: min(1.667vw, 20px) 0;
  border-radius: 0;
  background: var(--white);
}
@media only screen and (max-width: 767px) {
  #content .pointArea h2 span {
    margin-top: 1.538vw;
    padding: 0.769vw 3.077vw;
    border-radius: 1.538vw;
  }
}
#content .pointArea h2 span:nth-child(1) {
  margin-top: 0;
  padding-left: min(2.5vw, 30px);
  border-radius: min(0.5vw, 6px) 0 0 min(0.5vw, 6px);
}
@media only screen and (max-width: 767px) {
  #content .pointArea h2 span:nth-child(1) {
    border-radius: 1.538vw;
  }
}
#content .pointArea h2 span:last-child {
  padding-right: min(2.5vw, 30px);
  border-radius: 0 min(0.5vw, 6px) min(0.5vw, 6px) 0;
}
@media only screen and (max-width: 767px) {
  #content .pointArea h2 span:last-child {
    border-radius: 1.538vw;
  }
}
#content .pointArea .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(5.5vw, 66px);
}
@media only screen and (max-width: 767px) {
  #content .pointArea .col {
    flex-direction: column;
    gap: 6.41vw;
  }
}
#content .pointArea .col .textArea p {
  margin-bottom: min(1.75vw, 21px);
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #content .pointArea .col .textArea p {
    margin-bottom: 4.872vw;
    font-size: 4.103vw;
  }
}
#content #point01 {
  margin-top: min(28.583vw, 343px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content #point01 {
    margin-top: 5.128vw;
    padding-top: 20vw;
  }
}
#content #point01::before {
  content: "";
  display: block;
  width: calc(50vw + min(45.833vw, 550px));
  height: calc(100% + min(10.25vw, 123px) + min(7vw, 84px));
  position: absolute;
  top: max(-10.25vw, -123px);
  right: calc((100vw - min(91.667vw, 1100px)) / 2 * -1);
  border-radius: min(1.333vw, 16px) 0 0 min(1.333vw, 16px);
  background: var(--light_green_1);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content #point01::before {
    width: calc(100% + 6.154vw + 6.154vw);
    height: calc(100% + 5.128vw);
    top: 0;
    right: -6.154vw;
    border-radius: 0;
  }
}
#content #point01::after {
  content: "";
  display: block;
  width: min(94.333vw, 1132px);
  height: min(33.333vw, 400px);
  position: absolute;
  top: max(-23.583vw, -283px);
  right: max(-15.833vw, -190px);
  background: url("/assets/img/strength/index_point01_bg01.png") no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content #point01::after {
    width: 111.795vw;
    height: 40vw;
    top: -0.256vw;
    right: -11.282vw;
    background-image: url("/assets/img/strength/index_point01_bg01_s.png");
    background-size: 100% auto;
  }
}
#content #point01 .col {
  margin-bottom: min(6.667vw, 80px);
}
@media only screen and (max-width: 767px) {
  #content #point01 .col {
    margin-bottom: 12.821vw;
  }
}
#content #point01 .col .imgArea {
  margin-left: max(-6.667vw, -80px);
  width: min(43.5vw, 522px);
}
@media only screen and (max-width: 767px) {
  #content #point01 .col .imgArea {
    margin-left: -12.308vw;
    width: 87.692vw;
  }
}
#content #point01 .col .imgArea img {
  width: 100%;
  height: auto;
}
#content #point01 .col .textArea {
  flex: 1;
}
#content #point01 h3 {
  margin-bottom: min(3.333vw, 40px);
  font-size: min(2vw, 24px);
  font-weight: var(--weight-bold);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content #point01 h3 {
    margin-bottom: 7.436vw;
    font-size: 5.641vw;
    line-height: 1.5;
  }
}
#content #point01 .img01 {
  margin-bottom: min(4.167vw, 50px);
}
@media only screen and (max-width: 767px) {
  #content #point01 .img01 {
    margin-bottom: 6.154vw;
  }
}
#content #point01 .img01 img {
  width: 100%;
  height: auto;
}
#content #point01 .btn li {
  list-style-type: none;
}
#content #point01 .btn li a {
  margin: auto;
}
#content #point02 {
  margin-top: min(37.25vw, 447px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content #point02 {
    margin-top: 21.795vw;
    padding-top: 20vw;
  }
}
#content #point02::before {
  content: "";
  display: block;
  width: calc(50vw + min(45.833vw, 550px));
  height: calc(100% + min(10.25vw, 123px) + min(6.667vw, 80px));
  position: absolute;
  border-radius: 0 min(1.333vw, 16px) min(1.333vw, 16px) 0;
  top: max(-10.25vw, -123px);
  left: calc((100vw - min(91.667vw, 1100px)) / 2 * -1);
  background: var(--light_green_1);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content #point02::before {
    width: calc(100% + 6.154vw + 6.154vw);
    height: calc(100% + 5.385vw);
    top: 0;
    left: -6.154vw;
    border-radius: 0;
  }
}
#content #point02::after {
  content: "";
  display: block;
  width: min(94.333vw, 1132px);
  height: min(33.333vw, 400px);
  position: absolute;
  top: max(-23.583vw, -283px);
  left: max(-15.833vw, -190px);
  background: url("/assets/img/strength/index_point02_bg01.png") no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content #point02::after {
    width: 111.795vw;
    height: 40vw;
    top: -0.256vw;
    right: -11.282vw;
    background-image: url("/assets/img/strength/index_point02_bg01_s.png");
    background-size: 100% auto;
  }
}
#content #point02 h2 {
  margin-bottom: min(4.083vw, 49px);
}
@media only screen and (max-width: 767px) {
  #content #point02 h2 {
    margin-bottom: 12.051vw;
  }
}
#content #point02 .col {
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-bottom: min(5.167vw, 62px);
}
@media only screen and (max-width: 767px) {
  #content #point02 .col {
    flex-direction: column;
    margin-bottom: 17.436vw;
  }
}
#content #point02 .col .imgArea {
  margin-right: max(-6.667vw, -80px);
  width: min(43.5vw, 522px);
}
@media only screen and (max-width: 767px) {
  #content #point02 .col .imgArea {
    margin-right: -6.154vw;
    margin-left: 6.154vw;
  }
}
#content #point02 .col .imgArea img {
  width: 100%;
  height: auto;
}
#content #point02 .col .textArea {
  flex: 1;
}
#content #point02 h3 {
  margin-bottom: min(3.75vw, 45px);
}
@media only screen and (max-width: 767px) {
  #content #point02 h3 {
    margin-bottom: 11.538vw;
  }
}
#content #point02 .systemTable {
  margin-bottom: min(7.75vw, 93px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable {
    margin-bottom: 20vw;
  }
}
#content #point02 .systemTable .period {
  position: relative;
}
#content #point02 .systemTable dt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: min(12.417vw, 149px);
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable dt {
    display: block;
    padding: 3.846vw 0;
    position: relative;
    width: auto;
    border-radius: 2.051vw 2.051vw 0 0;
    text-align: center;
  }
}
#content #point02 .systemTable dt span {
  padding: min(0.25vw, 3px) min(1.5vw, 18px);
  border-radius: min(0.333vw, 4px);
  background: var(--dark_green_primary);
  font-size: min(1.5vw, 18px);
  font-weight: var(--weight-medium);
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable dt span {
    padding: 0 3.077vw 0.769vw;
    border-radius: 1.026vw;
    font-size: 4.615vw;
  }
}
#content #point02 .systemTable dd {
  padding: min(3.333vw, 40px);
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable dd {
    padding: 6.154vw;
  }
}
#content #point02 .systemTable dd .textArea {
  margin: 0 0 min(2vw, 24px) min(12.417vw, 149px);
  padding: min(2.833vw, 34px) min(3.167vw, 38px);
  border-radius: min(0.667vw, 8px);
  background: var(--white);
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable dd .textArea {
    margin: 0 0 6.154vw;
    padding: 5.128vw;
    border-radius: 2.051vw;
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable .joining {
    margin-bottom: 5.128vw;
  }
}
#content #point02 .systemTable .joining dt {
  top: 0;
  height: 97.5%;
  background: url("/assets/img/strength/index_point02_bg02.svg") no-repeat center top;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable .joining dt {
    height: auto;
    background: linear-gradient(90deg, #A5C77B 0%, #7DC7A1 100%);
  }
}
#content #point02 .systemTable .joining dd {
  border-radius: min(1.333vw, 16px) min(1.333vw, 16px) 0 0;
  background: var(--light_yellow_2);
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable .joining dd {
    border-radius: 0 0 2.051vw 2.051vw;
  }
}
#content #point02 .systemTable .from dt {
  top: -11.5%;
  height: 121.9%;
  background: url("/assets/img/strength/index_point02_bg03.svg") no-repeat center top;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable .from dt {
    top: 0;
    height: auto;
    background: linear-gradient(90deg, #75C6A3 0%, #39ACA4 100%);
  }
}
#content #point02 .systemTable .from dd {
  border-radius: 0 0 min(1.333vw, 16px) min(1.333vw, 16px);
  background: var(--light_green_2);
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable .from dd {
    border-radius: 0 0 2.051vw 2.051vw;
  }
}
#content #point02 .systemTable .list {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.667vw, 8px);
  margin: 0 0 0 min(12.417vw, 149px);
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable .list {
    gap: 1.538vw;
    margin: 0;
  }
}
#content #point02 .systemTable .list li {
  padding: min(0.417vw, 5px) min(0.833vw, 10px) min(0.417vw, 5px) min(2.667vw, 32px);
  position: relative;
  border-radius: min(0.667vw, 8px);
  background: var(--dark_blue-gray);
  font-size: min(1.333vw, 16px);
  color: var(--white);
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable .list li {
    display: flex;
    align-items: center;
    padding: 3.077vw 2.564vw 3.077vw 8.974vw;
    width: 36.923vw;
    border-radius: 1.026vw;
    font-size: 3.59vw;
    line-height: 1.4;
  }
}
#content #point02 .systemTable .list li::before {
  content: "";
  display: block;
  position: absolute;
  top: min(1vw, 12px);
  left: min(0.833vw, 10px);
  width: min(1.5vw, 18px);
  height: min(1.333vw, 16px);
  background: url("/assets/img/common/icon/icon-check_color.png") no-repeat center center;
  background-size: min(1.5vw, 18px) auto;
}
@media only screen and (max-width: 767px) {
  #content #point02 .systemTable .list li::before {
    top: 50%;
    left: 2.821vw;
    transform: translateY(-50%);
    width: 4.615vw;
    height: 4.103vw;
    background-size: 100% auto;
  }
}
#content #point02 .trainingList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #content #point02 .trainingList {
    gap: 2.564vw;
  }
}
#content #point02 .trainingList > li {
  width: min(25.083vw, 301px);
  border-radius: min(1.333vw, 16px);
  background-color: var(--white);
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content #point02 .trainingList > li {
    width: 42.564vw;
    border-radius: 2.051vw;
  }
}
#content #point02 .trainingList > li .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(4.167vw, 50px);
  border-radius: min(1.333vw, 16px) min(1.333vw, 16px) 0 0;
  background-color: var(--dark_green_primary);
  font-size: min(1.667vw, 20px);
  font-weight: var(--weight-bold);
  text-align: center;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #content #point02 .trainingList > li .title {
    height: 7.692vw;
    border-radius: 2.051vw 2.051vw 0 0;
    font-size: 3.59vw;
  }
}
#content #point02 .trainingList > li .img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#content #point02 .trainingList > li .list {
  counter-reset: my-counter;
  margin: min(1.5vw, 18px) min(2vw, 24px);
}
@media only screen and (max-width: 767px) {
  #content #point02 .trainingList > li .list {
    margin: 2.564vw 3.59vw;
  }
}
#content #point02 .trainingList > li .list li {
  margin-bottom: min(0.25vw, 3px);
  padding-left: min(2.5vw, 30px);
  position: relative;
  font-size: min(1.333vw, 16px);
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content #point02 .trainingList > li .list li {
    margin-bottom: 0.769vw;
    padding-left: 5.128vw;
    font-size: 3.077vw;
  }
}
#content #point02 .trainingList > li .list li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(my-counter);
  counter-increment: my-counter;
  width: min(1.5vw, 18px);
  height: min(1.5vw, 18px);
  position: absolute;
  top: min(0.417vw, 5px);
  left: 0;
  font-size: min(1.083vw, 13px);
  color: var(--gray_text);
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  #content #point02 .trainingList > li .list li::before {
    width: 3.846vw;
    height: 3.846vw;
    top: 0.513vw;
    left: 0;
    font-size: 2.564vw;
  }
}
#content #point02 .trainingList > li .list li::after {
  content: "";
  width: min(1.5vw, 18px);
  height: min(1.5vw, 18px);
  position: absolute;
  top: min(0.458vw, 5.5px);
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--gray_text);
}
@media only screen and (max-width: 767px) {
  #content #point02 .trainingList > li .list li::after {
    width: 3.846vw;
    height: 3.846vw;
    top: 0.59vw;
    left: 0;
  }
}
#content #point03 {
  margin-top: min(40.25vw, 483px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content #point03 {
    margin-top: 32.821vw;
    padding-top: 20vw;
  }
}
#content #point03::before {
  content: "";
  display: block;
  width: calc(50vw + min(45.833vw, 550px));
  height: calc(100% + min(9.833vw, 118px) + min(6.667vw, 80px));
  position: absolute;
  top: max(-9.833vw, -118px);
  right: calc((100vw - min(91.667vw, 1100px)) / 2 * -1);
  border-radius: min(1.333vw, 16px) 0 0 min(1.333vw, 16px);
  background: var(--light_green_1);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content #point03::before {
    width: calc(100% + 6.154vw + 6.154vw);
    height: calc(100% + 5.385vw);
    top: 0;
    left: -6.154vw;
    border-radius: 0;
  }
}
#content #point03::after {
  content: "";
  display: block;
  width: min(94.333vw, 1132px);
  height: min(33.333vw, 400px);
  position: absolute;
  top: max(-23.167vw, -278px);
  right: max(-15.833vw, -190px);
  background: url("/assets/img/strength/index_point03_bg01.png") no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content #point03::after {
    width: 111.795vw;
    height: 40vw;
    top: -0.256vw;
    right: -11.282vw;
    background-image: url("/assets/img/strength/index_point03_bg01_s.png");
    background-size: 100% auto;
  }
}
#content #point03 .text01 {
  margin-bottom: min(4.667vw, 56px);
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #content #point03 .text01 {
    margin-bottom: 12.564vw;
    font-size: 4.103vw;
  }
}
#content #point03 .img01 {
  margin-bottom: min(1vw, 12px);
}
@media only screen and (max-width: 767px) {
  #content #point03 .img01 {
    margin-bottom: 3.333vw;
  }
}
#content #point03 .img01 img {
  width: 100%;
  height: auto;
}
#content #point03 .text02 {
  padding: min(2.5vw, 30px);
  border-radius: min(0.667vw, 8px);
  background: var(--white);
  font-size: min(2.167vw, 26px);
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content #point03 .text02 {
    padding: 5.128vw;
    border-radius: 2.051vw;
    font-size: 5.641vw;
    line-height: 1.5;
  }
}
#content #point04 {
  margin-top: min(36.083vw, 433px);
  margin-bottom: min(20vw, 240px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content #point04 {
    margin-top: 21.795vw;
    margin-bottom: 12.821vw;
    padding-top: 20vw;
  }
}
#content #point04::before {
  content: "";
  display: block;
  width: calc(50vw + min(45.833vw, 550px));
  height: calc(100% + min(9.417vw, 113px) + min(6.667vw, 80px));
  position: absolute;
  border-radius: 0 min(1.333vw, 16px) min(1.333vw, 16px) 0;
  top: max(-9.417vw, -113px);
  left: calc((100vw - min(91.667vw, 1100px)) / 2 * -1);
  background: var(--light_green_1);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content #point04::before {
    width: calc(100% + 6.154vw + 6.154vw);
    height: calc(100% + 5.385vw);
    top: 0;
    left: -6.154vw;
    border-radius: 0;
  }
}
#content #point04::after {
  content: "";
  display: block;
  width: min(94.333vw, 1132px);
  height: min(33.333vw, 400px);
  position: absolute;
  top: max(-23.583vw, -283px);
  left: max(-15.833vw, -190px);
  background: url("/assets/img/strength/index_point04_bg01.png") no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #content #point04::after {
    width: 111.795vw;
    height: 40vw;
    top: -0.256vw;
    right: -11.282vw;
    background-image: url("/assets/img/strength/index_point04_bg01_s.png");
    background-size: 100% auto;
  }
}
#content #point04 .text01 {
  margin-bottom: min(5vw, 60px);
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #content #point04 .text01 {
    margin-bottom: 6.154vw;
    font-size: 4.103vw;
  }
}
#content #point04 .text01 em {
  font-style: normal;
  font-weight: var(--weight-bold);
}
#content #point04 .img {
  margin-bottom: min(5.25vw, 63px);
  padding: min(1.25vw, 15px);
  position: relative;
  border-radius: min(1.333vw, 16px);
  background: var(--white);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content #point04 .img {
    margin: 0 -6.154vw 14.615vw;
    padding: 22.308vw 4.359vw 7.692vw;
    border-radius: none;
  }
}
#content #point04 .img .location {
  display: inline-block;
  padding: min(1.25vw, 15px) min(3.75vw, 45px);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: min(1.333vw, 16px) 0;
  background: var(--dark_green_primary);
  font-size: min(1.667vw, 20px);
  font-weight: var(--weight-bold);
  text-align: center;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #content #point04 .img .location {
    padding: 3.846vw 11.538vw;
    font-size: 5.128vw;
    border-radius: 0 0 4.103vw 0;
  }
}
#content #point04 .img img {
  width: 100%;
  height: auto;
}
#content #point04 h3 {
  margin-bottom: min(4.167vw, 50px);
}
@media only screen and (max-width: 767px) {
  #content #point04 h3 {
    margin-bottom: 11.282vw;
  }
}
#content #point04 p {
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #content #point04 p {
    font-size: 4.103vw;
  }
}
#content #point04 .btn {
  margin-top: min(3.167vw, 38px);
}
@media only screen and (max-width: 767px) {
  #content #point04 .btn {
    margin-top: 11.795vw;
  }
}
#content #point04 .btn li {
  list-style-type: none;
}
#content #point04 .btn li a {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #content .pageTop {
    margin-top: 11.282vw;
    text-align: right;
  }
}/*# sourceMappingURL=strength.css.map */