@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ================================================== */
/* カスタムプロパティ */
/* ================================================== */
:root {
  --color-white: #FFF;
  --color-black: #000;
  --color-skyblue: #01DBF8;
  --color-navyblue: #001454;
  --color-bluegray: #ECF2F2;
  --color-bluegradation: linear-gradient(60deg, rgba(0, 221, 250, 1) 0%, rgba(0, 98, 149, 1) 100%);
  --fontfamily-gothic: "Noto Sans JP", sans-serif;
  --fontfamily-mincho: "Noto Serif JP", serif;
  --fontfamily-en: "Roboto", sans-serif;
  --lineheight: ;
  --transition: .3s;
}

/* ================================================== */
/* 基本設定 */
/* ================================================== */
html {
  overflow-x: hidden;
}

body {
  font-family: var(--fontfamily-gothic);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  background-color: var(--color-white);
}

img {
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
}
/* ===== 表示切り替え ===== */
.d-switch {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .d-switch.min-lg {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .d-switch.max-lg {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-switch.min-md {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-switch.max-md {
    display: block !important;
  }
}
@media screen and (min-width: 601px) {
  .d-switch.min-sm {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .d-switch.max-sm {
    display: block !important;
  }
}
/* ================================================== */
/* スクロールダウンアイコン */
/* ================================================== */
.scroll-down {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 7.5%;
  text-align: center;
  z-index: 1;
}
.scroll-down::before {
  content: "SCROLL";
  position: absolute;
  left: 50%;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  line-height: 1;
  transform-origin: left center;
  transform: rotate(-90deg) translateX(15px);
}
.scroll-down .bar {
  position: relative;
  display: block;
  height: 90px;
}
.scroll-down .bar::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  background-color: black;
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}

@media screen and (min-width: 1301px) {
  .scroll-down {
    width: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .scroll-down {
    bottom: 72px;
  }
}
@media screen and (max-width: 600px) {
  .scroll-down .bar {
    height: 40px;
  }
}
/* ===== indexのみ ===== */
@media screen and (max-width: 1024px) {
  #index .scroll-down {
    width: 100%;
    bottom: 72px;
  }
}
@media screen and (max-width: 600px) {
  #index .scroll-down::before {
    transform: rotate(0) translateX(0.8em) translateY(0);
  }
}
/* ================================================== */
/* リンク */
/* ================================================== */
/* ===== READ MOREアイコン ===== */
.link-item .read-more {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 13px;
  overflow: hidden;
}
.link-item .read-more::before, .link-item .read-more::after {
  content: "READ MORE";
  position: absolute;
  display: inline-block;
  color: var(--color-skyblue);
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  letter-spacing: normal;
  line-height: 1;
  white-space: nowrap;
  transition: var(--transition);
}
.link-item .read-more::before {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.link-item .read-more::after {
  left: -120px;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (min-width: 1025px) {
  .link-item:hover .read-more::before {
    left: 100px;
  }
  .link-item:hover .read-more::after {
    left: 0;
  }
}
/* ===== リンク画像設定 ===== */
.link-img.message::before {
  background-image: url(../img/company/message/link-img.jpg);
}
.link-img.about::before {
  background-image: url(../img/company/about/link-img.jpg);
}
.link-img.welfare-benefit::before {
  background-image: url(../img/person-job/welfare-benefit/link-img.jpg);
}

.link-item.talk01::before {
  background-image: url(../img/person-job/cross-talk/01/link-img.jpg);
}
.link-item.talk02::before {
  background-image: url(../img/person-job/cross-talk/02/link-img.jpg);
}
.link-item.graduate::before {
  background-image: url(../img/information/graduate/link-img.jpg);
}
.link-item.career::before {
  background-image: url(../img/information/career/link-img.jpg);
}

/* ================================================== */
/* 全ページ */
/* ================================================== */
/* ===== contents下部背景色 ===== */
.contents {
  position: relative;
}
.contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 240px;
  background-color: var(--color-bluegray);
}

/* ================================================== */
/* サブページ共通 */
/* ================================================== */
/* ===== カテゴリー ===== */
.page-category .jp,
.page-category .en {
  display: block;
}
.page-category .jp {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.page-category .jp.wh {
  color: var(--color-white);
}
.page-category .en {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--color-skyblue);
  margin: 0.5em 0 0;
}

@media screen and (max-width: 600px) {
  .page-category .jp {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .page-category .en {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
  }
}
/* ===== ページタイトル ===== */
.page-title {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--color-skyblue);
  white-space: nowrap;
  margin: 85px 0 0;
}
.page-title .sub {
  color: var(--color-black);
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin: 0 0 0 1em;
}

@media screen and (max-width: 1300px) {
  .page-title {
    font-size: 42px;
    font-size: 2.625rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1024px) {
  .page-title {
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin: 40px 0 0;
  }
  .sub {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  .page-title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    margin: 40px 0 0;
  }
  .page-title .sub {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    margin: 1em 0 0 0;
  }
}
/* ===== 導入テキスト ===== */
#intro {
  margin: 150px auto 0;
}
#intro .wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
#intro .text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 0 60px;
}

@media screen and (min-width: 1025px) {
  .anchor-link li a:hover .arrow {
    height: 150%;
  }
}
@media screen and (max-width: 1024px) {
  #intro {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 600px) {
  #intro {
    margin: 50px auto 0;
  }
  #intro .text {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    margin: 0 0 40px;
  }
}
/* ===== アンカーリンク ===== */
.anchor-link {
  display: flex;
}
.anchor-link li {
  width: 200px;
}
.anchor-link li:not(:last-child) {
  margin: 0 30px 0 0;
}
.anchor-link li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  padding: 1em 0;
  border-bottom: solid 1px var(--color-black);
}
.anchor-link li a .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-left: solid 1px var(--color-black);
  transition: var(--transition);
}
.anchor-link li a .arrow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  transform-origin: left bottom;
  transform: rotate(-50deg);
}

