@charset "UTF-8";
/* ---------- setting ---------- ---------- */
body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #3c3c3c;
}

main {
  display: block;
}
@media screen and (min-width: 768px) {
  main {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main {
    font-size: 14px;
  }
  main img {
    max-width: 100%;
  }
}

/* ----------------------------------------------------------
.btn-pagetop
---------------------------------------------------------- */
.btn-pagetop {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-image: url(/recruit/graduate/common/images/pagetop.png);
  background-size: contain;
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .btn-pagetop {
    width: 40px;
    height: 40px;
  }
  .btn-pagetop.js-fixed {
    top: -50px;
  }
}
.btn-pagetop.js-show {
  opacity: 1;
  visibility: visible;
}
.btn-pagetop.js-show:hover {
  opacity: 0.6;
}
.btn-pagetop.js-fixed {
  top: -90px;
  bottom: auto;
  position: absolute;
}

/* ----------------------------------------------------------
.area-modal
---------------------------------------------------------- */
.area-modal {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.2s;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}
.area-modal.js-show {
  visibility: visible;
  opacity: 1;
}
.area-modal ._modal-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.85);
}
.area-modal ._modal-btn-close {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .area-modal ._modal-btn-close {
    top: -50px;
    right: 0px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .area-modal ._modal-btn-close {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}
.area-modal ._modal-btn-close:hover {
  opacity: 0.8;
}
.area-modal ._modal-btn-close:after, .area-modal ._modal-btn-close:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 25px;
  height: 4px;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .area-modal ._modal-btn-close:after, .area-modal ._modal-btn-close:before {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .area-modal ._modal-btn-close:after, .area-modal ._modal-btn-close:before {
    background: #000;
  }
}
.area-modal ._modal-btn-close:before {
  transform: rotate(45deg);
}
.area-modal ._modal-box {
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .area-modal ._modal-box {
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    margin: -300px 0 0 -300px;
  }
}
@media screen and (max-width: 767px) {
  .area-modal ._modal-box {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: auto;
    margin: 0;
  }
}
.area-modal ._modal-box ._modal-head {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 15px 0 0 20px;
  height: 50px;
  background: #eee;
  box-sizing: border-box;
}
.area-modal ._modal-box ._modal-body {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0px;
  right: 0px;
  padding: 20px;
  background: #ccc;
  box-sizing: border-box;
  overflow-y: scroll;
}
.area-modal ._modal-box ._modal-body ._t1 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
.area-modal ._modal-box ._modal-body ._t2 {
  font-size: 14px;
  line-height: 1.8;
}
.area-modal ._modal-box ._modal-body ._t3 {
  font-size: 12px;
  line-height: 1.8;
}
.area-modal ._modal-box ._modal-foot {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 7px 0 0 0;
  height: 50px;
  background: #eee;
  box-sizing: border-box;
}
.area-modal ._modal-box ._modal-foot ._btn-do {
  display: block;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 14px;
  background: #666;
  color: #fff;
}
.area-modal ._modal-box ._modal-foot ._btn-do:hover {
  background: #333;
}

/* リセットCSS */
html, body {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, div {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  footer {
    position: relative;
  }
  .area-footer {
    position: relative;
    background-color: #CC3333;
    padding: 18px 30px;
    color: #fff;
    height: 50px;
    z-index: 20;
  }
  .area-footer ._inner {
    position: relative;
  }
  .area-footer ._link {
    text-align: center;
  }
  .area-footer ._link a {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
  }
  .area-footer small {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    text-align: right;
    line-height: 1;
    color: #fff;
  }
  .area-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 90px;
    transition-duration: 0.2s;
  }
  .area-header img {
    width: 100%;
  }
  body.js-gmenu-bg .area-header {
    background-color: #fff;
  }
  body.js-gmenu-bg.page-guide .area-header {
    background-color: transparent;
  }
  body.js-gmenu-active .area-header {
    background-color: #fff;
  }
  .area-header ._title {
    position: absolute;
    top: 22px;
    left: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .area-header ._menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .mod-head-menu-btn {
    background: url(/recruit/graduate/common/images/header/menu.png) left top no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-head-menu-btn:hover {
    opacity: 0.8;
    background-image: url(/recruit/graduate/common/images/header/menu_on.png);
  }
  body.js-gmenu-active .mod-head-menu-btn {
    background-image: url(/recruit/graduate/common/images/header/menu_close.png);
  }
  .mod-head-logo {
    width: 96px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-head-logo:hover {
    opacity: 0.8;
  }
  .mod-head-site-name {
    display: flex;
    gap: 13px;
    align-items: center;
  }
  .mod-head-site-name ._co-name {
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    font-style: italic;
    color: #3c3c3c;
  }
  .mod-head-site-name ._site-name {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #646464;
    transform: translate(0, -2px);
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -200px);
    top: 90px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    min-height: 140px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(40px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu a {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .area-modal-menu ._entry {
    display: none;
  }
  .mod-sitelinks-set {
    opacity: 0;
    transition-duration: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
  }
  .mod-sitelinks-set ._cols {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .mod-sitelinks-set ._cols ._col {
    flex: 1;
  }
  .mod-sitelinks-title span {
    display: block;
  }
  .mod-sitelinks-title span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    color: #c33;
    font-style: italic;
  }
  .mod-sitelinks-title span:nth-child(2) {
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #3c3c3c;
  }
  .mod-sitelinks-list {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-sitelinks-list a {
    display: block;
    position: relative;
    padding: 2px 0 7px 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #3c3c3c;
    border-bottom: 1px dashed #CC3333;
  }
  .mod-sitelinks-list a span {
    display: block;
  }
  .mod-sitelinks-list a span:nth-child(2) {
    font-size: 12px;
  }
  .mod-sitelinks-list2 {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .mod-sitelinks-list2 a {
    display: block;
    position: relative;
    padding: 2px 0 7px 0;
    margin: 0 0 0 40px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #3c3c3c;
    border-bottom: 1px dashed #CC3333;
  }
  .mod-sitelinks-list2 a img {
    position: absolute;
    top: 0px;
    left: -40px;
    width: 30px;
    height: 30px;
  }
  .mod-head-entry {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c33;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #c33;
  }
  .mod-entry {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 120;
    display: none;
    border-radius: 5px;
  }
  .mod-entry img {
    width: 100%;
  }
  .mod-entry ._close {
    position: absolute;
    top: -50px;
    right: 0px;
  }
  .mod-entry ._box-wap {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mod-entry ._bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(51, 51, 51, 0.8);
  }
  .mod-entry ._box {
    position: relative;
    background: #fff;
    width: 600px;
    padding: 60px;
  }
  .mod-entry-items {
    display: flex;
    gap: 40px;
  }
  .mod-entry-item {
    display: block;
    transition-duration: 0.2s;
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 240px;
  }
  .mod-entry-item:hover {
    opacity: 0.8;
  }
  .mod-entry-item img {
    width: 100%;
  }
  .mod-entry-item ._img {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .mod-entry-item p {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #3c3c3c;
  }
  /* ----------------------------------------------------------
  .area-wrapper
  ---------------------------------------------------------- */
  .area-wrapper {
    position: relative;
  }
  /* ----------------------------------------------------------
  .area-inner
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  .block-inner
  ---------------------------------------------------------- */
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1120px) {
  .area-wrapper {
    min-width: 1120px;
  }
}
@media print, screen and (min-width: 768px) {
  .area-inner {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .area-inner {
    margin: 0 auto;
    width: 1080px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1120px) {
  .area-inner {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .block-inner {
    margin: 0 auto;
    width: 1080px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1120px) {
  .block-inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    position: relative;
  }
  .area-footer {
    position: relative;
    background-color: #CC3333;
    color: #fff;
    height: 90px;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .area-footer ._inner {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .area-footer ._link {
    text-align: center;
  }
  .area-footer ._link a {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
  }
  .area-footer small {
    font-size: 10px;
    text-align: right;
    line-height: 1;
    color: #fff;
  }
  .area-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 75px;
    transition-duration: 0.2s;
  }
  .area-header img {
    width: 100%;
  }
  body.js-gmenu-bg .area-header {
    background-color: #fff;
  }
  body.js-gmenu-bg.page-guide .area-header {
    background-color: transparent;
  }
  body.js-gmenu-active .area-header {
    background-color: #fff;
  }
  .area-header ._title {
    position: absolute;
    top: 20px;
    left: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .area-header ._menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .mod-head-menu-btn {
    background: url(/recruit/graduate/common/images/header/menu.png) left top no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
  }
  body.js-gmenu-active .mod-head-menu-btn {
    background-image: url(/recruit/graduate/common/images/header/menu_on.png);
  }
  .mod-head-logo {
    width: 77px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-head-logo:hover {
    opacity: 0.8;
  }
  .mod-head-site-name {
    display: flex;
    gap: 11px;
    align-items: center;
  }
  .mod-head-site-name ._co-name {
    font-size: 21px;
    color: #3c3c3c;
    font-style: italic;
  }
  .mod-head-site-name ._site-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #646464;
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -162px);
    top: 75px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    overflow-y: auto;
    padding: 0 0 50px 0;
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu a {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .area-modal-menu ._entry {
    text-align: center;
  }
  .mod-sitelinks-set {
    padding: 30px;
    opacity: 0;
    transition-duration: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
  }
  .mod-sitelinks-set ._cols {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .mod-sitelinks-set .js-sp-menu-head {
    position: relative;
  }
  .mod-sitelinks-set .js-sp-menu-head:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-top: 10px solid #CC3333;
    transform: scale(0.8, 1.2);
  }
  .mod-sitelinks-set .js-sp-menu-head.js-active:before {
    border-top: none;
    border-bottom: 10px solid #CC3333;
  }
  .mod-sitelinks-set .js-sp-menu-body {
    padding: 0 20px;
    display: none;
  }
  .mod-sitelinks-title {
    border-bottom: 1px solid #CC3333;
  }
  .mod-sitelinks-title span {
    display: block;
  }
  .mod-sitelinks-title span:nth-child(1) {
    font-size: 24px;
    font-weight: 500;
    color: #c33;
    font-style: italic;
  }
  .mod-sitelinks-title span:nth-child(2) {
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #3c3c3c;
  }
  .mod-sitelinks-list {
    margin-top: 16px;
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
  .mod-sitelinks-list a {
    display: block;
    position: relative;
    padding: 2px 0 5px 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #3c3c3c;
    border-bottom: 1px dashed #CC3333;
  }
  .mod-sitelinks-list a span {
    display: block;
  }
  .mod-sitelinks-list a span:nth-child(2) {
    font-size: 12px;
  }
  .mod-sitelinks-list2 {
    margin-top: 16px;
    display: flex;
    gap: 13px;
    flex-direction: column;
  }
  .mod-sitelinks-list2 a {
    display: block;
    position: relative;
    padding: 2px 0 5px 0;
    margin: 0 0 0 32px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #3c3c3c;
    border-bottom: 1px dashed #CC3333;
  }
  .mod-sitelinks-list2 a img {
    position: absolute;
    top: 0px;
    left: -32px;
    width: 24px;
    height: 24px;
  }
  .mod-head-entry {
    width: 150px;
    height: 41px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c33;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #c33;
  }
  .mod-entry {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 120;
    display: none;
    border-radius: 5px;
  }
  .mod-entry img {
    width: 100%;
  }
  .mod-entry ._close {
    position: absolute;
    top: -50px;
    right: 0px;
  }
  .mod-entry ._bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(51, 51, 51, 0.8);
  }
  .mod-entry ._box-wap {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mod-entry ._box {
    position: relative;
    background: #fff;
    width: 320px;
    padding: 15px;
  }
  .mod-entry-items {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }
  .mod-entry-item {
    transition-duration: 0.2s;
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 240px;
  }
  .mod-entry-item img {
    width: 100%;
  }
  .mod-entry-item ._img {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .mod-entry-item p {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #3c3c3c;
  }
  /* ----------------------------------------------------------
  .area-wrapper
  ---------------------------------------------------------- */
  .area-wrapper {
    position: relative;
  }
  /* ----------------------------------------------------------
  .area-inner
  ---------------------------------------------------------- */
  .area-inner {
    position: relative;
  }
  /* ----------------------------------------------------------
  .block-inner
  ---------------------------------------------------------- */
  .block-inner-sp {
    padding-right: 15px;
    padding-left: 15px;
  }
}