@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;
  }
}

/* MODULES
 * ----------------------------------------------- */
/* COMMON TITLE
 * ----------------------------------------------- */
.section-title {
  width: auto;
  height: auto;
}

@media print, (min-width: 768px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
/* 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;
  }
}
/* COMMON Banner
 * ----------------------------------------------- */
.common-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-title {
  color: white;
  display: inline-block;
  background: #1b2d60;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.4em;
}

.banner-tag {
  position: absolute;
  color: #fff;
  letter-spacing: 0.15em;
}

@media print, (min-width: 768px) {
  .common-banner {
    height: 252px;
    background: url(../img/common/banner_bg.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 20px;
    padding: 16px 20px;
    min-width: 400px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .banner-title {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}

@media print, (min-width: 768px) {
  .banner-tag {
    top: 30px;
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .common-banner {
    height: 2.56rem;
    background: url(../img/common/sp/banner_bg.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 0.4rem;
    padding: 0.17rem 0.2rem;
    min-width: 4rem;
  }

  .banner-tag {
    font-size: 0.35rem;
    top: 0.05rem;
    right: 0.16rem;
  }
  .banner-tag img {
    width: auto;
    height: 0.32rem;
  }
}
.special-button {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: white;
  font-weight: bold;
  letter-spacing: 0.4em;
  background-color: #1b2d60;
  border: 1px solid #fff;
}
.special-button:before {
  background-color: #fff;
}
.special-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 94%;
  background: url(../img/faq/icon_arrow.png) no-repeat center/50px auto;
}
.special-button:hover {
  color: #1b2d60;
}
.special-button:hover:after {
  background-image: url(../img/faq/icon_arrow_active.png);
}
.special-button span {
  display: block;
}
.special-button .english-text {
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .special-button {
    height: 130px;
    width: 450px;
    font-size: 18px;
    padding-top: 10px;
  }
  .special-button .english-text {
    font-size: 25px;
  }
  .special-button .japanese {
    margin-bottom: 5px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .special-button {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .special-button {
    height: 1.3rem;
    width: 90%;
    border-width: 1px;
    font-size: 0.26rem;
    letter-spacing: 0.2em;
    padding-top: 0.08rem;
  }
  .special-button.english-text {
    font-size: 0.25rem;
    font-family: "Avenir", "Montserrat", sans-serif;
  }
  .special-button:after {
    width: 0.8rem;
    height: 100%;
    background-size: 100% auto;
  }
}

.common-button {
  display: block;
  color: #1b2d60;
  margin: 0 auto;
}
.common-button:before {
  background-color: #1b2d60;
}
.common-button:hover {
  color: #fff;
}
.common-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../img/common/icon_arrow_05.png) right center/40px auto no-repeat;
}
.common-button:hover:after {
  background-image: url(../img/common/icon_arrow_02.png);
}
@media print, (min-width: 768px) {
  .common-button {
    border: 2px solid #1b2d60;
    width: 100%;
    padding: 27px 5px 25px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
    width: 340px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .common-button {
    padding-top: 22px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .common-button {
    border: 1px solid #1b2d60;
    width: 100%;
    padding: 0.3rem 5px 0.28rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.28rem;
    letter-spacing: 0.2em;
    width: 100%;
  }
  .common-button:after {
    width: 0.8rem;
    background-size: 100% auto;
  }
}

/* PAGE
 * ----------------------------------------------- */
.section-search {
  color: #1b2d60;
  background: #e6e6e6;
}

@media print, (min-width: 768px) {
  .block-search {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .block-search {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

/* search-menu-area */
.search-menu-area .txt {
  text-align: center;
  font-weight: bold;
}

.search-menu-area .txt img {
  margin-bottom: 10px;
  height: auto;
}

.search-menu-area .search-btn .clause::before {
  transform: rotate(-45deg);
}
.search-menu-area .search-btn .clause::after {
  transform: rotate(45deg);
}

@media print, (min-width: 768px) {
  .search-menu-area .txt {
    font-size: 36px;
    padding-top: 90px;
  }
  .search-menu-area .txt img {
    width: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .search-menu-area .txt {
    font-size: 0.41rem;
    padding-top: 1.05rem;
  }
  .search-menu-area .txt img {
    width: 1.99rem;
  }
}

/* search-word-area */
.search-word-area {
  position: relative;
  font-weight: bold;
}

.search-word-item {
  background: #fff;
  margin: 0 7px 10px 0;
  pointer-events: auto;
  text-align: center;
  display: inline-block;
}

.search-word-item.is-select {
  background: #221815;
  color: #fff;
}

.search-word-item.reset {
  position: absolute;
  right: 0;
  margin: 0;
}

@media print, (min-width: 768px) {
  .search-word-area {
    margin: 60px auto 0;
    max-width: 940px;
    font-size: 14px;
  }
  .search-word-area ul+ul {
    margin-top: 15px;
  }
  .search-word-list {
    padding: 0 40px 0 110px;
    position: relative;
  }
  .list-ttl {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
  }
  .search-word-item {
    padding: 6px 20px 4px;
    border-radius: 18px;
    margin-right: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease-in-out;
  }
  .search-word-item.all {
    margin-right: 10px;
  }
  .search-word-item.reset {
    margin: 0 7px 10px 0;
  }
  .search-word-item.reset {
    margin-right: calc(100% - 96px);
    position: static;
  }
  .search-word-item:hover {
    opacity: .75;
    background: #221815;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .search-word-area {
    margin-top: 0.31rem;
  }
  .search-word-area ul+ul {
    margin-top: 10px;
  }
  .list-ttl {
    font-size: 0.27rem;
    margin-bottom: 5px;
  }
  .search-word-item {
    padding: 0.14rem 0.28rem 0.1rem;
    border-radius: 0.62rem;
    font-size: 0.2rem;
  }
}

/* search-result-area */

.search-result-item {
  display: none;
  opacity: 0;
}

.search-result-item.is-active {
  display: block;
  opacity: 1;
}

.search-result-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.search-result-list a {
  display: block;
  height: 100%;
  background: #fff;
  transition: all .3s ease-in-out;
}

.search-result-list .img-container {
  position: relative;
}

.search-result-list .img-container img {
  width: 100%;
  height: auto;
}

.search-result-ttl {
  position: absolute;
  left: 5px;
  color: #1b2d60;
}

.search-result-label {
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  transform-origin: left bottom;
  letter-spacing: 0.2em;
}

.search-result-label.color01 {
  background: #008b68;
}

.search-result-label.color02 {
  background: #70affa;
}

.search-result-area .txt-container {
  height: calc(100% - 37vw);
  display: flex;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-feature-settings: 'palt' 1;
}

@media print, (min-width: 959px) {
  .search-result-area {
    margin: 60px auto 0;
    padding-bottom: 60px;
    width: 940px;
  }
  .search-result-item {
    width: calc((850px - 30px) / 3);
    margin: 0 40px 40px 0;
  }

  .search-result-ttl {
    font-size: 68px;
    bottom: -50px;
  }

  .search-result-label {
    font-size: 12px;
    padding: 7px 15px;
    transform: none;
    right: 0;
  }

  .search-result-area .txt-container {
    margin-top: 48px;
    padding: 16px;
    font-size: 14px;
    min-height: 120px;
    line-height: 1.7;
  }
  .search-result-area .txt-container .name {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .search-result-list a:hover {
    opacity: 0.75;
  }
}

@media only screen and (max-width: 958px) {
  .search-result-area {
    margin: 0.41rem 0.29rem 0 0.48rem;
    padding-bottom: 1.18rem;
  }
  .search-result-item {
    width: calc((100% - 16px) / 2);
    margin: 0 8px 0.16rem 0;
  }
  .search-result-ttl {
    font-size: 0.73rem;
    bottom: -0.59rem;
  }
  .search-result-label {
    right: 0;
    font-size: 0.2rem;
    padding: 0.11rem 0.23rem;
  }
  .search-result-area .txt-container {
    padding: 0.22rem 0.17rem;
    min-height: 21vw;
    font-size: 0.2rem;
    margin-top: 0.25rem;
  }
  .search-result-area .txt-container .name {
    margin-bottom: 10px;
  }
}

@media screen and (min-width:768px) and ( max-width:958px) {
  .search-result-ttl {
    font-size: 72px;
    bottom: -50px;
  }
  .search-result-area .txt-container {
    font-size: 20px;
    padding: 18px;
  }
  .search-result-label {
    font-size: 12px;
    padding: 7px 15px;
  }
  .search-result-item {
    margin: 0 8px 10px 0;
  }
}

/*# sourceMappingURL=career.css.map */
