.label.l1 {
  background-color: #9DBA30;
}
.label.l2 {
  background-color: #39A869;
}
.label.l3 {
  background-color: #5FB1B8;
}
.label.l4 {
  background-color: #D16D7F;
}
.label.l5 {
  background-color: #3B82C5;
}
.label.l6 {
  background-color: #F39800;
}
.label.l7 {
  background-color: #A57000;
}
.label.l8 {
  background-color: #796BAF;
}

.t1 {
  color: #9DBA30;
}

.t2 {
  color: #39A869;
}

.t3 {
  color: #5FB1B8;
}

.t4 {
  color: #D16D7F;
}

.t5 {
  color: #3B82C5;
}

.t6 {
  color: #F39800;
}

.t7 {
  color: #A57000;
}

.t8 {
  color: #796BAF;
}

#value #visual {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #value #visual {
    padding: 4rem 0;
  }
}
#value #visual h1 {
  font-size: clamp(4.4rem, 3.008rem + 1.8vw, 5.6rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 80px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #value #visual h1 {
    font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
    margin-bottom: 3rem;
  }
}
#value #visual h1 .sub {
  display: block;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #value #visual h1 .sub {
    font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  }
}
#value #visual p {
  margin-left: auto;
  width: 55%;
}
@media screen and (max-width: 767px) {
  #value #visual p {
    width: 100%;
    margin-left: 0;
  }
}
#value .content-block {
  padding: 3%;
}
#value .content-block .inner {
  position: relative;
  background-color: #EDF1FF;
  border-radius: 24px;
  padding: 0 0 6rem;
}
#value .content-block h2 {
  display: inline-block;
  position: relative;
  padding: 10px 45px 30px;
}
@media screen and (max-width: 767px) {
  #value .content-block h2 {
    padding: 10px 20px 20px;
  }
}
#value .content-block h2 span {
  position: relative;
  display: block;
  color: #1532AA;
  line-height: 1.2;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 600;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #value .content-block h2 span {
    font-size: 2rem;
  }
}
#value .content-block h2 span::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #1532AA;
  top: 15px;
  left: 0;
  border-radius: 50%;
}
#value .content-block .corner-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 6vw;
}
@media screen and (max-width: 767px) {
  #value .content-block .corner-right-bottom {
    height: 40px;
  }
}
#value .content-block .content-inner {
  padding: 6rem 5%;
}
@media screen and (max-width: 767px) {
  #value .content-block .content-inner {
    padding: 3rem 5%;
  }
}
#value .content-block .content-inner .en-title {
  text-align: center;
  font-size: clamp(4.7rem, 3.264rem + 1.9vw, 6rem);
  font-weight: 500;
  color: #1532AA;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #value .content-block .content-inner .en-title {
    font-size: 3rem;
  }
}
#value .content-block .content-inner .lead {
  text-align: center;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #value .content-block .content-inner .lead {
    font-size: 14px;
    margin-bottom: 4rem;
  }
}
#value .content-block .content-inner .title {
  position: relative;
}
#value .content-block .content-inner .title h3 {
  text-align: center;
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #value .content-block .content-inner .title h3 {
    margin-bottom: 0;
  }
}
#value .content-block .content-inner .title .note {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  display: block;
}
@media screen and (max-width: 767px) {
  #value .content-block .content-inner .title .note {
    position: static;
    text-align: center;
    margin-bottom: 2rem;
  }
}
#value .content-block .content-inner .block {
  background-color: #fff;
  border-radius: 24px;
  padding: 5rem 5%;
}
#value .content-block .content-inner #basic {
  margin-bottom: 6rem;
}
#value .content-block .content-inner #basic .block {
  display: flex;
  gap: 3%;
}
#value .content-block .content-inner #basic .block .flow {
  max-width: 22%;
}
#value .content-block .content-inner #basic .block .block-body {
  flex: 1;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding-bottom: 2rem;
}
#value .content-block .content-inner #basic .block .block-body .row {
  display: flex;
  align-items: center;
  gap: 3%;
}
#value .content-block .content-inner #basic .block .block-body .row .image {
  width: 20%;
}
#value .content-block .content-inner #basic .block .block-body .row p {
  flex: 1;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  line-height: 1.8;
}
#value .content-block .content-inner #basic .block .block-body .row p .note {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
}
#value .content-block .content-inner #basic .block .block-body .row .link {
  width: 20%;
}
#value .content-block .content-inner #basic .block .block-body .row .link span {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 15px 5px;
  width: 100%;
  background-color: #9DBA30;
  margin-left: auto;
  margin-bottom: 5px;
  line-height: 1;
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  font-weight: 600;
}
#value .content-block .content-inner #basic .block .block-body .row .link span.link2 {
  background-color: #39A869;
}
#value .content-block .content-inner #basic .block .block-body .row .link span.link3 {
  background-color: #5FB1B8;
}
#value .content-block .content-inner #basic .block .block-body .row .link span.link4 {
  background-color: #D16D7F;
}
#value .content-block .content-inner #basic .block .block-body .row .link span.link5 {
  background-color: #3B82C5;
}
#value .content-block .content-inner #basic .block .block-body .row .link span.link6 {
  background-color: #F39800;
}
#value .content-block .content-inner #basic .block .block-body .row .link span.link7 {
  background-color: #A57000;
}
#value .content-block .content-inner #basic .block .block-body .row .link span.link8 {
  background-color: #796BAF;
}
#value .content-block .content-inner #basic .block .block-body .row.row1 {
  height: 22%;
}
#value .content-block .content-inner #basic .block .block-body .row.row2 {
  height: 27%;
}
#value .content-block .content-inner #basic .block .block-body .row.row3 {
  height: 27%;
}
#value .content-block .content-inner #basic .block .block-body .row.row4 {
  height: 24%;
}
@media screen and (max-width: 767px) {
  #value .content-block .content-inner #basic .sp-block {
    background: #fff;
    padding: 5%;
    border-radius: 25px;
  }
  #value .content-block .content-inner #basic .sp-block img {
    width: 500px;
    max-width: none;
  }
}
#value .content-block .content-inner #skill .detail {
  margin-top: 2rem;
  text-align: center;
}
#value .content-block .content-inner #skill .detail .btn {
  cursor: pointer;
  max-width: 288px;
}
#value #what-value .section-block h3 {
  text-align: center;
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 3rem;
}
#value #what-value .section-block .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
@media screen and (max-width: 767px) {
  #value #what-value .section-block .layout {
    grid-template-columns: 1fr;
  }
}
#value #what-value .section-block .layout .box {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #E3E3E3;
  margin-bottom: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 3%;
  padding: 30px;
  transition: box-shadow 0.2s ease;
  box-shadow: inset 0 0 0 0 rgba(21, 50, 170, 0);
}
@media screen and (max-width: 767px) {
  #value #what-value .section-block .layout .box {
    flex-direction: column;
    padding: 30px 5%;
  }
}
#value #what-value .section-block .layout .box:hover {
  box-shadow: inset 0 0 0 2px #1532AA;
}
#value #what-value .section-block .layout .box .text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #value #what-value .section-block .layout .box .text {
    width: 100%;
  }
}
#value #what-value .section-block .layout .box .text .labels span {
  display: inline-block;
  color: #fff;
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 1rem;
  margin-right: 5px;
}
#value #what-value .section-block .layout .box .text h4 {
  font-size: clamp(1.5rem, 0.76rem + 1vw, 2.2rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E3E3E3;
  line-height: 1.5;
}
#value #what-value .section-block .layout .box .text .type {
  background-color: #EDF1FF;
  padding: 10px;
  line-height: 1.2;
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
  font-weight: 500;
}
#value #what-value .section-block .layout .box .image {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #value #what-value .section-block .layout .box .image {
    width: 70%;
    margin: auto;
  }
}
#value #what-value .section-block .layout .box .oc {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  background-color: transparent !important;
  overflow: hidden;
  border-radius: 0 0 24px 0;
}
#value #what-value .section-block .layout .box .oc::before {
  content: "";
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  background: url(/recruit/newgraduates/technical/assets/image/value/corner01.svg) no-repeat center center/100%;
}
#value #what-value .section-block .layout .box .oc::after {
  content: none;
}
#value #what-value .section-block .layout .box .oc span {
  display: block;
  width: 26px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  bottom: 7px;
}
#value #what-value .section-block .layout .box .oc span::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1532AA;
}
#value #what-value .section-block .layout .box .oc span::after {
  content: "";
  display: block;
  position: absolute;
  height: 11px;
  width: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1532AA;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 1175px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
  padding: 0 0;
}
.modal .scroll-area {
  overflow-y: scroll;
  height: 100%;
}
.modal .scroll-area::-webkit-scrollbar {
  width: 0;
}
.modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.modal .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  background-color: transparent !important;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal .modal-close {
    width: 60px;
    height: 60px;
  }
}
.modal .modal-close::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/recruit/newgraduates/technical/assets/image/value/corner01.svg);
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  transform: rotate(270deg);
}
.modal .modal-close::after {
  content: none !important;
}
.modal .modal-close span {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  top: 8px;
  right: 8px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .modal .modal-close span {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}
.modal .modal-close span:hover {
  transform: scale(1.1) rotate(45deg);
}
.modal .modal-close span::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #796BAF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close span::after {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: #796BAF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close:focus-visible {
  outline: solid 2px #000;
}
.modal .modal-content {
  background-color: #fff;
  padding: 16px;
  border-radius: 24px;
}

