@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  font-size: 87.5%;
}

body img {
  height: auto;
}

body .imgleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .imgleft > div {
  width: 100%;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .imgleft > div p:not(:last-of-type) {
  margin-bottom: 20px;
}

body .imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body .imgright > div {
  width: 100%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .imgright > div p:not(:last-of-type) {
  margin-bottom: 20px;
}

body .bg_wrap {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: #f8f8f8;
}

body .bg_wrap:after {
  position: absolute;
  content: "";
  background: url("../images/midcareer/bg_wrap.svg") no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
  width: 379px;
  height: 432px;
}

body .main_content {
  position: relative;
  z-index: 1;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  body .main_content {
    max-width: 100%;
  }
}

#midcareer {
  font-family: "Dosis", sans-serif;
  margin: 0 auto;
  width: 100%;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  height: auto;
  min-height: 100%;
  overflow-y: auto;
}

#midcareer .main_title {
  font-size: 1.72rem;
  font-weight: bold;
  text-align: center;
}

#midcareer .main_title:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer .main_title span {
  display: block;
  font-size: 1.43rem;
}

#midcareer .main_title span.mdl {
  font-size: 1.15rem;
}

#midcareer .main_title span.mini {
  font-size: 1rem;
}

#midcareer .main_title strong {
  font-size: 2.3rem;
  display: block;
}

#midcareer .main_title em {
  color: #ffde66;
}

#midcareer .main_title.white {
  color: #fff;
}

#midcareer .sub_title {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 20px;
}

#midcareer .btn {
  font-size: 1.15rem;
  font-weight: bold;
  text-align: center;
  background: #11c048;
  -webkit-box-shadow: 0 4px 0 0 #42ab63;
          box-shadow: 0 4px 0 0 #42ab63;
  border-radius: 200px;
  color: #fff;
  display: block;
  max-width: 280px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

#midcareer .btn:hover {
  background: #42ab63;
}

#midcareer .bg_white {
  background: #fff;
  padding: 50px 20px;
}

#midcareer .bg_grade {
  background: linear-gradient(112deg, #7786a4 28.5%, #d56867 72.39%);
  padding: 20px;
}

#midcareer main #stop .bg_stop {
  background: url("../images/midcareer/bg_stop.webp") no-repeat;
  background-size: cover;
  padding: 50px 10px;
}

#midcareer main #stop .bg_stop li:not(:last-child) {
  margin-bottom: 20px;
}

#midcareer main #stop .bg_stop li h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #5d5d5d;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

#midcareer main #stop .bg_stop li div {
  background: #d9d9d9;
  padding: 15px 20px;
  font-weight: 500;
  border-radius: 0 0 10px 10px;
}

#midcareer main #stop .bg_stop li div span {
  color: #2e539c;
}

#midcareer main #real {
  background: url("../images/midcareer/bg_real.webp") no-repeat;
  background-size: cover;
  padding: 50px 20px;
  color: #fff;
}

#midcareer main #real p {
  max-width: 400px;
  margin: 0 auto;
}

#midcareer main #real p:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer main #real p:last-child {
  line-height: 2.4;
  font-weight: 600;
}

#midcareer main #real p.center {
  text-align: center;
}

#midcareer main #real p span {
  font-size: 1.72rem;
  color: #b3cce6;
}

#midcareer main #about .bg_white {
  text-align: center;
}

#midcareer main #about .bg_white img {
  margin-bottom: 30px;
}

#midcareer main #about .bg_grade {
  background: linear-gradient(166deg, #7786a4 0.41%, #d56867 100.19%);
  padding: 50px 10px;
}

#midcareer main #about li {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

#midcareer main #about li:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer main #about li:first-child > span {
  background: #82839d;
}

#midcareer main #about li:nth-child(2) > span {
  background: #997b8e;
}

#midcareer main #about li:last-child > span {
  background: #b1747f;
}

#midcareer main #about li > span {
  position: absolute;
  top: 20px;
  left: -10px;
  background: linear-gradient(112deg, #7786a4 28.5%, #d56867 72.39%);
  color: #fff;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 6px;
}

#midcareer main #about li > span img {
  display: block;
  margin: 0 auto;
}

#midcareer main #about li .main_title {
  font-weight: bold;
  text-align: left;
  padding-left: 35px;
  margin-bottom: 20px;
}

#midcareer main #about li .main_title em {
  color: #2e539c;
}

#midcareer main #example {
  background: url("../images/midcareer/bg_example.webp") no-repeat;
  background-size: cover;
  padding: 50px 20px;
  color: #fff;
}

#midcareer main #example div {
  position: relative;
  padding: 20px 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  line-height: 2.2;
  max-width: 400px;
  margin: 0 auto;
}

#midcareer main #example div:before, #midcareer main #example div:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #fff;
}

#midcareer main #example div:before {
  left: 0;
}

#midcareer main #example div:after {
  right: 0;
}

