@charset "UTF-8";
#header .header-layout-main .header-logo {
  background-color: #fff;
}
#header .header-layout-main .header-logo::before {
  content: url(/recruit/newgraduates/technical/assets/image/corner-white.svg);
}
#header .header-layout-main .header-logo::after {
  content: url(/recruit/newgraduates/technical/assets/image/corner-white.svg);
}
#header .header-layout-main .header-logo .logo .white {
  display: none;
}
#header .header-layout-main .header-logo .logo .navy {
  display: block;
}
#header .header-layout-main .header-logo .sub {
  color: #1532AA;
}
#header #header-navi ul.header-float-menu .parent-menu .parent-title {
  color: #fff;
}
#header #header-navi ul.header-float-menu .parent-menu .parent-title:after {
  background-color: #fff;
}
#header #header-submenu a {
  background-color: #fff;
  color: #1532AA;
}
#header #icon-loope #s_31 {
  fill: #1532AA;
}
#header #sp-mm {
  background-color: #fff;
}
#header #sp-mm .sp-mm-btn span {
  background-color: #1532AA;
}
#header #sp-mm .sp-mm-btn span:before, #header #sp-mm .sp-mm-btn span:after {
  background-color: #1532AA;
}

.scroll-in #header {
  background-color: rgba(21, 50, 170, 0.8);
}

#top #sidemenu {
  display: none;
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 140px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  #top #sidemenu {
    right: 0;
    bottom: 0;
    flex-direction: row;
    gap: 0;
    width: 100%;
  }
}
#top #sidemenu.hide li {
  opacity: 0;
  pointer-events: none;
}
#top #sidemenu li {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top #sidemenu li {
    width: 50%;
  }
}
#top #sidemenu li a {
  display: block;
  color: #fff;
  border-radius: 8px;
  line-height: 1;
  padding: 15px 20px;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #top #sidemenu li a {
    font-size: 11px;
    text-align: center;
    border-radius: 8px 8px 0 0;
  }
}
#top #sidemenu li.entry a {
  background-color: #59A5DD;
}
#top #sidemenu li.event a {
  background-color: #262626;
}
#top #visual {
  background-color: #1532AA;
  padding-block: 120px 30px;
  overflow: hidden;
}
#top #visual .row {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-bottom: 6px;
  /* gapは.col側でpaddingとして持たせることで計算を簡単にする */
  /* gap: 95px; を削除し、.colのpadding-rightで対応 */
}
#top #visual .row .col {
  display: flex;
  align-items: center;
  gap: 95px;
  /* 内部要素間のギャップ */
  white-space: nowrap;
  padding-right: 95px;
  /* 次の.colとの間隔 */
  flex-shrink: 0;
  /* 縮小させない */
  animation: scrollLeft 60s linear infinite;
}
#top #visual .row .col span {
  color: #758EE6;
  font-size: clamp(3.2rem, 2.272rem + 1.2vw, 4rem);
  display: flex;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
#top #visual .row .col span:hover {
  color: #fff;
}
#top #visual .row .col span img {
  width: 180px;
  border-radius: 8px;
  margin-right: 20px;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
#top #message {
  position: relative;
  padding: 7vw 0 9vw;
}
@media screen and (max-width: 767px) {
  #top #message {
    padding-block: 100px;
  }
}
#top #message p {
  color: #1532AA;
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  font-weight: 500;
  line-height: 2;
  max-width: 840px;
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top #message p {
    font-size: 1.8rem;
    width: 90%;
  }
}
#top #message .images .image {
  position: absolute;
  line-height: 0;
  border-radius: 25px;
  width: 14vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top #message .images .image {
    width: 25%;
  }
}
#top #message .images .image1 {
  top: 30%;
  left: calc(0% - 5vw);
}
@media screen and (max-width: 767px) {
  #top #message .images .image1 {
    top: 5%;
    left: 15%;
  }
}
#top #message .images .image2 {
  top: 10%;
  right: 10%;
}
@media screen and (max-width: 767px) {
  #top #message .images .image2 {
    top: 8%;
  }
}
#top #message .images .image3 {
  bottom: 20%;
  right: 20%;
}
@media screen and (max-width: 767px) {
  #top #message .images .image3 {
    bottom: 5%;
  }
}
#top #future {
  background-color: #737373;
  position: relative;
  padding: 7vw 0 7vw;
}
#top #future .inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #top #future .inner {
    flex-direction: column;
    gap: 0;
  }
}
#top #future .inner .image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #top #future .inner .image {
    width: 100%;
  }
}
#top #future .inner .image img {
  border-radius: 25px;
}
#top #future .inner .text {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top #future .inner .text {
    width: 100%;
  }
}
#top #future .inner .text h2 {
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #top #future .inner .text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
#top #future .inner .text p {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #top #future .inner .text p {
    font-size: 14px;
  }
}
#top #future .inner .text .btn {
  width: 100%;
  max-width: 288px;
}
#top #future .inner .text .btn span {
  transform: translateY(-50%) rotate(90deg);
}
#top #search {
  background-color: #737373;
}
#top #search h2 {
  position: relative;
  background-color: #1532AA;
  padding: 20px 20px 20px 60px;
  border-radius: 25px 25px 0 0;
  max-width: 490px;
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top #search h2 {
    padding-left: 20px;
    font-size: 20px;
  }
}
#top #search h2::after {
  content: url(/recruit/newgraduates/technical/assets/image/corner-blue.svg);
  position: absolute;
  bottom: -2px;
  right: -26px;
  transform: rotate(-90deg);
  line-height: 0;
}
#top #search h2 span {
  display: inline-block;
  line-height: 0;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #top #search h2 span {
    width: 24px;
  }
}
#top #search .outer {
  background-color: #1532AA;
}
#top #search .inner {
  padding: 0 6% 3rem;
}
#top #search .inner .row {
  padding: 0 0 2rem 0;
}
#top #search .inner .row h3 {
  color: #fff;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#top #search .inner .row ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #top #search .inner .row ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
