/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: source-han-sans-japanese, 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#new-graduate {
  font-size: 13px;
  font-weight: 200;
  color: #003D4C;
  overflow: clip;
  background: #fff;
  position: relative;
  --color-main: #00A4E4;
  --color-sub: #CAE3E9;
  --color-acc: #71D6E0;
}

#new-graduate * {
  box-sizing: border-box;
}

#new-graduate a {
  transition: opacity .3s;
}

#new-graduate a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#new-graduate a:hover {
  text-decoration: none;
}

#new-graduate a:focus-visible {
  outline: none;
}

#new-graduate img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#new-graduate .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#new-graduate .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#new-graduate .font-gill{
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}

#new-graduate .pc-br {
  display: none;
}

#new-graduate .sp-br {
  display: inline;
}

#new-graduate .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#new-graduate .l-inner{
  display: grid;
  gap: 20px;
}

#new-graduate .txt-blue{
  color: var(--color-main);
}

#new-graduate .content-main-block{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}

#new-graduate .content-main-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/new-graduate/mainimg_sp.jpg")no-repeat center top/ contain;
  z-index: -1;
}

#new-graduate .content-main{
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100vw / 750 * 540 + 70px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 20px 20px;
  line-height: 1;
}

#new-graduate .content-main .ja{
  display: block;
  font-size: 20px;
  font-weight: 200;
}

#new-graduate .content-main .en{
  display: block;
  margin-top: 18px;
  font-size: 48px;
  font-weight: 200;
}

#new-graduate .content-wrapper{
  position: relative;
  margin-top: calc(100vw / 750 * 540);
  background-color: #fff;
}

#new-graduate .c-lead{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 200;
}

#new-graduate .c-txt{
  font-size: 14px;
  line-height: 1.6;
}

#new-graduate .c-lead + .c-txt{
  margin-top: 16px;
}

#new-graduate .c-lead.center,
#new-graduate .c-txt.center{
  text-align: center;
}

#new-graduate .c-box{
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 100, 163,.08);
}

#new-graduate .content-overview{
  display: grid;
  gap: 40px;
  padding: 60px 0;
  background: linear-gradient(180deg, #FFFFFF 25.93%, rgba(255, 255, 255, 0) 79.58%), #F4F9FB;
}

#new-graduate .overview-body{
  text-align: center;
}

#new-graduate .c-menu-list{
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

#new-graduate .c-menu-link{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  background: #fff;
  border-bottom: solid 1px #EEEEEE;
  color: #003D4C;
}

#new-graduate .c-menu-item:first-of-type .c-menu-link{
  border-radius: 4px 4px 0 0;
}

#new-graduate .c-menu-item:last-of-type .c-menu-link{
  border-radius: 0 0 4px 4px;
}

#new-graduate .c-menu-link::before,
#new-graduate .c-menu-link::after{
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  right: 40px;
  top: calc(50% - 18px);
  border-radius: 50%;
  background: linear-gradient(95deg, #4DD9D9 0, #0078AB 72%)no-repeat 50% 0 / 200% 100%;
  z-index: 1;
}

#new-graduate .c-menu-link::after{
  background: url("../images/new-graduate/arrow_white.svg")no-repeat center 11px / 20px 12px;
  z-index: 2;
}

#new-graduate .c-menu-link .ja{
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

#new-graduate .c-menu-link .en{
  display: block;
  font-size: 28px;
  line-height: 1.6;
}

#new-graduate .c-ttl-en{
  margin-bottom: 20px;
  color: #fff;
  font-size: 64px;
  text-align: center;
  line-height: 1;
}

#new-graduate .c-ttl{
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(100deg, rgb(0, 120, 171) 80%, rgb(77, 217, 217) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.6;
  box-shadow: 0 0 4px rgba(255,255,255,.1);
}

#new-graduate .content-overview{
  padding: 80px 0;
  background: url("../images/new-graduate/new-graduate_message_bg_sp.jpg")no-repeat center center / cover;
}

#new-graduate .overview-ttl-en{
  width: fit-content;
  margin: 0 auto 16px;
  padding: 4px 20px;
  background: linear-gradient(90.75deg, #0078AB 49.64%, #4DD9D9 100%);
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

@media print, screen and (max-width: 374px){
  #new-graduate .overview-ttl-en{
    font-size: 26px;
  }
}