#midcareer main #example ul {
  position: relative;
}

#midcareer main #example ul:before, #midcareer main #example ul:after {
  position: absolute;
  content: "";
  top: -20px;
  width: 40px;
  height: 1px;
  background: #fff;
}

#midcareer main #example ul:before {
  left: -30px;
}

#midcareer main #example ul:after {
  right: -30px;
}

#midcareer main #example p {
  text-align: right;
}

#midcareer main #voice {
  background: #3f3f3f;
  padding: 50px 10px;
}

#midcareer main #voice .swiper {
  position: relative;
  overflow: hidden;
}

#midcareer main #voice .swiper-slide {
  position: relative;
  height: auto;
  background: #fff;
  border-radius: 10px;
}

#midcareer main #voice .swiper-slide h3 {
  background: #768ca3;
  color: #fff;
  font-size: 1.42rem;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  padding: 10px 20px;
}

#midcareer main #voice .swiper-slide ul {
  padding: 20px;
}

#midcareer main #voice .swiper-slide li:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer main #voice .swiper-slide h4 {
  background: #e1e1e1;
  padding: 5px 10px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#midcareer main #voice .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 30px;
}

#midcareer main #voice .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px !important;
  background: #757575;
  opacity: 1;
}

#midcareer main #voice .swiper-pagination-bullet-active {
  background: #d45858;
}

#midcareer main #reason .bg_grade .main_title {
  font-size: 1.3rem;
}

#midcareer main #reason .bg_grade .main_title strong {
  font-weight: 900;
  font-size: 2.1rem;
}

#midcareer main #reason .bg_grade .main_title strong em {
  font-size: 2.85rem;
}

#midcareer main #reason ul {
  background: #eaf4ff;
}

#midcareer main #reason ul li {
  padding: 30px 20px;
}

#midcareer main #reason ul li:not(:last-child) {
  border-bottom: 1px solid #768ca3;
}

#midcareer main #reason ul li > span {
  display: block;
  padding: 5px;
  color: #fff;
  text-align: center;
  width: 80px;
  border-radius: 200px;
  font-weight: bold;
  background: #768ca3;
  margin-bottom: 10px;
}

#midcareer main #reason ul li .main_title {
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

#midcareer main #reason ul li .main_title em {
  color: #2e539c;
}

#midcareer main #reason ul li p {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

#midcareer main #speed .bg_white {
  padding: 50px 10px;
}

#midcareer main #speed .graf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#midcareer main #speed .graf > li {
  width: 50%;
}

#midcareer main #speed .graf .gray h3 {
  background: #757575;
  border-radius: 10px 0 0 0;
}

#midcareer main #speed .graf .gray ul {
  background: #f1f1f1;
  border: 1px solid #d2d2d2;
  border-top: none;
}

#midcareer main #speed .graf .gray ul li:not(:last-child) {
  border-bottom: 1px dashed #000;
}

#midcareer main #speed .graf .blue h3 {
  background: #2e539c;
  border-radius: 0 10px 0 0;
}

#midcareer main #speed .graf .blue ul {
  border: 2px solid #2e539c;
  border-top: none;
}

#midcareer main #speed .graf .blue ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  padding-bottom: 20px;
}

#midcareer main #speed .graf .blue ul li:not(:last-child) {
  border-bottom: 1px dashed #7786a4;
}

#midcareer main #speed .graf .blue ul li img {
  padding-bottom: 10px;
}

#midcareer main #speed .graf .blue ul li h4 {
  color: #768ca3;
}

#midcareer main #speed .graf h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.93rem;
  padding: 10px 5px;
}

#midcareer main #speed .graf ul {
  border-radius: 0 0 10px 10px;
  padding: 20px 10px;
}

#midcareer main #speed .graf ul li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#midcareer main #speed .graf h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

#midcareer main #service ul {
  background: #fff;
}

#midcareer main #service ul li {
  padding-bottom: 50px;
}

#midcareer main #service ul li div {
  padding: 0 20px;
}

#midcareer main #service ul li .main_title {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ebebeb));
  background: linear-gradient(90deg, #fff 0%, #ebebeb 100%);
  padding: 10px;
}

#midcareer main #service ul li img {
  border-radius: 10px;
  margin-bottom: 20px;
}

#midcareer main #flow .bg_white .main_title span {
  line-height: 1.6;
}

#midcareer main #flow .bg_white .main_title em {
  color: #2e539c;
}

#midcareer main #flow .bg_white li {
  font-weight: bold;
}

#midcareer main #flow .bg_white li:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer main #flow .bg_white li img {
  max-width: 90px;
  width: 100%;
  border-radius: 5px;
}

#midcareer main #flow .bg_white li span {
  display: block;
  width: 80px;
  border-radius: 5px;
  background: #768ca3;
  color: #fff;
  text-align: center;
  font-size: 1.15rem;
  margin-bottom: 10px;
  line-height: 1.3;
}

