@charset "UTF-8";
body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Roboto, "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  background-color: #FFF;
  font-feature-settings: "palt" 1; }

*, *:before, *:after, html {
  font-size: 2.6667vw;
  background-repeat: no-repeat; }

h1, h2, h3, h4, h5 {
  font-weight: 500;
  /*transform: rotate(0.03deg);  シャギーを防ぐ指定 */ }

p,
li {
  font-size: 1.2rem;
  line-height: 2.1;
  margin: 0 0 1em; }

p {
  letter-spacing: 0.1em; }

span {
  color: inherit; }

*:focus {
  -webkit-outline-style: none;
  outline-style: none; }

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

a img {
  transition: opacity 0.3s ease-in-out; }

a:hover img {
  opacity: 0.7; }

a.disable {
  background-image: none !important;
  text-indent: -9999px !important;
  cursor: default !important; }

a.no_link {
  cursor: default !important;
  pointer-events: none !important; }

h1, h2, h3, h4, h5 {
  font-weight: 500;
  font-feature-settings: "palt";
  margin-top: 0;
  margin-bottom: 1em; }

li {
  list-style-type: none;
  padding: 0; }

ul, ol {
  margin: 0;
  padding-left: 0; }

img {
  max-width: 100%;
  height: auto; }

sup {
  top: -1em; }

button,
[type=button],
[type=reset],
[type=submit] {
  transition: opacity 0.3s ease-in-out;
  -webkit-appearance: none; }

[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  opacity: 0.7;
  cursor: pointer; }

*::placeholder {
  color: #ccc;
  font-size: 0.9em;
  font-weight: 300; }

.clearfix {
  clear: both; }

.clearfix::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both; }

.sp {
  display: block; }

.touchDev {
  display: block; }

.tablet {
  display: none; }

.tab_pc {
  display: none; }

.pc {
  display: none; }

.xpc {
  display: none; }

.bold {
  font-weight: 500; }

.wrapper {
  /* iPhone X iOS 11.1以下: Safe Aria内に配置 */
  /* iPhone X iOS 11.2以上: Safe Aria内に配置 */
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

.contents {
  width: 100%;
  margin: 0 auto;
  padding-top: 11rem;
  background-color: #BBE2F1;
  position: relative;
  z-index: 1; }

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(35, 24, 21, 0.4);
  position: fixed;
  z-index: 2; }

section {
  padding: 3rem 0; }

.w480, .w660, .w900, .w920, .w1000 {
  margin-left: auto;
  margin-right: auto; }

.w480 {
  max-width: 480px; }

.w656 {
  max-width: 656px; }

.w900 {
  max-width: 900px; }

.w920 {
  max-width: 920px; }

.w960 {
  max-width: 960px; }

.w1000 {
  max-width: 1000px; }

span, strong {
  font-size: inherit; }

strong {
  font-weight: 500; }

a.under {
  text-decoration: underline; }

main {
  width: 100%; }

.btn {
  color: #0069B6;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-indent: -0.5em;
  width: auto;
  margin: 0 auto;
  padding: 1.2em 3em;
  display: inline-block;
  background-color: #0069B6;
  border: none;
  position: relative;
  transition: all 0.3s; }
  .btn span {
    font-size: 0.9em;
    margin: 0 0.2em; }
  .btn:hover, .btn:active {
    opacity: 0.7; }

