main.entry-1 {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f1f3f7;
}

.page-header {
  padding-top: 1.2rem;
  background-color: #f1f3f7;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding-top: 3.2rem;
  }
}

.page-header .breadcrumb {
  line-height: 1;
}

.page-header .breadcrumb .breadcrumb-list .breadcrumb-item>a:not(.current) {
  letter-spacing: 0;
}

.page-header .wrapper {
  display: flex;
  gap: 6.4rem;
  position: relative;
  justify-content: space-between;
  padding-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .page-header .wrapper {
    flex-direction: column;
    gap: 1.6rem;
    padding-top: 0.8rem;
  }
}

.page-header .wrapper .text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  padding-top: 4.8rem;
  padding-bottom: 14rem;
  width: 45.8rem;
}

@media screen and (max-width: 768px) {
  .page-header .wrapper .text {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}

/* .page-header .wrapper .text > h1 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  padding: 0.65rem 2.4rem;
  border-radius: 10rem;
  border: 0.1rem solid #2f4387;
  color: #2f4387;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .page-header .wrapper .text > h1 {
    padding: 0.6rem 2.4rem;
    margin-bottom: 0;
    width: 30.7rem;
  }
}
.page-header .wrapper .text>h1::before {
  display: none;
} */

.page-header .wrapper .text>h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}

@media screen and (max-width: 768px) {
  .page-header .wrapper .text>h1 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.page-header .wrapper .text>h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

/* .page-header .wrapper .text>h2::before {
  content: attr(data-en);
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #2f4387;
  margin-bottom: 0.8rem;
} */

.page-header .wrapper .text>h2>span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-left: 1rem;
}

.page-header .wrapper .image {
  position: relative;
  width: 70.7rem;
  border-radius: 0.5rem;
  overflow: visible;
  display: grid;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .page-header .wrapper .image {
    width: 33.5rem;
    height: 27.5rem;
    margin-bottom: 4rem;
  }
}

.page-header .wrapper .image>img {
  position: relative;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0.5rem;
  top: 1.7rem;
}

@media screen and (max-width: 768px) {
  .page-header .wrapper .image>img {
    top: 2rem;
  }
}

.page-header .wrapper .image .square {
  position: relative;
  width: 3.32rem;
  height: 3.32rem;
  transform: translate(53rem, -23.5rem);
}

@media screen and (max-width: 768px) {
  .page-header .wrapper .image .square {
    transform: translate(21.5rem, -14.5rem);
    width: 2.4rem;
    height: 2.4rem;
  }
}

.page-header .wrapper .image .square::before {
  content: "";
  position: absolute;
  width: 7.6rem;
  height: 7.6rem;
  background: linear-gradient(270deg, #33a7cc, #0d64d9);
  border-radius: 0.2rem;
  transform: translate(6rem, -15rem);
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .page-header .wrapper .image .square::before {
    transform: translate(4.5rem, -11rem);
    width: 5.46rem;
    height: 5.46rem;
  }
}

.page-header .wrapper .image .square::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 2.9rem;
  background: rgba(214, 230, 254, 0.6);
  border-radius: 0.2rem;
  transform: translate(7.5rem, 6rem);
}

@media screen and (max-width: 768px) {
  .page-header .wrapper .image .square::after {
    transform: translate(5.5rem, 4rem);
    width: 2.16rem;
    height: 2.1rem;
  }
}

.page-header .wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10.6rem;
  width: calc(100% - 21.2rem);
  height: 1px;
  background: #bac1da;
}

@media screen and (max-width: 768px) {
  .page-header .wrapper::before {
    left: 2rem;
    width: calc(100% - 4rem);
  }
}

.page-header .wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10.6rem;
  width: 13.4rem;
  height: 1px;
  background: #243678;
}

@media screen and (max-width: 768px) {
  .page-header .wrapper::after {
    left: 2rem;
    width: 4rem;
  }
}

section.interview {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  section.interview {
    padding-top: 3.2rem;
    padding-bottom: 0;
  }
}

section.interview .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.4rem;
  position: relative;
}

section.interview .wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #bac1da;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  section.interview .wrapper::after {
    margin-top: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  section.interview .wrapper {
    gap: 3.2rem;
    border-bottom: none;
  }
}

section.interview .wrapper .text,
section.interview .wrapper .image {
  padding: 0 9.4rem;
}

@media screen and (max-width: 768px) {

  section.interview .wrapper .text,
  section.interview .wrapper .image {
    padding: 0;
  }
}

section.interview .wrapper .text>img,
section.interview .wrapper .image>img {
  border-radius: 0.5rem;
}

section.interview .wrapper .text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  section.interview .wrapper .text {
    gap: 1.6rem;
  }
}

section.interview .wrapper .text>h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}

section.interview .wrapper .text>p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}

section.interview .wrapper .image {
  position: relative;
  height: 47.6rem;
}

@media screen and (max-width: 768px) {
  section.interview .wrapper .image {
    width: 33.5rem;
    height: 15.3rem;
  }
}

section.interview .wrapper .schedule {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  background-color: #fff;
  padding: 4.8rem 9.8rem;
  margin: 0 9.4rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  section.interview .wrapper .schedule {
    padding: 4.8rem 2rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 1.6rem;
  }
}

section.interview .wrapper .schedule .title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  section.interview .wrapper .schedule .title {
    margin-bottom: 0.8rem;
  }
}

section.interview .wrapper .schedule .title>img {
  width: 5.6rem;
  height: 5.6rem;
}

