@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ===========================================================================
  base
============================================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul,
nav ol {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th, table td {
  vertical-align: middle;
  word-break: break-all;
}

input,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.68;
}

body {
  word-wrap: break-word;
  padding-top: 100px;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  overflow-wrap: break-word;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border: 0;
  border-radius: 0;
  outline: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

[type="submit"],
[type="reset"],
[type="button"],
button {
  border: 0;
  cursor: pointer;
}

html,
body:not(.body-footerNoFixed) {
  display: flex;
  flex-direction: column;
}

body {
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/* ===========================================================================
  footer
============================================================================= */
.footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 30px 0;
}

.footer_logo {
  width: 200px;
}

.footer_copy {
  padding: 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
}

/* ===========================================================================
  footerNav
============================================================================= */
.footerNav_list {
  display: flex;
}

.footerNav_item:nth-child(n+2) {
  margin-left: 40px;
}

.footerNav-job_item:nth-child(n+2) {
  margin-left: 40px;
}

.footerNav_link {
  color: inherit;
  transition: color 0.2s;
}

.footerNav_link:hover {
  color: #00a0e9;
}

.footerNav_link-tel {
  padding: 5px 0 5px 20px;
  background: url('../img_2020/icon_tel.svg') no-repeat left center/12px auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.footerNav_link-entry {
  height: 30px;
  padding: 4px 24px;
  background: linear-gradient(to right, #e9005d 0, #ff7368 51%, #e9005d 100%) left/200%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  transition: background-position .3s;
}

.footerNav_link-entry:hover {
  background-position: right;
}

/* ===========================================================================
  header
============================================================================= */
.header {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 15px 0;
  background-color: #fff;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  max-width: 1050px;
  height: 100%;
  margin: 0 auto;
}

.header_logo {
  width: 250px;
}

/* ===========================================================================
  headerNav
============================================================================= */
.headerNav_list {
  display: flex;
}

.headerNav_item {
  padding: 0 20px;
  border: solid 0 rgba(0, 0, 0, 0.15);
  border-right-width: 1px;
}

.headerNav_item:first-child {
  border-left-width: 1px;
}

.headerNav_link-recruit, .headerNav_link-contact {
  display: block;
  padding: 5px 0 5px 35px;
  background: no-repeat left center/25px auto;
  color: inherit;
  transition: color 0.2s;
}

.headerNav_link-recruit:hover, .headerNav_link-contact:hover {
  color: #00a0e9;
}

.headerNav_link-recruit {
  background-image: url('../img_2020/icon_recruit.png');
}

.headerNav_link-contact {
  background-image: url('../img_2020/icon_contact.png');
}

.headerNav_link-tel {
  padding: 5px 0 5px 27px;
  background: url('../img_2020/icon_tel.svg') no-repeat left center/14px auto;
  font-size: 2.2rem;
  font-weight: bold;
}

.headerNav_link-entry {
  margin-left: 20px;
  padding: 7px 45px;
  background: linear-gradient(to right, #e9005d 0, #ff7368 51%, #e9005d 100%) left/200%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: background-position .3s;
}

.headerNav_link-entry:hover {
  background-position: right;
}

/* ===========================================================================
  block01
============================================================================= */
.block01_img {
  margin: 10px 0;
}

.block01_title {
  margin-bottom: 10px;
  padding: 5px 0;
  border: solid #00a0e9;
  border-width: 1px 0 1px 0;
  color: #00a0e9;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

/* ===========================================================================
  block01List
============================================================================= */
.block01List {
  display: flex;
  flex-wrap: wrap;
}

.block01List_item {
  flex-basis: calc((100% - 50px) / 2);
}

.block01List_item:nth-child(even) {
  margin-left: 50px;
}

.block01List_item:nth-child(n+3) {
  margin-top: 50px;
}

/* ===========================================================================
  block02
============================================================================= */

.block02_title {
  margin: 15px 0 2px;
  color: #00a0e9;
  font-size: 1.8rem;
  font-weight: bold;
}

/* ===========================================================================
  block02List
============================================================================= */
.block02List {
  display: flex;
  flex-wrap: wrap;
}

.block02List_item {
  flex-basis: calc((100% - 50.01px * 2) / 3);
}

.block02List_item:not(:nth-child(3n)) {
  margin-right: 50px;
}

.block02List_item:nth-child(n+4) {
  margin-top: 50px;
}

/* ===========================================================================
  break
============================================================================= */
.br-s {
  display: none;
}

.br-m {
  display: none;
}

/* ===========================================================================
  btn
============================================================================= */
.btn, .btn-s, .btn-tel, .btn-entry {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 31px 20px;
  background: linear-gradient(to right, #00a0e9 0, #00e8e1 51%, #00a0e9 100%) left/200%;
  color: #fff;
  text-align: center;
  transition: background-position .3s;
}

.btn:hover, .btn-s:hover, .btn-tel:hover, .btn-entry:hover {
  background-position: right;
}

.btn:focus, .btn-s:focus, .btn-tel:focus, .btn-entry:focus {
  outline: none;
}

.btn-s {
  max-width: 460px;
}

.btn_text {
  display: block;
  position: relative;
  padding: 0 20px;
  font-size: 1.6rem;
}

.btn_text::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
}

.btn-tel {
  padding: 20px;
}

.btn-tel:hover {
  background-position: left;
}

.btn-tel_textArea {
  position: relative;
}

.btn-tel_text {
  display: inline-block;
  padding-left: 50px;
  background: url('../img_2020/icon_tel_02.svg') no-repeat center left/29px auto;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.btn-tel_text-sub {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

.btn-entry {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #e9005d 0, #ff7368 51%, #e9005d 100%) left/200%;
}

.btn-entry:hover {
  background-position: right;
}

.btn-entry::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 150px;
  height: 147px;
  background: url('../jobs/img/index/jobs_index_btnPic_01.png') no-repeat bottom center/contain;
  content: '';
}

.btn-entry_text {
  position: relative;
  width: 100%;
  padding-left: 90px;
  font-size: 2.0rem;
  font-weight: bold;
}

.btn-entry_text::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
}

/* ===========================================================================
  btn02
============================================================================= */
.btn02, .btn02-s {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 15px 35px;
  border: solid 1px #bababa;
  background-color: #f4f4f4;
  color: #000;
  text-align: center;
  transition: background-color 0.2s;
}

.btn02:hover, .btn02-s:hover {
  background-color: #fff;
}

.btn02::after, .btn02-s::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  content: '';
}

.btn02::after, .btn02-s::after {
  right: 20px;
}

.btn02-s {
  padding-right: 20px;
  padding-left: 7px;
}

.btn02-s::after {
  right: 8px;
}

.btn02_text {
  font-size: 1.2rem;
}

.btn02_img-anonima, .btn02_img-ktc, .btn02_img-ein, .btn02_img-kicks, .btn02_img-pcjuku {
  display: block;
  margin-right: 15px;
}

.btn02-s_img-tokyo, .btn02-s_img-nagoya {
  display: block;
  margin-right: 10px;
}

.btn02_img-anonima {
  width: 236px;
}

.btn02_img-ktc {
  width: 173px;
}

.btn02_img-ein {
  width: 95px;
}

.btn02_img-kicks {
  width: 132px;
}

.btn02_img-pcjuku {
  width: 206px;
}

.btn02-s_img-tokyo {
  width: 84px;
}

.btn02-s_img-nagoya {
  width: 91px;
}

/* ===========================================================================
  btn02List
============================================================================= */
.btn02List {
  display: flex;
  justify-content: space-between;
}

.btn02List_item {
  width: calc((100% - 2px) / 2);
}

/* ===========================================================================
  btnList
============================================================================= */
.btnList {
  display: flex;
  justify-content: space-between;
}

.btnList_item {
  width: calc((100% - 50px) / 2);
}

/* ===========================================================================
  checkBox
============================================================================= */
.checkBox {
  display: flex;
  justify-content: center;
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #f2f2f2;
}

.checkBox_list {
  padding-right: 30px;
  list-style: none;
}

.checkBox_item {
  padding-left: 44px;
  background: url('../jobs/img/index/jobs_index_checkIcon.svg') no-repeat left top 2px/29px 24px;
  font-size: 1.8rem;
}

.checkBox_item + .checkBox_item {
  margin-top: 10px;
}

/* ===========================================================================
  contact
============================================================================= */
.contact {
  padding: 30px;
  border: solid 2px #dcdcdc;
  background-color: #fff;
}

.contact_title {
  margin-bottom: 15px;
  color: #00a0e9;
  font-size: 2.0rem;
}

/* ===========================================================================
  content
============================================================================= */
.content, .content-gray, .content-blue {
  padding: 75px 0 130px;
}

.content-gray {
  background-color: #f4f4f4;
}

.content-blue {
  background-color: #e8faff;
}

.content_inner {
  width: 96%;
  max-width: 1050px;
  margin: 0 auto;
}

/* ===========================================================================
  faq
============================================================================= */
.faq {
  padding: 10px;
  background: linear-gradient(to right, #00a0e9 0, #00e8e1 51%, #00a0e9 100%) left/200%;
}

.faq_qArea, .faq_aArea {
  display: flex;
  padding: 15px;
}

.faq_qArea::before, .faq_aArea::before {
  padding-right: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1;
}

.faq_qArea {
  padding: 10px 15px 15px;
}

.faq_qArea::before {
  color: #fff;
  content: 'Q';
}

.faq_aArea {
  background-color: #fff;
}

.faq_aArea::before {
  color: #00a0e9;
  content: 'A';
}

.faq_qText {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.0rem;
  font-weight: 400;
}

/* ===========================================================================
  faqList
============================================================================= */
.faqList_item + .faqList_item {
  margin-top: 20px;
}

/* ===========================================================================
  flow
============================================================================= */
.flow_textArea {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 100px;
  margin-left: 20px;
  padding: 40px 20px 40px 170px;
  background-color: #f2f2f2;
}

.flow_titleArea {
  position: absolute;
  top: -20px;
  left: -20px;
  min-width: 155px;
  padding: 17px 20px;
  background-color: #00a0e9;
  color: #fff;
  text-align: center;
}

.flow_step {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.flow_step-en {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}

/* ===========================================================================
  flowList
============================================================================= */
.flowList {
  margin-top: 20px;
}

.flowList_item + .flowList_item {
  margin-top: 40px;
}

/* ===========================================================================
  heading02
============================================================================= */
.heading02 {
  margin: 20px 0 45px;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}

.heading02_en {
  display: block;
  margin-bottom: 10px;
  color: #00a0e9;
  font-family: 'Roboto', sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

/* ===========================================================================
  heading03
============================================================================= */
.heading03 {
  margin-bottom: 10px;
  color: #00a0e9;
  font-size: 2.4rem;
}

/* ===========================================================================
  indent
============================================================================= */
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* ===========================================================================
  interview
============================================================================= */
.interview {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border: solid 2px #dcdcdc;
  background-color: #fff;
}

.interview_imgArea {
  width: 250px;
}

.interview_textArea {
  width: calc(100% - 250px - 30px);
}

.interview_title {
  color: #00a0e9;
  font-size: 2.2rem;
}

.interview_name {
  margin-bottom: 10px;
  font-size: 3.0rem;
  font-weight: bold;
}

.interview_name-sub {
  font-size: 1.6rem;
}

/* ===========================================================================
  interviewList
============================================================================= */
.interviewList_item {
  display: flex;
}

.interviewList_item + .interviewList_item {
  margin-top: 30px;
}

.interviewList_item:nth-child(even) {
  flex-direction: row-reverse;
}

/* ===========================================================================
  jobSlider
============================================================================= */
.jobSlider_img > img {
  width: 100%;
}

/* ===========================================================================
  jobVisual
============================================================================= */
.jobVisual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
  background: url('../jobs/img/index/jobs_indx_mv-pc.jpg') no-repeat center/cover;
}

.jobVisual_title {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 9.0rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center;
}

.jobVisual_title-jp {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.0rem;
  font-weight: 400;
  letter-spacing: .2em;
}

/* ===========================================================================
  lead
============================================================================= */
.lead {
  margin-bottom: 30px;
  font-size: 3.6rem;
  text-align: center;
}

/* ===========================================================================
  leadSection
============================================================================= */
.leadSection {
  padding: 75px 0 80px;
}

/* ===========================================================================
  link
============================================================================= */
.link-text {
  color: #00a0e9;
  text-decoration: underline;
}

.link-text:hover {
  text-decoration: none;
}

.link-tel {
  color: #00a0e9;
}

/* ===========================================================================
  linkSection
============================================================================= */
.linkSection {
  display: flex;
}

.linkSection_link-books, .linkSection_link-contributions {
  display: flex;
  position: relative;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  height: 320px;
  overflow: hidden;
}

.linkSection_link-books::before, .linkSection_link-contributions::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  content: '';
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.linkSection_link-books:hover::before, .linkSection_link-contributions:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.linkSection_link-books::before {
  background-image: url('../img_2020/index/index_books.jpg');
}

.linkSection_link-contributions::before {
  background-image: url('../img_2020/index/index_contributions.jpg');
}

.linkSection_title {
  z-index: 1;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: .2em;
}

/* ===========================================================================
  list
============================================================================= */
.list {
  margin-left: 1.5em;
}

.list > li + li {
  margin-top: 10px;
}

/* ===========================================================================
  logo
============================================================================= */
.logo_link {
  display: block;
}

/* ===========================================================================
  mainVisual
============================================================================= */
.mainVisual_img > img {
  width: 100%;
}

.mainVislal_dots {
  position: relative;
  width: 96%;
  max-width: 1050px;
  margin: 0 auto;
}

/* slick */
.mainVisual .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mainVisual .slick-dots {
  right: 0;
  bottom: 20px;
  width: auto;
}

.mainVisual .slick-dots li {
  width: 10px;
  height: 10px;
}

.mainVisual .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.mainVisual .slick-dots li button:before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: 1;
}

.mainVisual .slick-dots li.slick-active button:before {
  background-color: #fff000;
}

/* ===========================================================================
  modaal
============================================================================= */
.modaal-container {
  padding: 40px;
  background: linear-gradient(to right, #00a0e9 0, #00e8e1 51%, #00a0e9 100%) left/200%;
  opacity: .9;
}

.modaal-content-container {
  height: 700px;
  padding: 0 30px;
  overflow-y: auto;
  color: #fff;
  text-align: center;
}

.modaal-content-container::-webkit-scrollbar {
  width: 8px;
}

.modaal-content-container::-webkit-scrollbar-track {
  background-color: transparent;
}

.modaal-content-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* ===========================================================================
  modal
============================================================================= */
.modal {
  display: none;
}

.modal_lead {
  margin-bottom: 50px;
  font-size: 2.0rem;
}

.modal_lead-bold {
  font-weight: bold;
}

.modal_list > dt {
  display: inline-block;
  width: 300px;
  margin-bottom: 10px;
  padding: 2px;
  border: solid 1px #fff;
  font-family: 'Times New Roman', serif;
  font-size: 1.8rem;
  font-style: italic;
}

.modal_list > dt:nth-child(n+2) {
  margin-top: 30px;
}

/* ===========================================================================
  recruitSection
============================================================================= */
.recruitSection {
  height: 700px;
  background: url('../img_2020/index/index_recruit_pc.jpg') no-repeat center/cover;
}

.recruitSection_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96%;
  max-width: 1050px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.recruitSection_title {
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: 7.4rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

.recruitSection_title-ja {
  display: block;
  margin-top: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.recruitSection_btn {
  margin-top: 20px;
}

/* ===========================================================================
  table01
============================================================================= */

.table01 {
  border-top: solid 1px #bababa;
}

.table01 > tbody > tr {
  border-bottom: solid 1px #bababa;
}

.table01 > tbody > tr > th,
.table01 > tbody > tr > td {
  padding: 15px 20px;
}

.table01 > tbody > tr > th {
  background-color: #e8faff;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.table01 > tbody > tr > td {
  background-color: #fff;
  /*vertical-align: top;*/
  vertical-align: middle;
}

.table01.is-profile th {
  width: 20%;
}

.table01.is-profile td {
  width: 80%;
}

.table01.is-job th {
  width: 20%;
}

.table01.is-job td {
  width: 80%;
}

/*オンライン説明会*/
.table_online{
  width: 50%;
  min-width: 470px;
  margin: 0 auto;
}

/* ===========================================================================
  tableList
============================================================================= */
.tableList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tableList_item {
  width: calc((100% - 50px) / 2);
}

.tableList_item:nth-child(n+3) {
  margin-top: 30px;
}

/* ===========================================================================
  util
============================================================================= */
/*  margin
------------------------------------ */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
  text-align: center;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/*  padding
------------------------------------ */
/*  font-size
------------------------------------ */
.fz-xs {
  font-size: 1rem !important;
}

.fz-s {
  font-size: 1.2rem !important;
}

.fz-m {
  font-size: 1.4rem !important;
}

.fz-l {
  font-size: 1.6rem !important;
}

.fz-xl {
  font-size: 1.8rem !important;
}

/*  font-weight
------------------------------------ */
.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

/*  text-align
------------------------------------ */
.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

/*  vertical-align
------------------------------------ */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.va-base {
  vertical-align: baseline !important;
}

/*  display
------------------------------------ */
.d-i {
  display: inline !important;
}

.d-ib {
  display: inline-block !important;
}

.d-b {
  display: block !important;
}

.d-none {
  display: none !important;
}

/*  color
------------------------------------ */
.c-red {
  color: #f66 !important;
}

.c-blue {
  color: #00a0e9 !important;
}

@media only screen and (max-width: 1280px) {
  body {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  .footer_inner {
    width: calc(100% - 20px * 2);
  }
  .header_inner {
    width: calc(100% - 20px * 2);
  }
  .block01List_item {
    flex-basis: calc((100% - 20px) / 2);
  }
  .block01List_item:nth-child(even) {
    margin-left: 20px;
  }
  .block01List_item:nth-child(n+3) {
    margin-top: 40px;
  }
  .block02List_item {
    flex-basis: calc((100% - 20.01px * 2) / 3);
  }
  .block02List_item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .block02List_item:nth-child(n+4) {
    margin-top: 20px;
  }
  .br-m {
    display: block;
  }
  .br-l {
    display: none;
  }
  .btn-entry::before {
    width: 94px;
    height: 94px;
    background-size: contain;
  }
  .btn-entry_text {
    padding-left: 50px;
    font-size: 1.8rem;
  }
  .btn02-s {
    flex-direction: column;
    padding: 5px 20px;
  }
  .btn02-s_img-tokyo, .btn02-s_img-nagoya {
    margin: 0 0 10px;
  }
  .btn02_img-anonima {
    width: 150px;
  }
  .btn02_img-pcjuku {
    width: 150px;
  }
  .btn02-s_img-tokyo {
    width: 50px;
  }
  .btn02-s_img-nagoya {
    width: 70px;
    margin: 6px 0 9px;
  }
  .btnList_item {
    width: calc((100% - 20px) / 2);
  }
  .content_inner {
    width: calc(100% - 20px * 2);
  }
  .jobVisual {
    height: 400px;
  }
  .jobVisual_title {
    font-size: 6.0rem;
  }
  .jobVisual_title-jp {
    font-size: 2.0rem;
  }
  .linkSection_link-books, .linkSection_link-contributions {
    height: 240px;
  }
  .mainVislal_dots {
    width: calc(100% - 20px * 2);
  }
  .recruitSection {
    height: 600px;
  }
  .recruitSection_inner {
    width: calc(100% - 20px * 2);
  }
  .tableList_item {
    width: calc((100% - 20px) / 2);
  }
  .tableList_item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
  .footer_inner {
    width: calc(100% - 10px * 2);
  }
  .footer_inner {
    flex-direction: column-reverse;
  }
  .footer_logo {
    width: 164px;
    margin-top: 30px;
  }
  .footerNav-job_item:nth-child(n+2) {
    margin-left: 20px;
  }
  .footerNav_link-tel {
    padding: 7px 0 7px 27px;
    font-size: 1.6rem;
  }
  .footerNav_link-entry {
    font-size: 1.2rem;
  }
  .header {
    height: 60px;
  }
  .header_inner {
    width: calc(100% - 10px * 2);
  }
  .header_inner {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }
  .header_logo {
    width: 115px;
  }
  .headerNav_item {
    padding: 0 7px;
    font-size: 1.2rem;
  }
  .headerNav_item:last-child {
    border-right: 0;
  }
  .headerNav_link-recruit {
    padding-left: 18px;
    background-size: 14px auto;
  }
  .headerNav_link-contact {
    padding-left: 18px;
    background-size: 14px auto;
  }
  .headerNav_link-tel {
    padding-left: 14px;
    background-size: 9px auto;
    font-size: 1.0rem;
  }
  .headerNav_link-entry {
    margin: 0 10px 0;
    padding: 3px 6px 0;
    font-size: 1.0rem;
  }
  .block01_img {
    margin-bottom: 5px;
  }
  .block01_title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .block01List {
    display: block;
  }
  .block01List_item:nth-child(even) {
    margin-left: 0;
  }
  .block01List_item:nth-child(n+2) {
    margin-top: 70px;
  }
  .block02 {
    font-size: 1.2rem;
  }
  .block02_title {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .block02List_item {
    flex-basis: calc((100% - 10px) / 2);
  }
  .block02List_item:nth-child(odd) {
    margin-right: 10px;
  }
  .block02List_item:nth-child(even) {
    margin-right: 0;
  }
  .block02List_item:nth-child(n+3) {
    margin-top: 25px;
  }
  .br-s {
    display: block;
  }
  .br-m {
    display: none;
  }
  .btn, .btn-s, .btn-tel, .btn-entry {
    padding: 21px 10px;
  }
  .btn-s {
    max-width: none;
  }
  .btn-tel {
    padding: 10px;
  }
  .btn-tel .link-tel {
    color: #fff;
  }
  .btn-tel_text {
    padding-left: 35px;
    background-size: 23px auto;
    font-size: 2.2rem;
  }
  .btn-tel_text-sub {
    font-size: 1.2rem;
  }
  .btn-entry::before {
    left: 5px;
    width: 80px;
    height: 80px;
    background-size: contain;
  }
  .btn-entry_text {
    font-size: 1.6rem;
  }
  .btn02, .btn02-s {
    padding: 15px 20px;
  }
  .btn02::after, .btn02-s::after {
    right: 10px;
  }
  .btn02-s {
    padding-left: 7px;
  }
  .btn02_img-anonima {
    width: 172px;
  }
  .btn02_img-kicks {
    width: 119px;
  }
  .btn02_img-pcjuku {
    width: 185px;
  }
  .btn02-s_img-tokyo {
    width: 84px;
  }
  .btn02-s_img-nagoya {
    width: 110px;
    margin: 7px 0 11px;
  }
  .btnList {
    display: block;
  }
  .btnList_item {
    width: 100%;
  }
  .btnList_item + .btnList_item {
    margin-top: 10px;
  }
  .checkBox {
    padding: 10px;
  }
  .checkBox_list {
    padding-right: 0;
  }
  .checkBox_item {
    padding-left: 28px;
    background-size: 21px 18px;
    font-size: 1.4rem;
  }
  .contact {
    padding: 10px;
  }
  .contact_title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .content, .content-gray, .content-blue {
    padding: 20px 0 80px;
  }
  .content_inner {
    width: calc(100% - 10px * 2);
  }
  .faq {
    padding: 5px;
  }
  .faq_qArea, .faq_aArea {
    padding: 10px;
  }
  .faq_qArea::before, .faq_aArea::before {
    padding-right: 10px;
    font-size: 3.0rem;
  }
  .faq_qArea {
    padding: 5px 10px 10px;
  }
  .faq_qText {
    font-size: 1.6rem;
  }
  .faqList_item + .faqList_item {
    margin-top: 10px;
  }
  .flow_textArea {
    min-height: inherit;
    margin-left: 10px;
    padding: 33px 10px 10px 10px;
  }
  .flow_titleArea {
    top: -20px;
    left: -10px;
    width: 100%;
    padding: 6px 10px;
    text-align: left;
  }
  .flow_step {
    display: inline;
    font-size: 1.6rem;
  }
  .flow_step-en {
    display: inline;
    margin-right: 10px;
    font-size: 1.8rem;
  }
  .flowList {
    margin-top: 50px;
  }
  .flowList_item + .flowList_item {
    margin-top: 30px;
  }
  .heading02 {
    margin: 20px 0 30px;
    font-size: 1.4rem;
  }
  .heading02_en {
    margin-bottom: 5px;
    font-size: 3.4rem;
  }
  .heading03 {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .interview {
    display: block;
    padding: 10px;
  }
  .interview_imgArea {
    width: 75%;
    margin: 0 auto 20px auto;
  }
  .interview_textArea {
    width: 100%;
  }
  .interview_title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .interview_name {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .interview_name-sub {
    font-size: 1.2rem;
  }
  .interviewList_item + .interviewList_item {
    margin-top: 10px;
  }
  .jobVisual {
    height: 300px;
    background: url('../jobs/img/index/jobs_indx_mv-sp.jpg') no-repeat center/cover;
  }
  .jobVisual_title {
    font-size: 3.4rem;
  }
  .jobVisual_title-jp {
    font-size: 1.2rem;
  }
  .lead {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .leadSection {
    padding: 30px 10px 35px;
  }
  .linkSection {
    display: block;
  }
  .linkSection_link-books, .linkSection_link-contributions {
    height: 180px;
  }
  .linkSection_title {
    font-size: 1.8rem;
  }
  .list > li + li {
    margin-top: 5px;
  }
  .mainVislal_dots {
    width: calc(100% - 10px * 2);
  }
  .mainVisual .slick-dots {
    left: 0;
  }
  .modaal-container {
    padding: 20px;
  }
  .modaal-content-container {
    height: calc(100vh - 180px);
    text-align: left;
  }
  .modal_lead {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .modal_list > dt {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  .modal_list > dd {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.2rem;
  }
  .modal_list > dd::before {
    position: absolute;
    left: 0;
    content: '・';
  }
  .recruitSection {
    height: 300px;
    margin-bottom: 30px;
    background-image: url('../img_2020/index/index_recruit_sp.jpg');
  }
  .recruitSection_inner {
    width: calc(100% - 10px * 2);
  }
  .recruitSection_inner {
    position: relative;
  }
  .recruitSection_title {
    margin-bottom: 25px;
    font-size: 3.4rem;
  }
  .recruitSection_title-ja {
    display: none;
  }
  .recruitSection_btn {
    position: absolute;
    bottom: -34px;
    left: 0;
  }
  .table01 > tbody > tr > th,
  .table01 > tbody > tr > td {
    /*padding: 10px 15px;*/
    padding: 10px 5px 10px 8px;
    min-width: 125px;
  }
  .table01.is-profile th {
    width: 35%;
  }
  .table01.is-profile td {
    width: 65%;
  }
  .table01.is-job th,
  .table01.is-job td {
    display: block;
    width: 100%;
  }
  .table_online{
    width: 100%;
    min-width: unset;
  }
  .tableList_item {
    width: 100%;
  }
  .tableList_item + .tableList_item {
    margin-top: 20px !important;
  }
  .mt0 {
    margin-top: 0px !important;
  }
  .mr0 {
    margin-right: 0px !important;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .ml0 {
    margin-left: 0px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .mr10 {
    margin-right: 5px !important;
  }
  .mb10 {
    margin-bottom: 5px !important;
  }
  .ml10 {
    margin-left: 5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mr20 {
    margin-right: 10px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .ml20 {
    margin-left: 10px !important;
  }
  .mt30 {
    margin-top: 15px !important;
    text-align: left;
    margin-left: 10px;
  }
  .mr30 {
    margin-right: 15px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .ml30 {
    margin-left: 15px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mr40 {
    margin-right: 20px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .ml40 {
    margin-left: 20px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mr50 {
    margin-right: 25px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .ml50 {
    margin-left: 25px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .mr60 {
    margin-right: 30px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .ml60 {
    margin-left: 30px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .mr70 {
    margin-right: 35px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .ml70 {
    margin-left: 35px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mr80 {
    margin-right: 40px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .ml80 {
    margin-left: 40px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .mr90 {
    margin-right: 45px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .ml90 {
    margin-left: 45px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mr100 {
    margin-right: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .ml100 {
    margin-left: 50px !important;
  }
}

@media print {
  html,
  body {
    display: block;
  }
  body {
    min-height: auto;
  }
  footer {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
