#matching #visual {
  padding: 120px 0 80px 0;
}
@media screen and (max-width: 767px) {
  #matching #visual {
    padding: 50px 0 30px;
  }
}
#matching #visual h1 {
  font-size: clamp(4.4rem, 3.008rem + 1.8vw, 5.6rem);
  font-weight: 600;
  color: #1532AA;
}
@media screen and (max-width: 767px) {
  #matching #visual h1 {
    font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
    margin-bottom: 40px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
#matching #visual .bumon {
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  color: #1532AA;
}
#matching .bg {
  background-color: #EDF1FF;
  border-radius: 24px;
  padding: 130px 80px;
  width: 98%;
}
@media screen and (max-width: 767px) {
  #matching .bg {
    padding: 40px 3% 80px;
  }
}
#matching .first {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #matching .first {
    display: block;
    margin-bottom: 40px;
  }
}
#matching .first .image {
  position: relative;
  width: 50%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #matching .first .image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#matching .first .image img {
  border-radius: 25px;
}
#matching .first .image::before {
  content: "";
  background: url(/recruit/newgraduates/technical/assets/image/matching/vis-corner1.png) no-repeat left top/cover;
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  width: 30%;
  height: auto;
  aspect-ratio: 193/91;
}
#matching .first .image::after {
  content: "";
  background: url(/recruit/newgraduates/technical/assets/image/matching/vis-corner2.png) no-repeat left top/cover;
  position: absolute;
  display: block;
  bottom: -1px;
  right: -1px;
  width: 40%;
  height: auto;
  aspect-ratio: 204/101;
}
#matching .first p {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #matching .first p {
    width: 100%;
  }
}
#matching h2 {
  text-align: center;
  color: #333333;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #matching h2 {
    margin-bottom: 20px;
  }
}
#matching .main {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #matching .main {
    margin-bottom: 40px;
  }
}
#matching .main .layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #matching .main .layout {
    grid-template-columns: repeat(1, 1fr);
  }
}
#matching .main .layout.col2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 784px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #matching .main .layout.col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#matching .main .layout.center {
  grid-template-columns: repeat(2, minmax(auto, 355px));
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #matching .main .layout.center {
    grid-template-columns: repeat(1, 1fr);
  }
}
#matching .main .layout .box {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 10%;
  display: flex;
  flex-direction: column;
}
#matching .main .layout .box.blank {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #matching .main .layout .box {
    padding: 30px 5%;
  }
}
#matching .main .layout .box h3 {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E3E3E3;
}
#matching .main .layout .box p {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  margin-bottom: 20px;
  flex: 1;
}
#matching .main .layout .box .note {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  margin-top: 1rem;
  margin-bottom: 0;
  flex: none;
}
#matching .main .layout .box .note.dummy {
  opacity: 0;
  pointer-events: none;
}
#matching .main2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #matching .main2 {
    margin-bottom: 40px;
  }
}
#matching .main2 .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 960px) {
  #matching .main2 .layout {
    grid-template-columns: repeat(1, 1fr);
  }
}
#matching .main2 .layout2 .box {
  margin-bottom: 24px;
}
#matching .main2 .layout2 .box .info {
  border: none;
  padding-bottom: 0;
}
#matching .main2 .layout2 .field {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 960px) {
  #matching .main2 .layout2 .field {
    grid-template-columns: repeat(1, 1fr);
  }
}
#matching .main2 .layout2 .box-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  #matching .main2 .layout2 .box-top {
    display: block;
  }
}
#matching .main2 .layout2 .box-top .text {
  width: 60%;
}
@media screen and (max-width: 960px) {
  #matching .main2 .layout2 .box-top .text {
    width: 100%;
  }
}
#matching .main2 .layout2 .box-top .text .info {
  margin-bottom: 0;
}
#matching .main2 .layout2 .box-top .image {
  width: 35%;
}
@media screen and (max-width: 960px) {
  #matching .main2 .layout2 .box-top .image {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
}
#matching .main2 .layout2 .box-top .image img {
  border-radius: 16px;
}
#matching .main2 .layout3 {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 5%;
  gap: 5%;
}
@media screen and (max-width: 960px) {
  #matching .main2 .layout3 {
    flex-direction: column;
  }
}
#matching .main2 .layout3 .box {
  flex: 1;
  padding: 0;
}
#matching .main2 .layout3 .box p {
  margin-bottom: 20px;
}
#matching .main2 .layout3 .box p.last {
  margin-bottom: 0;
}
#matching .main2 .layout3 .image {
  width: 25%;
}
#matching .main2 .layout3 .image img {
  max-width: 244px;
  width: 100%;
}
#matching .main2 .box {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 5% 10px;
}
#matching .main2 .box h3 {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 600;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#matching .main2 .box .info {
  display: flex;
  gap: 3%;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
