@charset "UTF-8";
/* ========== ========== ==========
個別部
========== ========== ========== */
.FV-about {
  margin-top: clamp(134px, calc(201 / var(--base-width-pc) * 100vw), 201px);
  padding-bottom: var(--margin-bottom1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .FV-about .sectionWrap2 {
    padding-inline: 0;
  }
}
.FV-about_title {
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
  font-size: clamp(26.67px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  margin-bottom: clamp(9.33px, calc(14 / var(--base-width-pc) * 100vw), 14px);
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .FV-about_title {
    margin-bottom: 60px;
  }
}
.FV-about_body {
  position: relative;
}
.FV-about_body_title {
  color: white;
  font-size: clamp(22px, calc(54 / var(--base-width-pc) * 100vw), 54px);
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
}
.FV-about_body_titleWrap {
  position: relative;
  margin-left: var(--section-padding-pc2-maxWidth);
  bottom: calc(clamp(25px, calc(50 / var(--base-width-pc) * 100vw), 50px) * -1);
  z-index: 1;
}
.FV-about_body_title_span {
  background-color: #1B18B9;
  display: block;
  font-weight: 700;
  padding: clamp(4px, calc(8 / var(--base-width-pc) * 100vw), 8px) clamp(4px, calc(12 / var(--base-width-pc) * 100vw), 12px) 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.FV-about_body_title_span:not(:last-of-type) {
  margin-bottom: min(calc(30 / var(--base-width-pc) * 100vw), 30px);
}
.FV-about_body_image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  aspect-ratio: 1269/613;
  height: calc(613 / var(--base-width-pc) * 100vw);
  padding-right: var(--section-padding-pc2-maxWidth);
}
.FV-about_body_imageWrap {
  background-color: #F7F7F7;
  padding-block: clamp(38.5px, calc(77 / var(--base-width-pc) * 100vw), 77px) clamp(61px, calc(122 / var(--base-width-pc) * 100vw), 122px);
  position: relative;
}
.FV-about_body_text {
  color: #0448A3;
  font-weight: 600;
  font-size: clamp(14px, calc(36 / var(--base-width-pc) * 100vw), 36px);
  margin-left: min(calc(50 / var(--base-width-pc) * 100vw), 50px);
}
.FV-about_body_texts {
  padding-block: clamp(3.33px, calc(10 / var(--base-width-pc) * 100vw), 10px);
  padding-inline: min(calc(110 / var(--base-width-pc) * 100vw), 110px);
  text-align: center;
  margin-inline: auto;
  width: 100%;
  position: absolute;
  bottom: min(calc(160 / var(--base-width-pc) * 100vw), 160px);
}
@media screen and (max-width: 768px) {
  .FV-about_body_texts {
    padding-inline: clamp(10px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  }
}
@media screen and (max-width: 370px) {
  .FV-about_body_text {
    font-size: 15px;
  }
}
.FV-about_body_text2 {
  position: absolute;
  top: clamp(46px, calc(92 / var(--base-width-pc) * 100vw), 92px);
  left: var(--section-padding-pc2-maxWidth);
  right: 0;
  font-size: clamp(12px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: -0.02rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .FV-about_body_text2 {
    position: relative;
    top: 0;
    left: 0;
    margin-inline: var(--section-padding-pc2-maxWidth);
    margin-bottom: 20px;
  }
}

.system {
  background-color: #F7F7F7;
  padding-bottom: clamp(50px, 11.9444444444vw, 172px);
  margin-bottom: clamp(34.33px, calc(103 / var(--base-width-pc) * 100vw), 103px);
}
.system_image-arrow {
  display: block;
  width: clamp(130px, 38.6111111111vw, 556px);
  margin-inline: auto;
  margin-bottom: 20px;
}
.system_title {
  text-align: center;
  width: clamp(300px, 38.6111111111vw, 556px);
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: clamp(26.67px, calc(40 / var(--base-width-pc) * 100vw), 40px);
}
.system_ul {
  display: flex;
  gap: min(calc(80 / var(--base-width-pc) * 100vw), 80px);
  margin-bottom: 4px;
}
@media screen and (max-width: 1000px) {
  .system_ul {
    flex-wrap: wrap;
  }
}
.system_li {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .system_li {
    width: calc((100% - min(calc(80 / var(--base-width-pc) * 100vw), 80px)) / 2);
  }
}
@media screen and (max-width: 500px) {
  .system_li {
    width: 100%;
  }
}
.system_li_image {
  position: relative;
  z-index: 1;
}
.system_li_text {
  position: relative;
  top: 0;
  transform: translate(0, -20px);
  background-color: #003F88;
  color: white;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  padding-block: 10px;
  font-weight: 600;
}
.system_pharse {
  text-align: center;
  border: solid 1px #0448A3;
  color: #0054A8;
  width: 100%;
  padding-block: clamp(8.67px, calc(13 / var(--base-width-pc) * 100vw), 13px);
  padding-inline: 10px;
  font-size: clamp(17.33px, calc(26 / var(--base-width-pc) * 100vw), 26px);
  max-width: 1200px;
  margin-inline: auto;
}
.system_pharse,
.system_pharse span {
  font-weight: 600;
}

.understanding {
  background-color: #F7F7F7;
  padding-block: clamp(52px, calc(78 / var(--base-width-pc) * 100vw), 78px) 20px;
}
.understanding .sectionTitle4 {
  margin-bottom: clamp(36px, calc(54 / var(--base-width-pc) * 100vw), 54px);
}
.understanding_body {
  margin-right: var(--section-padding-pc2-maxWidth);
  margin-left: calc(var(--section-padding-pc2-maxWidth) + clamp(16.67px, calc(50 / var(--base-width-pc) * 100vw), 50px));
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 1000px) {
  .understanding_body {
    margin-inline: var(--section-padding-pc2-maxWidth);
  }
}
.understanding_block {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  padding: clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px) clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px) 0;
}
.understanding_blocks {
  display: flex;
  gap: clamp(9px, calc(27 / var(--base-width-pc) * 100vw), 27px);
  margin-bottom: 22px;
}
.understanding_blocks > div {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .understanding_blocks-n01, .understanding_blocks-n02, .understanding_blocks-n03, .understanding_blocks-n04 {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .understanding_blocks-n05 {
    flex-direction: column;
  }
}
.understanding_blocks-n03 {
  display: flex;
}
.understanding_blocks-n03_left {
  display: flex;
  flex-direction: column;
  gap: clamp(9px, calc(27 / var(--base-width-pc) * 100vw), 27px);
}
.understanding_blocks-n03_left > div {
  flex-grow: 1;
}
.understanding_blocks-n03_right {
  width: calc((100% - clamp(9px, calc(27 / var(--base-width-pc) * 100vw), 27px) * 2) / 3);
  flex-shrink: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .understanding_blocks-n03_right {
    width: 100%;
    margin-inline: auto;
  }
}
.understanding_blocks-n03_upper {
  display: flex;
  gap: clamp(9px, calc(27 / var(--base-width-pc) * 100vw), 27px);
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .understanding_blocks-n03_upper {
    flex-direction: column;
  }
}
.understanding_blocks-n03_bottom {
  height: 100%;
}
.understanding_blocks-n03_bottom > div {
  height: 100%;
}
.understanding_block .btn {
  border: solid 1px #0076FF;
  color: #0076FF;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: initial;
  padding-inline: clamp(19px, calc(57 / var(--base-width-pc) * 100vw), 57px);
  padding-block: clamp(8.5px, calc(17 / var(--base-width-pc) * 100vw), 17px);
  margin-inline: auto;
  font-size: clamp(11px, 0.7638888889vw, 16px);
}
.understanding_block-type01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding-bottom: 20px;
}
.understanding_block-type01:where(.-n01 *) {
  flex-shrink: 0;
}
.understanding_block-type01_image {
  margin-bottom: 13px;
  max-height: 300px;
  margin-inline: auto;
  width: clamp(180px, calc(267 / var(--base-width-pc) * 100vw), 267px);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .understanding_block-type01_image {
    margin-top: 20px;
  }
}
.understanding_block-type01_title {
  font-size: clamp(18px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  font-weight: 600;
  color: #1E4480;
  line-height: 1;
  margin-bottom: clamp(10.5px, calc(21 / var(--base-width-pc) * 100vw), 21px);
}
.understanding_block-type01 .btn {
  margin-top: auto;
}
.understanding_block-type02 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-inline: clamp(12.33px, calc(37 / var(--base-width-pc) * 100vw), 37px);
  padding-bottom: clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  justify-content: center;
  background-color: white;
}
.understanding_block-type02:where(.-n01 *) {
  padding-inline: clamp(16.67px, calc(50 / var(--base-width-pc) * 100vw), 50px);
  gap: min(calc(63 / var(--base-width-pc) * 100vw), 63px);
}
.understanding_block-type02:where(.-n02 *) {
  gap: 20px 10px;
  padding-right: min(calc(10 / var(--base-width-pc) * 100vw), 10px);
  padding-block: 13px;
  max-width: 100%;
}
.understanding_block-type02:where(.-n02 *) img {
  width: clamp(175px, calc(525 / var(--base-width-pc) * 100vw), 525px);
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .understanding_block-type02:where(.-n02 *) img {
    width: 100%;
  }
}
.understanding_block-type02:where(.-n03 *) {
  gap: min(calc(35 / var(--base-width-pc) * 100vw), 35px);
  padding-right: min(calc(46 / var(--base-width-pc) * 100vw), 46px);
}
@media screen and (max-width: 500px) {
  .understanding_block-type02 {
    flex-direction: column;
  }
}
.understanding_block-type02 > .btn {
  display: none;
}
@media screen and (max-width: 500px) {
  .understanding_block-type02 > .btn {
    display: block;
  }
}
.understanding_block-type02_texts {
  width: 54.1561712846%;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .understanding_block-type02_texts {
    width: 100%;
  }
}
.understanding_block-type02_texts:where(.-n02 *) {
  width: clamp(179px, calc(358 / var(--base-width-pc) * 100vw), 358px);
}
@media screen and (max-width: 500px) {
  .understanding_block-type02_texts:where(.-n02 *) {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .understanding_block-type02_texts:where(.-n02 *) .btn {
    display: none;
  }
}
.understanding_block-type02_title {
  color: #1E4480;
  font-size: clamp(18px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  font-weight: 600;
  margin-bottom: 15px;
}
.understanding_block-type02_title:where(.-n03 *) {
  font-size: clamp(16.67px, calc(25 / var(--base-width-pc) * 100vw), 25px);
}
.understanding_block-type02_text {
  font-weight: 600;
  font-size: clamp(14px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  margin-bottom: 15px;
}
.understanding_block-type02_text:where(.-n02 *) {
  margin-bottom: 20px;
}
.understanding_block-type02_image {
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.understanding_block-type03 {
  display: flex;
  flex-direction: column;
  padding: clamp(11.67px, calc(35 / var(--base-width-pc) * 100vw), 35px);
  background-color: white;
}
.understanding_block-type03:where(.-n03 *) {
  width: calc((100% - clamp(9px, calc(27 / var(--base-width-pc) * 100vw), 27px)) / 2);
}
@media screen and (max-width: 500px) {
  .understanding_block-type03:where(.-n03 *) {
    width: 100%;
  }
}
.understanding_block-type03:last-of-type:where(.-n03 *) img {
  width: clamp(120px, 8.3333333333vw, 200px);
  margin-bottom: 30px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .understanding_block-type03:last-of-type:where(.-n03 *) img {
    margin-top: clamp(20px, 5.3333333333vw, 80px);
  }
}
.understanding_block-type03:nth-of-type(1):where(.-n04 *) img {
  width: clamp(70px, calc(140 / var(--base-width-pc) * 100vw), 140px);
}
@media screen and (max-width: 768px) {
  .understanding_block-type03:nth-of-type(1):where(.-n04 *) img {
    width: clamp(130px, calc(350 / var(--base-width-pc) * 100vw), 350px);
  }
}
.understanding_block-type03:nth-of-type(2):where(.-n04 *) img {
  width: clamp(120px, calc(240 / var(--base-width-pc) * 100vw), 240px);
}
@media screen and (max-width: 768px) {
  .understanding_block-type03:nth-of-type(2):where(.-n04 *) img {
    width: clamp(180px, calc(400 / var(--base-width-pc) * 100vw), 400px);
  }
}
.understanding_block-type03:nth-of-type(3):where(.-n04 *) img {
  width: clamp(92.5px, calc(185 / var(--base-width-pc) * 100vw), 185px);
}
@media screen and (max-width: 768px) {
  .understanding_block-type03:nth-of-type(3):where(.-n04 *) img {
    width: clamp(130px, calc(350 / var(--base-width-pc) * 100vw), 350px);
  }
}
.understanding_block-type03 .btn {
  margin-top: auto;
}
.understanding_block-type03_title {
  color: #1E4480;
  font-size: clamp(18px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  margin-bottom: clamp(10px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  font-weight: 600;
}
.understanding_block-type03_title:where(.-small) {
  font-size: clamp(16.67px, calc(25 / var(--base-width-pc) * 100vw), 25px);
}
.understanding_block-type03_title.-lh2 {
  line-height: 2;
}
.understanding_block-type03_title:where(.-n03 *) {
  text-align: center;
  margin-bottom: 10px;
}
.understanding_block-type03_title:where(.-n04 *) {
  margin-bottom: 10px;
}
.understanding_block-type03_title .font-bigger {
  font-size: clamp(24px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  line-height: 1;
}
.understanding_block-type03_image {
  margin-bottom: min(calc(35 / var(--base-width-pc) * 100vw), 35px);
  margin-bottom: 20px;
  margin-inline: auto;
  max-width: 200px;
}
.understanding_block-type03_text {
  font-size: clamp(14px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  font-weight: 600;
  margin-bottom: 20px;
}
.understanding_block-type04 {
  padding-bottom: clamp(12px, calc(36 / var(--base-width-pc) * 100vw), 36px);
  padding-left: 30px;
  background-color: white;
  height: 100%;
}
.understanding_block-type04_title {
  color: #1E4480;
  font-size: clamp(16.67px, calc(25 / var(--base-width-pc) * 100vw), 25px);
  text-align: center;
  margin-bottom: clamp(20px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  font-weight: 600;
}
.understanding_block-type04_image {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
}
.understanding_block-type04_images {
  display: flex;
  gap: 10px;
  margin-bottom: 23px;
}
.understanding_block-type04_row {
  display: flex;
}
.understanding_block-type04_row_circle {
  width: 20px;
  display: block;
  flex-shrink: 0;
  margin-right: clamp(5px, calc(10 / var(--base-width-pc) * 100vw), 10px);
  overflow: hidden;
  position: relative;
}
.understanding_block-type04_row_circle::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #0076FF;
  border-radius: 99px;
  z-index: 1;
}
.understanding_block-type04_row_circle::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
  width: 2px;
  height: 100%;
  background-color: #4B4B4B;
}
.understanding_block-type04_row_circle:where(.-last *)::after {
  height: calc(100% - 40px);
}
.understanding_block-type04_row_year {
  color: #0076FF;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 600;
}
.understanding_block-type04_row_year_span {
  font-size: 14px;
}
.understanding_block-type04_row_text {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 2.1428571429;
  color: #333;
}
.understanding_block-type04_row_text:where(.-last *) {
  margin-bottom: 0;
}
.understanding_block-type04_row_text_link {
  color: #333;
}
.understanding_block-type05 {
  background-color: white;
  display: flex;
  flex-direction: column;
}
.understanding_block-type05:where(.-n05 *) {
  width: calc((100% - clamp(9px, calc(27 / var(--base-width-pc) * 100vw), 27px)) / 2);
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .understanding_block-type05:where(.-n05 *) {
    width: 100%;
  }
}
.understanding_block-type05_title {
  text-align: center;
  font-size: clamp(20px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  color: #1E4480;
  font-weight: 600;
  margin-bottom: clamp(16.67px, calc(25 / var(--base-width-pc) * 100vw), 25px);
}
.understanding_block-type05_title:where(.-left *) {
  text-align: left;
}
.understanding_block-type05_text {
  font-size: clamp(14px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  font-weight: 600;
  margin-bottom: 10px;
}
.understanding_block-type05_texts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .understanding_block-type05_texts {
    flex-direction: column;
    align-items: center;
  }
}
.understanding_block-type05:nth-of-type(1):where(.-n05 *) .understanding_block-type05_text {
  margin-bottom: clamp(13.33px, calc(40 / var(--base-width-pc) * 100vw), 40px);
}
.understanding_block-type05_image {
  display: block;
  margin-inline: auto;
}
.understanding_block-type05:nth-of-type(1):where(.-n05 *) img {
  width: clamp(130px, calc(200 / var(--base-width-pc) * 100vw), 200px);
  margin-top: 5px;
  margin-bottom: 20px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.understanding_block-type05:nth-of-type(2):where(.-n05 *) img {
  width: clamp(250px, calc(305 / var(--base-width-pc) * 100vw), 305px);
  margin-top: auto;
}
.understanding_block-type05 .btn {
  margin-top: auto;
  margin-bottom: clamp(15px, calc(30 / var(--base-width-pc) * 100vw), 30px);
}
.understanding .btn:hover {
  opacity: 1;
  color: white;
  background-color: #0076FF;
}

.strength .sectionTitle4_en {
  padding-right: var(--section-padding-pc2-maxWidth);
  padding-left: calc(var(--section-padding-pc2-maxWidth) + clamp(16.67px, calc(50 / var(--base-width-pc) * 100vw), 50px));
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .strength .sectionTitle4_en {
    padding-left: var(--section-padding-pc2-maxWidth);
  }
}
.strength .sectionTitle4_jpWrap {
  padding-bottom: clamp(43.33px, calc(65 / var(--base-width-pc) * 100vw), 65px);
  padding-right: var(--section-padding-pc2-maxWidth);
  padding-left: calc(var(--section-padding-pc2-maxWidth) + clamp(16.67px, calc(50 / var(--base-width-pc) * 100vw), 50px));
}
@media screen and (max-width: 1000px) {
  .strength .sectionTitle4_jpWrap {
    padding-left: var(--section-padding-pc2-maxWidth);
  }
}
.strength_image {
  width: clamp(208.33px, calc(625 / var(--base-width-pc) * 100vw), 625px);
}
.strength .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 30%);
  border: solid 1px #0076FF;
  color: #0076FF;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: initial;
  padding-inline: clamp(16.67px, calc(50 / var(--base-width-pc) * 100vw), 50px);
  padding-block: clamp(8.5px, calc(17 / var(--base-width-pc) * 100vw), 17px);
  margin-inline: auto;
  font-size: clamp(11px, 0.7638888889vw, 16px);
}
.strength .btn:hover {
  opacity: 1;
  color: white;
  background-color: #0076FF;
}
.strength .pop-close {
  position: absolute;
  top: clamp(21.5px, calc(43 / var(--base-width-pc) * 100vw), 43px);
  right: clamp(25px, calc(50 / var(--base-width-pc) * 100vw), 50px);
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.strength .pop-close_span {
  width: 37px;
  height: 37px;
  display: block;
  position: relative;
  margin-right: 10px;
}
.strength .pop-close_span::before, .strength .pop-close_span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 5px;
  background-color: #1E4480;
}
.strength .pop-close_span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.strength .pop-close_span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.strength_body {
  padding-bottom: clamp(54px, calc(108 / var(--base-width-pc) * 100vw), 108px);
  padding-right: var(--section-padding-pc2-maxWidth);
  padding-left: calc(var(--section-padding-pc2-maxWidth) + clamp(16.67px, calc(50 / var(--base-width-pc) * 100vw), 50px));
}
@media screen and (max-width: 1000px) {
  .strength_body {
    padding-left: var(--section-padding-pc2-maxWidth);
  }
}
.strength_text1 {
  text-align: center;
  font-size: clamp(20px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  margin-bottom: clamp(20px, calc(30 / var(--base-width-pc) * 100vw), 30px);
}
.strength_text1,
.strength_text1 span {
  font-weight: 600;
}
.strength_text2 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: clamp(33.33px, calc(50 / var(--base-width-pc) * 100vw), 50px);
}
.strength_image {
  display: block;
  margin-inline: auto;
  margin-bottom: clamp(38px, calc(57 / var(--base-width-pc) * 100vw), 57px);
}
.strength_ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, calc(30 / var(--base-width-pc) * 100vw), 30px) clamp(12.67px, calc(19 / var(--base-width-pc) * 100vw), 19px);
}
.strength_li {
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  padding: min(calc(32 / var(--base-width-pc) * 100vw), 32px) min(calc(27 / var(--base-width-pc) * 100vw), 27px) clamp(40.67px, calc(61 / var(--base-width-pc) * 100vw), 61px);
  width: calc((100% - clamp(15.33px, calc(23 / var(--base-width-pc) * 100vw), 23px) * 2) / 3);
}
@media screen and (max-width: 768px) {
  .strength_li {
    width: calc((100% - clamp(15.33px, calc(23 / var(--base-width-pc) * 100vw), 23px)) / 2);
  }
}
@media screen and (max-width: 500px) {
  .strength_li {
    width: 100%;
  }
}
.strength_li.-active {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  height: 80%;
  max-width: 1200px;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 100;
  padding: min(calc(58 / var(--base-width-pc) * 100vw), 58px) min(calc(68 / var(--base-width-pc) * 100vw), 68px) clamp(29px, calc(58 / var(--base-width-pc) * 100vw), 58px);
  box-shadow: 3px 3px 0 0 #547698;
  border: solid 1px #707070;
  -webkit-animation: popIn 0.2s forwards ease-out;
          animation: popIn 0.2s forwards ease-out;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .strength_li.-active {
    width: initial;
    inset: 30px;
    -webkit-animation: popIn-sp 0.2s forwards ease-out;
            animation: popIn-sp 0.2s forwards ease-out;
  }
}
.strength_li_title {
  text-align: center;
  color: #1E4480;
  font-weight: 600;
  font-size: clamp(20px, 1.7361111111vw, 25px);
  margin-bottom: 10px;
}
.strength_li_title:where(.-active *) {
  color: #707070;
}
@media screen and (max-width: 768px) {
  .strength_li_title:where(.-active *) {
    margin-top: 60px;
  }
}
.strength_li_logo {
  margin-bottom: clamp(17.33px, calc(26 / var(--base-width-pc) * 100vw), 26px);
  margin-inline: auto;
  display: block;
  height: clamp(29.5px, calc(59 / var(--base-width-pc) * 100vw), 59px);
  -o-object-fit: contain;
     object-fit: contain;
}
.strength_li_subtitle {
  color: #1E4480;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  margin-bottom: 7px;
  font-weight: 600;
}
.strength_li_tag {
  font-size: 11px;
  color: #1E4480;
  border: solid 1px #1E4480;
  min-width: 130px;
  text-align: center;
  padding-inline: 5px;
  font-weight: 600;
}
.strength_li_tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(9px, calc(18 / var(--base-width-pc) * 100vw), 18px) 9px;
}
.strength_li_tags:where(.-active *) {
  margin-bottom: 32px;
}
.strength_li_tag:where(.-active *) {
  font-size: 14px;
  padding: 3px clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px) 5px;
}
.strength_li_text1 {
  margin-bottom: 17px;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.7222222222;
}
.strength_li_image {
  display: block;
  margin-inline: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.strength_li_images:is(.-active *) {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .strength_li_images:is(.-active *) {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .strength_li_image {
    width: max(70%, 200px);
  }
}
.strength_li_imageWrap {
  position: relative;
}
.strength_li_imageWrap .btn {
  bottom: calc(min(calc(58 / var(--base-width-pc) * 100vw), 58px) * -1);
}
@media screen and (max-width: 768px) {
  .strength_li_imageWrap .btn {
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}

@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes popIn-sp {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popIn-sp {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.projectStory {
  background-color: transparent;
}

/* 個別部ここまで
---------- ---------- */