.graduate .contents .page-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .graduate .contents .page-ttl {
    margin-bottom: 40px;
  }
}
.graduate .middle-ttl:before {
  height: calc(100% - 20px);
}
.graduate .senior-movie {
  margin-bottom: 100px;
}
.graduate .senior-movie .senior-movie-wrap {
  background: #F5F5F5;
  padding: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .graduate .senior-movie .senior-movie-wrap {
    padding: 50px 20px;
  }
}
.graduate .senior-movie .senior-movie-wrap .senior-movie-txt {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .graduate .senior-movie .senior-movie-wrap .senior-movie-txt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.graduate .senior-movie .senior-movie-wrap .senior-movie-txt .page-ttl {
  margin-bottom: 20px;
}
.graduate .senior-movie .senior-movie-wrap .senior-movie-txt .copy {
  color: #CE3533;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .graduate .senior-movie .senior-movie-wrap .senior-movie-txt .copy {
    font-size: 1.25rem;
  }
}
.graduate .senior-movie .senior-movie-wrap .senior-movie-txt .course,
.graduate .senior-movie .senior-movie-wrap .senior-movie-txt .name {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .graduate .senior-movie .senior-movie-wrap .senior-movie-txt .course,
  .graduate .senior-movie .senior-movie-wrap .senior-movie-txt .name {
    font-size: 1rem;
  }
}
.graduate .senior-movie .senior-movie-wrap .movie {
  width: 530px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .graduate .senior-movie .senior-movie-wrap .movie {
    width: 100%;
  }
}
.graduate .senior-movie .senior-movie-wrap .movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.graduate .voice {
  margin-bottom: 100px;
}
.graduate .voice .voice-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.graduate .voice .voice-contents:last-of-type {
  margin-bottom: 0;
}
.graduate .voice .voice-contents .voice-image {
  width: 545px;
}
@media screen and (max-width: 767px) {
  .graduate .voice .voice-contents .voice-image {
    width: 100%;
    margin-bottom: 15px;
  }
}
.graduate .voice .voice-contents .voice-image img {
  border-radius: 10px;
}
.graduate .voice .voice-contents .voice-txt {
  width: 545px;
  margin-top: 10px;
  /*.people-prof{
  	display: flex;
  	flex-wrap: wrap;
  	padding: 15px 0;
  	border-top: 1px solid $font-color;
  	border-bottom: 1px solid $font-color;
  	margin-bottom: 30px;

  	dt{
  		width: 114px;
  		font-size: rem(20);
  		font-weight: bold;

  		.year{
  			display: block;
  			font-size: rem(12);
  		}
  	}

  	dd{
  		width: calc(100% - 114px);
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .graduate .voice .voice-contents .voice-txt {
    width: 100%;
  }
}
.graduate .voice .voice-contents .voice-txt .course {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.graduate .voice .voice-contents .voice-txt .course span {
  padding: 10px;
  border-radius: 6px;
}
.graduate .voice .voice-contents .voice-txt .course.se span {
  background: #3D83B7;
}
.graduate .voice .voice-contents .voice-txt .course.cg span {
  background: #9151B7;
}
.graduate .voice .voice-contents .voice-txt .course.dx span {
  background: #409E8F;
}
.graduate .voice .voice-contents .voice-txt .course.mb span {
  background: #DE5685;
}
.graduate .voice .voice-contents .voice-txt .voice-copy {
  font-size: 1.625rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .graduate .voice .voice-contents .voice-txt .voice-copy {
    font-size: 1.3125rem;
    margin-bottom: 10px;
  }
}
.graduate .voice .voice-contents .voice-txt .people-prof {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 15px 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  margin-bottom: 30px;
}
.graduate .voice .voice-contents .voice-txt .people-prof .year {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .graduate .voice .voice-contents .voice-txt .people-prof .year {
    display: block;
  }
}
.graduate .voice .voice-contents .voice-txt .voice-accordion .voice-accordion-inner {
  max-height: 190px;
  overflow: hidden;
  transition: 0.5s ease;
  position: relative;
}
.graduate .voice .voice-contents .voice-txt .voice-accordion .voice-accordion-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  transition: 1s;
}
.graduate .voice .voice-contents .voice-txt .voice-accordion.open .voice-accordion-inner {
  max-height: none;
  overflow: auto;
}
.graduate .voice .voice-contents .voice-txt .voice-accordion.open .voice-accordion-inner:after {
  content: none;
}
.graduate .voice .voice-contents .voice-txt .voice-btn {
  margin-top: 40px;
}
.graduate .voice .voice-contents .voice-txt .voice-btn p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.graduate .voice .voice-contents .voice-txt .voice-btn p .txt {
  margin-right: 10px;
}
.graduate .voice .voice-contents .voice-txt .voice-btn p .plus {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #CE3533;
  position: relative;
}
.graduate .voice .voice-contents .voice-txt .voice-btn p .plus:before, .graduate .voice .voice-contents .voice-txt .voice-btn p .plus:after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 13px;
  transition: 0.5s ease;
}
.graduate .voice .voice-contents .voice-txt .voice-btn p .plus:after {
  transform: rotate(90deg);
}
.graduate .voice .voice-contents .voice-txt .voice-btn.open p .plus:after {
  transform: rotate(0);
}
.graduate .voice .voice-contents .voice-txt .voice-btn:hover {
  cursor: pointer;
}
.graduate .voice .voice-contents .voice-txt .voice-btn:hover p {
  color: #CE3533;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .graduate .voice .voice-contents .voice-txt .voice-btn:hover p {
    color: #222222;
    opacity: 1;
  }
}
.graduate .merit {
  margin-bottom: 100px;
}
.graduate .merit .page-ttl {
  margin-bottom: 80px;
}
.graduate .merit .merit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
.graduate .merit .merit-list li {
  width: 550px;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 40px 25px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .graduate .merit .merit-list li {
    width: 100%;
    padding: 35px 20px 25px;
  }
}
.graduate .merit .merit-list li .num {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  background: #CE3533;
  padding: 10px;
  border-radius: 6px 6px 6px 0;
  position: absolute;
  left: 0;
  top: -25px;
}
@media screen and (max-width: 767px) {
  .graduate .merit .merit-list li .num {
    font-size: 1rem;
  }
}
.graduate .merit .merit-list li .merit-ttl {
  font-size: 1.375rem;
  padding-bottom: 15px;
  margin-bottom: 0.8em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .graduate .merit .merit-list li .merit-ttl {
    font-size: 1.25rem;
  }
}
.graduate .merit .merit-list li .merit-ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #222222 0.5px, transparent 0.8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  position: absolute;
  bottom: 0;
}
.graduate .faq {
  margin-bottom: 100px;
  padding-top: 140px;
}
.graduate .faq .faq-list {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .graduate .faq .faq-list {
    padding: 25px 15px;
  }
}
.graduate .faq .faq-list:last-of-type {
  margin-bottom: 0;
}
.graduate .faq .faq-list dt {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .graduate .faq .faq-list dt {
    font-size: 1.125rem;
    padding-right: 30px;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.graduate .faq .faq-list dt span {
  color: #CE3533;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .graduate .faq .faq-list dt span {
    font-size: 1.5625rem;
  }
}
.graduate .faq .faq-list dt:before, .graduate .faq .faq-list dt:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #CE3533;
  position: absolute;
  right: 0;
  top: 22px;
  transition: 0.5s ease;
}
.graduate .faq .faq-list dt:after {
  transform: rotate(90deg);
}
.graduate .faq .faq-list dt:hover {
  cursor: pointer;
}
.graduate .faq .faq-list dt.open:after {
  transform: rotate(0);
}
.graduate .faq .faq-list dd {
  position: relative;
  margin-top: 15px;
  padding-top: 20px;
  display: none;
}
.graduate .faq .faq-list dd:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #222222 0.5px, transparent 0.8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  position: absolute;
  top: 0;
}
.graduate .company .company-table {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .graduate .company .company-table {
    width: 100%;
  }
}
.graduate .company .company-table thead th {
  width: 25%;
  font-weight: 500;
}
.graduate .company .company-table thead th.company-name {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .graduate .company .company-table tbody td {
    font-size: 0.9375rem;
    padding: 10px 8px;
  }
}
.graduate .company .page-link-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.graduate .company .page-link-list li {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .graduate .company .page-link-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.graduate .company .page-link-list li a {
  padding: 15px 18px;
  border-bottom: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.graduate .company .page-link-list li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #CE3533;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .graduate .company .page-link-list li a:after {
    content: none;
  }
}
.graduate .company .page-link-list li a .txt {
  font-weight: bold;
}
.graduate .company .page-link-list li a .la-arrow-right {
  width: 24px;
  height: 24px;
}
.graduate .company .page-link-list li a .la-arrow-right:before {
  font-size: 0.75rem;
}
.graduate .company .page-link-list li a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .graduate .company .page-link-list li a:hover {
    color: #222222;
  }
}
.graduate .company .page-link-list li a:hover:after {
  width: 100%;
}
.graduate .company .page-link-list li a:hover .la-arrow-right {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .graduate .company .page-link-list li a:hover .la-arrow-right {
    background: #CE3533;
  }
}
.graduate .company .page-link-list li a:hover .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .graduate .company .page-link-list li a:hover .la-arrow-right:before {
    color: #fff;
  }
}
.graduate .survey {
  background-color: #F5F5F5;
  padding: 88px 0 140px;
}
@media screen and (max-width: 767px) {
  .graduate .survey {
    padding: 68px 20px 100px;
  }
}
.graduate .survey .inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 72px 56px 50px;
}
@media screen and (max-width: 767px) {
  .graduate .survey .inner {
    padding: 54px 25px;
  }
}
.graduate .survey h2 {
  text-align: center;
  margin-bottom: -33px;
}
.graduate .survey .sub {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  color: #222222;
  padding: 0 8px;
  line-height: 1;
  margin-bottom: 12px;
}
.graduate .survey .sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  background-color: #222222;
  width: 2px;
  height: 18px;
  transform: rotate(-24deg);
}
@media screen and (max-width: 767px) {
  .graduate .survey .sub::before {
    top: 0;
    height: 50px;
  }
}
.graduate .survey .sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  background-color: #222222;
  width: 2px;
  height: 18px;
  transform: rotate(24deg);
}
@media screen and (max-width: 767px) {
  .graduate .survey .sub::after {
    top: 0;
    height: 50px;
  }
}
.graduate .survey .title-box {
  width: 66px;
  height: 66px;
  color: #fff;
  background-color: #CE3533;
  border-radius: 3px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .graduate .survey .title-box {
    width: 48px;
    height: 48px;
    font-size: 1.75rem;
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .graduate .survey .title-box:nth-of-type(5n+1) {
    margin-right: 0;
  }
}
.graduate .survey .title-box:nth-last-of-type(1) {
  margin-right: 0;
}
.graduate .survey strong {
  color: #EB8B2C;
  font-size: 2.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.graduate .survey .lead {
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .graduate .survey .lead {
    font-size: 0.9375rem;
    text-align: left;
  }
}
.graduate .survey__list {
  counter-reset: survey-counter;
}
.graduate .survey__list li {
  display: flex;
  gap: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background: radial-gradient(circle, #222222 1px, transparent 1px) left bottom repeat-x;
  background-size: 6px 6px;
}
@media screen and (max-width: 767px) {
  .graduate .survey__list li {
    display: block;
  }
}
.graduate .survey__list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  background: none;
}
.graduate .survey__group {
  width: 730px;
}
@media screen and (max-width: 767px) {
  .graduate .survey__group {
    width: auto;
  }
}
.graduate .survey__group h3 {
  position: relative;
  padding: 10px 16px;
  padding-left: calc(2.2em + 16px);
  background-color: #F5F5F5;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 27px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .graduate .survey__group h3 {
    font-size: 1.125rem;
    padding: 10px 14px;
    padding-left: calc(2.2em + 14px);
    margin-bottom: 20px;
  }
}
.graduate .survey__group h3::before {
  counter-increment: survey-counter;
  content: counter(survey-counter, decimal-leading-zero) ". ";
  position: absolute;
  left: 16px;
  top: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #CE3533;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .graduate .survey__group h3::before {
    font-size: 1.4375rem;
  }
}
.graduate .survey__group h3 small {
  font-size: 0.8125rem;
  font-weight: 400;
}
.graduate .survey__img {
  width: 271px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .graduate .survey__img {
    width: auto;
    margin-top: 20px;
  }
}
.graduate .table-wrap {
  margin-bottom: 48px;
}
.graduate .note {
  font-size: 0.875rem;
  color: #CE3533;
}/*# sourceMappingURL=graduate.css.map */