#top #search .inner .row ul li span {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 8px;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
  transition: 0.3s;
  line-height: 1.4;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #top #search .inner .row ul li span {
    font-size: clamp(0.8rem, 0.568rem + 0.3vw, 1rem);
    padding: 5px 10px;
    border-radius: 4px;
  }
}
#top #search .inner .row ul li span:hover {
  background-color: #5AA5DD;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top #search .inner .row ul li span:hover {
    background-color: #fff;
    color: #000;
  }
}
#top #search .inner .row ul li span.active {
  background-color: #5AA5DD;
  color: #fff;
}
#top #search .inner .buttons {
  text-align: center;
}
#top #search .inner .buttons .btn {
  max-width: 224px;
  color: #5AA5DD;
  font-weight: bold;
  text-align: center;
  padding-inline: 20px;
}
#top #search .inner .buttons .btn:hover {
  background-color: #5AA5DD;
  color: #fff;
}
#top #result {
  background: #1532AA;
  padding: 0 2% 7vw;
}
#top #result .inner {
  background-color: #fff;
  border-radius: 25px;
  padding: 1vw 6% 3vw;
}
#top #result .inner .title {
  display: flex;
  align-items: baseline;
}
#top #result .inner .title h2 {
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 2rem;
  color: #1532AA;
  margin-right: 40px;
}
#top #result .inner .title p {
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
}
#top #result .inner .title p .num {
  color: #1532AA;
  font-size: clamp(2.75rem, 1.96rem + 1vw, 3.4rem);
}
#top #result .inner .title p .unit {
  color: #1532AA;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  margin-left: 8px;
}
#top #result .inner h3 {
  font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
  font-weight: 600;
}
#top #result .inner .row {
  margin-top: 3rem;
}
#top #result .inner .row h4 {
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 600;
  margin-bottom: 1rem;
}
#top #result .inner .row ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #top #result .inner .row ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#top #result .inner .row ul li {
  position: relative;
}
#top #result .inner .row ul li .bumon {
  cursor: pointer;
  display: block;
  padding: 20px 1vw;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
  height: 80px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  #top #result .inner .row ul li .bumon {
    font-size: clamp(1rem, 0.536rem + 0.6vw, 1.4rem);
    padding: 10px 10px;
    height: 60px;
  }
}
#top #result .inner .row .float-box {
  display: none;
  position: absolute;
  width: 100%;
  width: 511px;
  padding: 3rem;
  background-color: #169DD9;
  color: #fff;
  border-radius: 8px;
  z-index: 1;
  top: calc(100% + 5px);
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #top #result .inner .row .float-box {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    width: 90% !important;
    height: auto !important;
    inset: 12% 0 auto 5% !important;
    z-index: 100;
  }
  #top #result .inner .row .float-box .float-close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  #top #result .inner .row .float-box .float-close::before, #top #result .inner .row .float-box .float-close::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #169DD9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #top #result .inner .row .float-box .float-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
