@charset "UTF-8";
/* COMPASS
* ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
* ----------------------------------------------- */
/* MEDIA QUERIES
* ----------------------------------------------- */
/* ADDITIONAL RESET
* ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
* ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
* ----------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .android body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .android .font-serif {
    font-family: 'Noto Serif JP', serif;
  }
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.font-english {
  font-family: "Avenir", "Montserrat", sans-serif;
}

/* HELPERS
* ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
* ----------------------------------------------- */
.hover {
  position: relative;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.hover:before {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 130%;
  background-color: #000;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
.hover:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

@media print, (min-width: 768px) {
  .container {
    max-width: 1200px;
  }

  .wrapper {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.50);
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

/* COMMON BREADCRUMB
 * ----------------------------------------------- */
 .breadcrumb {
  width: auto;
  height: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
/* PAGE
 * ----------------------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.inner-block {
  max-width: 900px;
  margin: auto;
  position: relative;
  width: 100%;
}
.ttl {
  color: #1b2d60;
  font-size: 42px;
  text-align: center;
}
@media print, (max-width: 919px) {
  .inner-block {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ttl {
    font-size: 0.35rem;
  }
}


/* scholarship
* ----------------------------------------------- */
.recruitment-section {
  background: #E6E8EE;
  position: relative;
  overflow: hidden;
}
.recruitment-section .inner-block {
  padding-bottom: 246px;
}
.recruitment-section h2 {
  padding-top: 85px;
}
.recruitment-section h2 .h2-text  {
  color: #1B2D60;
  font-size: 1.2vw;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-top: 1.5vw;
}
.recruitment-section .text-img {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 278px;
}
.recruitment-section .line-img {
  position: absolute;
  z-index: 1;
  margin: auto;
}
.recruitment-section .line-img.img02 {
  top: 670px;
  right: -131px;
  width: 440px;
}
.recruitment-section .line-img.img03 {
  top: 1011px;
  left: -32px;
  width: 373px;
}
.recruitment-section .line-img.img04 {
  bottom: 380px;
  right: -106px;
  width: 446px;
}
.recruitment-section .line-img.img05 {
  bottom: 48px;
  left: -30px;
  width: 400px;
}
.recruitment-section .recruitment-table {
  background: #fff;
  border-radius: 30px;
  margin: auto;
  padding: 60px 40px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 170px;
}
.recruitment-section .recruitment-table table tr {
  border-bottom: 1px solid #8D96AF;
}
.recruitment-section .recruitment-table table tr:first-child th, .recruitment-section .recruitment-table table tr:first-child td {
  padding-top: 0;
}
.recruitment-section .recruitment-table table th, .recruitment-section .recruitment-table table td {
  color: #1B2D60;
  font-size: 16px;
}
.recruitment-section .recruitment-table table th {
  font-weight: bold;
  padding: 35px 0 35px 10px;
  width: 220px;
}
.recruitment-section .recruitment-table table td {
  font-weight: 500;
  line-height: 1.5;
  padding: 35px 10px 35px 0;
  width: calc(100% - 220px);
}
.recruitment-section .recruitment-table .list-01 li {
  display: flex;
}
.recruitment-section .recruitment-table .list-01 .li-ttl {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  width: 135px;
}
.recruitment-section .recruitment-table .list-01 .li-ttl::before {
  content: ":";
  position: absolute;
  top: 0;
  right: 5px;
}
.recruitment-section .recruitment-table .list-01 .li-txt {
  width: calc(100% - 135px);
}
.recruitment-section .recruitment-table .list-02 li {
  display: flex;
  flex-wrap: wrap;
}
.recruitment-section .recruitment-table .list-02 li + li {
  margin-top: 10px;
}
.recruitment-section .recruitment-table .list-02 .li-ttl {
  position: relative;
  padding-right: 10px;
  width: 50px;
}
.recruitment-section .recruitment-table .list-02 .li-ttl::before {
  content: ":";
  position: absolute;
  top: 0;
  right: 5px;
}
.recruitment-section .recruitment-table .list-02 .li-txt {
  width: calc(100% - 50px);
}
@media (max-width:768px) {
  .recruitment-section .inner-block {
    padding-bottom: 2.7rem;
  }
  .recruitment-section h2 {
    padding-top: 0.38rem;
  }
  .recruitment-section h2 .h2-text {
    font-size: 0.25rem;
    margin-top: 0.15rem;
  }
  .recruitment-section .recruitment-table {
    border-radius: 13px;
    padding: 0.5rem 0.3rem;
    margin-top: 0.7rem;
  }
  .recruitment-section .recruitment-table table th, .recruitment-section .recruitment-table table td {
    font-size: 0.24rem;
  }
  .recruitment-section .recruitment-table table th {
    padding: 0.3rem 0;
    width: 1.82rem;
  }
  .recruitment-section .recruitment-table table td {
    padding: 0.3rem 0;
    width: calc(100% - 0.3rem);
  }
  .recruitment-section .text-img {
    top: 0.3rem;
    right: 0.22rem;
    width: 2.76rem;
  }
  .recruitment-section .line-img.img02, .recruitment-section .line-img.img03, .recruitment-section .line-img.img04, .recruitment-section .line-img.img05 {
    display: none;
  }
  .recruitment-section .line-img.img06 {
    bottom: -0.3rem;
    left: 0;
    right: 0;
    max-width: 7.5rem;
  }
  .recruitment-section .recruitment-table .list-01 .li-ttl {
    width: 1.3rem;
  }
  .recruitment-section .recruitment-table .list-01 .li-txt {
    width: calc(100% - 1.3rem);
  }
  .recruitment-section .recruitment-table .list-02 .li-ttl {
    width: 0.8rem;
  }
  .recruitment-section .recruitment-table .list-02 .li-txt {
    width: calc(100% - 0.8rem);
  }
}

/*# sourceMappingURL=career.css.map */
