@charset "UTF-8";

/*
	##### DNP RECRUITING #####
	/recruit/newgraduates/shared/css/style_sp.css
*/

/* --------------------------------------------------
init (override)
-------------------------------------------------- */

html {
  font-size: 62.5%;
  overflow: hidden;
  /* to hide IE's horizontal scrollbar */
  overflow-y: scroll
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  line-height: 1;
  font-weight: 400;
  color: #000;
  height: 100%
}

img {
  vertical-align: bottom;
  outline: none;
  pointer-events: none;
}
sup {
  font-size: 60%
}

.l-head {
  background-color: #fff
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none
}

html.open,
.open body {
	overflow: hidden;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------
wrapper
-------------------------------------------------- */

:root {
  --color1: #0b437b;
  --color2: #f0f86e;
  --color3: #f3f3f5;
  --biz-rgb1: 0, 124, 190;
  --biz-hsl1: 201, 100%; /*L 37%*/
  --biz-rgb2: 110, 85, 175;
  --biz-hsl2: 257, 36%; /*L 51%*/
  --biz-rgb3: 0, 98, 171;
  --biz-hsl3: 206, 100%; /*L 34%*/
  --biz-rgb4: 125, 125, 130;
  --pro1-rgb: 170, 65, 80;
  --car-rgb: 0, 106, 126;
  --corp-rgb: 115, 115, 120;
  --biz-color1: #007cbe;
  --biz-color2: #6e55af;
  --biz-color3: #0062ab;
  --biz-color4: #7d7d82;
  --pro-color1: #aa4150;
  --pro-color2: #6E55AF;
  --pro-color3: #008CD7;
  --pro-color4: #0062A8;
  --car-color: #006a7e;
  --corp-color: #737378;
}

.recruit-newgraduates {
	position: relative;
	width: 100vw;
}

main {
  padding-top: calc(20 / 750 * 100vw);
}

.cols {
  display: flex;
}



/* --------------------------------------------------
tools
-------------------------------------------------- */

.hide-on-sp {
  display: none !important;
}

.en {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.small {
	font-size: 85%
}
.light {
  font-weight: 300
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
em.marker {
  display: inline-block;
  position: relative;
  font-weight: inherit;
}
em.marker::before {
  content: '';
  display: inline-block;
  height: 1em;
  position: absolute;
  padding: .4em .25em;
  width: 100%;
  border-radius: 100px;
  z-index: -1;
  background-color: var(--color2);
  top: 50%;
  left: 50%;
  transform: translate(-51%, -47%)
}
.note {
  font-size: 80%;
  margin-top: .5em;
}
.popup::after {
  content: '';
  display: inline-block;
  width: .85em;
  height: .9em;
  background: url(/recruit/newgraduates/shared/images/ico-popup.svg) no-repeat center top / contain;
  margin-left: .5em;
}

/* --------------------------------------------------
effects
-------------------------------------------------- */

.dawn {
  opacity: 0;
}
.dawn.start {
  animation: fi-rise .7s ease-in-out 0s both;
}
.dawn-25 {
  opacity: 0;
}
.dawn-25.start {
  animation: fi-rise-25 .7s ease-in-out 0s both;
}
.dusk {
  opacity: 0;
}
.dusk.start {
  animation: fi-set .8s ease-in-out .2s both;
}
.dusk-25 {
  opacity: 0;
}
.dusk-25.start {
  animation: fi-set-25 1s ease-in-out .2s both;
}
.fade {
  opacity: 0;
}
.fade.start {
  animation: fi-simple .7s ease-in-out 0s both;
}
.left {
  opacity: 0;
}
.left.start {
  animation: from-L 1s cubic-bezier(0.165, 0.84, 0.44, 1) .2s both
}
.right {
  opacity: 0;
}
.right.start {
  animation: from-R 1s cubic-bezier(0.165, 0.84, 0.44, 1) .2s both
}
.action.start {
	animation-delay: calc(var(--el-index) * .1s);
}

/* --------------------------------------------------
keyframes
-------------------------------------------------- */
@keyframes fi-rise {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fi-rise-25 {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fi-simple {
  to {
    opacity: 1;
  }
}
@keyframes from-R {
  0% {
    opacity: 0;
    transform: translateX(40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes from-L {
  0% {
    opacity: 0;
    transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fi-set {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fi-set-25 {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* --------------------------------------------------
header
-------------------------------------------------- */

.local-header-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100dvw;
	height: 0;
	z-index: 99;
}

.local-header-area.fixed {
	position: fixed;
}
.local-header {
  display: flex;
  justify-content: space-between;
  padding: 0 calc(25 / 750 * 100vw) 0 0;
  height: 0;
  width: 100dvw;
  margin: 0 auto;
}

.local-logo {
	display: inline-block;
	font-size: calc(36 / 750 * 100vw);
	font-weight: 800;
  background-color: #fff;
  padding: calc(20 / 750 * 100vw) calc(25 / 750 * 100vw);
  border-radius: 0 0 calc(30 / 750 * 100vw) 0;
}
.header-bttn-set {
  padding: calc(20 / 750 * 100vw) 0;
}
.header-bttn-set .bttn-intern,
.header-bttn-set .bttn-entry {
	display: none
}
.header-bttn-set .menu-trigger {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(212 / 750 * 100vw);
	height: calc(92 / 750 * 100vw);
	border: solid calc(2 / 750 * 100vw) #000;
	text-align: center;
	border-radius: 100px;
	background-color: #fff;
}
.header-bttn-set .menu-trigger .label {
	font-size: calc(28 / 750 * 100vw);
	font-weight: 700;
	margin-right: calc(15 / 750 * 100vw)
}
.hamburger {
	display: block;
	width: calc(45 / 750 * 100vw);
	height: calc(30 / 750 * 100vw);
	position: relative;
}
.hamburger .bar-set {
	cursor: pointer;
	display: block;
	width: calc(45 / 750 * 100vw);
	height: calc(30 / 750 * 100vw);
}
.hamburger .bar {
	position: absolute;
	display: block;
	height: calc(3 / 750 * 100vw);
	width: 100%;
	background-color: #000;
	transition: all .3s
}
.hamburger .bar.upper {
	top: 0;
}
.hamburger .bar.middle {
	top: 50%;
	margin-top: calc(-1 / 750 * 100vw)  
}
.hamburger .bar.bottom {
	bottom: 0;
}
.open .hamburger .bar.upper {
	top: 50%;
	transform: translateY(calc(-1 / 750 * 100vw)) rotate(30deg) scaleX(1.15)
}
.open .hamburger .bar.middle {
	width: 0;
	opacity: 0
}
.open .hamburger .bar.bottom {
	bottom: 50%;
	transform: translateY(calc(1 / 750 * 100vw)) rotate(-30deg) scaleX(1.15)
}

.blink {
  animation: blinking 1s linear 0s;
  animation-iteration-count: 15;
}

@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* --------------------------------------------------
local-nav
-------------------------------------------------- */

.local-menu-area {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(180 / 750 * 100vw) 0 calc(330 / 750 * 100vw);
  background-color: var(--color3);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: .5s;
  transition-timing-function: ease;
  overflow-y: scroll;
}
.local-header-area.fixed .local-menu-area {
  padding-bottom: calc(180 / 750 * 100vw);
}
.local-nav-bttns {
  display: block;
  width: 100%;
  padding: 0 calc(25 / 750 * 100vw);

  & .bttn {
    display: block;
    width: 100%;
    height: calc(150 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
    overflow: hidden;

    & a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      text-align: center;
      position: relative;

      &::after {
        content: '';
        display: block;
        width: calc(60 / 750 * 100vw);
        height: calc(60 / 750 * 100vw);
        border-radius: 50%;
        position: absolute;
        right: calc(50 / 750 * 100vw);
        background: no-repeat center center / contain;
        background-image: url(/recruit/newgraduates/shared/images/bttn-link_blk.svg);
        background-color: rgba(255, 255, 255, 1);
      }
    }
    & + & {
      margin-top: calc(20 / 750 * 100vw);
    }
  }
  & .bttn-intern a {
    font-size: calc(38 / 750 * 100vw);
    font-weight: 700;
    line-height: 1.3157894736842106;
    letter-spacing: .08em;
    font-feature-settings: "palt";
    background-color: var(--color1);
    border-color: var(--color1);
    color: #fff;
  }
  & .bttn-entry a {
    font-size: calc(44 / 750 * 100vw);
    font-weight: 700;
    background-color: #000;
    border-color: #000;
    color: #fff;
    padding-right: 2em;

    & .medium {
      margin-left: .25em;
    }
  }
}



.open .local-menu-area {
  opacity: 1;
  visibility: visible
}


/* --------------------------------------------------
footer / local-nav
-------------------------------------------------- */

.recommended-contents-area {
  display: block;
  width: 100%;
  padding: 0 calc(25 / 750 * 100vw);
  margin: 0 auto calc(50 / 750 * 100vw);
  position: relative;

  & .recomme-ttl {
    display: inline-flex;
    flex-direction: column-reverse;
    padding-left: calc(30 / 750 * 100vw);
    margin-bottom: calc(26 / 750 * 100vw);

    & .jp {
      font-size: calc(34 / 750 * 100vw);
      font-weight: 700;
      letter-spacing: .03em;
    }
    & .en {
      font-size: calc(22 / 750 * 100vw);
      letter-spacing: .08em;
      margin-bottom: calc(15 / 750 * 100vw);

      &::before {
        content: '';
        display: inline-block;
        width: calc(5 / 750 * 100vw);
        height: calc(5 / 750 * 100vw);
        border-radius: 50%;
        vertical-align: middle;
        margin-right: calc(16 / 750 * 100vw);
        background-color: #000
      }
    }
  }
}


.next-contents-bttn {
  display: block;
  width: 100%;
  height: calc(350 / 750 * 100vw);
  position: relative;

  & .image-box {
    width: 100%;
    height: 100%;
    border-radius: calc(30 / 750 * 100vw);
    overflow: hidden
  }
  & a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .48);
    border-radius: calc(30 / 750 * 100vw);
    overflow: hidden;

    &::after {
      content: '';
      display: block;
      width: calc(60 / 750 * 100vw);
      height: calc(60 / 750 * 100vw);
      border-radius: 50%;
      position: absolute;
      right: calc(50 / 750 * 100vw);
      top: 50%;
      transform: translateY(-50%);
      background: no-repeat center center / contain;
      background-image: url(/recruit/newgraduates/shared/images/bttn-link_blk.svg);
      background-color: #fff;
    }

    & .jp {
      display: inline-block;
      font-size: calc(34 / 750 * 100vw);
      font-weight: 500;
      font-feature-settings: "palt";
      letter-spacing: .1em;
      line-height: 1.2352941176470589;
    }
    & .en {
      display: inline-block;
      font-size: calc(22 / 750 * 100vw);
      letter-spacing: .08em;
      margin-top: calc(22 / 750 * 100vw);
    }
    & .ttl-add::before {
      display: inline-block;
      content: "―";
      margin: 0 .3em;
      transform: scaleX(1.6)
    }
  }
}

.pre-footer-bttns .bttn-set {
  display: block;
  width: 100%;
  padding: 0 calc(25 / 750 * 100vw) calc(115 / 750 * 100vw);

  & a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: calc(30 / 750 * 100vw);
    overflow: hidden;

    &::after {
      position: absolute;
      right: calc(50 / 750 * 100vw);
      content: '';
      display: block;
      width: calc(60 / 750 * 100vw);
      height: calc(60 / 750 * 100vw);
      border-radius: 50%;
      background: no-repeat center center / contain;
      background-color: #fff
    }
  }

  & .bttn-entry {
    display: block;
    width: 100%;

    & .entry-bttn-list li {
      height: calc(150 / 750 * 100vw);

      & + & {
        margin-top: calc(20 / 750 * 100vw);
      }
    }

    & a {
      font-size: calc(44 / 750 * 100vw);
      font-weight: 400;
      line-height: 1.1;
      letter-spacing: .02em;
      color: #fff;
      background-color: #000;
      position: relative;
      text-align: center;

      & .bttn-ttl {
        translate: calc(-40 / 750 * 100vw);
      }

      &::after {
        background-image: url(/recruit/newgraduates/shared/images/bttn-link_blk.svg);
      }
    }
  }
  & .bttn-corp-site {
    display: none;
  }
}

.main-end {
  display: block;
  width: 100%;
  height: calc(180 / 750 * 100vw);
  overflow: hidden;

  & .scroll-txt {
    display: inline-block;
    width: auto;
    font-size: calc(180 / 750 * 100vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    color: #f3f3f5;
    white-space: nowrap;

    & span + span {
      margin-left: .15em;
    }
  }
}



.footer-sec {
  margin-top: calc(-28 / 750 * 100vw);
  background-color: var(--color3);
  padding: calc(115 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  font-feature-settings: "palt";

  & .footer-menu-area {
    display: block;
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);

    & .footer-ttl {
      font-size: calc(58 / 750 * 100vw);
      font-weight: 900;
      line-height: 1.206896551724138;
      margin-bottom: calc(50 / 750 * 100vw)
    }
  }
}

.local-nav {
  display: block;
  width: 100%;
  padding: 0 calc(60 / 750 * 100vw);
  margin-top: calc(50 / 750 * 100vw);
}

.local-nav,
.site-map-area {
  counter-reset: ttl-num;
}

    dl.menu {
    counter-increment: ttl-num;

    & .menu-ttl {
      position: relative;

      &::before {
      content: counter(ttl-num, decimal-leading-zero);
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: calc(24 / 750 * 100vw);
      letter-spacing: .01em;
      position: absolute;
      left: calc(15 / 750 * 100vw);
      top: 2.5em;
      }
    }
  }


:is(.local-nav, .site-map-area) .menu {
  font-feature-settings: "palt";
  width: 100%;

  & .back2home {
    font-size: calc(40 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: .04em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: calc(145 / 750 * 100vw);
    padding-left: calc(15 / 750 * 100vw);
  }
  & .menu-ttl .jp {
    font-size: calc(40 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: .04em;
  }
  & .menu-ttl .en {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: .08em;
    color: #959491;
    margin-top: calc(20 / 750 * 100vw)
  }
  &:not([class*="not-open"]) .menu-ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: calc(180 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    border-top: solid calc(2 / 750 * 100vw) #dad9d6;
    position: relative;

    p > & {
      padding-left: 0;
    }
  }
  &.not-open .menu-ttl a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: calc(180 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    border-top: solid calc(2 / 750 * 100vw) #dad9d6;
    position: relative;

    &::after {
      content: '';
      display: block;
      width: calc(60 / 750 * 100vw);
      height: calc(60 / 750 * 100vw);
      border-radius: 50%;
      position: absolute;
      right: calc(15 / 750 * 100vw);
      top: 50%;
      transform: translateY(-50%);
      background: no-repeat center center / contain;
      background-image: url(/recruit/newgraduates/shared/images/bttn-link_blk.svg);
      background-color: rgba(255, 255, 255, 1)
    }
  }
  
  &.not-open .menu-list {
    display: none;
  }
  & .menu-list {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4666666666666666;
    padding-left: calc(15/ 750 * 100vw);
    display: none;

    & > :is(ol, ul) {
      padding-top: calc(12 / 750 * 100vw);
      padding-bottom: 2em;
    }

    & li + li {
      margin-top: 1.25em;
    }
    & ul li {
      padding-left: calc(1.3333333333333335vw + .5em);
      text-indent: calc(-1.3333333333333335vw - .5em);
    }
    & ul a::before {
      content: '';
      display: inline-block;
      width: calc(10 / 750 * 100vw);
      height: calc(10 / 750 * 100vw);
      border-radius: 50%;
      background-color: var(--color1);
      vertical-align: middle;
      margin-right: .5em;;
    }
    & ol li {
      counter-increment: number;
      padding-left: 2.25em;
      text-indent: -2.25em;
    }
    & ol a::before {
      content: "#"counter(number, decimal-leading-zero);
      margin-right: .5em;
      color: var(--color1)
    }
  }
  & .menu-bttn {
    display: none;
    padding-bottom: 2em;

    & .bttn-inner {
      display: block;
      width: 100%;
      height: calc(252 / 750 * 100vw);
      margin-top: calc(14 / 750 * 100vw);
      border-radius: calc(20 / 750 * 100vw);
      overflow: hidden;
      position: relative;
    }

    & a {
      display: block;
      width: 100%;
      height: 100%;
      padding: calc(30 / 750 * 100vw) calc(44 / 750 * 100vw);
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, .48);
      color: #fff;

      &::after {
        content: '';
        display: block;
        width: calc(54 / 750 * 100vw);
        height: calc(54 / 750 * 100vw);
        border-radius: 50%;
        position: absolute;
        right: calc(38 / 750 * 100vw);
        bottom: calc(29 / 750 * 100vw);
        border: calc(2 / 750 * 100vw) solid #fff;
        background: no-repeat center center / contain;
        background-image: url(/recruit/newgraduates/shared/images/bttn-link_wht.svg);
        background-color: rgba(255, 255, 255, .2)
      }

      & dl {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%
      }

      & .bttn-ttl {
        font-size: calc(20 / 750 * 100vw);
        font-weight: 300;

        &::before {
          content: '•';
          margin-right: .25em;
        }
      }
      & .jp {
        font-size: calc(24 / 750 * 100vw);
        font-weight: bold;
        line-height: 1.5;
        display: block;
      }
      & dd .en {
        font-size: calc(60 / 750 * 100vw);
        font-weight: 800;
      }
    }
  }
}
.menu .trigger {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;

  &::after {
    content: '';
    display: block;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border-radius: 50%;
    position: absolute;
    right: calc(15 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%);
    background: no-repeat center center / contain;
    background-image: url(/recruit/newgraduates/shared/images/bttn-plus.svg);
    background-color: rgba(255, 255, 255, 1)
  }
}
.trigger.is-open::after {
  background-image: url(/recruit/newgraduates/shared/images/bttn-minus.svg);
}

:is(.footer-menu-area, .local-menu-area) .related-links .menu li {
  display: block;
  width: 100%;
  height: calc(140 / 750 * 100vw);

  & a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: calc(15 / 750 * 100vw);
    border-top: solid calc(2 / 750 * 100vw) #dad9d6;
  }
}
.footer-menu-area .related-links .inquiries dl {
  padding: calc(60 / 750 * 100vw) calc(15 / 750 * 100vw);
  border-top: solid calc(2 / 750 * 100vw) #dad9d6;

  & .inq-ttl {
    font-size: calc(26 / 750 * 100vw);
    line-height: 2;
    letter-spacing: .04em;
  }
  & .inq-list a {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
    letter-spacing: .04em;
  }
}
.footer-menu-area .related-links .inq-txt {
  margin-top: 30px;
  padding: 0 calc(15 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: 2;
}