#top #result .inner .row .float-box.is-active {
  display: block;
  pointer-events: auto;
  opacity: 1;
}
#top #result .inner .row .float-box h5 {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 1rem;
}
#top #result .inner .row .float-box .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #top #result .inner .row .float-box .layout {
    display: flex;
    flex-direction: column-reverse;
  }
}
#top #result .inner .row .float-box .layout .text {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
}
#top #result .inner .row .float-box .layout .text .btn {
  display: block;
  border-radius: 50px;
  color: #169DD9;
  padding: 12px 12px 12px 20px;
  width: 180px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #top #result .inner .row .float-box .layout .text .btn {
    margin: 1rem auto;
  }
}
#top #result .inner .row .float-box .layout .text .btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
#top #result .inner .row .float-box .layout .text .btn:hover span::before {
  border-color: #fff;
}
#top #result .inner .row .float-box .layout .text .btn span {
  background-color: #169DD9;
  right: 12px;
}
@media screen and (max-width: 767px) {
  #top #result .inner .row .float-box .layout .image {
    margin: auto;
  }
}
#top #result .inner .row .float-box .layout .image img {
  border-radius: 8px;
}
#top #result .inner .row.row1 h4 {
  color: #169DD9;
}
#top #result .inner .row.row1 li .bumon.selected,
#top #result .inner .row.row1 li .bumon:hover {
  background-color: rgba(22, 157, 217, 0.2);
  color: #169DD9;
}
#top #result .inner .row.row1 li .bumon.is-active,
#top #result .inner .row.row1 li .bumon:hover {
  background-color: rgba(22, 157, 217, 0.2);
  border: 1px solid #169DD9;
  color: #169DD9;
}
#top #result .inner .row.row2 h4 {
  color: #9D4CB1;
}
#top #result .inner .row.row2 li .bumon.selected,
#top #result .inner .row.row2 li .bumon:hover {
  background-color: rgba(157, 76, 177, 0.2);
  color: #9D4CB1;
}
#top #result .inner .row.row2 li .bumon.is-active,
#top #result .inner .row.row2 li .bumon:hover {
  background-color: rgba(157, 76, 177, 0.2);
  border: 1px solid #9D4CB1;
  color: #9D4CB1;
}
#top #result .inner .row.row2 .float-box {
  background-color: #9D4CB1;
}
#top #result .inner .row.row2 .float-box .text .btn {
  color: #9D4CB1;
}
#top #result .inner .row.row2 .float-box .text .btn span {
  background-color: #9D4CB1;
}
#top #result .inner .row.row3 h4 {
  color: #294BA7;
}
#top #result .inner .row.row3 li .bumon.selected,
#top #result .inner .row.row3 li .bumon:hover {
  background-color: rgba(41, 75, 167, 0.2);
  color: #294BA7;
}
#top #result .inner .row.row3 li .bumon.is-active,
#top #result .inner .row.row3 li .bumon:hover {
  background-color: rgba(41, 75, 167, 0.2);
  border: 1px solid #294BA7;
  color: #294BA7;
}
#top #result .inner .row.row3 .float-box {
  background-color: #294BA7;
}
#top #result .inner .row.row3 .float-box .text .btn {
  color: #294BA7;
}
#top #result .inner .row.row3 .float-box .text .btn span {
  background-color: #294BA7;
}
#top #result .inner .row.row4 h4 {
  color: #767676;
}
#top #result .inner .row.row4 li .bumon.selected,
#top #result .inner .row.row4 li .bumon:hover {
  background-color: rgba(118, 118, 118, 0.2);
  color: #767676;
}
#top #result .inner .row.row4 li .bumon.is-active,
#top #result .inner .row.row4 li .bumon:hover {
  background-color: rgba(118, 118, 118, 0.2);
  border: 1px solid #767676;
  color: #767676;
}
#top #result .inner .row.row4 .float-box {
  background-color: #767676;
}
#top #result .inner .row.row4 .float-box .text .btn {
  color: #767676;
}
#top #result .inner .row.row4 .float-box .text .btn span {
  background-color: #767676;
}
#top #how {
  background-color: #CCCCCC;
  padding: 7vw 0 7vw;
}
#top #how .inner h2 {
  position: relative;
  background-color: #D0D6EE;
  padding: 40px 20px 20px 60px;
  border-radius: 25px 25px 0 0;
  max-width: 490px;
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  font-weight: 500;
  color: #1532AA;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top #how .inner h2 {
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 0;
    width: 100%;
  }
}
#top #how .inner h2::after {
  content: url(/recruit/newgraduates/technical/assets/image/corner-purple.svg);
  position: absolute;
  bottom: -2px;
  right: -26px;
  transform: rotate(-90deg);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #top #how .inner h2::after {
    display: none;
  }
}
#top #how .inner h2 span {
  display: inline-block;
  line-height: 0;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #top #how .inner h2 span {
    width: 24px;
    height: 24px;
  }
}
#top #how .inner .bg {
  background-color: #D0D6EE;
  border-radius: 0 24px 24px 24px;
  padding: 5vw 6%;
}
@media screen and (max-width: 767px) {
  #top #how .inner .bg {
    border-radius: 0 0 24px 24px;
  }
}
#top #how .inner .lead {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  line-height: 2;
  max-width: 95%;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 767px) {
  #top #how .inner .lead {
    margin-bottom: 3rem;
    font-size: 14px;
    width: 100%;
    max-width: none;
  }
}
#top #how .inner .how-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #top #how .inner .how-box {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
#top #how .inner .how-box .num {
  position: relative;
  width: 80px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  font-weight: bold;
  color: #1532AA;
  background-color: #fff;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 767px) {
  #top #how .inner .how-box .num {
    border-radius: 16px 16px 0 0;
    height: 50px;
    padding-bottom: 0;
  }
}
#top #how .inner .how-box .num::after {
  content: url(/recruit/newgraduates/technical/assets/image/corner-white.svg);
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  right: 0;
  bottom: -26px;
  transform: scaleX(-1);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #top #how .inner .how-box .num::after {
    right: -26px;
    bottom: -1px;
    transform: scale(1, -1);
  }
}
#top #how .inner .how-box .content {
  flex: 1;
  background-color: #fff;
  border-radius: 0 16px 16px 16px;
  padding: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #top #how .inner .how-box .content {
    padding: 2rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#top #how .inner .how-box .content .text h3 {
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  font-weight: 600;
  margin-bottom: 2rem;
  color: #1532AA;
  line-height: 1.5;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #top #how .inner .how-box .content .text h3 {
    margin-bottom: 1rem;
    font-size: 18px;
  }
}
#top #how .inner .how-box .content .text p {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
#top #how .inner .how-box .content .image {
  position: relative;
  padding-bottom: 2rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  #top #how .inner .how-box .content .image {
    padding-right: 0;
  }
}
#top #how .inner .how-box .content .image img {
  border-radius: 16px;
}
#top #how .inner .how-box .content .image a {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 312px;
}