#new-graduate .overview-ttl-ja{
  margin-bottom: 48px;
  font-size: 20px;
}

#new-graduate .overview-body-txt{
  font-size: 18px;
  line-height: 1.6;
}

#new-graduate .overview-message{
  position: relative;
  padding: 20px 32px 63px 20px;
  z-index: 0;
}

#new-graduate .overview-message::before{
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  top: 0;
  right: 0;
  background: url("../images/new-graduate/new-graduate_message_img_sp.jpg")no-repeat center right / cover;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  z-index: -1;
}

#new-graduate .overview-message-ttl-en{
  width: fit-content;
  padding-left: 10px;
  background: linear-gradient(100deg,rgba(255, 255, 255, 1) 0%, rgba(77, 217, 217, 1) 67%, rgba(39, 168, 194, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
  box-shadow: 0 0 4px rgba(255,255,255,.1);
}

#new-graduate .overview-message-txt-block{
  padding: 12px 25px 34px 10px;
  background: rgba(255,255,255,.9);
}

#new-graduate .overview-message-ttl{
  font-size: 24px;
  font-weight: 200;
  line-height: 1.6;
  white-space: nowrap;
}

#new-graduate .overview-message-ttl .en{
  display: block;
  margin-bottom: 32px;
  font-size: 16px;
}

#new-graduate .person{
  padding-bottom: 80px;
  background: linear-gradient(31.05deg, rgba(209, 203, 245, 0) 44.96%, rgba(209, 203, 245, 0.225) 59.88%, rgba(209, 203, 245, 0.3) 68.21%, rgba(0, 120, 171, 0.09) 95.86%), linear-gradient(9.46deg, rgba(0, 120, 171, 0.2) 0%, rgba(0, 120, 171, 0) 63.8%), #F4F9FB;
}

#new-graduate .person-overview{
  margin: 8px 0 12px;
  text-align: center;
}

#new-graduate .person-list{
  display: grid;
  gap: 12px;
  counter-reset: personNum;
}

#new-graduate .person-item{
  counter-increment: personNum;
}

#new-graduate .person-txt-block{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 320px;
  height: 320px;
  margin: 0 auto 8px;
  border-radius: 50%;
  text-align: center;
  background: url("../images/new-graduate/new-graduate_person_item_bg_pc.png")no-repeat center center / contain;
  background-color: rgba(255,255,255,.2);
  z-index: 1;
}

#new-graduate .person-lead{
  position: relative;
  min-height: 80px;
  font-size: 18px;
  z-index: 0;
}

#new-graduate .person-lead::before{
  position: absolute;
  width: 100%;
  top: -28px;
  left: 0;
  color: #DDECF1;
  content: counter(personNum,decimal-leading-zero);
  font-size: 100px;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  z-index: -1;
}

#new-graduate .person-lead .en{
  display: block;
  font-size: 12px;
}

#new-graduate .person-img{
  width: calc(100% - 16px);
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

#new-graduate .person-workstyle-ttl{
  margin-bottom: 20px;
  text-align: center;
}

#new-graduate .person-workstyle-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 332px;
  margin: 0 auto;
  gap: 0 12px;
  counter-reset: workstyleNum;
}

#new-graduate .person-workstyle-item{
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  counter-increment: workstyleNum;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  z-index: 0;
}

#new-graduate .person-workstyle-item::before{
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  top: 0;
  left: calc(50% - 80px);
  background: linear-gradient(135deg, rgba(0, 120, 171, 0.3) 50.06%, rgba(196, 223, 235, 0.3) 100%);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 100, 163,.08);
  z-index: -1;
}

#new-graduate .person-workstyle-item:first-of-type{
  width: 100%;
}

#new-graduate .person-workstyle-lead{
  position: relative;
  margin: 8px 0;
  color: #fff;
  font-size: 12px;
}

#new-graduate .person-workstyle-lead::before{
  position: absolute;
  width: 40px;
  content: counter(workstyleNum,decimal-leading-zero);
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  top: -22px;
  left: calc(50% - 20px);
  line-height: 1;
}