#matching .main2 .box .info p {
  flex: 1;
}
#matching .main2 .box .info img {
  width: 30%;
  border-radius: 16px;
}
#matching .main2 .main-box {
  background-color: #fff;
  padding: 3rem 5%;
  border-radius: 24px;
  margin-bottom: 5rem;
}
#matching .main2 .main-box .row {
  border-bottom: 1px solid #E3E3E3;
  background-color: transparent;
  border-radius: 0;
  align-items: center;
  padding: 2rem 0;
}
#matching .main2 .main-box .row.row-top {
  align-items: flex-start;
}
#matching .main2 .main-box .row.last {
  border-bottom: none;
}
#matching .main2 .main-box .box-title {
  text-align: center;
  margin-bottom: 1rem;
}
#matching .main2 .main-box .box-title span {
  display: inline-block;
  background-color: #1532AA;
  color: #fff;
  line-height: 1;
  padding: 10px 40px;
  border-radius: 18px;
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  font-weight: 600;
}
#matching .main2 .main-box .box-lead {
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
}
#matching .main2 .main-box > .box {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #matching .main2 .main-box > .box {
    display: block;
    padding: 1rem 0;
  }
}
#matching .main2 .main-box > .box .title {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #matching .main2 .main-box > .box .title {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#matching .main2 .main-box > .box .title .info {
  display: flex;
  gap: 3%;
  width: 100%;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #matching .main2 .main-box > .box .title .info {
    margin-bottom: 0;
  }
}
#matching .main2 .main-box > .box .title .info p {
  flex: 1;
}
#matching .main2 .main-box > .box .title .info .image {
  width: 160px;
}
#matching .main2 .main-box > .box .title .info .image img {
  width: 100%;
  height: auto;
}
#matching .main2 .main-box > .box .field {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #matching .main2 .main-box > .box .field {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #matching .main2 .main-box > .box .field .box {
    display: block;
  }
}
#matching .main2 .main-box > .box .field .box h4 {
  width: 110px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #matching .main2 .main-box > .box .field .box h4 {
    margin: 0 auto 0.5rem;
  }
}
#matching .main2 .field {
  margin-bottom: 0;
}
#matching .main2 .field .box {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #matching .main2 .field .box {
    display: block;
  }
}
#matching .main2 .field h4 {
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  width: 25%;
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #matching .main2 .field h4 {
    font-size: 1.8rem;
    padding: 10px;
    width: 124px;
    margin: 0 auto 0.5rem;
  }
}
#matching .main2 .field .text {
  flex: 1;
}
#matching .main2 .field p {
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #matching .main2 .field p {
    font-size: 1.6rem;
  }
}
#matching .main2 .field .bottom {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
  margin-top: 0.5rem;
}
#matching .field {
  margin-bottom: 80px;
}
#matching .field .layout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 24px;
}
#matching .field .layout .box {
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 24px;
  padding: 30px;
  max-width: 588px;
  width: calc(50% - 12px);
}
@media screen and (max-width: 960px) {
  #matching .field .layout .box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #matching .field .layout .box {
    padding: 20px;
  }
}
#matching .field .layout .box.blank {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
#matching .field .layout .box .top {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  #matching .field .layout .box .top {
    flex-direction: column;
    gap: 15px;
  }
}
#matching .field .layout .box .top h3 {
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  min-width: 120px;
  width: 25%;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #matching .field .layout .box .top h3 {
    font-size: 1.8rem;
    padding: 10px;
  }
}
#matching .field .layout .box .top p {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #matching .field .layout .box .top p {
    font-size: 1.6rem;
  }
}
#matching .field .layout .box .bottom {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
#matching .field .layout.wide .box {
  max-width: 800px;
  width: 100%;
}
#matching .field .layout.wide .box .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#matching .field .layout.wide .box .labels h3 {
  width: calc(50% - 5px);
  min-width: 0;
}
#matching .field .layout.wide .box .labels h3.denki {
  background-color: #9DBA30;
}
#matching .field .layout.wide .box .labels h3.denshi {
  background-color: #9DBA30;
}
#matching .field .layout.wide .box .labels h3.kikai {
  background-color: #D16D7F;
}
#matching .field .layout.wide .box .labels h3.info {
  background-color: #5FB1B8;
}
#matching .people {
  margin-bottom: 80px;
}
#matching .people .layout {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #matching .people .layout {
    display: block;
  }
}
#matching .people .layout .box {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  padding: 20px 24px 50px;
  max-width: 384px;
  width: calc(30% - 16px);
  box-shadow: inset 0 0 0 0 rgba(21, 50, 170, 0);
}
@media screen and (max-width: 767px) {
  #matching .people .layout .box {
    width: 100%;
    margin: 0 auto 20px;
  }
}
#matching .people .layout .box:hover {
  box-shadow: inset 0 0 0 2px #1532AA;
}
#matching .people .layout .box .image {
  margin-bottom: 20px;
}
#matching .people .layout .box .image img {
  border-radius: 16px;
}
#matching .people .layout .box .type {
  display: inline-block;
  border-bottom: 1px solid #1532AA;
  color: #1532AA;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
}
#matching .people .layout .box p {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 600;
  line-height: 1.6;
}
#matching .people .layout .box .oc {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
  background-color: #1532AA;
  width: 50px;
  height: 50px;
}
#matching .people .layout .box .oc span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
}
#matching .area .area-block {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 70px 40px;
}
@media screen and (max-width: 767px) {
  #matching .area .area-block {
    padding: 0px 5% 20px;
  }
}
#matching .area .area-block .row {
  display: flex;
  padding: 40px 0 0;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 1100px) {
  #matching .area .area-block .row {
    display: block;
  }
}
#matching .area .area-block .row.last {
  border-bottom: none;
}
#matching .area .area-block .row .place {
  width: 25%;
}
@media screen and (max-width: 1100px) {
  #matching .area .area-block .row .place {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 1rem;
  }
}
#matching .area .area-block .row .place .pref {
  display: flex;
  align-items: center;
  color: #1532AA;
  gap: 15px;
}
#matching .area .area-block .row .place h3 {
  color: #333;
  font-size: clamp(1.85rem, 1.48rem + 0.5vw, 2.2rem);
  font-weight: 600;
}
#matching .area .area-block .row .swiper {
  flex: 1;
  padding-bottom: 40px;
}
#matching .area .area-block .row .swiper .swiper-slide {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 960px) {
  #matching .area .area-block .row .swiper .swiper-slide {
    display: block;
  }
}
#matching .area .area-block .row .swiper .swiper-slide .image {
  width: 70%;
  padding-left: 5px;
}
@media screen and (max-width: 960px) {
  #matching .area .area-block .row .swiper .swiper-slide .image {
    margin: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #matching .area .area-block .row .swiper .swiper-slide .image {
    width: 100%;
  }
}
#matching .area .area-block .row .swiper .swiper-slide .image img {
  border-radius: 16px;
}
#matching .area .area-block .row .swiper .swiper-slide p {
  width: 30%;
}
@media screen and (max-width: 960px) {
  #matching .area .area-block .row .swiper .swiper-slide p {
    width: 100%;
  }
}
#matching .area .area-block .row .swiper .swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-right: auto;
  gap: 25px;
}
@media screen and (max-width: 960px) {
  #matching .area .area-block .row .swiper .swiper-nav {
    width: 100%;
    margin: 20px auto 0;
  }
}
#matching .area .area-block .row .swiper .swiper-prev-next {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#matching .area .area-block .row .swiper .swiper-prev-next::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1532AA;
  border-right: 2px solid #1532AA;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#matching .area .area-block .row .swiper .swiper-prev-next.swiper-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