#midcareer main #faq .bg_grade {
  padding: 30px 20px;
}

#midcareer main #faq li {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #b6b6b6;
}

#midcareer main #faq li:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer main #faq h3 {
  cursor: pointer;
  position: relative;
}

#midcareer main #faq h3:before, #midcareer main #faq h3:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 15px;
  height: 2px;
  background: #768ca3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#midcareer main #faq h3:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#midcareer main #faq h3:after {
  top: 47%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#midcareer main #faq h3.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#midcareer main #faq h3 .title {
  display: block;
  width: 90%;
  font-weight: 600;
}

#midcareer main #faq .cont {
  display: none;
}

#midcareer main #faq .cont.open {
  display: block;
}

#midcareer main #faq .cont .wrap {
  padding-top: 20px;
}

#midcareer main #faq .cont .wrap .txt {
  line-height: 1.4;
}

#midcareer main #start {
  color: #fff;
}

#midcareer main #start .bg_start {
  background: url("../images/midcareer/bg_start.webp") no-repeat;
  background-size: cover;
  padding: 50px 20px;
  font-weight: bold;
  text-align: center;
}

#midcareer main #start .bg_start p {
  line-height: 2.8;
}

#midcareer main #start .bg_start p:not(:last-child) {
  margin-bottom: 40px;
}

#midcareer main #start .bg_start span {
  color: #ffde66;
}

#midcareer main #start .bg_cta {
  background: url("../images/midcareer/bg_cta.webp") no-repeat;
  background-size: cover;
  padding: 50px 10px;
  font-weight: bold;
}

#midcareer main #start .bg_cta div {
  display: block;
  -webkit-transform: rotate(-3.734deg);
          transform: rotate(-3.734deg);
  font-size: 1.26rem;
  max-width: 320px;
  margin: 0 auto 40px;
}

#midcareer main #start .bg_cta strong {
  font-weight: 900;
  font-size: 1.6rem;
}

#midcareer main #start .bg_cta strong span {
  color: #ffde66;
}

#midcareer footer .f_blc {
  padding: 50px 0 30px;
}

#midcareer footer .f_blc .f_logo a {
  max-width: 180px;
  display: block;
  margin: 0 auto 30px;
}

#midcareer footer .f_blc .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

#midcareer footer .f_blc .f_nav li {
  position: relative;
}

#midcareer footer .f_blc .f_nav li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8px;
  width: 1px;
  height: 60%;
  background: #000;
}

#midcareer footer .f_blc .f_nav a {
  display: block;
}

#midcareer footer .f_blc .f_nav a:hover {
  color: #2e539c;
}

#midcareer footer .f_blc small {
  display: block;
  text-align: center;
}

#midcareer footer .pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 10;
}

#midcareer footer .pagetop:hover {
  cursor: pointer;
  background: #ffde66;
}

#midcareer02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 auto;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1.4px;
  color: #353535;
  font-weight: 500;
  height: auto;
  min-height: 100%;
  overflow-y: auto;
}

#midcareer02 .main_title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

#midcareer02 .main_title:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer02 .main_title.white {
  color: #fff;
}

#midcareer02 .main_title.d_blue {
  color: #344162;
}

#midcareer02 .main_title.navy {
  color: #112656;
}

#midcareer02 .main_title.navy span {
  color: #cfba1a;
}

#midcareer02 .main_title span {
  color: #ff7b00;
  font-size: 1.7rem;
}

#midcareer02 .main_title span em {
  font-size: 2.6rem;
}

#midcareer02 .blue_title {
  color: #3161cf;
  font-size: 1.15rem;
  font-weight: bold;
}

#midcareer02 .blue_title.center {
  text-align: center;
}

#midcareer02 .blue_title.navy {
  color: #112656;
}

#midcareer02 .blue_title.navy span {
  color: #cfba1a;
}

#midcareer02 .blue_title span {
  color: #ff7b00;
  font-size: 1.4rem;
}

#midcareer02 .blue_title span em {
  font-size: 2.3rem;
}

#midcareer02 .cta {
  text-align: center;
}

#midcareer02 .cta.bg_white {
  padding: 40px 10px;
}

#midcareer02 .cta p {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  margin: 0 auto 20px;
  color: #ff7b00;
  font-size: 1.15rem;
  border: 1px solid #ff7b00;
  border-radius: 5px;
}

#midcareer02 .cta p.gold {
  color: #cfba1a;
  border: 1px solid #cfba1a;
}

#midcareer02 .cta p.gold:after {
  border-top: 15px solid #cfba1a;
}

#midcareer02 .cta p.white {
  color: #fff;
  border: 1px solid #fff;
}

#midcareer02 .cta p.white:before {
  border-top: 14px solid #06549d;
}

#midcareer02 .cta p.white:after {
  border-top: 15px solid #fff;
}

#midcareer02 .cta p:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 11px solid transparent;
  border-top: 14px solid #fff;
  z-index: 2;
}