#modal-pi .modal-content {
  padding: 5rem 5%;
}
@media screen and (max-width: 767px) {
  #modal-pi .modal-content {
    padding: 3rem 3% 1px;
  }
}
#modal-pi .modal-content h2 {
  text-align: center;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #modal-pi .modal-content h2 {
    font-size: 2rem;
  }
}
#modal-pi .modal-content .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #modal-pi .modal-content .layout {
    display: block;
  }
}
#modal-pi .modal-content .layout .col.col1 {
  border-right: 1px solid #E3E3E3;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  #modal-pi .modal-content .layout .col.col1 {
    padding-right: 0;
    border: none;
  }
}
#modal-pi .modal-content .layout .col.col2 {
  padding-left: 4%;
}
@media screen and (max-width: 767px) {
  #modal-pi .modal-content .layout .col.col2 {
    padding-left: 0;
    border: none;
  }
}
#modal-pi .modal-content .layout .col.col2 h3 {
  background-color: #1532AA;
}
#modal-pi .modal-content .layout .col.col2 .lead {
  color: #1532AA;
}
#modal-pi .modal-content .layout .col.col3 {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #E3E3E3;
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4%;
}
@media screen and (max-width: 767px) {
  #modal-pi .modal-content .layout .col.col3 {
    display: block;
  }
}
#modal-pi .modal-content .layout .col h3 {
  background-color: #00A4D3;
  color: #fff;
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  padding: 10px;
  margin-bottom: 2rem;
  border-radius: 4px;
}
#modal-pi .modal-content .layout .col .lead {
  text-align: center;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: bold;
  color: #00A4D3;
  margin-bottom: 3rem;
}
#modal-pi .modal-content .layout .col .row {
  display: flex;
  gap: 5%;
  margin-bottom: 3rem;
}
#modal-pi .modal-content .layout .col .row .image {
  width: 20%;
}
#modal-pi .modal-content .layout .col .row .image .label {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #modal-pi .modal-content .layout .col .row .image .label {
    font-size: 12px;
    padding: 4px;
  }
}
#modal-pi .modal-content .layout .col .row .text {
  flex: 1;
}
#modal-pi .modal-content .layout .col .row .text .num {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 1rem;
}
#modal-pi .modal-content .layout .col .row .text p {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  line-height: 1.8;
  margin-bottom: 1rem;
}
#modal-pi .modal-content .layout .col .row .text p.note {
  text-align: right;
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  margin-top: 1rem;
}
#modal-pi .modal-content .layout .col .row .text .ex {
  background-color: #EDF1FF;
  line-height: 1.3;
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  border-radius: 4px;
  padding: 8px;
}