#matching .area .area-block .row .swiper .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
}
#matching .area .area-block .row .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1532AA;
}
#matching .area .etc-area {
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #matching .area .etc-area {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #matching .area .etc-area {
    padding-top: 0px;
  }
}
#matching .area .etc-area h3 {
  text-align: center;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 30px;
}
#matching .area .etc-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#matching .area .etc-area ul li {
  width: calc(25% - 16px);
  line-height: 1;
  padding: 16px 24px;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  border: 1px solid #E3E3E3;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #matching .area .etc-area ul li {
    width: calc(33.333% - 16px);
  }
}
#matching .area .etc-area ul li.blank {
  background-color: transparent;
  border: none;
  padding: 0;
}
#matching .field .box.denshi h3,
#matching .field .box.denshi h4 {
  background-color: #9DBA30;
}
#matching .field .box.denshi p.desc {
  color: #9DBA30;
}
#matching .field .box.denshi .top p {
  color: #9DBA30;
}
#matching .field .box.denki h3,
#matching .field .box.denki h4 {
  background-color: #9DBA30;
}
#matching .field .box.denki p.desc {
  color: #9DBA30;
}
#matching .field .box.denki .top p {
  color: #9DBA30;
}
#matching .field .box.kikai h3,
#matching .field .box.kikai h4 {
  background-color: #D16D7F;
}
#matching .field .box.kikai p.desc {
  color: #D16D7F;
}
#matching .field .box.kikai .top p {
  color: #D16D7F;
}
#matching .field .box.info h3,
#matching .field .box.info h4 {
  background-color: #5FB1B8;
}
#matching .field .box.info p.desc {
  color: #5FB1B8;
}
#matching .field .box.info .top p {
  color: #5FB1B8;
}
#matching .field .box.kagaku h3,
#matching .field .box.kagaku h4 {
  background-color: #C6B05E;
}
#matching .field .box.kagaku p.desc {
  color: #C6B05E;
}
#matching .field .box.kagaku .top p {
  color: #C6B05E;
}
#matching .field .box.kaiseki h3,
#matching .field .box.kaiseki h4 {
  background-color: #796BAF;
}
#matching .field .box.kaiseki p.desc {
  color: #796BAF;
}
#matching .field .box.kaiseki .top p {
  color: #796BAF;
}
#matching .field .box.after h3,
#matching .field .box.after h4 {
  background-color: #A57000;
}
#matching .field .box.after p.desc {
  color: #A57000;
}
#matching .field .box.after .top p {
  color: #A57000;
}
#matching .field .box.tokou h3,
#matching .field .box.tokou h4 {
  background-color: #F39800;
}
#matching .field .box.tokou p.desc {
  color: #F39800;
}
#matching .field .box.tokou .top p {
  color: #F39800;
}
#matching .field .box.material h3,
#matching .field .box.material h4 {
  background-color: #3B82C5;
}
#matching .field .box.material p.desc {
  color: #3B82C5;
}
#matching .field .box.material .top p {
  color: #3B82C5;
}
#matching .field .box.design h3,
#matching .field .box.design h4 {
  background-color: #39A869;
}
#matching .field .box.design p.desc {
  color: #39A869;
}
#matching .field .box.design .top p {
  color: #39A869;
}
#matching .field .box.corp h3,
#matching .field .box.corp h4 {
  background-color: #B170C9;
}
#matching .field .box.corp p.desc {
  color: #B170C9;
}
#matching .field .box.corp .top p {
  color: #B170C9;
}
#matching .field .box.system h3,
#matching .field .box.system h4 {
  background-color: #45B5DD;
}
#matching .field .box.system p.desc {
  color: #45B5DD;
}
#matching .field .box.system .top p {
  color: #45B5DD;
}
#matching .field .box.etc h3,
#matching .field .box.etc h4 {
  background-color: #8B8787;
}
#matching .field .box.etc p.desc {
  color: #8B8787;
}
#matching .field .box.etc .top p {
  color: #8B8787;
}
#matching .field .box.process h3,
#matching .field .box.process h4 {
  background-color: #00B653;
}
#matching .field .box.process p.desc {
  color: #00B653;
}
#matching .field .box.process .top p {
  color: #00B653;
}
#matching .lastdate {
  text-align: right;
}