#midcareer02 .cta p:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 15px solid #ff7b00;
  z-index: 1;
}

#midcareer02 .btn {
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
  background: #00b900;
  -webkit-box-shadow: 0 5px 0 0 #059305;
          box-shadow: 0 5px 0 0 #059305;
  border-radius: 200px;
  color: #fff;
  display: block;
  max-width: 320px;
  width: 100%;
  padding: 10px 5px 5px 20px;
  margin: 0 auto;
  position: relative;
}

#midcareer02 .btn:hover {
  background: #059305;
}

#midcareer02 .btn span {
  font-size: 1.7rem;
  letter-spacing: 2.4px;
  position: relative;
}

#midcareer02 .btn span:after {
  position: absolute;
  content: "・・";
  top: -20px;
  left: 0;
}

#midcareer02 .btn em {
  font-size: 1.2rem;
}

#midcareer02 .btn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

#midcareer02 .bg_white {
  background: #fff;
  padding: 40px;
}

#midcareer02 .bg_gray {
  background: #eee;
  padding: 40px;
}

#midcareer02 .bg_blue {
  background: #3161cf;
}

#midcareer02 .bg_lblue {
  background: #e0e9ff;
  padding: 40px;
}

#midcareer02 .bg_lnavy {
  background: #f0f4ff;
  padding: 40px;
}

#midcareer02 .bg_grade_navy {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c4093), to(#112656));
  background: linear-gradient(180deg, #1c4093 0%, #112656 100%);
}

#midcareer02 .bg_grade_pic {
  background: url("../images/midcareer02/bg_cta.webp") no-repeat;
  background-size: cover;
  padding: 30px 10px;
}

#midcareer02 main .fv img {
  width: 100%;
}

#midcareer02 main #intro {
  text-align: center;
}

#midcareer02 main #intro h2 {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 3.2px;
  margin-bottom: 10px;
}

#midcareer02 main #intro h2 span {
  color: #ff7b00;
}

#midcareer02 main #intro p {
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}

#midcareer02 main #intro p span {
  color: #ff7b00;
}

#midcareer02 main #intro > img {
  width: 300px;
  margin: 0 auto 30px;
}

#midcareer02 main #about img {
  display: block;
  width: 140px;
  margin: 0 auto 20px;
}

#midcareer02 main #about ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px auto 0;
}

#midcareer02 main #about ul li {
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
}

#midcareer02 main #about ul li span {
  display: block;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: bold;
  color: #ff7b00;
}

#midcareer02 main #about ul li em {
  font-weight: 900;
}

#midcareer02 main #about ul.navy span {
  color: #cfba1a;
}

#midcareer02 main #media {
  padding: 40px 15px;
}

#midcareer02 main #media > p {
  color: #fff;
  font-size: 0.77rem;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 30px;
}

#midcareer02 main #media ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 10px 5px;
}

#midcareer02 main #media ul img {
  width: 100%;
}

#midcareer02 main #nayami {
  position: relative;
  padding: 160px 40px 40px;
}

#midcareer02 main #nayami h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #3161cf;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px;
}

#midcareer02 main #nayami h2.navy {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c4093), to(#112656));
  background: linear-gradient(180deg, #1c4093 0%, #112656 100%);
}

#midcareer02 main #nayami h2.navy:after {
  border-top: 30px solid #112656;
}

#midcareer02 main #nayami h2:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 30px solid transparent;
  border-top: 30px solid #3161cf;
  z-index: 1;
}

#midcareer02 main #nayami .list > li {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

#midcareer02 main #nayami .list > li:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer02 main #nayami .list .imgleft,
#midcareer02 main #nayami .list .imgright {
  font-weight: bold;
  font-size: 1.15rem;
  max-width: 500px;
  margin: 0 auto;
}

#midcareer02 main #nayami .list .imgleft {
  position: relative;
  margin: 0 auto 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#midcareer02 main #nayami .list .imgleft:before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #bbcfff;
}

#midcareer02 main #nayami .list .imgleft > div {
  margin-left: 15px;
}

#midcareer02 main #nayami .list .imgright {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#midcareer02 main #nayami .list .imgright > div {
  margin-right: 13px;
}

#midcareer02 main #nayami .list ul {
  padding-left: 20px;
  margin-top: 20px;
  letter-spacing: 0;
  color: #3161cf;
}

#midcareer02 main #nayami .list ul li {
  position: relative;
  font-size: 0.9rem;
  font-weight: bold;
}

#midcareer02 main #nayami .list ul li:not(:last-child) {
  margin-bottom: 5px;
}

#midcareer02 main #nayami .list ul li:after {
  position: absolute;
  content: "";
  background: url("../images/midcareer02/icon_check.svg") no-repeat;
  background-size: 100%;
  top: 5px;
  left: -20px;
  width: 12px;
  height: 10px;
}

#midcareer02 main #nayami .list.navy .imgleft:before {
  border-top: 20px solid #1c4093;
}