@media screen and (max-width: 768px) {
  .anchor-link {
    display: block;
  }
  .anchor-link li {
    width: 100%;
  }
  .anchor-link li:not(:last-child) {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .anchor-link {
    display: block;
  }
  .anchor-link li:not(:last-child) {
    margin: 0 0 15px;
  }
}
/* ================================================== */
/* 表 */
/* ================================================== */
/* ===== 表（通常） ===== */
.table {
  width: 100%;
  border-top: solid 2px var(--color-black);
  border-bottom: solid 2px var(--color-black);
  max-width: 1000px;
  margin: 0 auto;
}
.table > tbody > tr:not(:last-child) {
  border-bottom: solid 1px var(--color-black);
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  padding: 1em 0.5em;
}
.table > tbody > tr > th {
  width: 140px;
}
.table > tbody > tr > td {
  width: calc(100% - 140px);
}
.table .list li {
  padding-left: 1.05em;
  text-indent: -1.05em;
}
.table .list li::before {
  content: "・";
}

@media screen and (max-width: 600px) {
  .table > tbody > tr > th,
.table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .table > tbody > tr > th {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    padding: 1em 0 0;
  }
  .table > tbody > tr > td {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    padding: 0.5em 0 1em 1em;
  }
}
/* ================================================== */
/* 汎用ボタン */
/* ================================================== */
/* ===== エントリー ===== */
.btn.entry {
  margin: 85px 0 0;
}
.btn.entry a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  height: 75px;
  background: var(--color-bluegradation);
  overflow: hidden;
}
.btn.entry a::before, .btn.entry a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.btn.entry a::before {
  width: 120%;
  background: linear-gradient(90deg, rgb(1, 219, 248) 90%, rgba(1, 219, 248, 0) 100%);
  transform: translateX(-120%);
}
.btn.entry a::after {
  background-image: url(../img/common/entry_line.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.btn.entry a span {
  position: absolute;
  left: 18px;
  bottom: 10px;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1025px) {
  .btn.entry a:hover::before {
    transform: translateX(0);
  }
  .btn.entry a:hover::after {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 600px) {
  .btn.entry {
    margin: 50px 0 0;
  }
}
/* ===== コーポレートサイト ===== */
.btn.corporate-site {
  margin: 85px 0 0;
  position: relative;
  text-align: center;
}
.btn.corporate-site a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 380px;
  color: var(--color-white);
  background: rgb(0, 221, 250);
  overflow: hidden;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  padding: 1.5em;
}
.btn.corporate-site a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 221, 250);
  background: var(--color-bluegradation);
  transition: var(--transition);
}
.btn.corporate-site a .inner {
  position: relative;
}
.btn.corporate-site a .arrow {
  position: absolute;
  right: 10%;
  top: calc(50% - 7px);
  transform: translateY(-50%);
  width: 40px;
  height: 14px;
  border-bottom: solid 1px var(--color-white);
  transition: var(--transition);
}
.btn.corporate-site a .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--color-white);
  transform-origin: right bottom;
  transform: rotate(-60deg);
}

@media screen and (min-width: 1025px) {
  .btn.corporate-site a:hover::before {
    transform: translateX(100%);
  }
  .btn.corporate-site a:hover .arrow {
    transform: translateY(-50%) translateX(10px);
  }
}
@media screen and (max-width: 600px) {
  .btn.corporate-site {
    margin: 50px 0 0;
  }
}
/* ================================================== */
/* header */
/* ================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
#header .logo {
  position: relative;
  left: 30px;
  top: 23px;
  width: fit-content;
}
#header .logo a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#header .logo .logo-img {
  display: inline-block;
  width: 185px;
}
#header .logo .recruit-site {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 0 0 1em;
}

@media screen and (max-width: 1024px) {
  #header {
    width: 100%;
    height: 75px;
    background: var(--color-white);
  }
}
@media screen and (max-width: 600px) {
  #header .logo {
    position: relative;
    left: 15px;
    top: 25px;
  }
  #header .logo .logo-img {
    width: 140px;
  }
}
/* ================================================== */
/* toggle-btn */
/* ================================================== */
@media screen and (min-width: 1025px) {
  #toggle-btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #toggle-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 100px;
    height: 72px;
    background-color: var(--color-white);
    z-index: 9999;
  }
  #toggle-btn .toggle-icon {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translate(-50%, 0);
    width: 45px;
    height: 24px;
  }
  #toggle-btn .toggle-icon .toggle-line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-black);
    border-radius: 3px;
    transition: 0.3s;
  }
  #toggle-btn .toggle-icon .toggle-line:nth-of-type(1) {
    top: 0;
  }
  #toggle-btn .toggle-icon .toggle-line:nth-of-type(2) {
    top: 11px;
    left: -5px;
  }
  #toggle-btn .toggle-icon .toggle-line:nth-of-type(3) {
    bottom: 0;
  }
  #toggle-btn .toggle-text {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #toggle-btn .toggle-text::before, #toggle-btn .toggle-text::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
    font-weight: 900;
    transition: 0.3s;
  }
  #toggle-btn .toggle-text::before {
    content: "MENU";
    opacity: 1;
  }
  #toggle-btn .toggle-text::after {
    content: "CLOSE";
    opacity: 0;
  }
  #toggle-btn.change .toggle-icon .toggle-line {
    background: var(--color-black);
  }
  #toggle-btn.change .toggle-text::before, #toggle-btn.change .toggle-text::after {
    color: var(--color-black);
  }
  #toggle-btn.open .toggle-icon .toggle-line {
    background: var(--color-black);
  }
  #toggle-btn.open .toggle-text::before, #toggle-btn.open .toggle-text::after {
    color: var(--color-black);
  }
  #toggle-btn.open .toggle-text::before {
    opacity: 0;
  }
  #toggle-btn.open .toggle-text::after {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  #toggle-btn {
    right: 15px;
  }
}
/* ================================================== */
/* g-navi */
/* ================================================== */
#g-navi .menu-item .accordion {
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  #g-navi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 200px 0 0;
    background-color: var(--color-white);
    z-index: 99;
    transition: 0.3s;
  }
  #g-navi .menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: center;
  }
  #g-navi .menu-item {
    display: inline-block;
  }
  #g-navi .menu-item:not(:last-child) {
    margin: 0 1em 0 0;
  }
  #g-navi .menu-item > a {
    position: relative;
    display: block;
    font-weight: 500;
    height: 75px;
    padding: 45px 0.5em 0;
    transition: 0.3s;
  }
  #g-navi .menu-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: var(--color-skyblue);
    transform: scale(0, 1);
    transform-origin: left center;
    transition: 0.3s;
  }
  #g-navi .menu-item > a:hover::after {
    transform: scale(1, 1);
  }
  #g-navi .menu-wrap {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: var(--color-bluegray);
    padding: 40px 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  #g-navi .menu-item:hover .menu-wrap {
    visibility: visible;
    opacity: 1;
  }
  #g-navi .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
  }
  #g-navi .navi-title .en,
#g-navi .navi-title .jp {
    display: block;
    text-align: left;
  }
  #g-navi .navi-title .en {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--color-skyblue);
    margin: 0 0 1em;
  }
  #g-navi .navi-title .jp {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    letter-spacing: 0.15em;
    font-weight: 500;
  }
  #g-navi .sub-menu {
    width: 640px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #g-navi .sub-menu::after {
    content: "";
    width: 210px;
  }
  #g-navi .sub-menu-item {
    position: relative;
    width: 210px;
  }
  #g-navi .sub-menu-item:nth-child(n+4) {
    margin: 20px 0 0;
  }
  #g-navi .sub-menu-item > a {
    display: block;
    color: var(--color-black);
    font-weight: 500;
  }
  #g-navi .sub-menu-item > a::before, #g-navi .sub-menu-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
  }
  #g-navi .sub-menu-item > a::before {
    background: #C5D1D1;
  }
  #g-navi .sub-menu-item > a::after {
    background: var(--color-skyblue);
    transform: scale(0, 1);
    transform-origin: left center;
    transition: 0.3s;
  }
  #g-navi .sub-menu-item > a:hover::after {
    transform: scale(1, 1);
  }
  #g-navi .sub-menu-item > a:hover .sub-menu-img > img {
    transform: scale(1.1);
  }
  #g-navi .sub-menu-img {
    position: relative;
    width: 100%;
    height: 125px;
    background: var(--color-white);
    overflow: hidden;
  }
  #g-navi .sub-menu-img .page-name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
  #g-navi .sub-menu-img .page-name img {
    display: inline-block;
    margin: 0 0 5px;
  }
  #g-navi .sub-menu-img > img {
    transition: 0.3s;
  }
  #g-navi .sub-menu-text {
    padding: 0.5em 0 0.8em;
  }
  #g-navi.change {
    background: var(--color-white);
  }
  #g-navi.change .menu-item {
    display: inline-block;
  }
  #g-navi.change .menu-item > a {
    color: var(--color-black);
  }
  #g-navi.change .menu-item > a:hover {
    color: var(--color-skyblue);
  }
  #g-navi.change .menu-item.contact > a {
    border: solid var(--color-black) 1px;
  }
  #g-navi.change .menu-item.contact > a:hover {
    color: var(--color-white);
    border: solid var(--color-skyblue) 1px;
    background: var(--color-skyblue);
  }
}
@media screen and (max-width: 1024px) {
  #g-navi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 110px 7.5%;
    background: var(--color-white);
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 99;
  }
  #g-navi .menu {
    width: 100%;
  }
  #g-navi .menu-item {
    padding: 20px 0;
  }
  #g-navi .menu-item:not(:first-child) {
    border-top: solid var(--color-bluegray) 2px;
  }
  #g-navi .menu-item > a {
    position: relative;
    display: block;
    color: var(--color-black);
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 0.5em 0;
  }
  #g-navi .menu-item.contact {
    display: none;
  }
  #g-navi .menu-item .accordion {
    position: relative;
  }
  #g-navi .menu-item .accordion::before, #g-navi .menu-item .accordion::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--color-black);
    transition: 0.3s;
  }
  #g-navi .menu-item .icon_blank {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #g-navi .menu-item.display .menu-wrap {
    max-height: 200px;
    transition: 0.5s;
  }
  #g-navi .menu-item.display .accordion::after {
    transform: rotate(90deg);
  }
  #g-navi .sub-menu-item > a {
    display: block;
    color: var(--color-black);
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    padding: 0.5em 0;
  }
  #g-navi .sub-menu-item > a .sub-menu-text::before {
    display: inline-block;
    content: "-";
    margin: 0 0.5em 0 0;
  }
  #g-navi .sub-menu-img {
    display: none;
  }
  #g-navi .navi-title {
    display: none;
  }
  #g-navi .menu-wrap {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  #g-navi.open {
    visibility: visible;
    opacity: 1;
  }
}
/* ================================================== */
/* entry-btn */
/* ================================================== */
#js-entry-navi {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
#js-entry-navi .entry-btn {
  position: relative;
  display: block;
  width: 170px;
  height: 75px;
  background: var(--color-bluegradation);
  overflow: hidden;
}
#js-entry-navi .entry-btn::before, #js-entry-navi .entry-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
#js-entry-navi .entry-btn::before {
  width: 120%;
  background: linear-gradient(90deg, rgb(1, 219, 248) 90%, rgba(1, 219, 248, 0) 100%);
  transform: translateX(-120%);
}
#js-entry-navi .entry-btn::after {
  background-image: url(../img/common/entry_line.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
#js-entry-navi .entry-btn span {
  position: absolute;
  left: 18px;
  bottom: 10px;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1025px) {
  #js-entry-navi:hover .entry-btn::before {
    transform: translateX(0);
  }
  #js-entry-navi:hover .entry-btn::after {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 1024px) {
  #js-entry-navi {
    top: auto;
    bottom: 0;
    width: calc(100% - 100px);
    height: 72px;
  }
  #js-entry-navi .entry-btn {
    width: 100%;
  }
}
/* ================================================== */
/* エントリーメニュー */
/* ================================================== */
.entry-menu {
  position: fixed;
  background-color: var(--color-white);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
  z-index: -1;
}
.entry-menu a {
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
  .entry-menu {
    width: 200px;
    right: -200px;
    top: 75px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }
  .entry-menu li:not(:last-child) {
    border-bottom: solid 1px #C3C3C3;
  }
  .entry-menu a {
    padding: 1.5em 0;
  }
  .entry-menu a:hover.graduate {
    background-color: var(--color-skyblue);
  }
  .entry-menu a:hover.career {
    background-color: var(--color-navyblue);
    color: #fff;
  }
  .entry-menu.open {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .entry-menu {
    width: 100%;
    right: -100%;
    bottom: 72px;
  }
  .entry-menu a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
    padding: 1.5em 0;
  }
  .entry-menu a.graduate {
    background-color: var(--color-skyblue);
  }
  .entry-menu a.career {
    background-color: var(--color-navyblue);
    color: #fff;
  }
  .entry-menu.open {
    right: 0;
  }
}
/* ================================================== */
/* トップへ戻る */
/* ================================================== */
.pagetop {
  position: fixed;
  bottom: 70px;
  right: 20px;
  display: block;
  width: 61px;
  height: 61px;
  background-color: var(--color-black);
  transition: var(--transition);
  z-index: 2;
  opacity: 0;
}
.pagetop::after {
  content: "TOP";
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  display: block;
  color: var(--color-white);
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
}
.pagetop .arrow {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 23px;
  background-color: var(--color-white);
  transition: var(--transition);
  z-index: 2;
}
.pagetop .arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 10px;
  background-color: var(--color-white);
  transform-origin: left top;
  transform: rotate(35deg);
}
.pagetop.show {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .pagetop:hover .arrow {
    animation: pagetop-arrow 0.5s infinite alternate;
  }
}
@media screen and (max-width: 1024px) {
  .pagetop {
    bottom: 90px;
    right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .pagetop {
    width: 51px;
    height: 51px;
  }
  .pagetop .arrow {
    bottom: 23px;
    height: 20px;
  }
  .pagetop::after {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
  }
}
@keyframes pagetop-arrow {
  0% {
    height: 23px;
  }
  20% {
    height: 23px;
  }
  100% {
    height: 15px;
  }
}
/* ================================================== */
/* footer */
/* ================================================== */
#footer {
  position: relative;
  background-color: var(--color-white);
  padding: 35px 0 40px;
  z-index: 1;
}
#footer .wrap {
  position: relative;
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1600px;
}
#footer .corporate {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
#footer .corporate .logo {
  display: flex;
  align-items: center;
}
#footer .corporate .logo .logo-img {
  display: block;
  width: 185px;
}
#footer .corporate .logo .recruit-site {
  display: block;
  padding: 0 0 5px;
  margin: 0 0 0 3em;
}
#footer .corporate .link {
  margin: 20px 0 0;
}
#footer .corporate .link a {
  position: relative;
}
#footer .corporate .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: var(--transition);
}
#footer .corporate .link a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/icon_blank_bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0 0 0.5em;
}
#footer .corporate .link a:hover::before {
  transform: scaleX(1);
}
#footer .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  color: #A2A2A2;
}

@media screen and (min-width: 1025px) {
  #footer .link {
    margin: 20px 0 0;
  }
  #footer .link a:hover::before {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 35px 0 150px;
  }
}
@media screen and (max-width: 600px) {
  #footer {
    text-align: center;
  }
  #footer .corporate {
    margin: 0 0 40px;
  }
  #footer .corporate .logo {
    display: block;
  }
  #footer .corporate .logo .logo-img {
    width: 185px;
    margin: 0 auto;
  }
  #footer .corporate .logo .recruit-site {
    padding: 0;
    margin: 1em 0 0;
  }
  #footer .corporate .link {
    margin: 40px 0 0;
  }
  #footer .copy {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

/*# sourceMappingURL=style.css.map */