.btn-more {
  font-family: 'Fjalla One', sans-serif;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 9em;
  padding: 0.75em;
  background-color: #000;
  border-radius: 1.25em;
  display: inline-block;
  transition-property: background, color;
  transition-duration: 0.3s;
  z-index: 1; }
  .btn-more:hover {
    color: #FFF;
    background-color: #0069B6; }

.pdf {
  margin: 0;
  padding: 0.5em 0;
  padding-left: 4rem;
  background-image: url(../images/common/PDF_32.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block; }

.center {
  text-align: center; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.inner-box {
  width: 89.33%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto; }
  .inner-box .wrap {
    width: 88.4%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }

.line-y {
  display: inline;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 80%, yellow 80%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 80%, yellow 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, yellow 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffff00',GradientType=0 ); }

a .imgBox {
  overflow: hidden; }

a .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1); }

a:hover .imgBox img {
  transform: scale(1.1);
  opacity: 1; }

.bnrWrap {
  margin-left: auto;
  margin-right: auto; }
  .bnrWrap a {
    display: block;
    margin-bottom: 1.5rem; }

.banner.precounseling {
  padding: 2rem 0;
  background-color: #BBE2F1; }
  .banner.precounseling a {
    margin-bottom: 0; }

.btnWrap {
  text-align: center;
  margin: 2rem 0; }
  .btnWrap a {
    color: #FFF; }

.pageHeader {
  text-align: center;
  margin-bottom: 6.25rem; }
  .pageHeader img {
    width: auto;
    height: 2.6rem;
    margin: 0 auto;
    display: block; }
  .pageHeader .jp {
    color: #0069B6;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 1.75rem;
    display: block; }

.breadcrumbs {
  width: 100%;
  display: none; }
  .breadcrumbs ul {
    width: auto;
    padding: 0 1em;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumbs ul li {
      color: #808080;
      font-size: 1.5rem;
      line-height: 1;
      white-space: nowrap;
      margin: 0;
      margin-left: 0.6em;
      flex: 0; }
      .breadcrumbs ul li::before {
        content: ">";
        font-size: 1.2rem;
        line-height: 1;
        margin-right: 0.6em;
        display: inline; }
      .breadcrumbs ul li a {
        color: #808080;
        font-size: inherit; }
      .breadcrumbs ul li:first-of-type::before {
        display: none; }

.postInfo {
  margin-bottom: 0.6rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .postInfo .postDate {
    font-size: 1.3rem;
    line-height: 1;
    white-space: nowrap; }

.sliderWrap {
  opacity: 0;
  transition: opacity 0.6s; }
  .sliderWrap.slick-initialized {
    opacity: 1; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 2.2rem;
  height: 3.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  z-index: 2; }
  .slick-slider .slick-prev::before,
  .slick-slider .slick-next::before {
    display: none; }
  .slick-slider .slick-prev:hover, .slick-slider .slick-prev:active,
  .slick-slider .slick-next:hover,
  .slick-slider .slick-next:active {
    opacity: 0.7; }
.slick-slider .slick-prev {
  background-image: url("../../images/news_recruit/common/btn-prev.svg") !important;
  background-position: left center;
  left: 0; }
.slick-slider .slick-next {
  background-image: url("../../images/news_recruit/common/btn-next.svg") !important;
  background-position: right center;
  right: 0; }
.slick-slider .slick-track {
  display: flex; }
.slick-slider .slick-dots li {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0; }
  .slick-slider .slick-dots li button {
    padding: 0.4rem; }
    .slick-slider .slick-dots li button::before {
      content: "";
      width: 0.8rem;
      height: 0.8rem;
      border: solid 1px #0069B6;
      border-radius: 50%;
      display: block;
      opacity: 1;
      position: relative; }
  .slick-slider .slick-dots li.slick-active button::before {
    background-color: #0069B6; }

.secHeader {
  margin-bottom: 3rem; }
  .secHeader h2 {
    margin: 0; }
    .secHeader h2 img {
      width: auto;
      height: 2.7rem;
      display: block; }
  .secHeader .jp {
    color: #0069B6;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 1.6rem;
    display: block; }

.list-sns ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  .list-sns ul li {
    margin: 0 2rem; }
  .list-sns ul a {
    color: #FFF;
    text-align: center;
    display: block; }
    .list-sns ul a:hover * {
      opacity: 0.7; }
    .list-sns ul a img {
      width: 1.6rem;
      margin: 0 auto;
      display: block; }
    .list-sns ul a span {
      font-size: 1rem;
      line-height: 1;
      white-space: nowrap;
      margin-top: 1em;
      display: block;
      transition: opacity 0.3s; }

.pageNavi ol {
  width: 15rem;
  margin: 0 auto; }
  .pageNavi ol li:first-child {
    margin-bottom: 1.5em; }
    .pageNavi ol li:first-child a::before {
      background-image: url("../../images/news_recruit/common/num-01-blue.svg"); }
  .pageNavi ol li:last-child a::before {
    background-image: url("../../images/news_recruit/common/num-02-blue.svg"); }
  .pageNavi ol a {
    color: #0069B6;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    padding-right: 3em;
    vertical-align: bottom;
    position: relative;
    transition: opacity 0.3s; }
    .pageNavi ol a:hover {
      opacity: 0.7; }
    .pageNavi ol a::before {
      content: "";
      width: 2.8em;
      height: 1.5em;
      margin-right: 0.3em;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: contain; }
    .pageNavi ol a::after {
      content: "";
      width: 1.2em;
      height: 1em;
      display: inline-block;
      background-image: url("../../images/news_recruit/message/arrow-down-blue.svg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 20%; }

#common-recruit {
  text-align: center;
  width: 100%;
  padding: 7rem 0;
  background-image: url("../../images/news_recruit/common/bg-recruit.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  #common-recruit h2 {
    color: #0069B6; }
    #common-recruit h2 img {
      display: inline-block; }
  #common-recruit p {
    font-size: 1.2rem;
    line-height: 2.1;
    margin-bottom: 3rem; }
  #common-recruit .bnr {
    max-width: 57rem;
    margin: 2rem auto;
    display: block;
    border-radius: 0.8rem;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

/*---------------------------------
    パソコン&タブレット用
-----------------------------------*/
@media print, screen and (min-width: 768px) {
  .sp {
    display: none; }

  .tablet {
    display: block; }

  .tab_pc {
    display: block; }

  body {
    padding-bottom: 0; }

  *, html {
    font-size: 0.685vw; }

  .contents {
    padding-top: 23rem; }

  section {
    padding: 8rem 0; }

  .btnWrap {
    margin: 4rem 0; }

  .btn {
    font-size: 1.6rem; }

  p, li {
    font-size: 1.8rem; }

  section.banner h3 {
    font-size: 3rem; }

  .inner-box {
    width: 89.04%; }

  .pageHeader {
    margin-bottom: 12.5rem; }
    .pageHeader img {
      height: 7.4rem; }
    .pageHeader .jp {
      font-size: 1.8rem;
      margin-top: 3.5rem; }

  .breadcrumbs {
    margin: 0;
    padding: 0 3.9%;
    display: block;
    position: absolute;
    left: 0;
    top: 21rem; }
    .breadcrumbs ul {
      margin-bottom: 0;
      padding: 0; }
      .breadcrumbs ul li {
        font-size: 1.5rem; }
        .breadcrumbs ul li:first-of-type {
          margin-left: 0; }
        .breadcrumbs ul li a {
          text-decoration: none; }
          .breadcrumbs ul li a:hover {
            text-decoration: underline; }

  .secHeader h2 img {
    height: 7.4rem;
    max-height: 7.4rem; }
  .secHeader .jp {
    font-size: 1.8rem;
    margin-top: 3.5rem; }

  .bnrWrap a {
    margin-bottom: 4rem; }

  .btn-more {
    font-size: 1.5rem;
    width: auto;
    padding: 1em 3em;
    border-radius: 1.75em; }

  .slick-slider .slick-dots li {
    width: 3rem;
    height: 3rem; }
    .slick-slider .slick-dots li button {
      width: 100%;
      height: 100%;
      padding: 22.5%; }
      .slick-slider .slick-dots li button::before {
        width: 1.6rem;
        height: 1.6rem; }
  .slick-slider .slick-arrow {
    width: 4rem;
    height: 6.5rem;
    background: none; }

  #common-recruit {
    padding-top: 14rem;
    padding-bottom: 14rem; }
    #common-recruit .secHeader {
      margin-bottom: 5rem; }
    #common-recruit p {
      font-size: 1.8rem; }
    #common-recruit .bnr {
      margin: 3rem auto;
      border-radius: 1.6vw; }

  .noticeWrap {
    padding: 2rem;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    padding-bottom: 4rem;
    position: relative; }
    .noticeWrap h3 {
      color: #0069B6;
      text-align: left;
      margin-bottom: 1em;
      padding: 0 0 0.7em;
      border-bottom: solid 1px #ccc;
      background-color: transparent; }
    .noticeWrap p {
      font-size: 1.4rem;
      line-height: 1.7;
      padding: 0; }
    .noticeWrap .textLink {
      width: auto;
      padding: 0;
      display: inline;
      position: absolute;
      right: 2rem;
      bottom: 1.6rem; }
    .noticeWrap .acc_box {
      padding: 0;
      display: block; }
    .noticeWrap .acc_btn {
      display: none; }

  .postCat {
    font-size: 1.2rem; }

  .postInfo {
    margin-bottom: 1rem; }
    .postInfo .postDate {
      font-size: 1.4rem;
      line-height: 1; }

  .list-sns ul a img {
    width: 2.4rem;
    height: 2.4rem; }
  .list-sns ul a span {
    font-size: 1.5rem;
    margin-top: 1em; }

  .slick-slider .slick-dots li {
    width: 3.2rem;
    height: 3.2rem; }
    .slick-slider .slick-dots li button {
      padding: 0.8rem; }
      .slick-slider .slick-dots li button::before {
        width: 1.6rem;
        height: 1.6rem; }

  .pageNavi ol {
    width: auto;
    margin: 0 auto 9.5rem;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    .pageNavi ol li {
      margin: 0 8rem; }
      .pageNavi ol li:first-child {
        margin-bottom: 0; }
      .pageNavi ol li:last-child a::before {
        margin-right: 0.5em; }
    .pageNavi ol a {
      font-size: 2.5rem;
      padding-right: 3em;
      vertical-align: bottom;
      position: relative; }
      .pageNavi ol a::before {
        content: "";
        width: 1.4em;
        height: 1em;
        margin-right: 0.3em;
        position: relative;
        top: 0.3rem; }
      .pageNavi ol a::after {
        height: 2.2rem;
        position: absolute;
        top: auto;
        bottom: 8%; } }
@media print, screen and (min-width: 1025px) {
  .touchDev {
    display: none; }

  .tablet {
    display: none; }

  .pc {
    display: block; } }
@media print, screen and (min-width: 1460px) {
  .xpc {
    display: block; }

  *, html {
    font-size: 62.5%; } }
/* header */
.header {
  width: 100%;
  transition: 0.3s;
  position: absolute;
  z-index: 1000; }
  .header.hide {
    transform: translateY(-100%); }
  .header .entry {
    width: 9.6rem;
    height: 4.8rem;
    display: block;
    position: absolute;
    right: 8rem;
    top: 2rem; }
    .header .entry img {
      width: auto;
      height: 100%; }

.header-inner {
  width: 100%;
  height: 100%;
  position: relative; }

.site-logo {
  width: 11rem;
  width: auto;
  height: 5rem;
  position: absolute;
  left: 2rem;
  top: 2rem; }
  .site-logo a {
    display: block;
    width: auto;
    height: 100%;
    display: block; }
    .site-logo a img {
      width: auto;
      /*height: 100%;*/height: 60%;
      display: block; }

.menubtn {
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  transition: opacity 0.3s; }
  .menubtn.close {
    right: 1rem; }

.menubtn:hover {
  cursor: pointer;
  opacity: 0.7; }

.menubtn span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.menubtn .menu-open {
  background-image: url("../../images/news_recruit/common/menu-open.svg"); }

.menubtn .menu-close {
  background-image: url("../../images/news_recruit/common/menu-close.svg"); }

/* slide-menu */
#slide-menu {
  width: 100%;
  max-width: 960px;
  padding: 8.5rem 2rem 0;
  background-color: #E15A24;
  display: none;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: -100%;
  z-index: 400;
  transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1); }
  #slide-menu .mynavi-sp {
    width: 17.5rem;
    height: 4.8rem;
    display: block;
    position: absolute;
    left: 2rem;
    top: 2rem; }
  #slide-menu .mynavi-pc {
    display: none; }
  #slide-menu .nav {
    height: calc(100vh - 5.7rem);
    overflow-y: scroll;
    margin: 0;
    transition: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #slide-menu .nav::webkit-scrollbar {
      -webkit-appearance: none;
      display: none;
      width: 0;
      opacity: 0;
      visibility: hidden; }