#midcareer02 main #nayami .list.navy ul {
  color: #112656;
}

#midcareer02 main #nayami .list.navy ul li:after {
  background: url("../images/midcareer02/icon_check02.svg") no-repeat;
  background-size: 100%;
}

#midcareer02 main #reason {
  padding: 15px;
}

#midcareer02 main #reason .bg_white {
  padding: 25px;
}

#midcareer02 main #reason .list > li:not(:last-child) {
  margin-bottom: 40px;
}

#midcareer02 main #reason .list > li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #adadad;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#midcareer02 main #reason .list > li h3 span {
  display: block;
  padding: 5px 0;
  color: #3161cf;
  text-align: center;
  width: 35px;
  border-radius: 5px;
  border: 1px solid #3161cf;
  font-size: 1.5rem;
  line-height: 0.9;
}

#midcareer02 main #reason .list > li h3 div {
  width: calc(100% - 45px);
}

#midcareer02 main #reason .list > li p {
  color: #344162;
}

#midcareer02 main #reason .list > li h4 {
  color: #3161cf;
  text-align: center;
  font-weight: bold;
  border: 1px solid #3161cf;
  width: 150px;
  border-radius: 5px;
  padding: 5px 0;
  margin: 20px auto;
}

#midcareer02 main #reason .list > li img {
  display: block;
  margin: 0 auto;
}

#midcareer02 main #reason .list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  color: #344162;
}

#midcareer02 main #reason .list ul li {
  text-align: center;
  background: #e0e9ff;
  border-radius: 5px;
  padding: 5px;
}

#midcareer02 main #reason .list ul li span {
  color: #3161cf;
  font-weight: bold;
}

#midcareer02 main #reason .list.navy > li h3 span {
  border: 1px solid #112656;
  color: #112656;
}

#midcareer02 main #reason .list.navy > li h4 {
  color: #1c4093;
  border: 1px solid #1c4093;
}

#midcareer02 main #reason .list.navy ul {
  color: #112656;
}

#midcareer02 main #reason .list.navy ul li {
  background: #f0f4ff;
}

#midcareer02 main #reason .list.navy ul span {
  color: #cfba1a;
}

#midcareer02 main #point ul.navy li > span {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c4093), to(#112656));
  background: linear-gradient(180deg, #1c4093 0%, #112656 100%);
}

#midcareer02 main #point li {
  padding: 40px 20px 20px;
  border-radius: 10px;
  position: relative;
}

#midcareer02 main #point li:not(:last-child) {
  margin-bottom: 40px;
}

#midcareer02 main #point li > span {
  position: absolute;
  top: 0;
  left: 0;
  background: #3161cf;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 0 5px 0;
  width: 100px;
  text-align: center;
  padding: 5px;
}

#midcareer02 main #point li .blue_title {
  letter-spacing: 0;
}

#midcareer02 main #point li img {
  display: block;
  margin: 20px auto;
}

#midcareer02 main #point li p {
  color: #344162;
}

#midcareer02 main #different {
  padding: 40px 10px;
}

#midcareer02 main #different table {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.85rem;
}

#midcareer02 main #different table.navy th:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c4093), to(#112656));
  background: linear-gradient(180deg, #1c4093 0%, #112656 100%);
  border: 1px solid #112656;
}

#midcareer02 main #different table.navy td.bg_lnavy {
  color: #1c4093;
}

#midcareer02 main #different table.navy td.bg_lnavy span {
  color: #cfba1a;
}

#midcareer02 main #different table th {
  font-weight: bold;
  background: #d9d9d9;
  padding: 5px;
  vertical-align: middle;
}

#midcareer02 main #different table th:first-child {
  opacity: 0;
  width: 75px;
}

#midcareer02 main #different table th:nth-child(2) {
  width: 205px;
  background: #3161cf;
  color: #f5db3a;
  font-size: 1.4rem;
  border: 1px solid #3161cf;
}

#midcareer02 main #different table th:last-child {
  width: 100px;
}

#midcareer02 main #different table td {
  border-bottom: 1px solid #adadad;
  vertical-align: middle;
}

#midcareer02 main #different table td:first-child {
  font-weight: bold;
  padding: 10px 0;
}

#midcareer02 main #different table td.bg_lblue, #midcareer02 main #different table td.bg_lnavy {
  padding: 10px 15px;
  color: #3161cf;
  font-size: 1rem;
  font-weight: bold;
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;
}

#midcareer02 main #different table td.bg_lblue span, #midcareer02 main #different table td.bg_lnavy span {
  color: #ff7b00;
}

#midcareer02 main #different table td:last-child {
  font-size: 0.79rem;
  padding: 10px 5px;
}

#midcareer02 main #works > p {
  font-size: 0.77rem;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 30px;
}

#midcareer02 main #works .bg_white {
  border-radius: 10px;
  padding: 20px;
}