#new-graduate .person-message{
  position: relative;
  padding: 34px 20px 20px;
  background: linear-gradient(180deg, rgba(241, 247, 250, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 100, 163,.08);
}

#new-graduate .person-message::before{
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: solid 1.5px var(--color-main);
  border-radius: 4px;
  z-index: -1;
}

#new-graduate .person-message::after{
  position: absolute;
  content: "";
  width: 120px;
  height: 175px;
  bottom: 0;
  right: 20px;
  background: url("../images/new-graduate/new-graduate_person_message.png")no-repeat center bottom / contain;
  z-index: 1;
}

#new-graduate .person-message-ttl{
  position: relative;
  text-align: center;
  z-index: 0;
}

#new-graduate .person-message-ttl::before{
  position: absolute;
  content: "Message";
  width: 100%;
  top: -20px;
  left: 0;
  color: #fff;
  font-size: 35px;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  z-index: -1;
}

#new-graduate .person-message-ttl .en{
  display: block;
  font-size: 12px;
}

#new-graduate .person-message-txt{
  padding-right: 128px;
}

#new-graduate .person-message-post{
  position: relative;
  width: fit-content;
  display: block;
  margin: 4px 0 0 auto;
  font-size: 12px;
}

#new-graduate .person-message-post::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  margin-right: 8px;
  background: url("../images/new-graduate/new-graduate_person_message_icon.png")no-repeat center center / contain;
  vertical-align: bottom;
}

#new-graduate .career{
  padding-bottom: 80px;
  background: url("../images/new-graduate/new-graduate_career_bg_sp.jpg")no-repeat center top / cover;
}

#new-graduate .career .c-ttl-en{
  color: var(--color-sub);
}

#new-graduate .career .c-lead{
  margin-top: 8px;
}

#new-graduate .career-img{
  margin: 16px 0 12px;
  text-align: center;
  transform: translateX(4px);
}

#new-graduate .career-step-list{
  width: calc(100% - 8px);
  margin: 0 auto;
  display: grid;
  gap: 3px;
}

#new-graduate .career-step-item{
  padding: 4px 8px;
  background: rgba(247,248,252,.6);
}

#new-graduate .career-step-ttl{
  height: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  margin-bottom: 2px;
  padding: 4px 8px;
  background: var(--color-main);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

#new-graduate .career-step-ttl .step{
  margin-right: 8px;
  padding-right: 8px;
  border-right: solid 1px var(--color-sub);
  font-size: 12px;
  font-weight: 400;
}

#new-graduate .career-step-ttl .step .num{
  display: inline-block;
  margin-left: 4px;
  font-size: 16px;
  transform: translateY(1px);
}

#new-graduate .welfare{
  padding-bottom: 80px;
  background: url("../images/new-graduate/new-graduate_welfare_bg_sp.jpg")no-repeat center bottom / cover;
}

#new-graduate .welfare .c-lead{
  margin-top: 8px;
}

#new-graduate .welfare-list{
  width: 282px;
  margin: 20px auto 0;
  display: grid;
  gap: 12px;
}

#new-graduate .welfare-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px ;
  background: #fff;
  border-radius: 4px;
  border: solid 1px var(--color-main);
}

#new-graduate .welfare-item-ttl{
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

#new-graduate .welfare-item-ttl .small{
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

#new-graduate .welfare-item-icon{
  width: 120px;
  height: 112px;
  margin:  0 auto;
}

#new-graduate .flow{
  padding-bottom: 80px;
  background: url("../images/new-graduate/new-graduate_flow_bg_sp.jpg")no-repeat center top / cover;
}

#new-graduate .flow-list{
  width: 316px;
  margin: 40px auto 20px;
  padding: 20px 38px;
  display: grid;
  gap: 50px;
  counter-reset: flowNum;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0,100,153,.08);
}

#new-graduate .flow-item{
  position: relative;
  counter-increment: flowNum;
}

#new-graduate .flow-item::before{
  position: absolute;
  content: "";
  width: 300px;
  height: 42px;
  top: -46px;
  left: calc(50% - 150px);
  background: url("../images/new-graduate/new-graduate_flow_arrow.png")no-repeat center center / contain;
}

#new-graduate .flow-item:first-of-type::before{
  content: none;
}