.nav-wrap ul {
  margin-bottom: 0; }
  .nav-wrap ul .has-child {
    position: relative; }
    .nav-wrap ul .has-child::after {
      content: "";
      width: 2rem;
      height: 1.1rem;
      display: block;
      background-image: url("../../images/news_recruit/common/arrow-down-wh.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      position: absolute;
      right: 2rem;
      top: 3.3rem;
      transform-origin: center;
      transition: transform 0.3s ease-in-out; }
    .nav-wrap ul .has-child.open::after {
      transform: scaleY(-100%); }
    .nav-wrap ul .has-child > a {
      pointer-events: none; }
.nav-wrap .menu-section .lv-second {
  padding: 1rem 0 1.2rem; }
  .nav-wrap .menu-section .lv-second li {
    padding-left: 0.4rem;
    border: none; }
    .nav-wrap .menu-section .lv-second li a {
      font-size: 1.7rem;
      letter-spacing: 0.06em;
      margin-top: 1.8rem;
      padding: 0;
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .nav-wrap .menu-section .lv-second li a::before {
        content: "－";
        font-size: 1.7rem;
        margin-right: 0.3em; }
      .nav-wrap .menu-section .lv-second li a::after {
        content: "";
        width: 1em;
        height: 1em;
        margin-left: 0.2em;
        display: inline-block;
        background-image: url("../../images/news_recruit/common/arrow-down-wh.svg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        transform-origin: right top;
        transform: rotate(-90deg); }
      .nav-wrap .menu-section .lv-second li a.disable::before, .nav-wrap .menu-section .lv-second li a.disable::after {
        text-indent: -9999px;
        background-image: none; }
.nav-wrap .menu-section li {
  padding-left: 2rem;
  border-bottom: solid 1px #FFF; }
  .nav-wrap .menu-section li a {
    padding: 1.5rem 0; }
  .nav-wrap .menu-section li.has-child.open {
    padding-bottom: 1rem; }
.nav-wrap li {
  color: #FFF;
  margin: 0; }
  .nav-wrap li a {
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1;
    display: block;
    transition: opacity 0.3s; }
    .nav-wrap li a:hover {
      opacity: 0.7; }
  .nav-wrap li img {
    width: auto;
    height: 1.9rem;
    display: block;
    opacity: 1 !important; }
  .nav-wrap li .jp {
    line-height: 1;
    margin-top: 1rem;
    padding-left: 0.4rem;
    display: block;
    transition: opacity 0.3s; }
.nav-wrap .list-sns {
  margin: 2.5rem 0; }
  .nav-wrap .list-sns ul li {
    margin: 0 1.4rem; }

.inactive a,
a.inactive {
  pointer-events: none;
  cursor: default; }

.nav li.inactive a {
  color: #808080; }

/*---------------------------------
    パソコン&タブレット用
-----------------------------------*/
@media print, screen and (min-width: 768px) {
  .header .entry {
    width: auto;
    height: 9.6rem;
    right: calc(12rem + 3.9%);
    top: 5rem; }

  .site-logo {
    height: 10rem;
    top: 5rem;
    left: 3.9%; }

  .menubtn {
    width: 9.6rem;
    height: 9.6rem;
    right: 3.9%;
    top: 5rem;
    z-index: 1; }
    .menubtn.close {
      right: 0;
      top: 0; }
    .menubtn .menu-close {
      background-size: 50%; }

  #slide-menu {
    padding: 14rem 0;
    border-radius: 3rem 0 0 3rem; }
    #slide-menu .mynavi-sp {
      display: none; }
    #slide-menu .mynavi-pc {
      width: 46rem;
      margin: 7.5rem auto 9rem;
      display: block; }

  .nav-wrap {
    width: 80rem;
    margin: 0 auto; }
    .nav-wrap .menu-section {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .nav-wrap .menu-section .lv-first > li {
        margin-bottom: 7rem; }
        .nav-wrap .menu-section .lv-first > li.recruit, .nav-wrap .menu-section .lv-first > li:last-of-type {
          margin-bottom: 0; }
      .nav-wrap .menu-section li {
        padding-left: 0;
        border-bottom: none; }
        .nav-wrap .menu-section li a {
          padding-top: 0;
          padding-bottom: 0; }
      .nav-wrap .menu-section .lv-second {
        padding: 0;
        padding-top: 1rem; }
        .nav-wrap .menu-section .lv-second::after {
          display: none; }
        .nav-wrap .menu-section .lv-second li a {
          font-size: 1.8rem;
          font-weight: 700;
          margin-top: 1.5rem; }
          .nav-wrap .menu-section .lv-second li a::before {
            font-size: 2.4rem;
            font-weight: 400;
            margin-right: 0.4em;
            position: relative; }
          .nav-wrap .menu-section .lv-second li a::after {
            display: none; }
          .nav-wrap .menu-section .lv-second li a.disable::after {
            height: 1.8rem;
            display: inline-block; }
    .nav-wrap ul .has-child {
      padding-top: 0; }
      .nav-wrap ul .has-child::after {
        display: none; }
      .nav-wrap ul .has-child > a {
        pointer-events: auto; }
    .nav-wrap li img {
      height: 1.8rem;
      display: inline-block; }
    .nav-wrap li .jp {
      font-size: 1.4rem;
      font-weight: 500;
      vertical-align: bottom;
      margin-top: 0;
      margin-left: 0.4em;
      display: inline-block; }
    .nav-wrap .list-sns {
      margin: 0; }
      .nav-wrap .list-sns ul a img {
        width: 3.2rem;
        height: 3.2rem; } }
/* footer */
#footer {
  width: 100%;
  padding: 3.6rem 0 2rem;
  background-color: #0069B6;
  position: relative; }
  #footer .list-sns ul {
    margin-bottom: 2rem; }
  #footer .footer-menu {
    padding-top: 2rem;
    border-top: solid 1px #FFF; }
    #footer .footer-menu ul {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; }
    #footer .footer-menu li {
      font-size: 1rem;
      line-height: 1;
      text-align: center;
      margin: 0 1em 1em; }
      #footer .footer-menu li a {
        color: #FFF;
        line-height: 2;
        transition: opacity 0.3s; }
        #footer .footer-menu li a:hover {
          opacity: 0.7; }