#midcareer02 main #works li:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer02 main #works li h3 {
  background: #b2b2b2;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
}

#midcareer02 main #works li h3.accordion {
  cursor: pointer;
  position: relative;
}

#midcareer02 main #works li h3.accordion:before, #midcareer02 main #works li h3.accordion:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#midcareer02 main #works li h3.accordion:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#midcareer02 main #works li h3.accordion:after {
  top: 47%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#midcareer02 main #works li h3.accordion.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#midcareer02 main #works li p {
  line-height: 2;
  font-size: 0.84rem;
}

#midcareer02 main #works li p.cont {
  display: none;
}

#midcareer02 main #voice .swiper {
  position: relative;
  overflow: hidden;
}

#midcareer02 main #voice .swiper.navy .swiper-slide > ul > li h3 {
  background: #1c4093;
  color: #fff;
}

#midcareer02 main #voice .swiper.navy .swiper-slide > ul > li ul li:last-child:after {
  background: url("../images/midcareer02/icon_arrow02.svg") no-repeat;
  background-size: 100%;
}

#midcareer02 main #voice .swiper.navy .swiper-slide > ul > li ul li:last-child > span {
  background: #112656;
}

#midcareer02 main #voice .swiper.navy .swiper-slide > ul > li ul li:last-child p {
  color: #cfba1a;
}

#midcareer02 main #voice .swiper.navy .swiper-slide > ul > li ul li > span {
  background: #f0f4ff;
}

#midcareer02 main #voice .swiper-slide {
  position: relative;
  height: auto;
  padding: 20px;
  border-radius: 10px;
}

#midcareer02 main #voice .swiper-slide img {
  display: block;
  width: 100px;
  margin: 0 auto 20px;
}

#midcareer02 main #voice .swiper-slide p {
  color: #344162;
}

#midcareer02 main #voice .swiper-slide p.center {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

#midcareer02 main #voice .swiper-slide > ul > li:not(:last-child) {
  margin-bottom: 20px;
}

#midcareer02 main #voice .swiper-slide > ul > li h3 {
  background: #bbcfff;
  color: #495268;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
}

#midcareer02 main #voice .swiper-slide > ul > li ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

#midcareer02 main #voice .swiper-slide > ul > li ul li {
  text-align: center;
}

#midcareer02 main #voice .swiper-slide > ul > li ul li:last-child {
  position: relative;
}

#midcareer02 main #voice .swiper-slide > ul > li ul li:last-child:after {
  position: absolute;
  content: "";
  background: url("../images/midcareer02/icon_arrow.svg") no-repeat;
  background-size: 100%;
  top: 35px;
  left: -25px;
  width: 40px;
  height: 26px;
}

#midcareer02 main #voice .swiper-slide > ul > li ul li:last-child > span {
  background: #3161cf;
  color: #fff;
}

#midcareer02 main #voice .swiper-slide > ul > li ul li:last-child p {
  color: #ff7b00;
}

#midcareer02 main #voice .swiper-slide > ul > li ul li:last-child p span {
  font-size: 2.1rem;
  line-height: 1.1;
  font-weight: bold;
}

#midcareer02 main #voice .swiper-slide > ul > li ul li > span {
  display: block;
  border-radius: 5px;
  color: #344162;
  background: #e0e9ff;
  margin-bottom: 5px;
}

#midcareer02 main #voice .swiper-slide > ul > li ul li p {
  font-size: 1.4rem;
}

#midcareer02 main #voice .swiper-slide > ul > li ul li p span {
  font-size: 1.7rem;
}

#midcareer02 main #voice .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 20px;
}

#midcareer02 main #voice .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px !important;
  background: #b5c2e1;
  opacity: 1;
}

#midcareer02 main #voice .swiper-pagination-bullet-active {
  background: #3161cf;
}

#midcareer02 main #flow ul.navy li:after {
  background: url("../images/midcareer02/icon_arrow_dwn02.svg") no-repeat;
  background-size: 100%;
}

#midcareer02 main #flow ul.navy li > span {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c4093), to(#112656));
  background: linear-gradient(180deg, #1c4093 0%, #112656 100%);
}

#midcareer02 main #flow li {
  padding: 50px 18px 20px;
  border-radius: 10px;
  position: relative;
}

#midcareer02 main #flow li:not(:last-child) {
  margin-bottom: 60px;
}

#midcareer02 main #flow li:not(:last-child):after {
  position: absolute;
  content: "";
  background: url("../images/midcareer02/icon_arrow_dwn.svg") no-repeat;
  background-size: 100%;
  width: 15px;
  height: 21px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

#midcareer02 main #flow li > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #3161cf;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  width: 100px;
  text-align: center;
  padding: 5px;
}

#midcareer02 main #flow li .blue_title {
  letter-spacing: 1px;
}

#midcareer02 main #flow li img {
  display: block;
  margin: 20px auto;
}

#midcareer02 main #flow li p {
  color: #344162;
}