#new-graduate .flow-item-icon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  background: #fff;
  border-radius: 50%;
  border-right: solid .5px #E5EBEC;
  border-bottom: solid 1px #E5EBEC;
}

#new-graduate .flow-item-icon::before{
  position: absolute;
  top: 0;
  left: 24px;
  content: counter(flowNum,decimal-leading-zero);
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
}

#new-graduate .flow-item-ttl{
  width: fit-content;
  margin: 16px auto 12px;
  padding: 2px 12px;
  background: #003D4C;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

#new-graduate .flow-item-ttl .small{
  margin-left: 4px;
  font-size: 12px;
  font-weight: 300;
}

#new-graduate .c-link{
  position: relative;
  width: 292px;
  height: 35px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 32px;
  border-radius: 99px;
  background: #27A8C2;
  background: linear-gradient(95.42deg, #57D4B1 20%, #0078AB 72.09%);
  background-size: 200% 100%;
  background-position: 50% 0;
  border: solid 2.5px #57D4B1;
  transition: background 0.5s;
  z-index: 1;
}

#new-graduate .c-link::before{
  position: absolute;
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  top: -2.5px;
  left: -2.5px;
  box-shadow: inset 3px 3px 5px #0179AC, 3px 3px 3px rgba(105, 112, 102, 0.25);
  border-radius: 99px;
}

#new-graduate .c-link::after{
  position: absolute;
  height: 13px;
  width: 15px;
  top: 1px;
  right: 12px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  color: #fff;
  font-weight: 600;
  font-size: 0.625rem;
  transform: translate(2px, 2px);
}

#new-graduate .c-link-txt{
  position: relative;
  padding-right: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

#new-graduate .c-link-txt::after{
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  right: 0;
  top: calc(50% - 5px);
  background: url("../images/new-graduate/arrow_link_white.svg") no-repeat center center / contain;
  transition: transform 0.3s;
}

