.hero-wrap {
  background: #7bba6b;
}

.hero-wrap .hero::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#7bba6b), to(#84c069));
  background: linear-gradient(to bottom, #7bba6b, #84c069);
}

.care {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#84c069), to(#9ae02b));
  background: linear-gradient(to bottom, #84c069, #9ae02b);
}

@media screen and (max-width: 959px) {
  .care {
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) {
  .care {
    border-radius: 32px;
  }
}

@media screen and (max-width: 519px) {
  .care {
    padding-bottom: 76px;
  }
}

.care::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#84c069), to(rgba(132, 192, 105, 0)));
  background: linear-gradient(to bottom, #84c069, rgba(132, 192, 105, 0));
  z-index: 1;
}

.care .care-inner {
  position: relative;
  padding-bottom: 196px;
}

@media screen and (max-width: 1279px) {
  .care .care-inner {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 959px) {
  .care .care-inner {
    padding-bottom: 144px;
  }
}

@media screen and (max-width: 767px) {
  .care .care-inner {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 519px) {
  .care .care-inner {
    padding-bottom: 76px;
  }
}

.care .care-inner::before, .care .care-inner::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.care .care-inner::before {
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-texture-grn.png") center/400px 400px repeat;
  mix-blend-mode: overlay;
}

.care .care-inner::after {
  background: url("/wp-content/themes/itreat_base/dist/img/new-grad/care-bg.png") center/620px 420px repeat;
}

.care .care-ttl {
  margin-bottom: calc(8px * 6);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .care .care-ttl {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .care .care-ttl {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.care .care-ttl__sub {
  margin-bottom: calc(8px * 2);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 6.4rem;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .care .care-ttl__sub {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .care .care-ttl__sub {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .care .care-ttl__sub {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 959px) {
  .care .care-ttl__sub {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .care .care-ttl__sub {
    font-size: 4rem;
  }
}

@media screen and (max-width: 519px) {
  .care .care-ttl__sub {
    font-size: 3.2rem;
  }
}

.care .care-ttl__main {
  font-weight: 900;
  color: #ffffff;
  font-size: 4rem;
}

@media screen and (max-width: 1279px) {
  .care .care-ttl__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .care .care-ttl__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .care .care-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .care .care-ttl__main {
    font-size: 2rem;
  }
}

.care .care-ttl__main span {
  padding: 2px 10px;
  background: #027b22;
  line-height: 1.8;
}

@media screen and (max-width: 519px) {
  .care .care-ttl__main span {
    line-height: 2;
  }
}

.care .care-ttl__main span em {
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
  -webkit-text-decoration-color: #fdf900;
  text-decoration-color: #fdf900;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

@media screen and (max-width: 959px) {
  .care .care-ttl__main span em {
    text-decoration-thickness: 2.5px;
    text-underline-offset: 6px;
  }
}

@media screen and (max-width: 519px) {
  .care .care-ttl__main span em {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}

.care .care-list__item {
  padding: 80px;
  background: #ffffff;
  border-radius: 56px;
}

@media screen and (max-width: 1279px) {
  .care .care-list__item {
    padding: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .care .care-list__item {
    padding: 40px;
  }
}

@media screen and (max-width: 959px) {
  .care .care-list__item {
    padding: 32px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) {
  .care .care-list__item {
    padding: 24px;
    border-radius: 32px;
  }
}

@media screen and (max-width: 519px) {
  .care .care-list__item {
    padding: 20px;
    border-radius: 18px;
  }
}

.care .care-list__item .item-unit {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 24px;
}

@media screen and (max-width: 1279px) {
  .care .care-list__item .item-unit {
    grid-template-columns: 320px 1fr;
    gap: 16px;
  }
}

@media screen and (max-width: 959px) {
  .care .care-list__item .item-unit {
    grid-template-columns: 240px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .care .care-list__item .item-unit {
    display: block;
    padding-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .care .care-list__item .item-unit__vsl {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .care .care-list__item .item-unit__vsl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .care .care-list__item .item-unit__vsl {
    margin-bottom: 14px;
  }
}

.care .care-list__item .item-unit__vsl img {
  border-radius: 4px;
}

.care .care-list__item:not(:last-child) {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .care .care-list__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .care .care-list__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.ideal {
  position: relative;
  margin-top: -56px;
  padding: 104px 0;
  border: solid 8px #ffffff;
  background: #ffffff;
  border-radius: 56px;
  contain: paint;
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  .ideal {
    padding: 88px 0;
  }
}

@media screen and (max-width: 959px) {
  .ideal {
    margin-top: -40px;
    padding: 64px 0;
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ideal {
    margin-top: -32px;
    padding: 48px 0;
    border-radius: 32px;
    border-width: 4px;
  }
}

@media screen and (max-width: 519px) {
  .ideal {
    margin-top: -18px;
    padding: 24px 0;
    border-radius: 18px;
  }
}

.ideal::before, .ideal::after {
  position: absolute;
  content: "";
  width: 542px;
  height: 260px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .ideal::before, .ideal::after {
    width: 480px;
    height: 231px;
  }
}

@media screen and (max-width: 767px) {
  .ideal::before, .ideal::after {
    width: 400px;
    height: 192px;
  }
}

@media screen and (max-width: 519px) {
  .ideal::before, .ideal::after {
    width: 320px;
    height: 154px;
  }
}

.ideal::before {
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/itreat_base/dist/img/new-grad/ideal-deco1.png");
}

.ideal::after {
  bottom: 0;
  right: 0;
  background-image: url("/wp-content/themes/itreat_base/dist/img/new-grad/ideal-deco2.png");
}

.ideal .ideal-ttl {
  margin-bottom: calc(8px * 6);
  padding-top: 16px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .ideal .ideal-ttl {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .ideal .ideal-ttl {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .ideal .ideal-ttl {
    padding-top: 12px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .ideal .ideal-ttl {
    padding-top: 8px;
  }
}

@media screen and (max-width: 519px) {
  .ideal .ideal-ttl {
    padding-top: 4px;
  }
}

.ideal .ideal-ttl span {
  display: inline-block;
  background: #e9546a;
  padding: 11px 16px 8px;
  font-size: 5.6rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .ideal .ideal-ttl span {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 959px) {
  .ideal .ideal-ttl span {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .ideal .ideal-ttl span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .ideal .ideal-ttl span {
    font-size: 2.8rem;
  }
}

.ideal p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 959px) {
  .ideal p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .ideal p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 519px) {
  .ideal p {
    text-align: left;
  }
}

.ideal p:not(:last-child) {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .ideal p:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .ideal p:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.job-info .job-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.job-info .job-list .job-list__item a {
  position: relative;
  display: block;
  padding: 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(134, 117, 72, 0.04);
  box-shadow: 0 0 8px rgba(134, 117, 72, 0.04);
  background: #ffffff;
  contain: paint;
}

@media screen and (max-width: 959px) {
  .job-info .job-list .job-list__item a {
    padding: 18px 20px;
  }
}

@media screen and (max-width: 767px) {
  .job-info .job-list .job-list__item a {
    padding: 14px 16px;
  }
}

.job-info .job-list .job-list__item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5bb545), to(#9ae02b));
  background: linear-gradient(to bottom, #5bb545, #9ae02b);
}

.job-info .job-list .job-list__item a .job-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .job-info .job-list .job-list__item a .job-tag-list {
    margin-bottom: 14px;
  }
}

.job-info .job-list .job-list__item a .job-tag-list__item {
  display: inline-block;
  padding: 2px 6px 1px;
  border-radius: 2px;
  border: solid 1px #333333;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .job-info .job-list .job-list__item a .job-tag-list__item {
    padding: 1px 4px 0px;
    font-size: 1.2rem;
  }
}

.job-info .job-list .job-list__item a .job-tag-list__item.--item-experience {
  background: #5bb545;
  border-color: #5bb545;
  color: #ffffff;
}

.job-info .job-list .job-list__item a .job-tag-list__item.--item-experience span {
  position: relative;
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .job-info .job-list .job-list__item a .job-tag-list__item.--item-experience span {
    padding-left: 14px;
  }
}

.job-info .job-list .job-list__item a .job-tag-list__item.--item-experience span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 16px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/beginner-ico.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .job-info .job-list .job-list__item a .job-tag-list__item.--item-experience span::before {
    width: 10px;
    height: 14px;
  }
}

.job-info .job-list .job-list__item a .job-ttl {
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .job-info .job-list .job-list__item a .job-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .job-info .job-list .job-list__item a .job-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .job-info .job-list .job-list__item a .job-ttl {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}

.job-info .job-list .job-list__item a .job-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}

.job-info .job-list .job-list__item a .job-info__dtl .dtl-item {
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .job-info .job-list .job-list__item a .job-info__dtl .dtl-item {
    padding-left: 13px;
    font-size: 1.2rem;
  }
}

.job-info .job-list .job-list__item a .job-info__dtl .dtl-item::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 13px;
  height: 16px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/building.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/building.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #333333;
}

@media screen and (max-width: 767px) {
  .job-info .job-list .job-list__item a .job-info__dtl .dtl-item::before {
    width: 10px;
    height: 12px;
  }
}

.job-info .job-list .job-list__item a .job-info__dtl .dtl-item:not(:last-child) {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .job-info .job-list .job-list__item a .job-info__dtl .dtl-item:not(:last-child) {
    margin-bottom: 4px;
  }
}

.job-info .job-list .job-list__item a .job-info__dtl .job-salary {
  color: #999999;
}

.job-info .job-list .job-list__item a .job-info__dtl .job-salary::before {
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/yen.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/yen.svg");
  background: #999999;
}

.job-info .job-list .job-list__item a .job-info__dtl .job-place {
  color: #999999;
}

.job-info .job-list .job-list__item a .job-info__dtl .job-place::before {
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/pin.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/pin.svg");
  background: #999999;
}

.job-info .job-list .job-list__item a .job-info__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  min-height: 120px;
  border: solid 1px #e9e5dc;
  border-radius: 4px;
  contain: paint;
}

@media screen and (max-width: 959px) {
  .job-info .job-list .job-list__item a .job-info__logo {
    max-width: 120px;
    min-height: 64px;
  }
}

@media screen and (max-width: 519px) {
  .job-info .job-list .job-list__item a .job-info__logo {
    max-width: 88px;
    min-height: 32px;
    border-radius: 2px;
  }
}

@media screen and (max-width: 959px) {
  .job-info .job-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .job-info .job-list {
    gap: 8px;
  }
}

.job-info .job-list__item a {
  border: solid 1px #eeeeee;
}

.news {
  margin-bottom: calc(8px * 15);
  padding-top: 52px;
  contain: paint;
}

@media screen and (max-width: 959px) {
  .news {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .news {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding-top: 36px;
  }
}

.news .news-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .news .news-upper {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .news .news-upper {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .news .news-upper {
    margin-bottom: 20px;
  }
}

.news .news-upper .news-ttl {
  width: calc( 100% - 280px);
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .news .news-upper .news-ttl {
    width: calc( 100% - 224px);
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .news .news-upper .news-ttl {
    width: 100%;
    text-align: center;
  }
}

.news .news-upper .btn {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .news .news-upper .btn {
    width: 200px;
  }
}

@media screen and (max-width: 519px) {
  .news .news-upper .btn {
    display: none;
  }
}

@media screen and (max-width: 519px) {
  .news .news-list {
    margin-bottom: 20px;
  }
}

.news .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 8px;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 959px) {
  .news .news-list__item {
    display: block;
    padding: 16px 4px;
  }
}

.news .news-list__item:first-child {
  border-top: 1px solid #cccccc;
}

.news .news-list__item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .news .news-list__item .news-meta {
    margin-bottom: 12px;
  }
}

.news .news-list__item .news-meta__date {
  width: 112px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .news .news-list__item .news-meta__date {
    width: 88px;
  }
}

.news .news-list__item .news-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 0 0;
  width: 136px;
  height: 26px;
  border: solid 1px #999999;
  background: #999999;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 2px;
}

.news .news-list__item .news-meta__cate:hover {
  color: #999999;
  background: #999999;
}

.news .news-list__item .news-meta__cate.--event {
  background: #5bb545;
  border-color: #5bb545;
}

.news .news-list__item .news-meta__cate.--event:hover {
  color: #5bb545;
  background: #f7f6f4;
}

.news .news-list__item .news-meta__cate.--internship {
  background: #1da7eb;
  border-color: #1da7eb;
}

.news .news-list__item .news-meta__cate.--internship:hover {
  color: #1da7eb;
  background: #f7f6f4;
}

.news .news-list__item .news-meta__cate.--recruit {
  background: #e9546a;
  border-color: #e9546a;
}

.news .news-list__item .news-meta__cate.--recruit:hover {
  color: #e9546a;
  background: #f7f6f4;
}

.news .news-list__item .news-meta__cate.--session {
  background: #a3956f;
  border-color: #a3956f;
}

.news .news-list__item .news-meta__cate.--session:hover {
  color: #a3956f;
  background: #f7f6f4;
}

.news .news-list__item .news-meta__cate.--other {
  background: #999999;
  border-color: #999999;
}

.news .news-list__item .news-meta__cate.--other:hover {
  color: #999999;
  background: #f7f6f4;
}

.news .news-list__item .news-ttl {
  position: relative;
  padding-right: 40px;
  width: calc(100% - 264px);
}

@media screen and (max-width: 959px) {
  .news .news-list__item .news-ttl {
    width: 100%;
  }
}

.news .news-list__item .news-ttl a {
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
}

.news .news-list__item .news-ttl a::before, .news .news-list__item .news-ttl a::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.news .news-list__item .news-ttl a::before {
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
}

.news .news-list__item .news-ttl a::after {
  right: 10px;
  width: 13px;
  height: 10px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #867548;
}

.news .news-list__item .news-ttl a:hover {
  text-decoration: underline;
}

.news .news-list__item .news-ttl a:hover::before {
  right: -2px;
  background: #867548;
}

.news .news-list__item .news-ttl a:hover::after {
  right: 8px;
  background: #ffffff;
}

.news .news-list__item .news-ttl a span {
  display: block;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flow-container {
  position: relative;
  padding-bottom: 70px;
}

@media screen and (max-width: 959px) {
  .flow-container {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .flow-container {
    padding-bottom: 48px;
  }
}

.flow-container .entry-btn {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.flow-container .entry-btn a {
  width: calc( 100% - 80px);
}

.flow {
  position: relative;
}

.flow .flow-inner {
  padding: 72px 80px 120px;
  border-radius: 56px;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner {
    padding: 64px 56px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-inner {
    padding: 56px 32px;
    border-radius: 32px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner {
    padding: 40px 16px 24px;
  }
}

.flow .flow-inner::before {
  z-index: -1;
}

.flow .flow-inner .flow-wrap {
  padding-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-wrap {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-inner .flow-wrap {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-wrap {
    padding-bottom: 48px;
  }
}

.flow .flow-inner .flow-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-headline {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-headline {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.flow .flow-inner .flow-headline__main {
  display: block;
  margin-bottom: 24px;
  font-size: 6.4rem;
  font-weight: 900;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-headline__main {
    font-size: 4rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-headline__main {
    font-size: 2.8rem;
  }
}

.flow .flow-inner .flow-headline__sub span {
  display: block;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  background: #1d6ceb;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-headline__sub span {
    padding: 8px 12px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-inner .flow-headline__sub span {
    padding: 4px 8px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-headline__sub span {
    font-size: 2.2rem;
  }
}

.flow .flow-inner .flow-headline__sub span:nth-of-type(1) {
  margin-bottom: 12px;
}

.flow .flow-inner .flow-headline__sub span em {
  position: relative;
}

.flow .flow-inner .flow-list__item {
  padding: 3px;
  border-radius: 16px;
  background: #ffffff;
}

.flow .flow-inner .flow-list__item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .flow .flow-inner .flow-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.flow .flow-inner .flow-list__item:nth-of-type(2n) .flow-unit {
  background: #1da7eb;
}

.flow .flow-inner .flow-list__item:nth-of-type(2n) .flow-unit .flow-content .flow-ttl {
  color: #1da7eb;
}

.flow .flow-inner .flow-list__item .flow-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background: #1d6ceb;
}

.flow .flow-inner .flow-list__item .flow-unit .flow-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-num {
    width: 96px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-num {
    width: 72px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-num {
    width: 64px;
  }
}

.flow .flow-inner .flow-list__item .flow-unit .flow-num span {
  display: block;
  width: 100%;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(1) {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(1) {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(1) {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(1) {
    font-size: 1.4rem;
  }
}

.flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(2) {
  font-size: 5.6rem;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(2) {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(2) {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(2) {
    font-size: 2.4rem;
  }
}

.flow .flow-inner .flow-list__item .flow-unit .flow-content {
  padding: 28px;
  width: calc(100% - 140px);
  background: #ffffff;
  border-radius: 0 14px 14px 0;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-content {
    padding: 24px;
    width: calc(100% - 96px);
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-content {
    padding: 16px;
    width: calc(100% - 72px);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-content {
    width: calc(100% - 64px);
  }
}

.flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-ttl {
  margin-bottom: 8px;
  color: #1d6ceb;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-ttl {
    font-size: 2rem;
  }
}

.flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-frame {
  border-radius: 8px;
  padding: 16px;
  background: rgba(29, 108, 235, 0.08);
}

.flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-frame .flow-subttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1d6ceb;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-frame .flow-subttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-frame .flow-subttl {
    font-size: 1.8rem;
  }
}

.flow .flow-inner .flow-list__item .flow-unit .flow-content p {
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-content p {
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-inner .flow-list__item .flow-unit .flow-content p {
    font-size: 1.2rem !important;
  }
}

.achievements .achievements-list__item {
  contain: paint;
}

.achievements .achievements-list__item dt,
.achievements .achievements-list__item dd {
  padding: 12px 18px;
}

@media screen and (max-width: 959px) {
  .achievements .achievements-list__item dt,
  .achievements .achievements-list__item dd {
    padding: 10px 14px;
  }
}

@media screen and (max-width: 767px) {
  .achievements .achievements-list__item dt,
  .achievements .achievements-list__item dd {
    padding: 8px 12px;
  }
}

.achievements .achievements-list__item dt {
  background: -webkit-gradient(linear, left top, right bottom, from(#027b22), to(#7bba6b));
  background: linear-gradient(to right bottom, #027b22, #7bba6b);
  border-radius: 8px 8px 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .achievements .achievements-list__item dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .achievements .achievements-list__item dt {
    border-radius: 4px 4px 0 0;
    font-size: 1.6rem;
  }
}

.achievements .achievements-list__item dd {
  border-width: 0 1px 1px 1px;
  border-color: #f7f6f4;
  border-style: solid;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 767px) {
  .achievements .achievements-list__item dd {
    border-radius: 0 0 4px 4px;
  }
}

.achievements .achievements-list__item dd .ratio-graph {
  width: 100%;
  max-width: 624px;
  margin-inline: auto;
}

.achievements .achievements-list__item:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .achievements .achievements-list__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .achievements .achievements-list__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

/*# sourceMappingURL=../../maps/pages/new-grad.css.map */