#midcareer02 main #faq ul.navy .q {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c4093), to(#112656));
  background: linear-gradient(180deg, #1c4093 0%, #112656 100%);
}

#midcareer02 main #faq li {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #b9b9b9;
  -webkit-box-shadow: 0 3px 0 0 rgba(118, 118, 118, 0.25);
          box-shadow: 0 3px 0 0 rgba(118, 118, 118, 0.25);
}

#midcareer02 main #faq li:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer02 main #faq h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: bold;
  border-bottom: 1px solid #7188bf;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#midcareer02 main #faq h3 .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 3;
  color: #fff;
  background: #3161cf;
}

#midcareer02 main #faq h3 .title {
  display: block;
  width: 85%;
  line-height: 1.4;
}

#midcareer02 main #support img {
  display: block;
  width: 140px;
  margin: 0 auto 20px;
}

#midcareer02 main #support p:not(:last-child) {
  margin-bottom: 30px;
}

#midcareer02 footer .f_blc {
  padding: 20px;
}

#midcareer02 footer .f_blc .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

#midcareer02 footer .f_blc .f_nav li {
  position: relative;
}

#midcareer02 footer .f_blc .f_nav li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8px;
  width: 1px;
  height: 60%;
  background: #000;
}

#midcareer02 footer .f_blc .f_nav a {
  display: block;
}

#midcareer02 footer .f_blc .f_nav a:hover {
  color: #3161cf;
}

#midcareer02 footer .f_blc small {
  display: block;
  text-align: center;
}

#midcareer02 footer .pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 10;
}

#midcareer02 footer .pagetop:hover {
  cursor: pointer;
  background: #ffde66;
}

#new-graduate {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 auto;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1.4px;
  color: #000;
  font-weight: 500;
  height: auto;
  min-height: 100%;
  overflow-y: auto;
}

#new-graduate .main_title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

#new-graduate .main_title:not(:last-child) {
  margin-bottom: 30px;
}

#new-graduate .main_title.white {
  color: #fff;
}

#new-graduate .main_title span {
  color: #ff5b45;
  font-size: 1.7rem;
}

#new-graduate .main_title span em {
  font-size: 2.6rem;
}

#new-graduate .sub_title {
  font-size: 1.15rem;
  font-weight: bold;
}

#new-graduate .sub_title.center {
  text-align: center;
}

#new-graduate .sub_title strong {
  color: #ff5b45;
}

#new-graduate .sub_title strong span {
  font-size: 1.7rem;
}

#new-graduate .sub_title strong span span {
  font-size: 1.4rem;
}

#new-graduate .sub_title strong em {
  font-size: 2.3rem;
}

#new-graduate .cta {
  text-align: center;
}

#new-graduate .cta.bg_white {
  padding: 40px 10px;
}

#new-graduate .cta p {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  margin: 0 auto 20px;
  color: #ff5b45;
  font-size: 1.15rem;
  border: 1px solid #ff5b45;
  border-radius: 5px;
}

#new-graduate .cta p:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 11px solid transparent;
  border-top: 14px solid #fff;
  z-index: 2;
}

#new-graduate .cta p:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 15px solid #ff5b45;
  z-index: 1;
}

#new-graduate .btn {
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
  background: #00b900;
  -webkit-box-shadow: 0 5px 0 0 #059305;
          box-shadow: 0 5px 0 0 #059305;
  border-radius: 200px;
  color: #fff;
  display: block;
  max-width: 320px;
  width: 100%;
  padding: 10px 5px 5px 20px;
  margin: 0 auto;
  position: relative;
}

#new-graduate .btn:hover {
  background: #059305;
}

#new-graduate .btn span {
  font-size: 1.7rem;
  letter-spacing: 2.4px;
  position: relative;
}

#new-graduate .btn span:after {
  position: absolute;
  content: "・・";
  top: -20px;
  left: 0;
}

#new-graduate .btn em {
  font-size: 1.2rem;
}

#new-graduate .btn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

#new-graduate .bg_white {
  background: #fff;
  padding: 40px;
}

#new-graduate .bg_gray {
  background: #eee;
  padding: 40px;
}

#new-graduate .bg_lred {
  background: #ffe5e3;
  padding: 40px;
}

#new-graduate .bg_grade {
  background: -webkit-gradient(linear, left top, right top, from(#e8170d), to(#fc6d4d));
  background: linear-gradient(90deg, #e8170d 0%, #fc6d4d 100%);
}

#new-graduate main .fv img {
  width: 100%;
}

#new-graduate main #intro {
  text-align: center;
}

#new-graduate main #intro h2 {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 3.2px;
  margin-bottom: 10px;
}

#new-graduate main #intro h2 span {
  color: #ff5b45;
}

#new-graduate main #intro p {
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}

#new-graduate main #intro p span {
  color: #ff5b45;
}

#new-graduate main #intro > img {
  width: 300px;
  margin: 0 auto 30px;
}