@media print, screen and (min-width: 768px) {
  
  #new-graduate .sp-br {
    display: none;
  }
  
  #new-graduate .pc-br {
    display: inline;
  }
  
  #new-graduate .l-inner{
    gap: 56px;
  }

  #new-graduate .content-main-bg{
    height: 620px;
    background: url("../images/new-graduate/mainimg_pc.jpg")no-repeat center top/ cover;
  }

  #new-graduate .content-main{
    height: 620px;
    left: 50%;
    padding: 80px 0 0;
    justify-content: center;
    transform: translateX(max(calc(40px - 50vw),-800px));
  }

  #new-graduate .content-main .ja{
    font-size: 24px;
  }

  #new-graduate .content-main .en{
    font-size: 88px;
  }

  #new-graduate .content-wrapper{
    margin-top: 540px;
  }

  #new-graduate .c-lead{
    font-size: 24px;
  }

  #new-graduate .c-txt{
    font-size: 16px;
  }

  #new-graduate .c-lead + .c-txt{
    margin-top: 32px;
  }
  
  #new-graduate .c-box{
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 100, 163,.08);
  }
  
  #new-graduate .content-overview{
    gap: 80px;
    padding: 120px 0;
  }
  
  #new-graduate .c-menu-list{
    display: flex;
  }

  #new-graduate .c-menu-item{
    flex: 1;
  }
  
  #new-graduate .c-menu-link{
    padding: 16px 80px;
    border: none;
    border-right: solid 1px #EEEEEE;
  }

  #new-graduate .c-menu-item:first-of-type .c-menu-link{
    border-radius: 8px 0 0 8px;;
  }

  #new-graduate .c-menu-item:last-of-type .c-menu-link{
    border-radius: 0 8px 8px 0;
    border: none;
  }

  #new-graduate .c-menu-link::before,
  #new-graduate .c-menu-link::after{
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    right: 80px;
    transition: all .3s;
  }
  
  #new-graduate .c-menu-link::before{
    background-size: 200% 100%;
    background-position: 50% 0;
  }
  
  #new-graduate .c-menu-link::after{
    border-radius: 50%;
    background-size: 24px 16px;
    background-position: center 18px
  }

  #new-graduate .c-menu-link .ja{
    font-size: 16px;
  }

  #new-graduate .c-menu-link .en{
    font-size: 40px;
  }

  #new-graduate .c-ttl-en{
    margin-bottom: 56px;
    font-size: 120px;
  }

  #new-graduate .c-ttl{
    font-size: 36px;
  }

  #new-graduate .content-overview{
    padding: 160px 0;
    background-image: url("../images/new-graduate/new-graduate_message_bg_pc.jpg");
  }

  #new-graduate .overview-ttl-en{
    margin: 0 auto 32px;
    padding: 8px 24px;
    font-size: 72px;
  }

  #new-graduate .overview-ttl-ja{
    margin-bottom: 96px;
    font-size: 32px;
  }

  #new-graduate .overview-body-txt{
    font-size: 24px;
    line-height: 3;
  }

  #new-graduate .overview-message{
    padding: 40px 0;
  }

  #new-graduate .overview-message::before{
    width: min(calc(100% - 20px),calc(50% + 600px));
    background: url("../images/new-graduate/new-graduate_message_img_pc.jpg")no-repeat center left / cover;
    border-radius: 8px 0 0 8px;
  }
  
  #new-graduate .overview-message-content{
    position: relative;
    left: 50vw;
    transform: translateX(-560px);
  }
  
  #new-graduate .overview-message-ttl-en{
    padding-left: 40px;
    font-size: 88px;
  }

  #new-graduate .overview-message-txt-block{
    width: fit-content;
    padding: 34px 68px 40px 40px;
    background: rgba(255,255,255,.86);
  }

  #new-graduate .overview-message-ttl{
    font-size: 32px;
  }

  #new-graduate .overview-message-ttl .en{
    margin: 16px 0 56px;
    font-size: 20px;
  }
  
  #new-graduate .overview-message .c-txt{
    font-size: 18px;
    line-height: 1.8;
  }

  #new-graduate .person{
    padding-bottom: 160px;
  }

  #new-graduate .person-overview{
    margin: 16px 0 120px;
  }

  #new-graduate .person-list{
    gap: 24px;
  }

  #new-graduate .person-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    gap: 80px;
  }
  
  #new-graduate .person-item:nth-of-type(even){
    flex-direction: row-reverse;
  }
  
  #new-graduate .person-txt-block{
    gap: 48px;
    flex: 0 1 500px;
    width: 500px;
    height: 500px;
    margin: 0
  }

  #new-graduate .person-lead{
    min-height: 102px;
    font-size: 24px;
  }

  #new-graduate .person-lead::before{
    top: -42px;
    font-size: 152px;
  }

  #new-graduate .person-lead .en{
    font-size: 16px;
  }

  #new-graduate .person-img{
    flex: 1;
  }

  #new-graduate .person-workstyle-ttl{
    margin-bottom: 56px;
  }

  #new-graduate .person-workstyle-list{
    width: 100%;
    justify-content: space-between;
    padding: 0 40px;
    gap: 0;
  }

  #new-graduate .person-workstyle-item{
    width: 300px;
    height: 300px;
    padding-top: 8px;
  }

  #new-graduate .person-workstyle-item::before{
    width: 300px;
    height: 300px;
    left: calc(50% - 150px);
    box-shadow: 0 0 16px rgba(0, 100, 163,.08);
  }

  #new-graduate .person-workstyle-item:first-of-type{
    width: 300px;
  }

  #new-graduate .person-workstyle-lead{
    margin: 20px 0 8px;
    font-size: 16px;
  }

  #new-graduate .person-workstyle-lead::before{
    width: 40px;
    font-size: 40px;
    top: -38px;
  }
  
  #new-graduate .person-workstyle-txt{
    font-size: 24px;
    line-height: 1.4;
  }

  #new-graduate .person-message{
    padding: 76px 64px 80px;
    box-shadow: 0 0 16px rgba(0, 100, 163,.08);
  }

  #new-graduate .person-message::before{
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    border-radius: 8px;
  }

  #new-graduate .person-message::after{
    width: 240px;
    height: 350px;
    right: 64px;
  }

  #new-graduate .person-message-ttl::before{
    top: -40px;
    font-size: 70px;
  }

  #new-graduate .person-message-ttl .en{
    font-size: 16px;
  }

  #new-graduate .person-message-txt{
    margin-top: 40px;
    padding-right: 272px;
    line-height: 1.8;
  }

  #new-graduate .person-message-post{
    margin-top: 40px;
    font-size: 16px;
  }
  
  #new-graduate .person-message-post::before{
    width: 30px;
    height: 32px;
    margin-right: 16px;
  }

  #new-graduate .career{
    padding-bottom: 46px;
    background-image: url("../images/new-graduate/new-graduate_career_bg_pc.jpg");
  }

  #new-graduate .career .c-lead{
    margin: 16px;
  }

  #new-graduate .career-content{
    position: relative;
  }
  
  #new-graduate .career-img{
    margin: 16px 0 0;
    transform: none;
  }

  #new-graduate .career-step-list{
    position: absolute;
    width: 790px;
    left: 278px;
    bottom: 6px;
    gap: 6px;
    display: flex;
    flex-direction: column-reverse;
  }

  #new-graduate .career-step-item{
    width: fit-content;
    padding: 4px;
  }
  
  #new-graduate .career-step-item.step05{
    margin-left: auto;
  }
  
  #new-graduate .career-step-item.step04{
    min-width: 310px;
    margin-left: auto;
    order: 1;
  }
  
  #new-graduate .career-step-item.step03{
    margin-left: 320px;
  }

  
  #new-graduate .career-step-item.step02{
    margin-left: 160px;
  }

  #new-graduate .career-step-ttl{
    height: 28px;
    margin-bottom: 4px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 16px;
  }

  #new-graduate .welfare{
    padding-bottom: 160px;
    background-image: url("../images/new-graduate/new-graduate_welfare_bg_pc.jpg");
  }

  #new-graduate .welfare .c-lead{
    margin-top: 16px;
  }

  #new-graduate .welfare-list{
    width: auto;
    margin: 16px auto 0;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
  }

  #new-graduate .welfare-item{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 16px;
    padding: 24px;
    border-radius: 8px;
    align-items: flex-start;
  }

  #new-graduate .welfare-item-ttl{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
  }

  #new-graduate .welfare-item-ttl .small{
    font-size: 16px;
    font-weight: 200;
  }

  #new-graduate .flow{
    padding-bottom: 160px;
    background-image: url("../images/new-graduate/new-graduate_flow_bg_pc.jpg");
  }

  #new-graduate .flow-list{
    width: 100%;
    margin: 80px auto 56px;
    padding: 24px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 8px;
    box-shadow: none;
    backdrop-filter: blur(10px);
  }

  #new-graduate .flow-item{
    width: 240px;
  }

  #new-graduate .flow-item::before{
    top: calc(50% - 21px);
    left: -184px;
    transform: rotate(-90deg);
  }

  #new-graduate .flow-item-icon{
    border-right: solid 1px #E5EBEC;
    border-bottom: solid 2px #E5EBEC;
    box-sizing: content-box;
  }
  
  #new-graduate .flow-item-ttl{
    margin: 32px auto 24px;
    padding: 2px 16px;
    font-size: 20px;
  }

  #new-graduate .flow-item-ttl .small{
    display: inline-block;
    transform: translateY(-3px);
  }

  #new-graduate .c-link{
    width: 348px;
    height: 60px;
    padding-left: 64px;
    border-width: 3px;
  }

  #new-graduate .c-link::before{
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -3px;
    left: -3px;
  }

  #new-graduate .c-link::after{
    width: 15px;
    top: 4px;
  }

  #new-graduate .c-link-txt{
    padding-right: 36px;
    font-size: 20px;
    transition: transform .3s;
  }

  #new-graduate .c-link-txt::after{
    height: 12px;
    top: calc(50% - 6px);
    transition: transform 0.3s;
  }
}


@media print, screen and (min-width: 1201px){
  #new-graduate .c-menu-link:hover::before{
    background-position: 10% 0;
  }
  
  #new-graduate .c-menu-link:hover::after{
    transform: translateY(3px);
  }
  
  #new-graduate .c-link:hover{
    background-position: 0 0;
  }
  
  #new-graduate .c-link:hover .c-link-txt{
    transform: translateX(-8px);
  }
  
  #new-graduate .c-link:hover .c-link-txt::after{
    transform: translateX(12px);
  }
}