#footer {
  background-color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  #footer {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 5rem;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 1175px;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 5px 0;
  padding: 0;
  background: transparent;
}
.modal .scroll-area {
  overflow-y: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.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: 124px;
  height: 124px;
  right: 15px;
  top: 15px;
}
@media screen and (max-width: 960px) {
  .modal .modal-close {
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
  }
}
.modal .modal-close span {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1532AA;
  top: 8px;
  right: 8px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
@media screen and (max-width: 960px) {
  .modal .modal-close span {
    width: 40px;
    height: 40px;
  }
}
.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: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close span::after {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close:focus-visible {
  outline: solid 2px #000;
}
.modal .modal-content {
  background-color: #fff;
  padding: 5rem;
  border-radius: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal .modal-content {
    padding: 5rem 2rem 3rem 2rem;
  }
}
.modal .modal-content h2 {
  text-align: center;
  color: #1532AA;
  font-weight: 700;
  font-size: clamp(2.45rem, 1.848rem + 0.8vw, 3rem);
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .modal .modal-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.modal .modal-content .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .modal .modal-content .layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.modal .modal-content .layout img {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .senko {
    margin-top: 2rem;
  }
}
.modal .modal-content .senko h3 {
  position: relative;
  display: inline-block;
  background-color: #D0D6EE;
  color: #1532AA;
  font-weight: 600;
  padding: 10px 20px 10px 40px;
  position: relative;
  border-radius: 16px 16px 0 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .senko h3 {
    width: 100%;
    font-size: 1.5rem;
  }
}
.modal .modal-content .senko h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #1532AA;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.modal .modal-content .senko h3::after {
  content: url(/recruit/newgraduates/technical/assets/image/corner-purple.svg);
  position: absolute;
  bottom: -4px;
  right: -25px;
  transform: rotate(-90deg);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .senko h3::after {
    display: none;
  }
}
.modal .modal-content .senko p {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  padding: 20px;
  background-color: #D0D6EE;
  border-radius: 0 16px 16px 16px;
  color: #1532AA;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .senko p {
    border-radius: 0 0 16px 16px;
    padding-top: 0;
  }
}
.modal .modal-content .relation {
  background-color: #1532AA;
  color: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .relation {
    flex-direction: column;
    gap: 10px;
    padding: 15px 3%;
  }
}
.modal .modal-content .relation h3 {
  position: relative;
  padding: 20px 20px 20px 20px;
  border-right: 1px solid #fff;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .relation h3 {
    border: none;
    margin-right: 0;
    padding: 0;
  }
}
.modal .modal-content .relation h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .modal .modal-content .relation h3::before {
    left: -18px;
  }
}
.modal .modal-content .relation ul {
  flex: 1;
  display: flex;
  margin-left: 20px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .relation ul {
    margin-left: 0;
    display: block;
    padding: 0;
  }
}
.modal .modal-content .relation ul li {
  width: 50%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .relation ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.modal .modal-content .relation ul li a {
  display: block;
  border-radius: 6px;
  background-color: #fff;
  color: #1532AA;
  padding: 10px;
  text-align: center;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
}