@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: 0 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
  }
}
.newgradFv {
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .newgradFv {
    background-image: url(../images/newgraduate/newgrad-fv_bg.png);
    background-size: cover;
    background-position: center;
  }
  .newgradFv:before {
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#009a97), color-stop(68.97%, rgba(0, 154, 151, 0.75)), to(rgba(0, 154, 151, 0)));
    background: linear-gradient(to right, #009a97 0%, rgba(0, 154, 151, 0.75) 68.97%, rgba(0, 154, 151, 0) 100%);
    opacity: 0.8;
    z-index: -10;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradFv {
    background-image: url(../images/newgraduate/newgrad-fv_bg_sp.png);
    background-size: cover;
    background-position: center;
  }
  .newgradFv:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 217px;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#009a97), color-stop(36.71%, rgba(0, 154, 151, 0.85)), to(rgba(0, 154, 151, 0)));
    background: linear-gradient(to top, #009a97 0%, rgba(0, 154, 151, 0.85) 36.71%, rgba(0, 154, 151, 0) 100%);
    opacity: 0.8;
    z-index: -10;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradFv_wrap {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradFv_wrap_left {
    padding: 59px 0 86px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradFv_wrap_left {
    width: 100%;
    max-width: 345px;
    padding: 250px 0 40px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradFvImg {
    width: 404px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradFvImg {
    width: 100%;
    max-width: 288px;
  }
}
.newgradFvMessage {
  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 (min-width: 768px) {
  .newgradFvMessage {
    margin: 32px 0 0 0;
    font-size: 4.8rem;
    letter-spacing: 0.03em;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradFvMessage {
    margin: 18px 0 0 0;
    font-size: 3rem;
    letter-spacing: 0.03em;
  }
}
.newgradFvMessage-eng {
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .newgradFvMessage-eng {
    font-size: 5.8rem;
    letter-spacing: 0.06em;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradFvMessage-eng {
    font-size: 3.2rem;
    letter-spacing: 0.06em;
  }
}
.newgradFvMessage-small {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .newgradFvMessage-small {
    font-size: 3.5rem;
    padding: 0 2px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradFvMessage-small {
    font-size: 1.7rem;
    margin: 0 -2px;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradFvCta {
    margin: 46px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradFvCta {
    margin: 30px 0 0 0;
  }
}
.newgradFvCta_text {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

@media print, screen and (min-width: 768px) {
  .newgradFvCta_text {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradFvCta_text {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.newgradFvCta_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .newgradFvCta_box {
    margin: 18px 0 0 0;
    width: 350px;
    height: 50px;
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradFvCta_box {
    margin: 15px 0 0 0;
    width: 100%;
    max-width: 345px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.newgradRecrutingMessage {
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 1025px) {
  .newgradRecrutingMessage {
    overflow: hidden;
    padding: 169px 0 107px 0;
  }
  .newgradRecrutingMessage::before {
    content: "";
    position: absolute;
    content: "";
    left: max(50% - 682px, 0px);
    top: 115px;
    width: 325px;
    height: 330px;
    background-color: #00BFB3;
    opacity: 0.1;
    z-index: -10;
  }
  .newgradRecrutingMessage::after {
    content: "";
    position: absolute;
    content: "";
    top: 86px;
    right: max(50% - 782px, -90px);
    width: 549px;
    height: 673px;
    background-image: url(../svg/newgraduate/newgrad-recruting-message_bg.svg);
    z-index: -10;
  }
}
@media print, screen and (max-width: 1024px) {
  .newgradRecrutingMessage {
    padding: 70px 0 77px 0;
  }
  .newgradRecrutingMessage::before {
    content: "";
    position: absolute;
    content: "";
    left: 0;
    top: 40px;
    width: 230px;
    height: 233px;
    background-color: #00BFB3;
    opacity: 0.1;
    z-index: -10;
  }
  .newgradRecrutingMessage::after {
    content: "";
    position: absolute;
    content: "";
    bottom: 50px;
    right: calc(50% + 15px);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: calc(100% + 30px);
    height: auto;
    max-height: 500px;
    aspect-ratio: 81/71;
    background-image: url(../svg/newgraduate/newgrad-recruting-message_bg_sp.svg);
    background-size: cover;
    background-position: bottom;
    z-index: -10;
  }
}
.newgradRecrutingMessage_wrap_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 1025px) {
  .newgradRecrutingMessage_wrap_flex {
    gap: 20px;
  }
}
@media print, screen and (max-width: 1024px) {
  .newgradRecrutingMessage_wrap_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1025px) {
  .newgradRecrutingMessageLeft {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 638px;
  }
}
@media print, screen and (min-width: 1025px) {
  .newgradRecrutingMessageRight {
    width: 38.25%;
    margin: 70px 0 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .newgradRecrutingMessageRight {
    margin: 23px auto 0;
    max-width: 600px;
  }
}
.newgradRecrutingMessageLeft_topic {
  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) {
  .newgradRecrutingMessageLeft_topic {
    font-size: 4rem;
    line-height: 1.76;
    margin: 23px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradRecrutingMessageLeft_topic {
    font-size: 2.1rem;
    line-height: 1.88;
    margin: 20px 0 0 0;
  }
}
.newgradRecrutingMessageLeft_message {
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  .newgradRecrutingMessageLeft_message {
    font-size: 1.8rem;
    line-height: 2;
    margin: 27px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradRecrutingMessageLeft_message {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 19px 0 0 0;
  }
}
.newgradRecrutingMessage_wrap_img {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .newgradRecrutingMessage_wrap_img {
    margin: 53px 0 0 0;
    width: 100%;
    max-width: 995px;
  }
}
@media print, screen and (max-width: 1024px) {
  .newgradRecrutingMessage_wrap_img {
    margin: 29px 0 0 0;
    width: 100%;
    max-width: 306px;
  }
}
.newgradRecrutingMessage_wrap_img img {
  position: relative;
  z-index: 100;
}

.newgradTopMessage {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .newgradTopMessage {
    padding: 0 0 160px 0;
  }
  .newgradTopMessage::before {
    content: "";
    position: absolute;
    left: 0;
    right: calc(50% - 457px);
    bottom: 0;
    height: 655px;
    background-color: #009A97;
    opacity: 0.4;
    z-index: -30;
  }
  .newgradTopMessage::after {
    content: "";
    position: absolute;
    left: calc(50% - 247px);
    right: 0;
    bottom: 60px;
    height: 655px;
    background-color: #009A97;
    z-index: -20;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradTopMessage {
    padding: 30px 0 20px 0;
  }
  .newgradTopMessage::before {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 0;
    top: 148px;
    background-color: #009A97;
    opacity: 0.4;
    z-index: -30;
  }
  .newgradTopMessage::after {
    content: "";
    position: absolute;
    left: 78px;
    right: 0;
    top: 0;
    height: 316px;
    background-color: #009A97;
    z-index: -20;
  }
}
.newgradTopMessage_wrap {
  position: relative;
  z-index: 100;
}

@media print, screen and (min-width: 768px) {
  .newgradTopMessage_wrap {
    padding-top: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradTopMessage_wrap {
    padding: 146px 0 0 0;
  }
}
.newgradTopMessageBg {
  position: absolute;
  left: 4vh;
  z-index: -10;
  top: 0;
}

@media print, screen and (min-width: 1201px) {
  .newgradTopMessageBg {
    left: 83px;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradTopMessageBg {
    width: calc(100% - 401px);
    height: 698px;
    top: 0;
    z-index: -10;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradTopMessageBg {
    left: 15px;
    width: calc(100% - 15px);
    max-height: 400px;
    height: auto;
  }
}
.newgradTopMessageBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

@media print, screen and (max-width: 767px) {
  .newgradTopMessageBg img {
    max-height: 400px;
  }
}
.newgradTopMessageBox {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .newgradTopMessageBox {
    margin: 0 0 0 auto;
    width: 540px;
    padding: 68px 60px 60px 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradTopMessageBox {
    width: calc(100% - 40px);
    margin: 0 auto 0 0;
    padding: 28px 25px 27px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradTopMessageBox_title-jp {
    margin: 34px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradTopMessageBox_title-jp {
    margin: 24px 0 0 0;
  }
}
.newgradTopMessageBox_text {
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  .newgradTopMessageBox_text {
    font-size: 1.6rem;
    line-height: 2;
    margin: 25px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradTopMessageBox_text {
    font-size: 1.4rem;
    line-height: 2;
    margin: 20px 0 0 0;
  }
}
.newgradCourse {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .newgradCourse {
    margin: 100px 0 0 0;
    padding: 65px 0;
  }
  .newgradCourse::before {
    content: "";
    position: absolute;
    top: 0;
    left: max(50% - 614px, 20px);
    width: 130px;
    height: 130px;
    background: transparent;
    border: 1px solid #009A97;
    z-index: -10;
  }
  .newgradCourse::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: max(50% - 614px, 20px);
    width: 130px;
    height: 130px;
    background-color: #009A97;
    opacity: 0.3;
    z-index: -10;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradCourse {
    margin: 50px 0 0 0;
    padding: 50px 0;
  }
  .newgradCourse::before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 100px;
    height: 100px;
    background: transparent;
    border: 1px solid #009A97;
    z-index: -10;
  }
  .newgradCourse::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 100px;
    height: 100px;
    background-color: #009A97;
    opacity: 0.3;
    z-index: -10;
  }
}
.newgradCourse_content {
  background-color: #009A97;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .newgradCourse_content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 85px 20px 80px;
  }
  .newgradCourse_content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203517%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203517%22%20transform%3D%22translate(-1173%20-2596)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122589%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122589%22%20width%3D%2260%22%20height%3D%2230%22%20transform%3D%22translate(1173%202596)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122602%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122602%22%20width%3D%2230%22%20height%3D%2230%22%20transform%3D%22translate(1203%202626)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: cover;
  }
  .newgradCourse_content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    -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%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203517%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203517%22%20transform%3D%22translate(-1173%20-2596)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122589%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122589%22%20width%3D%2260%22%20height%3D%2230%22%20transform%3D%22translate(1173%202596)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122602%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122602%22%20width%3D%2230%22%20height%3D%2230%22%20transform%3D%22translate(1203%202626)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradCourse_content {
    width: 100%;
    margin: 0 auto;
    padding: 34px 20px 40px;
  }
  .newgradCourse_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    -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%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203517%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203517%22%20transform%3D%22translate(-1173%20-2596)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122589%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122589%22%20width%3D%2260%22%20height%3D%2230%22%20transform%3D%22translate(1173%202596)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122602%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122602%22%20width%3D%2230%22%20height%3D%2230%22%20transform%3D%22translate(1203%202626)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: cover;
  }
  .newgradCourse_content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203517%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203517%22%20transform%3D%22translate(-1173%20-2596)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122589%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122589%22%20width%3D%2260%22%20height%3D%2230%22%20transform%3D%22translate(1173%202596)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_122602%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20122602%22%20width%3D%2230%22%20height%3D%2230%22%20transform%3D%22translate(1203%202626)%22%20fill%3D%22%23fcfcfc%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: cover;
  }
}
.newgradCourseTitle-eng {
  color: #fff;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .newgradCourseTitle-eng {
    font-size: 4.5rem;
  }
}
.newgradCourseTitle-jp {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.newgradCourseTitle-jp::before {
  background-image: url(../svg/newgraduate/newgrad-title_icon_wht.svg);
}

@media print, screen and (min-width: 768px) {
  .newgradCourseTitle-jp {
    margin: 20px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradCourseTitle-jp {
    margin: 15px auto 0;
  }
}
.newgradCourseFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .newgradCourseFlex {
    margin: 35px auto 0;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 970px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradCourseFlex {
    margin: 25px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.newgradCourseFlex_node {
  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;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .newgradCourseFlex_node {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 36px 45px;
  }
  .newgradCourseFlex_node::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%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%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203443%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203443%22%20transform%3D%22translate(-196%20-2832)%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(196%202852)%20rotate(-90)%22%20fill%3D%22%23009a97%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(216%202852)%20rotate(-90)%22%20fill%3D%22%23009a97%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(196%202872)%20rotate(-90)%22%20fill%3D%22%23009a97%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .newgradCourseFlex_node::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%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%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203443%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203443%22%20transform%3D%22translate(-196%20-2832)%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(196%202852)%20rotate(-90)%22%20fill%3D%22%23009a97%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(216%202852)%20rotate(-90)%22%20fill%3D%22%23009a97%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(196%202872)%20rotate(-90)%22%20fill%3D%22%23009a97%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
@media print, screen and (max-width: 767px) {
  .newgradCourseFlex_node {
    padding: 20px 10px 30px;
  }
  .newgradCourseFlex_node::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%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%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203443%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203443%22%20transform%3D%22translate(-196%20-2832)%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(196%202852)%20rotate(-90)%22%20fill%3D%22%23009a97%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(216%202852)%20rotate(-90)%22%20fill%3D%22%23009a97%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(196%202872)%20rotate(-90)%22%20fill%3D%22%23009a97%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: cover;
  }
  .newgradCourseFlex_node::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    -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%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_203443%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20203443%22%20transform%3D%22translate(-196%20-2832)%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(196%202852)%20rotate(-90)%22%20fill%3D%22%23009a97%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(216%202852)%20rotate(-90)%22%20fill%3D%22%23009a97%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(196%202872)%20rotate(-90)%22%20fill%3D%22%23009a97%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradCourseFlexImg {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradCourseFlexImg {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradCourseFlexImg-thin {
    max-width: 270px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradCourseFlexImg-thin {
    max-width: 150px;
  }
}
.newgradCourseBtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -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) {
  .newgradCourseBtn {
    padding: 15px 10px;
    margin: 25px auto 0;
    gap: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradCourseBtn {
    padding: 12px 5px;
    margin: 10px auto 0;
    gap: 5px;
  }
}
.newgradCourseBtn-blue {
  background-color: #0B76A0;
  border: 1px solid #0B76A0;
}

@media (hover: hover) {
  .newgradCourseBtn-blue:hover {
    background-color: #fff;
  }
  .newgradCourseBtn-blue:hover .newgradCourseBtn_text {
    color: #0B76A0;
  }
  .newgradCourseBtn-blue:hover .newgradCourseBtn_icon {
    background-color: #0B76A0;
  }
  .newgradCourseBtn-blue:hover .newgradCourseBtn_icon_border-hirizontal,
  .newgradCourseBtn-blue:hover .newgradCourseBtn_icon_border-vartical {
    background-color: #fff;
  }
}
.newgradCourseBtn-navy {
  background-color: #002855;
  border: 1px solid #002855;
}

@media (hover: hover) {
  .newgradCourseBtn-navy:hover {
    background-color: #fff;
  }
  .newgradCourseBtn-navy:hover .newgradCourseBtn_text {
    color: #002855;
  }
  .newgradCourseBtn-navy:hover .newgradCourseBtn_icon {
    background-color: #002855;
  }
  .newgradCourseBtn-navy:hover .newgradCourseBtn_icon_border-hirizontal,
  .newgradCourseBtn-navy:hover .newgradCourseBtn_icon_border-vartical {
    background-color: #fff;
  }
}
.newgradCourseBtn_text {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  .newgradCourseBtn_text {
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradCourseBtn_text {
    font-size: 1.4rem;
  }
}
.newgradCourseBtn_icon {
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .newgradCourseBtn_icon {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradCourseBtn_icon {
    width: 20px;
    height: 20px;
  }
}
.newgradCourseBtn_icon_border-hirizontal {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  height: 2px;
}

.newgradCourseBtn-blue .newgradCourseBtn_icon_border-hirizontal {
  background-color: #0B76A0;
}

.newgradCourseBtn-navy .newgradCourseBtn_icon_border-hirizontal {
  background-color: #002855;
}

.newgradCourseBtn_icon_border-vartical {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 10px;
  width: 2px;
}

.newgradCourseBtn-blue .newgradCourseBtn_icon_border-vartical {
  background-color: #0B76A0;
}

.newgradCourseBtn-navy .newgradCourseBtn_icon_border-vartical {
  background-color: #002855;
}

.newgradGuidelines {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .newgradGuidelines {
    margin: 106px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradGuidelines {
    margin: 50px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .newgradGuidelinesTitle-jp {
    margin: 28px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradGuidelinesTitle-jp {
    margin: 20px 0 0 0;
  }
}
.newgradGuidelinesTable {
  border-collapse: collapse;
}

@media print, screen and (min-width: 768px) {
  .newgradGuidelinesTable {
    margin: 40px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradGuidelinesTable {
    margin: 25px auto 0;
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradGuidelinesTableBody_tr {
    display: block;
    border-top: 1px solid #009A97;
    border-right: 1px solid #009A97;
    border-left: 1px solid #009A97;
  }
  .newgradGuidelinesTableBody_tr:last-child {
    border-bottom: 1px solid #009A97;
  }
}
.newgradGuidelinesTableBody_tr_th {
  color: #009A97;
  font-weight: 400;
  background-color: rgba(0, 154, 151, 0.1);
  text-align: left;
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .newgradGuidelinesTableBody_tr_th {
    padding: 20px;
    font-size: 1.6rem;
    width: 245px;
    border: 1px solid #009A97;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradGuidelinesTableBody_tr_th {
    display: block;
    padding: 6px 12px;
    font-size: 1.4rem;
    line-height: 1.8;
    width: 100%;
    border-bottom: 1px solid #009A97;
  }
}
.newgradGuidelinesTableBody_tr_td {
  font-weight: 300;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .newgradGuidelinesTableBody_tr_td {
    padding: 16px 20px;
    font-size: 1.6rem;
    line-height: 1.8;
    border: 1px solid #009A97;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradGuidelinesTableBody_tr_td {
    display: block;
    padding: 11px 12px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.newgradGuidelinesTableBody_tr_td-annotation {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .newgradGuidelinesTableBody_tr_td-annotation {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 9px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .newgradGuidelinesTableBody_tr_td-annotation {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 5px 0 0 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;
  }
}