@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.custom_case {
  margin-top: 6.3rem;
}
@media screen and (960px <= width) {
  .custom_case {
    margin-inline: auto;
    width: 89.7435897436%;
    max-width: 102.6rem;
    margin-top: 7rem;
  }
}
@media screen and (960px <= width) and (960px <= width) {
  .custom_case {
    width: 115rem;
  }
}
.custom_case:nth-of-type(n + 2) {
  margin-top: 9rem;
}
@media screen and (960px <= width) {
  .custom_case:nth-of-type(n + 2) {
    margin-top: 10.4rem;
  }
}
.custom_case_inner {
  margin-inline: auto;
  width: 89.7435897436%;
  margin-top: 2.7rem;
}
@media screen and (960px <= width) {
  .custom_case_inner {
    width: 115rem;
  }
}
@media screen and (960px <= width) {
  .custom_case_inner {
    width: 100%;
  }
}
.custom_case_ba {
  position: relative;
}
@media screen and (960px <= width) {
  .custom_case_ba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.4rem;
  }
}
.custom_case_baImg {
  aspect-ratio: 350/218;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (960px <= width) {
  .custom_case_baImg {
    aspect-ratio: 461/287;
  }
}
.custom_case_baImg img {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom_case_baImg:nth-of-type(n + 2) {
  margin-top: 6.7rem;
}
@media screen and (960px <= width) {
  .custom_case_baImg:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.custom_case_baLabel {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1;
  position: absolute;
  top: 1.7rem;
  left: 1.5rem;
  width: 10.3rem;
  height: 2.2rem;
  line-height: 2rem;
  text-align: center;
  background-color: #DBDBDB;
  border-radius: 0.5rem;
  border: max(0.2rem, 2px) solid #151515;
}
@media screen and (960px <= width) {
  .custom_case_baLabel {
    font-size: 2.1rem;
    height: 3.2rem;
    line-height: 3.2rem;
    width: 14.9rem;
  }
}
.custom_case_baLabel.__after {
  color: #034EA2;
  background-color: #FFF;
  border-color: #034EA2;
}
.custom_case_baArrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 3.3rem;
}
@media screen and (960px <= width) {
  .custom_case_baArrow {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
    width: 5.6rem;
  }
}
.custom_case .el_explain {
  margin-top: 2.5rem;
}
.custom_case .el_buttonType2 {
  margin-top: 2.5rem;
}
@media screen and (960px <= width) {
  .custom_case .el_buttonType2 {
    margin-top: 4rem;
    width: 29.1rem;
    margin-inline: auto;
  }
}

.custom_caseModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100dvh;
}
.custom_caseModal_container {
  border-radius: 1rem;
  border: max(0.2rem, 2px) solid #151515;
  background-color: #FFF;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-block: 5rem;
  width: calc(100% - 3rem);
}
@media screen and (960px <= width) {
  .custom_caseModal_container {
    border-radius: 2rem;
    max-width: 121.8rem;
    height: 90%;
    padding-block: 5.5rem 9.1rem;
  }
}
.custom_caseModal_inner {
  padding-inline: 1.5rem;
  height: 100%;
  width: 100%;
  overflow: auto;
}
@media screen and (960px <= width) {
  .custom_caseModal_inner {
    padding-inline: 9.6rem;
  }
}
.custom_caseModal_subject {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 4.2rem;
  padding-block: 0.5rem;
  padding-left: 1rem;
  border-left: max(0.1rem, 1px) solid #034EA2;
}
@media screen and (960px <= width) {
  .custom_caseModal_subject {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 3.3rem;
    letter-spacing: 0.1em;
    line-height: 1.4545454545;
    padding-left: 3.7rem;
    border-width: 0.5rem;
  }
}
.custom_caseModal_itemList {
  margin-top: 1.7rem;
}
@media screen and (960px <= width) {
  .custom_caseModal_itemList {
    margin-top: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.2rem 8.3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.custom_caseModal_item {
  position: relative;
}
@media screen and (960px <= width) {
  .custom_caseModal_item {
    width: calc(33.3333333333% - 5.5333333333rem);
  }
}
.custom_caseModal_item:nth-of-type(n + 2) {
  margin-top: 7rem;
}
@media screen and (960px <= width) {
  .custom_caseModal_item:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
@media screen and (960px <= width) {
  .custom_caseModal_item:nth-of-type(3n) .custom_caseModal_item_arrow {
    display: none;
  }
}
.custom_caseModal_item_img {
  aspect-ratio: 320/218;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (960px <= width) {
  .custom_caseModal_item_img {
    aspect-ratio: 284/241;
  }
}
.custom_caseModal_item_bottom {
  margin-top: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (960px <= width) {
  .custom_caseModal_item_bottom {
    gap: 1.6rem;
    padding-inline: 1rem;
  }
}
.custom_caseModal_item_number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #034EA2;
  white-space: nowrap;
}
.custom_caseModal_item_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.3571428571;
}
@media screen and (960px <= width) {
  .custom_caseModal_item_text {
    font-size: 1.5rem;
    padding-right: 1rem;
  }
}
.custom_caseModal_item_arrow {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  -webkit-transform: translate(-50%, 100%) rotate(90deg);
          transform: translate(-50%, 100%) rotate(90deg);
  width: 2.4rem;
  z-index: 1;
}
@media screen and (960px <= width) {
  .custom_caseModal_item_arrow {
    top: 10.3rem;
    left: auto;
    right: -2.52rem;
    -webkit-transform: translate(100%, 0) rotate(0);
            transform: translate(100%, 0) rotate(0);
    width: 3.7rem;
  }
}
.custom_caseModal .el_buttonType2 {
  margin-top: 5.3rem;
}
@media screen and (960px <= width) {
  .custom_caseModal .el_buttonType2 {
    width: 21.6rem;
    margin-top: 8rem;
    margin-inline: auto;
  }
}/*# sourceMappingURL=custom.css.map */