#pageTop {
  width: 5rem;
  height: 5rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 90; }

#pageTop a {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background-image: url("../../images/news_recruit/common/pagetop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block; }

@media print, screen and (min-width: 1140px) {
  #pageTop {
    right: 50%;
    transform: translateX(60rem); }

  #footer {
    padding-top: 7.2rem;
    padding-bottom: 6rem; }
    #footer .list-sns ul {
      margin-bottom: 4.5rem; }
    #footer .footer-menu {
      padding-top: 4rem; }
      #footer .footer-menu a {
        font-size: 1.5rem; } }
.c-ink {
  display: block;
  position: absolute; }
  .c-ink__container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    transform-origin: center center; }
    .js-anim-elm .c-ink__container {
      border-radius: 50%;
      transform: scale(0.1);
      transition: transform 4s cubic-bezier(0.075, 0.82, 0.165, 1), border-radius 4s cubic-bezier(0.075, 0.82, 0.165, 1);
      overflow: hidden; }
      .js-anim-elm .c-ink__container img {
        transform-origin: center center;
        transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-delay: inherit;
        transform: scale(2);
        opacity: 0; }
    .js-anim-elm.is-loaded .c-ink__container {
      border-radius: 0;
      transform: scale(1); }
      .js-anim-elm.is-loaded .c-ink__container img {
        transform: scale(1);
        opacity: 1; }

.js_slide_fadeIn,
.js_slide_fadeIn_serial {
  transform: translateY(50px);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .js_slide_fadeIn.animation,
  .js_slide_fadeIn_serial.animation {
    transform: translateY(0);
    opacity: 1; }