.modal .modal-creation {
  padding: 5rem 5%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation {
    padding: 3rem 3%;
  }
}
.modal .modal-creation .modal-header {
  display: flex;
  align-items: center;
  gap: 5%;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-header {
    flex-direction: column;
  }
}
.modal .modal-creation .modal-header .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-header .text {
    width: 100%;
  }
}
.modal .modal-creation .modal-header .text .top {
  margin-bottom: 3rem;
}
.modal .modal-creation .modal-header .text .top .label {
  display: inline-block;
  color: #fff;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
  margin-right: 5px;
}
.modal .modal-creation .modal-header .text .top .pickup {
  display: inline-block;
  border-bottom: 1px solid #1532AA;
  color: #1532AA;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-header .text .top .pickup {
    margin-left: 0;
  }
}
.modal .modal-creation .modal-header .text h2 {
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  font-weight: 600;
  color: #1532AA;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-header .text h2 {
    font-size: 16px;
  }
}
.modal .modal-creation .modal-header .text .type {
  background-color: #EDF1FF;
  padding: 10px;
  line-height: 1.2;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-header .text p {
    font-size: 12px;
    margin-block: 1rem 2rem;
  }
}
.modal .modal-creation .modal-header .image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-header .image {
    width: 100%;
  }
}
.modal .modal-creation .modal-body .active {
  background-color: #EDF1FF;
  border-radius: 16px;
  padding: 0 5% 5rem;
  margin-bottom: 5rem;
}
.modal .modal-creation .modal-body .active h3 {
  text-align: center;
  margin-bottom: 3rem;
}
.modal .modal-creation .modal-body .active h3 span {
  display: inline-block;
  background-color: #1532AA;
  color: #fff;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  line-height: 1.3;
  padding: 8px;
  width: 80%;
  max-width: 460px;
  border-radius: 0 0 15px 15px;
}
.modal .modal-creation .modal-body .active .matching {
  display: flex;
  gap: 5%;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active .matching {
    flex-direction: column;
    gap: 1rem;
  }
}
.modal .modal-creation .modal-body .active .matching .batu {
  line-height: 0;
}
.modal .modal-creation .modal-body .active .matching .label {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 15px;
  border-radius: 16px;
  text-align: center;
  height: 74px;
}
.modal .modal-creation .modal-body .active .matching .label small {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
}
.modal .modal-creation .modal-body .active .layout {
  display: grid;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active .layout {
    grid-template-columns: 1fr !important;
  }
}
.modal .modal-creation .modal-body .active .detail-box .label {
  display: inline-block;
  color: #fff;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 1rem;
  margin-right: 5px;
}
.modal .modal-creation .modal-body .active .detail-box h4 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.modal .modal-creation .modal-body .active .detail-box h4 span {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
.modal .modal-creation .modal-body .active .detail-box p {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active .detail-box p {
    margin-bottom: 2rem;
  }
}
.modal .modal-creation .modal-body .active .mt {
  margin-top: 3rem;
}
.modal .modal-creation .modal-body .active.col2 .matching {
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active.col2 .matching {
    gap: 1rem;
  }
}
.modal .modal-creation .modal-body .active.col2 .matching .label {
  flex: 1;
  max-width: 270px;
}
.modal .modal-creation .modal-body .active.col2 .layout {
  grid-template-columns: repeat(2, 1fr);
}
.modal .modal-creation .modal-body .active.col2 .layout .detail-box:nth-child(1) {
  border-right: 1px solid #FFFFFF;
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active.col2 .layout .detail-box:nth-child(1) {
    border: none;
    padding-right: 0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.modal .modal-creation .modal-body .active.col2 .layout .detail-box:nth-child(2) {
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active.col2 .layout .detail-box:nth-child(2) {
    padding-left: 0;
  }
}
.modal .modal-creation .modal-body .active.col3 .matching {
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active.col3 .matching {
    gap: 1rem;
  }
}
.modal .modal-creation .modal-body .active.col3 .matching .label {
  flex: 1;
}
.modal .modal-creation .modal-body .active.col3 .layout {
  grid-template-columns: repeat(3, 1fr);
}
.modal .modal-creation .modal-body .active.col3 .layout .detail-box:nth-child(1) {
  border-right: 1px solid #FFFFFF;
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active.col3 .layout .detail-box:nth-child(1) {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.modal .modal-creation .modal-body .active.col3 .layout .detail-box:nth-child(2) {
  border-right: 1px solid #FFFFFF;
  padding-inline: 10%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active.col3 .layout .detail-box:nth-child(2) {
    border: none;
    padding-inline: 0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.modal .modal-creation .modal-body .active.col3 .layout .detail-box:nth-child(3) {
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active.col3 .layout .detail-box:nth-child(3) {
    padding-left: 0;
  }
}
.modal .modal-creation .modal-body .active.col4 .matching {
  gap: 2%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active.col4 .matching {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.modal .modal-creation .modal-body .active.col4 .matching .label {
  flex: 1;
}
.modal .modal-creation .modal-body .active.col4 .layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.modal .modal-creation .modal-body .active.col4 .layout .detail-box {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active.col4 .layout .detail-box {
    display: block;
  }
}
.modal .modal-creation .modal-body .active.col4 .layout .detail-box .text {
  flex: 1;
}
.modal .modal-creation .modal-body .active.col4 .layout .detail-box .image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .active.col4 .layout .detail-box .image {
    width: 100%;
  }
}
.modal .modal-creation .modal-body .active .layout.images {
  gap: 3%;
}
.modal .modal-creation .modal-body .pickup {
  position: relative;
  border: 1px solid #1532AA;
  border-radius: 16px;
  padding: 4rem 5% 4rem 8%;
  display: flex;
  gap: 5%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .pickup {
    flex-direction: column;
    padding: 3rem 5%;
    margin-bottom: 3rem;
  }
}
.modal .modal-creation .modal-body .pickup .flag {
  position: absolute;
  top: 0;
  left: 20px;
  width: 9%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .pickup .flag {
    width: 80px;
  }
}
.modal .modal-creation .modal-body .pickup .image {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .modal .modal-creation .modal-body .pickup .image {
    width: 80%;
    margin: auto;
  }
}
.modal .modal-creation .modal-body .pickup .text {
  flex: 1;
}
.modal .modal-creation .modal-body .pickup .text h3 {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 2rem;
}
.modal .modal-creation .modal-body .pickup .text p {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  line-height: 1.8;
}
.modal .modal-creation .modal-body .pickup .text .note {
  font-size: clamp(0.95rem, 0.856rem + 0.1vw, 1rem);
  margin-top: 1rem;
}
.modal .modal-creation .modal-body .v1-first {
  margin-bottom: 4rem;
}
.modal .modal-creation .modal-body .v1-first h3 {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 3rem;
}
.modal .modal-creation .modal-body .v1-first .image {
  max-width: 824px;
  margin: auto;
}
.modal .modal-relation {
  text-align: center;
}
.modal .modal-relation h3 {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-relation h3 {
    margin-bottom: 1rem;
  }
}
.modal .modal-relation a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #E3E3E3;
  border-radius: 16px;
  padding: 24px;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .modal .modal-relation a {
    gap: 1rem;
    text-align: left;
    padding: 20px;
  }
}
.modal .modal-relation a p {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .modal .modal-relation a p {
    font-size: 12px;
  }
}
.modal .modal-relation a .image {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .modal .modal-relation a .image {
    width: 100px;
  }
}
.modal .modal-relation a .image img {
  border-radius: 15px;
}

#modal2 .modal-content .modal-content-inner {
  max-width: 1000px;
  margin: auto;
  padding: 5rem 5%;
}
#modal2 .modal-content h2 {
  text-align: center;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  #modal2 .modal-content h2 {
    font-size: 1.6rem;
    padding-bottom: 2rem;
    line-height: 1.6;
  }
}
#modal2 .modal-content .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-block: 2rem;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  #modal2 .modal-content .row {
    padding-block: 1rem;
  }
}
#modal2 .modal-content .row > .image {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #modal2 .modal-content .row > .image {
    width: 100%;
  }
  #modal2 .modal-content .row > .image .img {
    width: 80%;
    margin: auto;
  }
}
#modal2 .modal-content .row > .image .label {
  display: inline-block;
  color: #fff;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 1rem;
}
#modal2 .modal-content .row .text {
  width: 60%;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  #modal2 .modal-content .row .text {
    width: 100%;
    padding-top: 0;
  }
}
#modal2 .modal-content .row .text h3 {
  color: #1532AA;
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #modal2 .modal-content .row .text h3 {
    font-size: 16px;
  }
}
#modal2 .modal-content .row .text h3 span {
  display: inline-block;
  border: 1px solid #E4556E;
  color: #E4556E;
  line-height: 1;
  padding: 6px;
  border-radius: 4px;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 500;
  margin-right: 25px;
}
#modal2 .modal-content .row .text .type {
  background-color: #EDF1FF;
  padding: 10px;
  line-height: 1.2;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
  margin-bottom: 1rem;
}
#modal2 .modal-content .row .text p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #modal2 .modal-content .row .text p {
    font-size: 12px;
  }
}
#modal2 .modal-content .row .text p.note {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  margin-top: 1rem;
}
#modal2 .modal-content .row .wide {
  width: 100%;
}
#modal2 .modal-creation {
  margin-top: 4rem;
}