#new-graduate main #media {
  padding: 40px 15px;
}

#new-graduate main #media > p {
  color: #fff;
  font-size: 0.77rem;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 30px;
}

#new-graduate main #media ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 10px 5px;
}

#new-graduate main #media ul img {
  width: 100%;
}

#new-graduate main #media > img {
  margin: 20px auto 0;
}

#new-graduate main #point li {
  padding: 40px 20px 20px;
  border: 1px solid #ff443b;
  border-radius: 10px;
  position: relative;
}

#new-graduate main #point li:not(:last-child) {
  margin-bottom: 40px;
}

#new-graduate main #point li > span {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e8170d), to(#fc6d4d));
  background: linear-gradient(90deg, #e8170d 0%, #fc6d4d 100%);
  color: #fff;
  font-weight: bold;
  border-radius: 5px 0 5px 0;
  width: 100px;
  text-align: center;
  padding: 5px;
}

#new-graduate main #point li .sub_title {
  letter-spacing: 0;
}

#new-graduate main #point li img {
  display: block;
  margin: 20px auto;
}

#new-graduate main #works > p {
  font-size: 0.77rem;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 30px;
}

#new-graduate main #works .bg_white {
  border-radius: 10px;
  padding: 20px;
}

#new-graduate main #works li:not(:last-child) {
  margin-bottom: 30px;
}

#new-graduate main #works li h3 {
  background: #b2b2b2;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
}

#new-graduate main #works li h3.accordion {
  cursor: pointer;
  position: relative;
}

#new-graduate main #works li h3.accordion:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#new-graduate main #works li h3.accordion.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#new-graduate main #works li p {
  line-height: 2;
  font-size: 0.84rem;
}

#new-graduate main #works li p.cont {
  display: none;
}

#new-graduate main #voice .swiper {
  position: relative;
  overflow: hidden;
}

#new-graduate main #voice .swiper-slide {
  position: relative;
  height: auto;
  padding: 20px;
  border-radius: 10px;
}

#new-graduate main #voice .swiper-slide img {
  display: block;
  width: 100px;
  margin: 0 auto 20px;
}

#new-graduate main #voice .swiper-slide p.center {
  text-align: center;
  margin-bottom: 20px;
}

#new-graduate main #voice .swiper-slide > ul > li:not(:last-child) {
  margin-bottom: 20px;
}

#new-graduate main #voice .swiper-slide > ul > li h3 {
  background: -webkit-gradient(linear, left top, right top, from(#e8170d), to(#fc6d4d));
  background: linear-gradient(90deg, #e8170d 0%, #fc6d4d 100%);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
}

#new-graduate main #voice .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 20px;
}

#new-graduate main #voice .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px !important;
  background: #ffbab7;
  opacity: 1;
}

#new-graduate main #voice .swiper-pagination-bullet-active {
  background: #ff443b;
}

#new-graduate main #flow li {
  padding: 50px 18px 20px;
  border-radius: 10px;
  position: relative;
}

#new-graduate main #flow li:not(:last-child) {
  margin-bottom: 60px;
}

#new-graduate main #flow li:not(:last-child):after {
  position: absolute;
  content: "";
  background: url("../images/new-graduate/icon_arrow_dwn.svg") no-repeat;
  background-size: 100%;
  width: 15px;
  height: 21px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

#new-graduate main #flow li > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#e8170d), to(#fc6d4d));
  background: linear-gradient(90deg, #e8170d 0%, #fc6d4d 100%);
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  width: 100px;
  text-align: center;
  padding: 5px;
}

#new-graduate main #flow li .sub_title {
  color: #ff5b45;
  letter-spacing: 1px;
}

#new-graduate main #flow li img {
  display: block;
  margin: 20px auto;
}

#new-graduate footer .f_blc {
  padding: 20px;
}

#new-graduate footer .f_blc .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

#new-graduate footer .f_blc .f_nav li {
  position: relative;
}

#new-graduate footer .f_blc .f_nav li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8px;
  width: 1px;
  height: 60%;
  background: #000;
}

#new-graduate footer .f_blc .f_nav a {
  display: block;
}

#new-graduate footer .f_blc .f_nav a:hover {
  color: #3161cf;
}

#new-graduate footer .f_blc small {
  display: block;
  text-align: center;
}

#new-graduate footer .pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 10;
}

#new-graduate footer .pagetop:hover {
  cursor: pointer;
  background: #ffde66;
}

@media (min-width: 769px) {
  #fixbtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10;
    display: none;
    padding-bottom: env(safe-area-inset-bottom);
  }
  #fixbtn.is-show {
    display: block;
  }
  #fixbtn .btn {
    min-width: 300px;
    border-radius: 0;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 768px) {
  #fixbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    padding-bottom: env(safe-area-inset-bottom);
  }
  #fixbtn.is-show {
    display: block;
  }
  #fixbtn .btn {
    max-width: 100%;
    border-radius: 0;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */