@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* ブレイクポイントのアイテムheight */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-zenkaku, body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-en, .top-en, .top-company .top-company__en, .top-interview .top-interview__en, .top-careers .top-careers__en, .top-jobs .top-jobs__en, .top-about-sub .top-about-sub__title::before, .contact-item-tel .contact-item-tel__no, .catch .catch__en, .footer-address .footer-address__tel, .common-entry .common-entry__en, .header-nav .header-nav-list > li > a span {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fw-medium, .common-entry-list li .common-entry-list__lede, .common-entry .common-entry__lede {
  font-weight: 500;
}

.fz-h1, .catch .catch__en, .catch .catch__ja {
  font-size: 2.5rem;
}
@media screen and (max-width: 699px) {
  .fz-h1, .catch .catch__en, .catch .catch__ja {
    font-size: 1.75rem;
  }
}

.fz-h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 699px) {
  .fz-h2 {
    font-size: 2rem;
  }
}

.fz-h3, .title-lv2 {
  font-size: 2rem;
}
@media screen and (max-width: 699px) {
  .fz-h3, .title-lv2 {
    font-size: 1.75rem;
  }
}

.fz-h4 {
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .fz-h4 {
    font-size: 1.25rem;
  }
}

/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 16px;
}

body {
  text-align: center;
  line-height: 1.6;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

/* リンク色 */
a {
  color: #3379E8;
}

a:hover, a:active {
  text-decoration: none;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

@media (min-width: 699px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .header {
  height: 1%;
}

.clearfix, .header {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
.contents {
  text-align: left;
}
@media screen and (max-width: 699px) {
  .contents {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contents-bg-navy {
  background: #124D8F;
  padding-bottom: 1px;
  color: #fff;
}

.layout-container, .top-about-container, .contents {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .layout-container, .top-about-container, .contents {
    width: auto;
  }
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: right;
}

/* サブカラム */
.layout-sub-column {
  width: 230px;
  float: left;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 80px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 2;
}
.header.active {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 699px) {
  .header {
    border: none;
  }
}

/* ヘッダーメイン部分 */
.header-main {
  padding: 15px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 699px) {
  .header-main .header-site-name {
    margin-right: 55px;
  }
}
@media screen and (max-width: 699px) {
  .header-main {
    padding: 8px 20px 12px;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  line-height: 1;
  font-size: 1rem;
}
.header-site-name a {
  text-decoration: none;
  display: block;
  color: #000;
}
.header-site-name a strong {
  display: block;
  margin-bottom: 8px;
}
.header-site-name a span {
  display: block;
  font-size: 0.88rem;
  color: #3379E8;
}
.header-site-name img {
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
}
@media screen and (min-width: 699px) {
  .header-site-name {
    width: 150px;
    font-weight: bold;
    font-size: 1rem;
  }
}
@media screen and (max-width: 699px) {
  .header-site-name {
    font-size: 0.75rem;
  }
  .header-site-name a span {
    display: none;
  }
  .header-site-name a strong {
    margin-bottom: 0;
  }
  .header-site-name img {
    width: 78px;
    margin-bottom: 5px;
  }
}

.header-nav {
  width: 650px;
  padding-top: 15px;
}
.header-nav a {
  text-decoration: none;
}
.header-nav .header-nav-child {
  display: none;
  background: #fff;
  width: 197px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border: 1px solid #000;
  padding: 20px 20px 20px 10px;
  top: 90px;
}
.header-nav .header-nav-child ul {
  background: url(../img/common/header/bgi--child.svg) 0px top repeat-y;
  list-style: none;
  padding-left: 15px;
  font-size: 1rem;
}
.header-nav .header-nav-child ul li {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 0.88rem;
}
.header-nav .header-nav-child ul li:last-child {
  padding-bottom: 0;
}
.header-nav .header-nav-child ul a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #3379E8;
  color: #000;
}
.header-nav .header-nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-nav .header-nav-list > li > a span {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
}
.header-nav .header-nav-list > li > a strong {
  border-bottom: 1px solid #000;
  display: block;
  padding-bottom: 8px;
  font-size: 0.88rem;
  color: #000;
}
.header-nav .header-nav-list > li > a strong.drop {
  background: url(../img/common/header/ico--drop.svg) right 10px no-repeat;
  padding-right: 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.header-nav .header-nav-list > li > a.active strong.drop {
  background-position: right 15px;
}
@media screen and (max-width: 699px) {
  .header-nav {
    display: none;
  }
}

.header-entry-comment {
  display: none;
}

.top .top-header-entry-comment {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #000;
  position: fixed;
  top: 87px;
  right: 24px;
  border-radius: 4px;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
  z-index: 10;
  text-align: center;
  font-weight: bold;
  font-size: 0.88rem;
}
.top .top-header-entry-comment.hide {
  opacity: 0;
}
.top .top-header-entry-comment::before {
  content: url(../img/common/header/ico--entry-comment.svg);
  position: absolute;
  top: -6px;
  left: calc(50% - 5px);
  line-height: 1px;
}
@media screen and (max-width: 699px) {
  .top .top-header-entry-comment {
    display: none;
  }
}

.header-nav-entry {
  background: #FE0000;
  width: 156px;
  line-height: 42px;
  position: absolute;
  top: 34px;
  right: 42px;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .header-nav-entry {
    width: 126px;
    line-height: 34px;
    font-size: 0.81rem;
    top: 11px;
    right: 64px;
  }
}

.header-btn {
  background: url(../img/common/header/ico--open.svg) center center no-repeat;
  width: 36px;
  height: 44px;
  text-indent: -999px;
  border: none;
  overflow: hidden;
  position: absolute;
  top: 11px;
  right: 20px;
}
@media screen and (min-width: 699px) {
  .header-btn {
    display: none;
  }
}

/*
	フッターの指定
*/
.common-entry {
  background: url(../img/common/item/common-entry/pic--01.webp) calc(50% - 340px) calc(100% - 53px) no-repeat;
  background-size: 178px auto;
  padding: 90px 20px 50px;
}
.common-entry .common-entry__en {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 6.88rem;
  color: #E2F0FC;
}
.common-entry .common-entry__lede {
  margin-top: -20px;
  margin-bottom: 60px;
  display: block;
  text-align: center;
  font-size: 1.25rem;
}
.common-entry .common-entry__title {
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 699px) {
  .common-entry .common-entry__en {
    font-size: 3.75rem;
  }
  .common-entry .common-entry__lede {
    margin-top: 0;
    font-size: 1rem;
  }
  .common-entry .common-entry__title {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}

.common-entry-list {
  list-style: none;
}
.common-entry-list li {
  margin-bottom: 48px;
}
.common-entry-list li .common-entry-list__lede {
  background: url(../img/common/item/common-entry/bgi--balloon-02.svg) right center no-repeat, url(../img/common/item/common-entry/bgi--balloon-01.svg) left center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  margin: 0 auto 13px;
}
@media screen and (max-width: 699px) {
  .common-entry-list {
    background: url(../img/common/item/common-entry/pic--01.webp) calc(50% + 172px) 244px no-repeat;
    background-size: 108px auto;
    list-style: none;
    position: relative;
  }
  .common-entry-list::before {
    content: " ";
    background: url(../img/common/item/common-entry/pic--01.webp) right -30px top no-repeat;
    background-size: 150px auto;
    width: 83px;
    height: 220px;
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
  }
  .common-entry-list li {
    width: 238px;
    margin: 0 auto 32px;
  }
  .common-entry-list li .common-entry-list__lede {
    font-size: 0.75rem;
  }
  .common-entry-list li a {
    width: 100%;
    min-width: 100%;
  }
}

/* フッター外枠 */
.footer {
  background: #124D8F url(../img/common/footer/bgi--red.svg) left bottom no-repeat;
  padding: 64px 80px 20px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 699px) {
  .footer {
    background-size: 46px auto;
    padding: 32px 40px 20px;
  }
}

.footer-site-name {
  margin-bottom: 15px;
}

/* フッター　会社情報 */
.footer-address {
  font-size: 0.88rem;
  color: #fff;
}
.footer-address .footer-address__tel {
  padding-top: 10px;
  font-size: 0.75rem;
}
@media screen and (max-width: 699px) {
  .footer-address {
    text-align: center;
    margin-bottom: 25px;
  }
}

address {
  font-style: normal;
}

.footer-layout {
  margin-bottom: 40px;
}
@media screen and (min-width: 699px) {
  .footer-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* フッターナビ */
@media screen and (min-width: 699px) {
  .footer-nav {
    width: 900px;
  }
}

.footer-nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-nav-list li {
  display: block;
  border-bottom: 1px solid #fff;
}
.footer-nav-list li a {
  background: url(../img/common/footer/ico--nav.svg) right center no-repeat;
  display: block;
  padding: 8px 30px 8px 0;
  line-height: 1.45;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .footer-nav-list li {
    width: 22.2%;
    margin-right: 3.7%;
    margin-bottom: 28px;
  }
  .footer-nav-list li:nth-child(4n) {
    margin-right: 0;
  }
  .footer-nav-list li:nth-child(-n+4) a {
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 699px) {
  .footer-nav-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-nav-list li {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    font-size: 0.81rem;
  }
  .footer-nav-list li a {
    width: 100%;
    display: block;
  }
}

.footer-sub {
  list-style: none;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-sub li {
  margin-left: 24px;
}
.footer-sub li:nth-child(1) {
  margin-left: 0;
}
.footer-sub li a {
  font-size: 0.88rem;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .footer-sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-company-link {
  background: url(../img/common/link/ico--blank.svg) right center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  text-decoration: underline;
  margin: 0 auto 50px;
  display: block;
  font-size: 0.88rem;
  color: #fff;
}

/* コピーライト */
.copy {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  display: none;
  background: #124D8F url(../img/common/footer/bgi--red.svg) left bottom no-repeat;
  background-size: 46px auto;
  width: 100%;
  padding-bottom: 20px;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 11;
  position: absolute;
  top: 0;
  text-align: left;
  color: #fff;
}
.global-nav .footer-nav-list {
  margin: 0 40px 40px;
}
.global-nav .common-entry-list li .common-entry-list__lede {
  background: url(../img/common/menu/bgi--balloon-02.svg) right center no-repeat, url(../img/common/menu/bgi--balloon-01.svg) left center no-repeat;
}

.global-nav-header {
  padding: 8px 20px 0;
  margin-bottom: 40px;
  position: relative;
}

.global-close-btn {
  background: url(../img/common/header/ico--close.svg) center center no-repeat;
  width: 33px;
  height: 43px;
  border: none;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 11px;
  right: 20px;
}
@media screen and (min-width: 699px) {
  .global-close-btn {
    display: none;
  }
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
}

/* 見出し */
.title-lv1 {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2rem;
  color: #124D8F;
}
@media screen and (max-width: 699px) {
  .title-lv1 {
    font-size: 1.5rem;
  }
}

.title-lv2 {
  margin-bottom: 40px;
  text-align: center;
}

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E;
}

/* 汎用見出し */
.title-other-01 {
  background: #E2F0FC;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin: 0 auto 50px;
  font-weight: bold;
  font-size: 1.13rem;
  color: #124D8F;
}
@media screen and (min-width: 699px) {
  .title-other-01 {
    font-size: 1.5rem;
  }
}

.title-other-02 {
  padding: 0px 10px;
  margin-bottom: 5px;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #E2F0FC;
  border-bottom: 1px solid #fff;
  padding: 20px;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-detail, .btn-detail-white, .btn-detail-red, .btn-detail-navy {
  background-position: right 28px center;
  background-repeat: no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 335px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 28px 50px 28px 22px;
  border-radius: 80px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.btn-detail:hover, .btn-detail-white:hover, .btn-detail-red:hover, .btn-detail-navy:hover {
  opacity: 0.7;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .btn-detail, .btn-detail-white, .btn-detail-red, .btn-detail-navy {
    background-position: right 16px center;
    background-size: 22px auto;
    min-width: 295px;
    padding: 20px 50px 20px 22px;
    font-size: 0.88rem;
  }
}

.btn-detail-navy {
  background-image: url(../img/common/link/ico--white-navy.svg);
  background-color: #124D8F;
}

.btn-detail-red {
  background-image: url(../img/common/link/ico--white-red.svg);
  background-color: #FE0000;
}

.btn-detail-white {
  background-image: url(../img/common/link/ico--navy-white.svg);
  background-color: #fff;
  color: #000;
}
.btn-detail-white:hover {
  color: #000;
}

.link-arrow {
  background: url(../img/common/link/ico--link-navy.svg) right center no-repeat;
  display: inline-block;
  padding-right: 20px;
  text-decoration: none;
  border-bottom: 1px solid #124D8F;
  font-size: 0.88rem;
  color: #124D8F;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  margin: 30px 0;
  list-style: none;
}
.list-circle li {
  background: url(../img/common/item/mark/ico--circle.svg) left center no-repeat;
  padding-left: 22px;
  margin-bottom: 10px;
}
.list-circle li:last-child {
  margin-bottom: 0;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #000;
  background: #E2F0FC;
  padding: 20px;
  border-radius: 10px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #124D8F;
}
.pagination a {
  border: 1px solid #124D8F;
}
.pagination a:hover {
  background-color: #124D8F;
  border: 1px solid #124D8F;
  color: #fff;
}
.pagination .current {
  background-color: #124D8F;
  border: 1px solid #124D8F;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  margin-top: 108px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch .catch__en, .catch .catch__ja {
  background: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 2px;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
  color: #124D8F;
}
.catch .catch__en {
  font-size: 1.25rem;
  margin-bottom: -10px;
}
@media screen and (min-width: 699px) {
  .catch {
    background: url(../img/index/main/bgi--top.svg) left top no-repeat;
    padding: 100px calc(50% - 500px);
  }
}
@media screen and (max-width: 699px) {
  .catch {
    background: url(../img/common/catch/bgi--sp.svg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 376/417;
    margin-bottom: 30px;
  }
  .catch.catch-nophoto {
    margin-bottom: -60vw;
  }
}

.catch-photo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .catch-photo {
    background-position: 0 16.5vw;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
  }
  .catch-photo.catch-photo--company {
    background-image: url(../img/common/catch/pic--company-sp.webp);
  }
  .catch-photo.catch-photo--jobs {
    background-image: url(../img/common/catch/pic--jpbs-sp.webp);
  }
  .catch-photo.catch-photo--welfare {
    background-image: url(../img/common/catch/pic--welfare-sp.webp);
  }
  .catch-photo.catch-photo--growth {
    background-image: url(../img/common/catch/pic--growth-sp.webp);
  }
  .catch-photo.catch-photo--visit {
    background-image: url(../img/common/catch/pic--visit-sp.webp);
  }
  .catch-photo.catch-photo--entry {
    background-image: url(../img/common/catch/pic--entry-sp.webp);
  }
  .catch-photo.catch-photo--stable {
    background-image: url(../img/common/catch/pic--stable-sp.webp);
  }
  .catch-photo.catch-photo--interview {
    background-image: url(../img/common/catch/pic--interview-sp.webp);
  }
  .catch-photo.catch-photo--faq {
    background-image: url(../img/common/catch/pic--faq-sp.webp);
  }
  .catch-photo.catch-photo--jobinfo {
    background-image: url(../img/common/catch/pic--jobinfo-sp.webp);
    position: relative;
  }
  .catch-photo.catch-photo--jobinfo::before {
    content: " ";
    background: #124D8F;
    width: 100%;
    height: 80px;
    display: block;
    position: absolute;
    bottom: -31px;
    left: 0;
    z-index: -1;
  }
}

.recruit-info-container {
  background: #E2F0FC;
  padding: 56px 68px;
  border-radius: 10px;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 699px) {
  .recruit-info-container {
    width: 950px;
    padding-bottom: 28px;
  }
  .recruit-info-container .recruit-info {
    padding: 24px 40px 4px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 699px) {
  .recruit-info-container {
    display: block;
    padding: 30px 20px;
  }
  .recruit-info-container .recruit-info {
    margin-bottom: 12px;
  }
}

.recruit-info {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #193388;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-decoration: none;
}
.recruit-info .recruit-info__title {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.5rem;
}
.recruit-info .recruit-info__link {
  background: url(../img/recruitment/ico--info-arrow.svg) right center no-repeat;
  width: 38px;
  height: 38px;
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 699px) {
  .recruit-info {
    background: #fff;
    padding: 25px 25px 5px;
  }
  .recruit-info .recruit-info__title {
    font-size: 1.25rem;
  }
  .recruit-info .recruit-info__link {
    background-size: 28px auto;
    right: 10px;
    width: 28px;
    height: 28px;
  }
}

.recruit-info-dl {
  margin-bottom: 8px;
}
.recruit-info-dl dt {
  width: 80px;
  background: #3379E8;
  padding: 5px 20px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
  margin-right: 8px;
  color: #fff;
}
.recruit-info-dl dd {
  width: calc(100% - 40px);
  padding-right: 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-size: 1.25rem;
  color: #124D8F;
}
.recruit-info-dl dd span {
  display: block;
  font-size: 0.88rem;
}
@media screen and (max-width: 699px) {
  .recruit-info-dl dt {
    font-size: 0.88rem;
  }
  .recruit-info-dl dd {
    font-size: 1rem;
  }
}

.jobinfo-movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 699px) {
  .jobinfo-movie {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.interview-nav {
  list-style: none;
  margin-bottom: 25px;
}
.interview-nav li a {
  display: block;
  position: relative;
}
.interview-nav li .interview-nav-en {
  position: absolute;
  bottom: 0;
  line-height: 1.1;
  font-weight: bold;
  font-size: 2.25rem;
  color: #E2F0FC;
}
.interview-nav li .interview-nav-ja {
  position: absolute;
  color: #000;
}
.interview-nav li .interview-nav-ja span {
  display: block;
}
.interview-nav li .interview-nav__name {
  font-size: 1.25rem;
}
.interview-nav li .interview-nav__history {
  font-size: 0.81rem;
}
@media screen and (min-width: 699px) {
  .interview-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interview-nav li {
    width: 336px;
    padding-top: 74px;
  }
  .interview-nav li a {
    width: 100%;
    height: 242px;
    text-decoration: none;
  }
  .interview-nav li.interview-nav__01 {
    background: url(../img/interview/index/pic--nav-pc-01.webp) left top no-repeat;
    background-size: 100% auto;
  }
  .interview-nav li.interview-nav__01 .interview-nav-en {
    left: 102px;
  }
  .interview-nav li.interview-nav__01 .interview-nav-ja {
    top: 170px;
    left: 102px;
  }
  .interview-nav li.interview-nav__02 {
    background: url(../img/interview/index/pic--nav-pc-02.webp) left top no-repeat;
    background-size: 100% auto;
    margin-top: 24px;
  }
  .interview-nav li.interview-nav__02 .interview-nav-en {
    left: 21px;
  }
  .interview-nav li.interview-nav__02 .interview-nav-ja {
    top: 180px;
    left: 21px;
  }
  .interview-nav li.interview-nav__03 {
    background: url(../img/interview/index/pic--nav-pc-03.webp) left top no-repeat;
    background-size: 100% auto;
    margin-top: 47px;
  }
  .interview-nav li.interview-nav__03 .interview-nav-en {
    left: 21px;
  }
  .interview-nav li.interview-nav__03 .interview-nav-ja {
    top: 180px;
    left: 21px;
  }
}
@media screen and (max-width: 699px) {
  .interview-nav li {
    margin-bottom: 30px;
    padding-top: 13.3vw;
  }
  .interview-nav li a {
    display: block;
    height: 53vw;
  }
  .interview-nav li .interview-nav-en {
    top: 29vw;
    right: 4vw;
    z-index: -1;
  }
  .interview-nav li .interview-nav-ja {
    top: 23vw;
    left: 45%;
  }
  .interview-nav li.interview-nav__01 {
    background: url(../img/interview/index/pic--nav-sp-01.webp) left top no-repeat;
    background-size: 100% auto;
  }
  .interview-nav li.interview-nav__02 {
    background: url(../img/interview/index/pic--nav-sp-02.webp) left top no-repeat;
    background-size: 100% auto;
  }
  .interview-nav li.interview-nav__03 {
    background: url(../img/interview/index/pic--nav-sp-03.webp) left top no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 699px) {
  .contact-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-item-wrap .contact-item {
    width: 50%;
  }
}

.contact-item {
  text-align: center;
}
.contact-item dt {
  padding-top: 70px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.25rem;
}

.contact-item-tel {
  margin-bottom: 40px;
}
.contact-item-tel dt {
  background: url(../img/common/item/contact/ico--tel.svg) center top no-repeat;
}
.contact-item-tel .contact-item-tel__no {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 10px;
  line-height: 1;
  font-size: 2.5rem;
  color: #FE0000;
}
.contact-item-tel .contact-item-tel__time {
  font-size: 0.88rem;
  color: #767676;
}
.contact-item-mail dt {
  background: url(../img/common/item/contact/ico--mail.svg) center 30px no-repeat;
}
.jobinfo-movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.job-movie {
  display: none;
}
.job-movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.job-movie.active {
  display: block;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #124D8F;
}

.u-color-sub {
  color: #3379E8;
}

/* フォントの設定 */
.u-ff-en {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

.u-wave-blue {
  background: url(../img/common/item/mark/bgi--wave.svg) left bottom 1px repeat-x;
  padding-bottom: 5px;
  line-height: 2;
  color: #3379E8;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* レイアウトの設定 */
@media (min-width: 700px) {
  .u-over-parent {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media (min-width: 700px) {
  .u-padding-pagewidth {
    padding-left: calc(50vw - 540px);
    padding-right: calc(50vw - 540px);
  }
}

@media (min-width: 700px) {
  .u-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .u-br-not-sp {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .u-br-sp {
    display: none;
  }
}

/* オンオフの設定 */
.show {
  display: block;
}

.hide {
  display: none;
}

.u-target {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

/* レスポンシブの設定 */
@media screen and (max-width: 699px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .is-sp {
    display: none;
  }
}

/*
	サイト全体のアイテムの設定
*/
.top {
  background: url(../img/index/main/bgi--left.svg) calc(50% - 726px) 370px no-repeat, url(../img/index/main/bgi--pc.svg) calc(50% + 456px) 20px no-repeat, url(../img/index/main/bgi--top.svg) calc(50% - 311px) 0px no-repeat;
  background-size: auto, 659px auto, auto;
}
@media screen and (max-width: 699px) {
  .top {
    background: url(../img/index/main/bgi--sp.svg) right top no-repeat, url(../img/index/main/bgi--left.svg) -200px 85vw no-repeat;
    background-size: 85vw auto, auto 290px;
  }
}

/*
.top-main-bg{
	@media screen and (min-width: $bp-sp) {

		background: 
			url(../img/index/main/bgi--pc.svg) calc(50% + 476px) -93px no-repeat,
			url(../img/index/main/bgi--top.svg) calc(50% - 311px) -136px no-repeat;
		background-size: 
			659px auto , 
			auto;

	}
	@media screen and (max-width: $bp-sp) {
		background: 
			url(../img/index/main/bgi--sp.svg) right top  no-repeat;
		background-size: 85vw auto;
	}
}
*/
@media screen and (min-width: 699px) {
  .top-main {
    background-image: url(../img/index/main/pic--pc-01.webp);
    background-position: calc(50% + 486px) -93px;
    background-repeat: no-repeat;
    background-size: auto 613px;
    margin-top: 108px;
    padding-top: 150px;
    text-align: left;
  }
  .top-main .top-main__pic {
    width: 940px;
    margin-left: calc(50% - 650px);
  }
}
@media screen and (max-width: 699px) {
  .top-main {
    background-image: url(../img/index/main/pic--sp-01.webp);
    background-size: 83vw auto;
    background-position: left 22vw top 20px;
    background-repeat: no-repeat;
    padding: calc(72vw + 56px) 20px 0;
  }
}

.top-about .top-about__title {
  margin-bottom: 50px;
}
.top-about .top-about-chart {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 699px) {
  .top-about {
    background: url(../img/index/about/bgi--pc.svg) center top no-repeat, url(../img/index/about/bgi--section.svg) center top no-repeat;
    background-size: auto, cover;
    padding-top: 185px;
    padding-bottom: 80px;
  }
  .top-about .top-about-chart {
    width: 845px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  .top-about {
    background: url(../img/index/job/bgi--sp-01.svg) right 320vw no-repeat, url(../img/index/job/bgi--sp-02.svg) left 180vw no-repeat, url(../img/index/job/bgi--sp-01.svg) right 80vw no-repeat, url(../img/index/about/bgi--section-sp.svg) left top no-repeat;
    background-size: auto, auto, auto, 100% auto;
    padding: 30vw 20px 240px;
    margin-bottom: -140px;
  }
}

.top-about-container {
  counter-reset: number 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 699px) {
  .top-about-container .top-about-sub {
    width: 75vw;
    position: relative;
  }
  .top-about-container .top-about-sub:nth-child(odd) img {
    top: 123px;
    left: -20px;
  }
  .top-about-container .top-about-sub:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
  .top-about-container .top-about-sub:nth-child(even) .top-about-sub__title {
    margin-right: 0;
    margin-left: auto;
  }
  .top-about-container .top-about-sub:nth-child(even) img {
    top: 123px;
    right: -20px;
  }
  .top-about-container .top-about-sub:last-child {
    margin-bottom: 0;
  }
}

.top-about-sub .top-about-sub__title {
  background: #3379E8;
  padding: 10px 0;
  margin-bottom: 22px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  font-size: 2.5rem;
  color: #fff;
}
.top-about-sub .top-about-sub__title::before {
  counter-increment: number 1;
  content: "#0" counter(number) "";
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -0.75em;
  font-size: 5rem;
  color: #3379E8;
}
.top-about-sub img {
  display: block;
  margin-bottom: 16px;
}
.top-about-sub p {
  text-align: center;
  line-height: 1.6;
  font-size: 1.25rem;
}
@media screen and (max-width: 699px) {
  .top-about-sub {
    height: 82vw;
    margin-bottom: 80px;
  }
  .top-about-sub .top-about-sub__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .top-about-sub .top-about-sub__title::before {
    top: -1em;
    font-size: 2.5rem;
  }
  .top-about-sub img {
    width: 75vw;
    display: block;
    margin-bottom: 0;
    position: absolute;
  }
  .top-about-sub p {
    font-size: 1rem;
  }
}

.top-en, .top-company .top-company__en, .top-interview .top-interview__en, .top-careers .top-careers__en, .top-jobs .top-jobs__en {
  line-height: 0.8;
  font-weight: bold;
  font-size: 6.88rem;
}
@media screen and (max-width: 699px) {
  .top-en, .top-company .top-company__en, .top-interview .top-interview__en, .top-careers .top-careers__en, .top-jobs .top-jobs__en {
    font-size: 15vw;
  }
}

.top-ja, .top-company .top-company__title, .top-interview .top-interview__title, .top-careers .top-careers__title, .top-jobs .top-jobs__title {
  font-weight: bold;
  font-size: 1.25rem;
}

.top-jobs {
  margin-bottom: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.top-jobs .top-jobs__title {
  margin-bottom: 48px;
}
.top-jobs .top-jobs__text {
  margin-bottom: 40px;
}
@media screen and (min-width: 699px) {
  .top-jobs {
    background: url(../img/index/job/bgi--pc.webp) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 240px;
    padding-bottom: 200px;
    aspect-ratio: 683/409;
  }
  .top-jobs .btn-detail-white {
    margin-left: 0;
  }
}
@media screen and (max-width: 699px) {
  .top-jobs {
    background: url(../img/index/job/bgi--sp.webp) center center no-repeat;
    background-size: cover;
    aspect-ratio: 75/119;
    padding: 26vw 20px;
  }
  .top-jobs .top-jobs__title {
    margin-bottom: 100px;
  }
}

.top-careers {
  background: #124D8F;
  padding: 100px 0 66px;
  position: relative;
}
.top-careers .top-careers__en {
  color: #fff;
}
.top-careers .top-careers__title {
  margin-bottom: 48px;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .top-careers::before {
    content: " ";
    background: url(../img/index/career/pic--01.webp) left top no-repeat;
    background-size: cover;
    width: 148px;
    height: 342px;
    display: block;
    position: absolute;
    bottom: -35px;
    left: calc(50% + 430px);
  }
}
@media screen and (max-width: 699px) {
  .top-careers {
    padding: 60px 20px 20px;
  }
  .top-careers::before {
    content: " ";
    background: url(../img/index/career/pic--01.webp) left top no-repeat;
    background-size: cover;
    width: 61px;
    height: 142px;
    display: block;
    position: absolute;
    top: 70px;
    right: 20px;
  }
}

.top-interview {
  background: url(../img/index/interview/bgi--01.svg) left -15px no-repeat;
  background-size: 100% auto;
  padding-top: 200px;
  margin-bottom: 85px;
}
.top-interview .top-interview__en {
  color: #124D8F;
}
.top-interview .top-interview__title {
  margin-bottom: 48px;
}
.top-interview .top-interview__text {
  margin-bottom: 66px;
}
@media screen and (max-width: 699px) {
  .top-interview {
    background: url(../img/index/interview/bgi--sp.svg) left top no-repeat;
    background-size: 100% auto;
    padding: 50vw 20px 0;
  }
}

.top-message {
  background: url(../img/index/message/pic--01.webp) calc(50% + 340px) 204px no-repeat, url(../img/index/message/bgi--section.webp) center top no-repeat;
  background-size: 382px auto, 100% auto;
  padding-top: 250px;
  padding-bottom: 140px;
  position: relative;
  text-align: left;
  color: #fff;
}
.top-message .top-message__title {
  position: absolute;
  left: -2px;
  top: 134px;
}
.top-message .top-message__lede {
  display: block;
  margin-bottom: 40px;
}
.top-message .top-message__text {
  margin-bottom: 30px;
}
.top-message .top-message__name {
  position: absolute;
  top: 276px;
  left: calc(50% + 425px);
  font-size: 0.75rem;
}
.top-message .top-message__name strong {
  font-size: 1.13rem;
}
@media screen and (min-width: 699px) {
  .top-message .top-message-lauout {
    width: 940px;
    margin: 0 auto;
  }
  .top-message .btn-detail-white {
    margin-left: 0;
  }
}
@media screen and (max-width: 699px) {
  .top-message {
    background: url(../img/index/message/bgi--sp.svg) center top no-repeat;
    background-size: 100% auto;
    padding: 40vw 20px 100px;
  }
  .top-message .top-message__title {
    left: 0;
    top: 70vw;
    z-index: 0;
  }
  .top-message .top-message__title img {
    width: 56px;
  }
  .top-message .top-message__lede {
    background: url(../img/index/message/pic--01.webp) left bottom no-repeat, url(../img/index/message/pic--lede.svg) center top no-repeat;
    background-size: 53vw auto, 77vw auto;
    height: 116vw;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto 20px;
    display: block;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  .top-message .top-message__name {
    position: absolute;
    top: 111vw;
    right: 15vw;
    left: auto;
  }
}

.top-company {
  background: url(../img/index/company/pic--pc.webp) center 190px no-repeat, url(../img/index/company/bgi--01.svg) left top no-repeat;
  background-size: 1075px auto, 100% auto;
  background-color: #124D8F;
  padding-top: 30px;
  color: #fff;
}
.top-company .top-company__title {
  margin-bottom: 48px;
}
.top-company .top-company__text {
  margin-bottom: 40px;
}
@media screen and (min-width: 699px) {
  .top-company {
    height: 1035px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-company .top-company-lauout {
    padding-top: 452px;
    padding-left: 635px;
  }
}
@media screen and (max-width: 699px) {
  .top-company {
    background: url(../img/index/company/pic--sp.webp) center 30vw no-repeat, url(../img/index/company/bgi--01-sp.svg) left 18vw no-repeat;
    background-size: 100% auto, 100% auto;
    background-color: #124D8F;
    padding: 40px 20px 60px;
    margin-top: -1px;
  }
  .top-company .top-company__title {
    margin-bottom: 123vw;
  }
  .top-company .top-company__text {
    width: 73vw;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=top.css.map */