@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap");
.new_graduate a {
  transition: all 0.5s ease;
}
.new_graduate a:hover {
  transform: scale(1.03);
}
.new_graduate section {
  flex-flow: column;
}
.new_graduate .new_graduate_width {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.new_graduate .new_graduate-h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.new_graduate .new_graduate-h2 span {
  color: #004BA0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .new_graduate .new_graduate-h2 span {
    font-size: 14px;
  }
}
.new_graduate .new_graduate-h2 div {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .new_graduate .new_graduate-h2 div {
    font-size: 24px;
  }
}
.new_graduate .new_graduate-h2 div strong {
  color: #004BA0;
}
.new_graduate .new_graduate-read {
  text-align: center;
  padding: 0em;
}

.new_graduate-visual {
  display: flex;
  flex-flow: column;
  background-color: #808080;
  background-image: url(../img/lp_new_graduate/pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  margin-bottom: 2em;
  padding: 0em 1.5em 0;
}
@media screen and (max-width: 767px) {
  .new_graduate-visual {
    padding: 1.5em 1.5em 0;
    padding-top: 50vw;
    background-image: url(../img/lp_new_graduate/sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
.new_graduate-visual .-top_content {
  display: flex;
  flex-flow: column;
  padding: 4em 0 1em;
  color: #fff;
  gap: 1em;
}
.new_graduate-visual .-top_content ul {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .new_graduate-visual .-top_content ul {
    flex-wrap: wrap;
  }
}
.new_graduate-visual .-top_content ul li {
  display: flex;
  background-color: #fff;
  border-radius: 80px;
  align-items: center;
  gap: 0.5em;
  font-weight: 600;
  padding: 4px;
  padding-right: 1em;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .new_graduate-visual .-top_content ul li {
    font-size: 11px;
  }
}
.new_graduate-visual .-top_content h1 {
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .new_graduate-visual .-top_content h1 {
    font-size: 28px;
  }
}
.new_graduate-visual .-top_content p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .new_graduate-visual .-top_content p {
    font-size: 13px;
  }
}
.new_graduate-visual .-top_action {
  display: flex;
  gap: 2em;
  position: relative;
  z-index: 10;
  top: 32px;
}
.new_graduate-visual .-top_action a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  height: 65px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .new_graduate-visual .-top_action a {
    font-size: 16px;
  }
}
.new_graduate-visual .-top_action .-dl {
  background-color: #004BA0;
  color: #fff;
}
.new_graduate-visual .-top_action .-contact {
  background: #FFF;
  color: #000;
}

.new_graduate-why_item {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 2em;
  margin: 1em 0 3em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .new_graduate-why_item {
    flex-flow: column-reverse;
    gap: 1em;
    margin-bottom: 1em;
  }
}
.new_graduate-why_item.-rev {
  justify-content: flex-end;
  flex-flow: row-reverse;
  padding-left: 0em;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .new_graduate-why_item.-rev {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .new_graduate-why_item.-rev .new_graduate-why_item_img {
    text-align: left;
  }
}
.new_graduate-why_item.-rev .new_graduate-why_item_img img {
  border-radius: 0 16px 16px 0;
}
.new_graduate-why_item .new_graduate-why_item_img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .new_graduate-why_item .new_graduate-why_item_img {
    width: 100%;
    text-align: right;
  }
}
.new_graduate-why_item .new_graduate-why_item_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 767px) {
  .new_graduate-why_item .new_graduate-why_item_img img {
    width: 94%;
  }
}
.new_graduate-why_item .new_graduate-why_item_text {
  display: flex;
  width: 50%;
  max-width: 500px;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .new_graduate-why_item .new_graduate-why_item_text {
    width: 100%;
    padding: 1em 1.5em;
  }
}
.new_graduate-why_item .new_graduate-why_item_text .-num {
  font-family: "Barlow";
  font-size: 80px;
  line-height: 1;
  opacity: 0.25;
  font-weight: 900;
  position: relative;
  top: -8px;
  color: #004BA0;
}
.new_graduate-why_item .new_graduate-why_item_text .-text {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
}
.new_graduate-why_item .new_graduate-why_item_text .-text h3 {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .new_graduate-why_item .new_graduate-why_item_text .-text h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.new_graduate-why_item .new_graduate-why_item_text .-text strong {
  font-size: 20px;
  color: #004BA0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .new_graduate-why_item .new_graduate-why_item_text .-text strong {
    font-size: 18px;
  }
}
.new_graduate-why_item .new_graduate-why_item_text .-text p {
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .new_graduate-why_item .new_graduate-why_item_text .-text p {
    font-size: 14px;
  }
}
.new_graduate-why_item .new_graduate-why_item_text .-text ul {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
}
.new_graduate-why_item .new_graduate-why_item_text .-text ul li {
  border-radius: 80px;
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  gap: 0.75em;
}

.new_graduate-support {
  padding: 4em 2em;
}
@media screen and (max-width: 767px) {
  .new_graduate-support {
    padding: 4em 1.5em;
  }
}
.new_graduate-support h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .new_graduate-support h2 {
    font-size: 24px;
  }
}
.new_graduate-support h2 strong {
  display: block;
  color: #004BA0;
}
.new_graduate-support .new_graduate-support_read {
  text-align: center;
  line-height: 1.8;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .new_graduate-support .new_graduate-support_read {
    text-align: left;
    font-size: 14px;
  }
}
.new_graduate-support .new_graduate-support_step {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 2em auto 0;
}
@media screen and (max-width: 767px) {
  .new_graduate-support .new_graduate-support_step {
    flex-flow: column;
  }
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_item {
  width: 30%;
  background: #fff;
  border: 1em solid #004BA0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 0em;
}
@media screen and (max-width: 767px) {
  .new_graduate-support .new_graduate-support_step .new_graduate-support_item {
    width: 100%;
  }
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_item .-step {
  align-items: center;
  display: flex;
  gap: 0.5em;
  width: 100%;
  padding-top: 0.5em;
  background-color: #004BA0;
  justify-content: center;
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_item .-step strong {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_item .-step span {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  color: #004BA0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #004BA0;
  width: 100%;
  text-align: center;
  padding: 0em 1em 1em;
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_item .-detail {
  background-color: #fff;
  width: 100%;
  padding: 1em;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 1em;
  height: 100%;
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_item .-detail h4 {
  font-size: 15px;
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_item .-detail p {
  font-size: 13px;
  padding-top: 0.5em;
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_item .-detail ul {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  width: 100%;
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_item .-detail ul li {
  border: 1px solid #004BA0;
  padding: 0.5em 1em;
  font-size: 13px;
  color: #004BA0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.new_graduate-support .new_graduate-support_step .new_graduate-support_arrow {
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .new_graduate-support .new_graduate-support_step .new_graduate-support_arrow {
    width: 100%;
  }
  .new_graduate-support .new_graduate-support_step .new_graduate-support_arrow svg {
    position: relative;
    transform: rotate(90deg);
  }
}

.new_graduate-choice {
  background-color: #E5EDF5;
  padding: 4em 2em;
}
@media screen and (max-width: 767px) {
  .new_graduate-choice {
    padding: 4em 1.5em;
  }
}
.new_graduate-choice h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .new_graduate-choice h2 {
    font-size: 24px;
  }
}
.new_graduate-choice h2 strong {
  display: block;
  color: #004BA0;
}
.new_graduate-choice .new_graduate-choice_list {
  display: flex;
  flex-flow: column;
  gap: 1.5em;
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item {
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
@media screen and (max-width: 767px) {
  .new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item {
    flex-flow: column;
  }
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-left {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-left {
    width: 100%;
  }
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-left img {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-left img {
    max-height: 180px;
  }
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-left h3 {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 0.5em 0;
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-left p {
  padding: 1em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-left p {
    padding: 1.5em 1.5em 0;
  }
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right {
  width: 50%;
  padding: 1.5em;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right {
    width: 100%;
  }
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right h4 {
  color: #004BA0;
  font-size: 16px;
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right ul {
  list-style: disc;
  padding-top: 0.5em;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right ul {
    margin-bottom: 1em;
  }
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right ul li {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 6px;
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right .-score {
  border-radius: 8px;
  background: #F6FAFF;
  border: 1px solid #E5EDF5;
  display: flex;
  padding: 1em;
  justify-content: space-between;
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right .-score .-score_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 33.3333333333%;
  gap: 4px;
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right .-score .-score_item:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right .-score .-score_item span {
  font-size: 11px;
  color: #666;
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-right .-score .-score_item strong {
  font-size: 20px;
  color: #004BA0;
}
.new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-action {
  width: 7%;
  writing-mode: vertical-rl;
  background-color: #004BA0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .new_graduate-choice .new_graduate-choice_list .new_graduate-choice_item .-action {
    width: 100%;
    writing-mode: horizontal-tb;
    padding: 1em;
  }
}

.new_graduate-teacher {
  padding: 4em 2em;
}
@media screen and (max-width: 767px) {
  .new_graduate-teacher {
    padding: 4em 1.5em;
  }
}
.new_graduate-teacher .new_graduate-teacher_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2em;
}
.new_graduate-teacher .new_graduate-teacher_list .-item {
  width: 16.6666666667%;
  padding: 0.5em;
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .new_graduate-teacher .new_graduate-teacher_list .-item {
    width: 50%;
  }
}
.new_graduate-teacher .new_graduate-teacher_list .-item h3 {
  display: flex;
  flex-flow: column;
}
.new_graduate-teacher .new_graduate-teacher_list .-item h3 span {
  color: #004BA0;
  font-size: 12px;
}
.new_graduate-teacher .new_graduate-teacher_list .-item h3 strong {
  font-size: 16px;
}
.new_graduate-teacher .new_graduate-teacher_list .-item p {
  font-size: 12px;
  color: #333;
}

.new_graduate-grant {
  display: flex;
  flex-flow: row;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .new_graduate-grant {
    flex-flow: column;
  }
}
.new_graduate-grant img {
  width: 50%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .new_graduate-grant img {
    width: 100%;
  }
}
.new_graduate-grant .-text {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .new_graduate-grant .-text {
    width: 100%;
    padding: 2.5em 1.5em;
  }
}
.new_graduate-grant .-text div {
  background-color: #004BA0;
  border-radius: 80px;
  color: #fff;
  padding: 0.5em 1.5em;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.new_graduate-grant .-text div:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 75, 160, 0);
  border-top-color: #004BA0;
  border-width: 16px;
  margin-left: -16px;
}
.new_graduate-grant .-text h2 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .new_graduate-grant .-text h2 {
    font-size: 24px;
  }
}
.new_graduate-grant .-text p {
  padding: 0.5em 0;
  max-width: 80%;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .new_graduate-grant .-text p {
    text-align: left;
  }
}
.new_graduate-grant .-text a {
  border: 1px solid #000;
  padding: 1em 2em;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .new_graduate-grant .-text a {
    font-size: 16px;
  }
}

.lp_ai_open_new-h2 {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .lp_ai_open_new-h2 {
    font-size: 24px;
  }
}
.lp_ai_open_new-h2:after {
  width: 40px;
  height: 3px;
  background-color: #2462A8;
  display: block;
  content: "";
}
.lp_ai_open_new-h2 span {
  color: #2462A8;
}/*# sourceMappingURL=new_graduate.css.map */