@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* 文字色 */
.slick-slider * {
  outline: 0;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 6px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  overflow: hidden;
}

.slick-slide {
  float: left;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  content: "";
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%;
}

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0;
}

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute;
}

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__item {
  right: 0;
  bottom: 0;
}

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*=============================================

	セクション

==============================================*/
/*=============================================

	タイトル

==============================================*/
/*=============================================

	テキスト

==============================================*/
/*=============================================

	リンク

==============================================*/
/*=============================================

	ボタン

==============================================*/
/*=============================================

	矢印

==============================================*/
/*=============================================

	アイコン

==============================================*/
/*=============================================

	ページヘッド

==============================================*/
/*=============================================

	記事リスト項目
	インタビュー

==============================================*/
/*=============================================

	記事リスト項目
	お知らせ一覧

==============================================*/
/*=============================================

	パンくず

==============================================*/
/*=============================================

	ページャー

==============================================*/
/*=============================================

	フロートボタン

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
.c-sectionWrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 4vw;
}

@media print, screen and (max-width: 767px) {
  .c-sectionWrap {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1201px) {
  .c-sectionWrap {
    padding: 0 83px;
  }
}
.c-pageHead {
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media print, screen and (max-width: 767px) {
  .c-pageHead {
    height: 198px;
    background-image: url(../images/common/page_head_bg_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .c-pageHead {
    height: 252px;
    background-image: url(../images/common/page_head_bg_pc.png);
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHead_inner {
    padding: 100px 15px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pageHead_inner {
    padding: 116px 83px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titlePageHead {
    margin-top: 32px;
  }
}
.c-titlePageHead_jp {
  font-family: "Lusitana", "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-titlePageHead_jp {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titlePageHead_jp {
    font-size: 3.6rem;
  }
}
.c-titlePageHead_en {
  font-family: "Lusitana", "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-titlePageHead_en {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titlePageHead_en {
    margin-left: 30px;
    font-size: 3rem;
  }
}
.c-titleSinglePageHead {
  border-bottom: 1px solid #D9D9D6;
  font-family: "Lusitana", "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #062F6A;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}

@media print, screen and (max-width: 767px) {
  .c-titleSinglePageHead {
    padding-bottom: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titleSinglePageHead {
    padding-bottom: 30px;
  }
}
.c-titleSection {
  border-bottom: 2px solid #D9D9D6;
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #062F6A;
  font-weight: 500;
}

@media print, screen and (max-width: 767px) {
  .c-titleSection {
    padding-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.9;
  }
}
@media print, screen and (min-width: 768px) {
  .c-titleSection {
    padding-bottom: 22px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.c-backgroundNavyTitle {
  background: #062F6A;
  width: 100%;
  color: #fff;
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
}

@media print, screen and (max-width: 767px) {
  .c-backgroundNavyTitle {
    height: 56px;
    text-align: center;
    font-size: 2rem;
    line-height: 56px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-backgroundNavyTitle {
    padding-left: 20px;
    height: 65px;
    font-size: 2.4rem;
    line-height: 65px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-breadcrumb_list {
    display: inline;
  }
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 767px) {
  .c-breadcrumb_list_node {
    display: inline;
  }
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb_list_node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-breadcrumb_list_node:before {
  display: none;
  content: ">";
  margin-right: 15px;
  font-size: 1rem;
}

.c-breadcrumb_list_node + .c-breadcrumb_list_node {
  position: relative;
  margin-left: 15px;
}

.c-breadcrumb_list_node + .c-breadcrumb_list_node:before {
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  .c-breadcrumb_list_node + .c-breadcrumb_list_node:before {
    color: #000;
  }
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb_list_node + .c-breadcrumb_list_node:before {
    color: #fff;
  }
}
.c-breadcrumbWrap.is-black .c-breadcrumb_list_node:before {
  color: #000;
}

.c-breadcrumbText,
.c-breadcrumbLink {
  font-weight: 300;
  line-height: 2;
}

@media print, screen and (max-width: 767px) {
  .c-breadcrumbText,
  .c-breadcrumbLink {
    color: #000;
  }
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumbText,
  .c-breadcrumbLink {
    color: #fff;
  }
}
.c-breadcrumbWrap.is-black .c-breadcrumbText,
.c-breadcrumbWrap.is-black .c-breadcrumbLink {
  color: #000;
}

.c-breadcrumbLink {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .c-breadcrumbLink:hover {
    opacity: 0.6;
  }
}
@media all and (-ms-high-contrast: none) {
  .c-breadcrumbLink:hover {
    opacity: 0.6;
  }
}
.c-newgradJpTitle {
  position: relative;
  display: block;
  color: #009A97;
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

@media print, screen and (min-width: 768px) {
  .c-newgradJpTitle {
    padding: 0 0 0 33px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .c-newgradJpTitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 21px;
    height: 22px;
    background-image: url(../svg/newgraduate/newgrad-title_icon.svg);
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradJpTitle {
    padding: 0 0 0 24px;
    font-size: 1.75rem;
    line-height: 1.6;
  }
  .c-newgradJpTitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../svg/newgraduate/newgrad-title_icon.svg);
    background-size: cover;
  }
}
.c-newgradEngTitle {
  font-family: "Lusitana", "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #009A97;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .c-newgradEngTitle {
    font-size: 6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradEngTitle {
    font-size: 4rem;
    line-height: 1.3;
  }
}
/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  to {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@media print, screen and (max-width: 767px) {
  @-webkit-keyframes mmslideIn {
    from {
      -webkit-transform: translate(-50%, 10%);
              transform: translate(-50%, 10%);
    }
    to {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
  }
  @keyframes mmslideIn {
    from {
      -webkit-transform: translate(-50%, 10%);
              transform: translate(-50%, 10%);
    }
    to {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
  }
  @-webkit-keyframes mmslideOut {
    from {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
    to {
      -webkit-transform: translate(-50%, 10%);
              transform: translate(-50%, 10%);
    }
  }
  @keyframes mmslideOut {
    from {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
    to {
      -webkit-transform: translate(-50%, 10%);
              transform: translate(-50%, 10%);
    }
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .c-newgradModalOverlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .c-newgradModalContent {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-newgradModalOverlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-newgradModalContent {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .c-newgradModalContent,
.micromodal-slide .c-newgradModalOverlay {
  will-change: transform;
}

.c-newgradModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(23px) brightness(1.15);
  -webkit-backdrop-filter: blur(23px) brightness(1.15);
  z-index: 100000;
}

.c-modal_blue .c-newgradModalOverlay {
  background-color: rgba(11, 118, 160, 0.71);
}

.c-modal_navy .c-newgradModalOverlay {
  background-color: rgba(0, 40, 85, 0.71);
}

.c-newgradModalContent {
  background-color: #fff;
  color: #0B76A0;
  overflow-y: auto;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .c-newgradModalContent {
    max-width: 801px;
    padding: 80px 60px 80px 50px;
    width: 92%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 95vh;
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradModalContent {
    width: calc(100% - 60px);
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0 auto;
    padding: 30px 20px 40px;
    max-height: calc(95vh - 160px);
  }
}
.c-newgradModalContent-blue {
  --modal-theme-color: #0B76A0;
  color: var(--modal-theme-color);
}

.c-newgradModalContent-blue .c-newgradModalFlexTheme {
  border: 1px solid var(--modal-theme-color);
}

.c-newgradModalContent-blue .c-newgradModalFlexTheme_title,
.c-newgradModalContent-blue .c-newgradModalFlexTheme_title::after {
  background-color: var(--modal-theme-color);
}

.c-newgradModalContent-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203521%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203521%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122599%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122599%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(0%2020)%20rotate(-90)%22%20fill%3D%22%230b76a0%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122600%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122600%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(20%2020)%20rotate(-90)%22%20fill%3D%22%230b76a0%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122601%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122601%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(0%2040)%20rotate(-90)%22%20fill%3D%22%230b76a0%22%2F%3E%3C%2Fsvg%3E");
}

.c-newgradModalContent-blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203521%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203521%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122599%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122599%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(0%2020)%20rotate(-90)%22%20fill%3D%22%230b76a0%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122600%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122600%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(20%2020)%20rotate(-90)%22%20fill%3D%22%230b76a0%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122601%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122601%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(0%2040)%20rotate(-90)%22%20fill%3D%22%230b76a0%22%2F%3E%3C%2Fsvg%3E");
}

.c-newgradModalContent-navy {
  --modal-theme-color: #003366;
  color: var(--modal-theme-color);
}

.c-newgradModalContent-navy .c-newgradModalFlexTheme {
  border: 1px solid var(--modal-theme-color);
}

.c-newgradModalContent-navy .c-newgradModalFlexTheme_title,
.c-newgradModalContent-navy .c-newgradModalFlexTheme_title::after {
  background-color: var(--modal-theme-color);
}

.c-newgradModalContent-navy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203521%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203521%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122599%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122599%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(0%2020)%20rotate(-90)%22%20fill%3D%22%23002855%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122600%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122600%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(20%2020)%20rotate(-90)%22%20fill%3D%22%23002855%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122601%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122601%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(0%2040)%20rotate(-90)%22%20fill%3D%22%23002855%22%2F%3E%3C%2Fsvg%3E");
}

.c-newgradModalContent-navy::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203521%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203521%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122599%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122599%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(0%2020)%20rotate(-90)%22%20fill%3D%22%23002855%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122600%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122600%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(20%2020)%20rotate(-90)%22%20fill%3D%22%23002855%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122601%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122601%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(0%2040)%20rotate(-90)%22%20fill%3D%22%23002855%22%2F%3E%3C%2Fsvg%3E");
}

.c-newgradModalContentBtn {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #000;
}

@media print, screen and (min-width: 768px) {
  .c-newgradModalContentBtn {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.c-newgradModalContentBtn_border {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #000;
}

@media print, screen and (min-width: 768px) {
  .c-newgradModalContentBtn_border {
    width: 14px;
    height: 2px;
  }
}
.c-newgradModalContentBtn_border:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-newgradModalContentBtn_border:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  .c-newgradModalFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-newgradModalFlex_left {
    width: 240px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradModalFlex_left {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .c-newgradModalFlex_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradModalFlex_right {
    margin: 15px 0 0 0;
  }
}
.c-newgradModalFlex_right_title {
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .c-newgradModalFlex_right_title {
    font-size: 2.4rem;
    line-height: 1.46;
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradModalFlex_right_title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.c-newgradModalFlex_right_text {
  font-weight: 300;
  color: inherit;
}

@media print, screen and (min-width: 768px) {
  .c-newgradModalFlex_right_text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 30px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradModalFlex_right_text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 15px 0 0 0;
  }
}
.c-newgradModalFlexTheme {
  background-color: rgba(11, 118, 160, 0.1);
}

@media print, screen and (min-width: 768px) {
  .c-newgradModalFlexTheme {
    margin: 30px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradModalFlexTheme {
    margin: 15px 0 0 0;
  }
}
.c-newgradModalFlexTheme_title {
  color: #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .c-newgradModalFlexTheme_title {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0 16px;
  }
  .c-newgradModalFlexTheme_title::after {
    content: "";
    position: absolute;
    right: -28px;
    top: 0;
    width: 28px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradModalFlexTheme_title {
    font-size: 1.4rem;
    line-height: 1.71;
    padding: 0 12px;
  }
  .c-newgradModalFlexTheme_title::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 0;
    width: 24px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
}
.c-newgradModalFlexTheme_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .c-newgradModalFlexTheme_list {
    margin: 10px 30px 20px;
    width: calc(100% - 60px);
    gap: 8px 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradModalFlexTheme_list {
    margin: 10px 15px 15px;
    width: calc(100% - 30px);
    gap: 6px 8px;
  }
}
.c-newgradModalFlexTheme_list_node {
  color: inherit;
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  .c-newgradModalFlexTheme_list_node {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .c-newgradModalFlexTheme_list_node {
    font-size: 1.4rem;
  }
}
.c-newgradModalCloseBtn {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-newgradModalCloseBtn {
    bottom: 60px;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
.c-newgradModalCloseBtn_border {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #000;
}

@media print, screen and (max-width: 767px) {
  .c-newgradModalCloseBtn_border {
    width: 14px;
    height: 2px;
  }
}
.c-newgradModalCloseBtn_border:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-newgradModalCloseBtn_border:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  .main {
    margin: 83px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .main {
    margin: 60px 0 0 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
  }
}
.newgradInterview {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .newgradInterview {
    margin: 107px 0 0 0;
    padding: 0 0 80px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterview {
    margin: 50px 0 0 0;
    padding: 0 0 40px 0;
  }
}
.newgradInterview_bg {
  position: absolute;
  background-color: #009A97;
  z-index: -10;
}

@media print, screen and (min-width: 768px) {
  .newgradInterview_bg {
    width: 100%;
    top: 328px;
    bottom: 0;
    left: 0;
  }
  .newgradInterview_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203497%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203497%22%20transform%3D%22translate(-40)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122605%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122605%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(40)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122609%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122609%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(40%2040)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122619%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122619%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(80)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .newgradInterview_bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203497%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203497%22%20transform%3D%22translate(-40)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122605%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122605%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(40)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122609%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122609%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(40%2040)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122619%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122619%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(80)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterview_bg {
    width: 100%;
    top: 253px;
    bottom: 0;
    left: 0;
  }
  .newgradInterview_bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203497%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203497%22%20transform%3D%22translate(-40)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122605%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122605%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(40)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122609%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122609%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(40%2040)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122619%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122619%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(80)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradInterviewTitle-jp {
    margin: 28px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewTitle-jp {
    margin: 20px 0 0 0;
  }
}
.newgradInterviewContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (max-width: 1024px) {
  .newgradInterviewContent {
    gap: 20px 14px;
  }
}
@media print, screen and (min-width: 1025px) {
  .newgradInterviewContentNode {
    width: calc(25% - 26px);
  }
  .newgradInterviewContentNode:first-child {
    margin: 56px 35px 0 0;
  }
  .newgradInterviewContentNode:nth-child(2) {
    margin: 0 50px 0 0;
  }
  .newgradInterviewContentNode:nth-child(3) {
    margin: 71px 19px 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .newgradInterviewContentNode {
    width: calc(50% - 7px);
  }
  .newgradInterviewContentNode:nth-child(2n) {
    margin: 0 0 0 0;
  }
  .newgradInterviewContentNode:nth-child(2n-1) {
    margin: 20px 0 0 0;
  }
  .newgradInterviewContentNode:nth-child(3) .newgradInterviewNodeNum, .newgradInterviewContentNode:nth-child(4) .newgradInterviewNodeNum {
    color: #fff;
  }
}
.newgradInterviewContentNode_link {
  display: block;
  width: 100%;
}

.newgradInterviewNodeNum {
  font-family: "Lusitana", "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #009A97;
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .newgradInterviewNodeNum {
    font-size: 5.2rem;
    line-height: 68px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewNodeNum {
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.newgradInterviewNodeImg {
  position: relative;
  z-index: -10;
}

@media print, screen and (min-width: 768px) {
  .newgradInterviewNodeImg {
    width: calc(100% - 30px);
    margin: -37px 0 0 auto;
    overflow: hidden;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewNodeImg {
    width: calc(100% - 20px);
    margin: -18px 0 0 auto;
    overflow: hidden;
  }
}
.newgradInterviewNodeImg img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .newgradInterviewContentNode_link:hover .newgradInterviewNodeImg img {
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
  }
}
.newgradInterviewContentNode_coruse {
  font-weight: 600;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .newgradInterviewContentNode_coruse {
    margin: -95px 0 0 0;
    font-size: 1.6rem;
    padding: 12px 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewContentNode_coruse {
    margin: -86px 0 0 0;
    font-size: 1.4rem;
    padding: 9px 18px;
  }
}
.newgradInterviewContentNode_coruse-hr {
  background-color: #0B76A0;
}

.newgradInterviewContentNode_coruse-it {
  background-color: #002855;
}

.newgradInterviewNodeBox {
  background-color: #fff;
  position: relative;
  z-index: -10;
}

@media print, screen and (min-width: 768px) {
  .newgradInterviewNodeBox {
    padding: 15px 20px;
    width: calc(100% - 30px);
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewNodeBox {
    padding: 26px 20px 10px 10px;
    width: calc(100% - 10px);
    margin: -17px 0 0 0;
  }
}
.newgradInterviewNodeBox_name {
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .newgradInterviewNodeBox_name {
    font-size: 2.5rem;
    line-height: 1.44;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewNodeBox_name {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
@media (hover: hover) {
  .newgradInterviewContentNode_link:hover .newgradInterviewNodeBox_name {
    font-weight: 600;
    color: #00BFB3;
  }
}
.newgradInterviewNodeBox_college {
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  .newgradInterviewNodeBox_college {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 8px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewNodeBox_college {
    font-size: 1.4rem;
    line-height: 1.43;
    margin: 7px 0 0 0;
  }
}
.newgradInterviewNodeBox_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .newgradInterviewNodeBox_tag {
    gap: 5px 8px;
    margin: 9px 0 0 0;
    width: calc(100% - 10px);
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewNodeBox_tag {
    gap: 2px;
    margin: 9px 0 0 0;
  }
}
.newgradInterviewNodeBox_tag_node {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .newgradInterviewNodeBox_tag_node {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewNodeBox_tag_node {
    font-size: 1.3rem;
    line-height: 1.46;
  }
}
.newgradInterviewNodeBox_tag_node-sharp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .newgradInterviewNodeBox_tag_node-sharp {
    padding-right: 4px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewNodeBox_tag_node-sharp {
    padding-right: 4px;
  }
}
.newgradInterviewNodeBox_tag_node-hr {
  color: #0B76A0;
}

.newgradInterviewNodeBox_tag_node-it {
  color: #002855;
}

.newgradInterviewNodeBox_icon {
  background-color: #00BFB3;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .newgradInterviewNodeBox_icon {
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 61px;
    height: 61px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInterviewNodeBox_icon {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .newgradInterviewContentNode_link:hover .newgradInterviewNodeBox_icon {
    background-color: #fff;
    border: 2px solid #00BFB3;
  }
}
.newgradInterviewNodeBox_icon_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .newgradInterviewContentNode_link:hover .newgradInterviewNodeBox_icon_img {
    opacity: 0;
  }
}
.newgradInterviewNodeBox_icon_img-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .newgradInterviewContentNode_link:hover .newgradInterviewNodeBox_icon_img-hover {
    opacity: 1;
  }
}
.newgradInternship {
  position: relative;
  z-index: 20;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .newgradInternship {
    margin: 100px 0 0 0;
    padding: 134px 0 60px 0;
  }
  .newgradInternship::before {
    content: "";
    position: absolute;
    top: 0;
    left: max(-50px, 50% - 733px);
    width: 355px;
    height: 315px;
    background-image: url(../svg/newgraduate/newgrad-internship_bg_01.svg);
    z-index: -10;
  }
}
@media print, screen and (min-width: 1025px) {
  .newgradInternship::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 782px;
    height: 828px;
    background-image: url(../svg/newgraduate/newgrad-internship_bg_02.svg);
    z-index: -10;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .newgradInternship::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 472px;
    height: 500px;
    background-image: url(../svg/newgraduate/newgrad-internship_bg_02.svg);
    background-size: cover;
    z-index: -10;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternship {
    margin: 50px 0 0 0;
    padding: 50px 0 58px 0;
  }
  .newgradInternship::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
    background-image: url(../svg/newgraduate/newgrad-internship_bg_01_sp.svg);
    background-size: cover;
    z-index: -10;
  }
  .newgradInternship::after {
    content: "";
    position: absolute;
    top: 328px;
    bottom: 0;
    right: 0;
    width: 100%;
    background-image: url(../svg/newgraduate/newgrad-internship_bg_02_sp.svg);
    background-size: 100%;
    background-position: bottom right;
    z-index: -10;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradInternshipTitle-jp {
    margin: 27px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternshipTitle-jp {
    margin: 19px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternship_wrap {
    padding: 0 0 0 15px;
  }
}
.newgradInternshipContent {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

@media print, screen and (min-width: 768px) {
  .newgradInternshipContent {
    padding: 40px 40px 40px 40px;
    max-width: 940px;
  }
}
@media print, screen and (min-width: 1025px) {
  .newgradInternshipContent {
    width: calc(100% - 190px);
    margin: -32px 0 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .newgradInternshipContent {
    width: 100%;
    margin: 42px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternshipContent {
    padding: 20px 15px 20px 20px;
    margin: 42px 0 0 0;
  }
}
.newgradInternshipNode {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .newgradInternshipNode {
    width: 100%;
  }
}
.newgradInternshipNode_link {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .newgradInternshipNode_link {
    padding: 0 0 16px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternshipNode_link {
    padding: 0 0 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradInternshipNodeFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
.newgradInternshipNodeFlex_left {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .newgradInternshipNodeFlex_left {
    width: 210px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternshipNodeFlex_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 74px;
  }
}
.newgradInternshipNodeFlex_left img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .newgradInternshipNode_link:hover .newgradInternshipNodeFlex_left img {
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
  }
}
.newgradInternshipNodeFlex_right {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .newgradInternshipNodeFlex_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.newgradInternshipNodeFlex_right_title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .newgradInternshipNodeFlex_right_title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternshipNodeFlex_right_title {
    margin: 0 0 0 105px;
    font-size: 1.6rem;
    line-height: 1.6;
    min-height: 76px;
  }
}
@media (hover: hover) {
  .newgradInternshipNode_link:hover .newgradInternshipNodeFlex_right_title {
    color: #00BFB3;
    font-weight: 600;
  }
}
.newgradInternshipNodeFlex_right_recommend {
  color: #009A97;
  border: 1px solid #009A97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .newgradInternshipNodeFlex_right_recommend {
    width: 174px;
    height: 26px;
    font-size: 1.4rem;
    margin: 10px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternshipNodeFlex_right_recommend {
    width: 100%;
    font-size: 1.4rem;
    padding: 5px 0;
    margin: 8px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradInternshipNodeFlex_right_pro {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 7px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternshipNodeFlex_right_pro {
    font-size: 1.4rem;
    line-height: 1.73;
    margin: 11px 0 0 0;
  }
}
.newgradInternshipNodeFlex_right_time {
  color: #009A97;
}

@media print, screen and (min-width: 768px) {
  .newgradInternshipNodeFlex_right_time {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 10px 0 0 0;
    width: calc(100% - 70px);
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternshipNodeFlex_right_time {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 8px 0 0 0;
  }
}
.newgradInternshipNodeText {
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  .newgradInternshipNodeText {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 18px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternshipNodeText {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 0 0 0;
  }
}
.newgradInternshipNodeBtn {
  background-color: #00BFB3;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #00BFB3;
}

@media print, screen and (min-width: 768px) {
  .newgradInternshipNodeBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradInternshipNodeBtn {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px 0 0 auto;
  }
}
@media (hover: hover) {
  .newgradInternshipNode_link:hover .newgradInternshipNodeBtn {
    background-color: #fff;
  }
}
.newgradInternshipNodeBtn_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .newgradInternshipNode_link:hover .newgradInternshipNodeBtn_img {
    opacity: 0;
  }
}
.newgradInternshipNodeBtn_img-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .newgradInternshipNode_link:hover .newgradInternshipNodeBtn_img-hover {
    opacity: 1;
  }
}
.newgradEntry {
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .newgradEntry {
    margin: 100px 0 0 0;
    padding: 0 0 100px 0;
  }
  .newgradEntry::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(50% + 50px);
    opacity: 0.4;
    background-color: #009A97;
    z-index: -10;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradEntry {
    margin: 50px 0 0 0;
    padding: 0 0 50px 0;
  }
  .newgradEntry::after {
    content: "";
    position: absolute;
    top: 136px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.4;
    background-color: #009A97;
    z-index: -10;
  }
}
.newgradEntryBanner {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .newgradEntryBanner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradEntryBanner {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradEntryBanner_link {
    display: block;
    width: 100%;
  }
}
.newgradEntryBanner_link_bg {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

@media print, screen and (min-width: 768px) {
  .newgradEntryBanner_link_bg {
    width: calc(100% - 170px);
    height: 450px;
    position: relative;
    -webkit-clip-path: polygon(0% 0%, 0% calc(100% - 60px), 30px calc(100% - 60px), 30px calc(100% - 30px), 60px calc(100% - 30px), 60px 100%, 100% 100%, 100% 60px, calc(100% - 30px) 60px, calc(100% - 30px) 30px, calc(100% - 60px) 30px, calc(100% - 60px) 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 0% calc(100% - 60px), 30px calc(100% - 60px), 30px calc(100% - 30px), 60px calc(100% - 30px), 60px 100%, 100% 100%, 100% 60px, calc(100% - 30px) 60px, calc(100% - 30px) 30px, calc(100% - 60px) 30px, calc(100% - 60px) 0%, 100% 0%, 0% 0%);
  }
}
@media print, screen and (max-width: 767px) {
  .newgradEntryBanner_link_bg {
    width: 100%;
    height: 273px;
    -webkit-clip-path: polygon(0% 0%, 0% calc(100% - 60px), 30px calc(100% - 60px), 30px calc(100% - 30px), 60px calc(100% - 30px), 60px 100%, 100% 100%, 100% 60px, calc(100% - 30px) 60px, calc(100% - 30px) 30px, calc(100% - 60px) 30px, calc(100% - 60px) 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 0% calc(100% - 60px), 30px calc(100% - 60px), 30px calc(100% - 30px), 60px calc(100% - 30px), 60px 100%, 100% 100%, 100% 60px, calc(100% - 30px) 60px, calc(100% - 30px) 30px, calc(100% - 60px) 30px, calc(100% - 60px) 0%, 100% 0%, 0% 0%);
  }
}
.newgradEntryBanner_link_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

@media (hover: hover) {
  .newgradEntryBanner_link:hover .newgradEntryBanner_link_bg img {
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
  }
}
.newgradEntryBannerContent {
  background-color: #00BFB3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .newgradEntryBannerContent {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 340px;
    height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newgradEntryBannerContent::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 3px solid #fff;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradEntryBannerContent {
    position: relative;
    z-index: 10;
    margin: -120px auto 0;
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newgradEntryBannerContent::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 3px solid #fff;
  }
}
@media (hover: hover) {
  .newgradEntryBanner_link:hover .newgradEntryBannerContent {
    background-color: #fff;
  }
  .newgradEntryBanner_link:hover .newgradEntryBannerContent::before {
    height: calc(100% - 20px);
    border: 3px solid #00BFB3;
  }
}
.newgradEntryBannerContent_text {
  font-family: "Lusitana", "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .newgradEntryBannerContent_text {
    font-size: 5.7rem;
    line-height: 73px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradEntryBannerContent_text {
    font-size: 3rem;
    line-height: 39px;
  }
}
@media (hover: hover) {
  .newgradEntryBanner_link:hover .newgradEntryBannerContent_text {
    color: #00BFB3;
  }
}
.newgradEntryBannerContent_img {
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .newgradEntryBannerContent_img {
    margin: 15px 0 0 0;
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradEntryBannerContent_img {
    margin: 15px 0 0 0;
    width: 18px;
    height: 18px;
  }
}
@media (hover: hover) {
  .newgradEntryBanner_link:hover .newgradEntryBannerContent_img {
    background-color: #00BFB3;
  }
}
.newgradEntryBannerContent_img_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .newgradEntryBtn {
    width: 300px;
    margin: 30px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradEntryBtn {
    width: 100%;
    max-width: 260px;
    margin: 30px auto 0;
  }
}
.newgradEntryBtnLink {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #00BFB3;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
}

@media print, screen and (min-width: 768px) {
  .newgradEntryBtnLink {
    padding: 15px 30px;
  }
}
@media print, screen and (max-width: 1024px) {
  .newgradEntryBtnLink {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradEntryBtnLink {
    padding: 12px 30px;
  }
}
@media (hover: hover) {
  .newgradEntryBtnLink {
    border: 1px solid #fff;
  }
  .newgradEntryBtnLink:hover {
    background-color: #00BFB3;
  }
}
.newgradEntryBtnLink_text {
  color: #00BFB3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .newgradEntryBtnLink_text {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradEntryBtnLink_text {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .newgradEntryBtnLink:hover .newgradEntryBtnLink_text {
    color: #fff;
  }
}
.newgradEntryBtnLink_icon {
  border-radius: 50%;
  background-color: #00BFB3;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .newgradEntryBtnLink_icon {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradEntryBtnLink_icon {
    width: 26px;
    height: 26px;
  }
}
@media (hover: hover) {
  .newgradEntryBtnLink:hover .newgradEntryBtnLink_icon {
    background-color: #fff;
  }
}
.newgradEntryBtnLink_icon_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .newgradEntryBtnLink:hover .newgradEntryBtnLink_icon_img {
    opacity: 0;
  }
}
.newgradEntryBtnLink_icon_img-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .newgradEntryBtnLink:hover .newgradEntryBtnLink_icon_img-hover {
    opacity: 1;
  }
}
.newgradSingleFv {
  overflow: hidden;
}

@media print, screen and (min-width: 1025px) {
  .newgradSingleFv {
    padding: 116px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .newgradSingleFv {
    padding: 80px 0 0 0;
  }
}
.newgradSingleFv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 1025px) {
  .newgradSingleFv_wrap {
    min-height: 500px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .newgradSingleFv_wrap {
    min-height: 380px;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradSingleFv_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFv_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 680px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox {
    margin: 50px 0 0 0;
  }
}
.newgradSingleFvBox_q {
  color: #009A97;
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox_q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.2rem;
    line-height: 1.4375;
    gap: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox_q {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.newgradSingleFvBox_q_icon {
  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;
  color: #fff;
  background-color: #009A97;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox_q_icon {
    width: 40px;
    height: 40px;
    margin: -3px 0 0 0;
    -webkit-box-shadow: 5px 6px 0px 0px rgba(0, 191, 179, 0.1);
            box-shadow: 5px 6px 0px 0px rgba(0, 191, 179, 0.1);
  }
  .newgradSingleFvBox_q_icon img {
    width: 18px;
    height: 26px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox_q_icon {
    width: 30px;
    height: 30px;
    margin: 0 0 9px 0;
    -webkit-box-shadow: 5px 6px 0px 0px rgba(0, 191, 179, 0.1);
            box-shadow: 5px 6px 0px 0px rgba(0, 191, 179, 0.1);
  }
  .newgradSingleFvBox_q_icon img {
    width: 14px;
    height: 20px;
  }
}
.newgradSingleFvBox_text {
  font-weight: 300;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox_text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 40px 0 0 0;
    padding: 0 0 36px 0;
  }
  .newgradSingleFvBox_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #009A97;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox_text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 12px 0 0 0;
    padding: 0 0 25px 0;
  }
  .newgradSingleFvBox_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #009A97;
  }
}
.newgradSingleFvBox_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox_flex {
    margin: 42px 0 0 0;
    gap: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox_flex {
    margin: 25px 0 0 0;
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox_flex_name {
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox_flex_name {
    font-size: 2.2rem;
  }
}
.newgradSingleFvBox_flex_course {
  color: #fff;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox_flex_course {
    padding: 12px 18px;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox_flex_course {
    padding: 9px 18px;
    font-size: 1.4rem;
  }
}
.newgradSingleFvBox_flex_course-hr {
  background-color: #0B76A0;
}

.newgradSingleFvBox_flex_course-it {
  background-color: #002855;
}

.newgradSingleFvBox_college {
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox_college {
    font-size: 1.6rem;
    margin: 32px 0 0 0;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox_college {
    font-size: 1.4rem;
    margin: 15px 0 0 0;
    line-height: 1.5;
  }
}
.newgradSingleFvBox_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox_tag {
    gap: 15px;
    margin: 30px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox_tag {
    gap: 10px;
    margin: 14px 0 0 0;
  }
}
.newgradSingleFvBox_tag_node {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox_tag_node {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox_tag_node {
    font-size: 1.3rem;
    line-height: 1.46;
  }
}
.newgradSingleFvBox_tag_node-sharp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleFvBox_tag_node-sharp {
    padding-right: 5px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvBox_tag_node-sharp {
    padding-right: 4px;
  }
}
.newgradSingleFvBox_tag_node-hr {
  color: #0B76A0;
}

.newgradSingleFvBox_tag_node-it {
  color: #002855;
}

.newgradSingleFvImg {
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 1025px) {
  .newgradSingleFvImg {
    margin: 4px 100px 0 0;
    width: 345px;
    height: auto;
  }
  .newgradSingleFvImg::before {
    content: "";
    position: absolute;
    top: -35px;
    right: -183px;
    width: 413px;
    height: 515px;
    z-index: -10;
    background-image: url(../svg/newgraduate/interview/newgrad-single-fv_bg_01.svg);
  }
  .newgradSingleFvImg::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -90px;
    width: 183px;
    height: 183px;
    z-index: -10;
    background-image: url(../svg/newgraduate/interview/newgrad-single-fv_bg_02.svg);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .newgradSingleFvImg {
    margin: 0 0 0 0;
    width: 275px;
  }
  .newgradSingleFvImg::before {
    content: "";
    position: absolute;
    top: -35px;
    right: -100px;
    width: 275px;
    height: 343px;
    z-index: -10;
    background-image: url(../svg/newgraduate/interview/newgrad-single-fv_bg_01.svg);
    background-size: cover;
  }
  .newgradSingleFvImg::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -40px;
    width: 122px;
    height: 122px;
    z-index: -10;
    background-image: url(../svg/newgraduate/interview/newgrad-single-fv_bg_02.svg);
    background-size: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleFvImg {
    margin: 30px auto 0;
    width: calc(100% - 135px);
  }
  .newgradSingleFvImg::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -82px;
    width: 200px;
    height: 327px;
    z-index: -10;
    background-image: url(../svg/newgraduate/interview/newgrad-single-fv_bg_01_sp.svg);
    background-size: cover;
  }
  .newgradSingleFvImg::after {
    content: "";
    position: absolute;
    top: -53px;
    left: -83px;
    width: 215px;
    height: 335px;
    z-index: -10;
    background-image: url(../svg/newgraduate/interview/newgrad-single-fv_bg_02_sp.svg);
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradSingleQa {
    margin: 80px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleQa {
    margin: 40px 0 0 0;
  }
}
.newgradSingleQaTitle {
  color: #fff;
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  background-color: #009A97;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleQaTitle {
    font-size: 2.6rem;
    line-height: 1.6;
    padding: 13px 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleQaTitle {
    font-size: 2rem;
    line-height: 1.6;
    padding: 10px 15px;
  }
}
.newgradSingleQaFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleQaFlex {
    margin: 40px 0 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleQaFlex {
    margin: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.newgradSingleQaFlex .newgradSingleQaFlexTitle:first-child {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleQaFlex_right {
    width: 53.3%;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradSingleQaFlex_left {
    width: 41.7%;
  }
}
.newgradSingleQaFlexTitle {
  position: relative;
  color: #009A97;
  font-weight: 500;
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleQaFlexTitle {
    margin: 34px 0 0 0;
    font-size: 2.2rem;
    line-height: 1.6;
    padding: 0 0 0 28px;
  }
  .newgradSingleQaFlexTitle::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 26px;
    background-image: url(../svg/newgraduate/interview/newgrad-single-qa_q.svg);
    background-size: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleQaFlexTitle {
    margin: 20px 0 0 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .newgradSingleQaFlexTitle::before {
    content: "";
    position: relative;
    display: block;
    width: 14px;
    height: 20px;
    margin: 0 0 2px 0;
    background-image: url(../svg/newgraduate/interview/newgrad-single-qa_q.svg);
    background-size: cover;
  }
}
.newgradSingleQaFlexText {
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleQaFlexText {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 27px 0 -2.6px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleQaFlexText {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 12px 0 -1.4px 0;
  }
}
.newgradSingleSchedule {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .newgradSingleSchedule {
    margin: 100px 0 0 0;
    padding: 60px 0 60px 0;
  }
  .newgradSingleSchedule::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% - 318px);
    height: 640px;
    background-color: #009A97;
    z-index: -10;
  }
  .newgradSingleSchedule::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: calc(50% - 318px);
    height: 640px;
    opacity: 0.4;
    background-color: #009A97;
    z-index: -10;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSingleSchedule {
    margin: 40px 0 0 0;
    padding: 30px 0 30px 0;
  }
  .newgradSingleSchedule::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 127px;
    right: calc(50% - 100px);
    background-color: #009A97;
    z-index: -10;
  }
  .newgradSingleSchedule::after {
    content: "";
    position: absolute;
    top: 127px;
    bottom: 0;
    right: 0;
    left: calc(50% - 100px);
    opacity: 0.4;
    background-color: #009A97;
    z-index: -10;
  }
}
.newgradSinlgeScheduleContent {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .newgradSinlgeScheduleContent {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSinlgeScheduleContent {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 20px 25px;
  }
}
.newgradSinlgeScheduleContent_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #009A97;
  border: 1px solid #009A97;
}

@media print, screen and (min-width: 768px) {
  .newgradSinlgeScheduleContent_title {
    padding: 10px 20px;
    margin: 0 auto;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    font-size: 3.2rem;
    line-height: 1.4375;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 191, 179, 0.1);
            box-shadow: 10px 10px 0px 0px rgba(0, 191, 179, 0.1);
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSinlgeScheduleContent_title {
    padding: 11px 15px;
    margin: 0 auto;
    font-size: 2.2rem;
    -webkit-transform: translateX(-2.5px);
            transform: translateX(-2.5px);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 191, 179, 0.1);
            box-shadow: 5px 5px 0px 0px rgba(0, 191, 179, 0.1);
  }
}
.newgradSinlgeScheduleContent_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .newgradSinlgeScheduleContent_box {
    gap: 24px;
    margin: 52px auto 0;
  }
  .newgradSinlgeScheduleContent_box::after {
    content: "";
    position: absolute;
    left: 68px;
    top: 15px;
    width: 1px;
    height: calc(100% - 30px);
    background-color: #009A97;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSinlgeScheduleContent_box {
    gap: 15px;
    margin: 24px auto 0;
  }
  .newgradSinlgeScheduleContent_box::after {
    content: "";
    position: absolute;
    left: 46px;
    top: 10px;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #009A97;
  }
}
.newgradSinlgeScheduleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .newgradSinlgeScheduleFlex {
    gap: 47px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSinlgeScheduleFlex {
    gap: 23px;
  }
}
.newgradSinlgeScheduleFlex_time {
  color: #009A97;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .newgradSinlgeScheduleFlex_time {
    font-size: 1.6rem;
    min-width: 45px;
    margin: 8px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSinlgeScheduleFlex_time {
    font-size: 1.4rem;
    min-width: 35px;
    margin: 6px 0 0 0;
  }
}
.newgradSinlgeScheduleFlex_right_title {
  color: #009A97;
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .newgradSinlgeScheduleFlex_right_title {
    font-size: 2rem;
    line-height: 1.45;
  }
  .newgradSinlgeScheduleFlex_right_title::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -32px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    z-index: 10;
    background-color: #fff;
    border: 2px solid #009A97;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSinlgeScheduleFlex_right_title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .newgradSinlgeScheduleFlex_right_title::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -18px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #009A97;
  }
}
.newgradSinlgeScheduleFlex_right_text {
  color: #333333;
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  .newgradSinlgeScheduleFlex_right_text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 8px 0 -1.4px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradSinlgeScheduleFlex_right_text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 3.4px 0 -1.4px 0;
  }
}