@media screen and (max-width: 768px) {
  section.interview .wrapper .schedule .title>img {
    width: 4.2rem;
    height: 4.2rem;
  }
}

section.interview .wrapper .schedule .title>h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #243678;
}

section.interview .wrapper .schedule li {
  display: flex;
  align-items: center;
  gap: 6.4rem;
  background-color: #f2f7fd;
  padding: 2rem 11rem 2rem 4rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  section.interview .wrapper .schedule li {
    padding: 2rem 1.6rem;
    gap: 1.6rem;
  }
}

section.interview .wrapper .schedule li>h3 {
  flex-shrink: 0;
  width: 6.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #243678;
  font-family: "Open Sans", sans-serif;
}

section.interview .wrapper .schedule li>p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #243678;
}

section.other .wrapper {
  padding-bottom: 10.4rem;
}

@media screen and (max-width: 768px) {
  section.other .wrapper {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

section.other .wrapper>h2 {
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  section.other .wrapper>h2::after {
    font-size: 2rem;
  }
}

section.other .wrapper>h2>span {
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  section.other .wrapper>h2>span {
    font-size: 2.4rem;
  }
}

section.other .wrapper .other-list {
  margin-top: 4.5rem;
  display: flex;
  gap: 8rem;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list {
    margin-top: 5.6rem;
    flex-direction: column;
    gap: 3.5rem;
  }
}

section.other .wrapper .other-list>li {
  display: grid;
  grid-template-columns: 100%;
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li {
    gap: 3.2rem;
    margin-top: 1.4rem;
    padding: 0 1.6rem 4.8rem 1.6rem;
  }
}

section.other .wrapper .other-list>li+li {
  margin-top: 0;
}

section.other .wrapper .other-list>li .text {
  display: grid;
  grid-template-columns: 100%;
  gap: 2.4rem;
}

/* section.other .wrapper .other-list>li .text>h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  padding: 0.5rem 2.4rem;
  border-radius: 10rem;
  border: 0.1rem solid #2f4387;
  color: #2f4387;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li .text>h2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

section.other .wrapper .other-list>li .text>h2::before {
  display: none;
} */

section.other .wrapper .other-list>li .text>p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li .text>p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

section.other .wrapper .other-list>li .text>h2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li .text>h2 {
    font-size: 2rem;
  }
}

section.other .wrapper .other-list>li .text>h2::before {
  content: attr(data-en);
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  color: #2f4387;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li .text>h2::before {
    font-size: 2rem;
  }
}

section.other .wrapper .other-list>li .text>h2>span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-left: 1rem;
}

section.other .wrapper .other-list>li .text>.link-button {
  width: fit-content;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li .text>.link-button {
    width: 100%;
    padding: 1.05rem 1.8rem 1.05rem 2.6rem;
    white-space: nowrap;
  }
}

section.other .wrapper .other-list>li .image {
  position: relative;
  width: 57.38rem;
  height: 28.86rem;
  border-radius: 0.5rem;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li .image {
    width: 30.3rem;
    height: 23rem;
  }
}

section.other .wrapper .other-list>li .image>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li .image>img {
    width: 30.3rem;
    height: 23rem;
  }
}

section.other .wrapper .other-list>li .image .square {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  transform: translate(43rem, -18rem);
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li .image .square {
    transform: translate(20rem, -16.5rem);
    width: 2.2rem;
    height: 2.2rem;
  }
}

section.other .wrapper .other-list>li .image .square::before {
  content: "";
  position: absolute;
  width: 6.1rem;
  height: 5.9rem;
  background: linear-gradient(270deg, rgba(146, 159, 250, 0.5019607843), #1d2ca1, #1160c6, #3eb2bf);
  border-radius: 0.2rem;
  transform: translate(5.1rem, -12.5rem);
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li .image .square::before {
    transform: translate(2.5rem, -8rem);
    width: 4.5rem;
    height: 4.5rem;
  }
}

section.other .wrapper .other-list>li .image .square::after {
  content: "";
  position: absolute;
  width: 2.43rem;
  height: 2.37rem;
  background: rgba(214, 230, 254, 0.6);
  border-radius: 0.2rem;
  transform: translate(6rem, 5rem);
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li .image .square::after {
    transform: translate(5.2rem, 6rem);
    width: 1.28rem;
    height: 1.9rem;
  }
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li:nth-child(2) {
    padding-bottom: 5.4rem;
  }
}

section.other .wrapper .other-list>li:nth-child(2) .image .square {
  width: 2.8rem;
  height: 2.8rem;
  transform: translate(43rem, -18rem);
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li:nth-child(2) .image .square {
    transform: translate(19.8rem, -16.5rem);
    width: 2.2rem;
    height: 2.2rem;
  }
}

section.other .wrapper .other-list>li:nth-child(2) .image .square::before {
  background: linear-gradient(90deg, #83a4d4, #b6fbff);
  transform: translate(5rem, -12.5rem);
  width: 6rem;
  height: 6rem;
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li:nth-child(2) .image .square::before {
    transform: translate(3rem, -7.8rem);
    width: 4.5rem;
    height: 4.5rem;
  }
}

section.other .wrapper .other-list>li:nth-child(2) .image .square::after {
  transform: translate(6rem, 4.5rem);
}

@media screen and (max-width: 768px) {
  section.other .wrapper .other-list>li:nth-child(2) .image .square::after {
    transform: translate(3.5rem, 3rem);
    width: 2rem;
    height: 2rem;
  }
}

/*# sourceMappingURL=entry-1.css.map */