@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700&display=swap");
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, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #000;
  line-height: 1.75;
}

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;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.barlow {
  font-family: "Barlow", sans-serif;
}

.style--en * {
  font-family: "Barlow", sans-serif !important;
}

img {
  max-width: 100%;
}

#paracom-exclude-style {
  top: initial !important;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #paracom-exclude-style {
    transform: translateY(0) !important;
    bottom: 2px;
  }
}

header {
  width: 100%;
  padding: 0;
  width: 100%;
  height: 84px;
}
header .header {
  width: 100%;
  padding: 0 24px;
  height: 84px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 11;
  border-bottom: 1px solid #CCC;
}
header .header .c--gnav {
  width: fit-content;
  display: flex;
  margin-left: auto;
  height: 100%;
}
header .header .c--gnav .c--gnav__list {
  width: fit-content;
  display: flex;
  gap: 39px;
  height: 100%;
}
header .header .c--gnav .c--gnav__list .c--gnav__item {
  position: relative;
}
header .header .c--gnav .c--gnav__list .c--gnav__item .btn {
  width: fit-content;
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
}
header .header .c--gnav .c--gnav__list .c--gnav__item .btn .in--text {
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: block;
  width: fit-content;
  padding: 2px 1px 3px;
}
@media screen and (any-hover: hover) and (min-width: 1100px) {
  header .header .c--gnav .c--gnav__list .c--gnav__item:hover .btn .in--text {
    background: #0CA5B0;
    color: #FFF;
  }
}

header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu {
  border-top: 0;
  top: calc(100% + 1px);
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: fit-content;
}
header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item {
  background: #0CA5B0;
  transition: all .3s;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  position: relative;
}
header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  translate: -105% 0;
  background: #0CA5B0;
  transition: translate .6s;
}
header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item .in--btn {
  width: fit-content;
  min-width: 186px;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item .in--btn .in--text {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: block;
  width: fit-content;
  color: #FFF;
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item:hover {
    background: #FFF;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item:hover:after {
    translate: 105% 0;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item:hover .in--btn .in--text {
    color: #0CA5B0;
  }
}
header .header .c--gnav .c--gnav__list .c--gnav__item .c--lang__btn {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 8px;
}
header .header .c--gnav .c--gnav__list .c--gnav__item .c--lang__btn .c--lang__btn__item {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
header .header .c--gnav .c--gnav__list .c--gnav__item .c--lang__btn .c--lang__btn__item.current {
  color: #0CA5B0;
  position: relative;
}
header .header .c--gnav .c--gnav__list .c--gnav__item .c--lang__btn .c--lang__btn__item.current:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #0CA5B0;
}
@media (any-hover: hover) {
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--lang__btn .c--lang__btn__item:hover {
    color: #0CA5B0;
  }
}
@media (any-hover: hover) {
  header .header .c--gnav .c--gnav__list .c--gnav__item:hover .c--mega--menu {
    pointer-events: initial;
    opacity: 1;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item:hover .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item:first-of-type {
    animation: activeMenu .3s ease-in-out 0.1s forwards;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item:hover .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item:nth-of-type(2) {
    animation: activeMenu .3s ease-in-out 0.15s forwards;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item:hover .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item:nth-of-type(3) {
    animation: activeMenu .3s ease-in-out 0.2s forwards;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item:hover .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item:nth-of-type(4) {
    animation: activeMenu .3s ease-in-out 0.25s forwards;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item:hover .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item:nth-of-type(5) {
    animation: activeMenu .3s ease-in-out 0.3s forwards;
  }
}
header .header .c--gnav .c--gnav__list .c--gnav__item:nth-of-type(7) .c--mega--menu {
  left: initial;
  right: 0;
}

.c-header-logo a {
  display: block;
  margin-top: 7px;
}
.c-header-logo a img {
  width: 156px;
}

header .c-header-logo {
  margin-top: 0;
}

#career-tasu-global-footer .l-footer__inner .footer-contents {
  width: 100%;
  background: #F9F9F9;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  padding: 74px 0;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block {
  display: grid;
  width: 100%;
  max-width: 1232px;
  margin: auto;
  padding: 0 16px;
  gap: 40px;
  /* 子要素の上下左右の間隔 */
  display: grid;
  grid-template-areas: "thumb1 thumb2 thumb3 thumb4 thumb5" " thumb9 thumb6 thumb7 thumb8 thumb8";
  /* 付けた名前を並べる */
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c-footer-logo {
  display: block;
  width: fit-content;
  grid-area: thumb1;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c-footer-logo img {
  width: 200px;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__item__title {
  font-size: 16px;
  font-weight: 700;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__list {
  margin-top: 24px;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__list .c--aside__item a {
  font-size: 14px;
  /*font-weight: 300;*/
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__list .c--aside__item a:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #0CA5B0;
}
@media (any-hover: hover) {
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__list .c--aside__item a:hover {
    color: #0CA5B0;
  }
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__list .c--aside__item + .c--aside__item {
  margin-top: 18px;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(1) {
  grid-area: thumb1;
  width: 300px;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(2) {
  grid-area: thumb2;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(3) {
  grid-area: thumb3;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(4) {
  grid-area: thumb4;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(5) {
  grid-area: thumb5;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(6) {
  grid-area: thumb6;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(7) {
  grid-area: thumb7;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(8) {
  grid-area: thumb8;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(9) {
  grid-area: thumb9;
  display: flex;
  flex-direction: column;
  margin-top: 29px;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(9) .c--aside__list .c--aside__item a:before {
  display: none;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--pmark {
  width: 75px;
  /*display: block;*/
  display: inline-block;
  margin-top: 40px;
}
#career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--isoiecmark {
  width: 110px;
  /*display: block;*/
  display: inline-block;
  margin-left: 16px;
}
#career-tasu-global-footer .c-service-bnr {
  border-bottom: 1px solid #C9C9C9;
  padding: 64px 0 60px;
  background: #FFF;
}
#career-tasu-global-footer .c-service-bnr ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1232px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1px;
}
#career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item {
  float: none;
  margin-right: 0;
  padding-top: 0;
  position: static;
}
#career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item a img {
  max-height: 25px;
  margin-bottom: 0px;
  width: auto;
}
@media (any-hover: hover) {
  #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item a:hover {
    opacity: 0.5;
  }
}
#career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item:nth-of-type(1) a {
  justify-content: flex-start;
}
#career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item:last-of-type a {
  justify-content: flex-end;
}

.c--copyright {
  width: 100%;
  height: 80px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  color: #666;
}

main {
  width: 100%;
}
main:after {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  transition: background .3s;
}
main.menu--open:after {
  background: rgba(255, 255, 255, 0.85);
  pointer-events: initial;
}

.c-hamburger {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 7px;
  top: 7px;
  display: none;
  transition: background .3s;
}
.c-hamburger .c-hamburger__bar {
  background: #333;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  transition: all .3s;
}
.c-hamburger .c-hamburger__bar:after, .c-hamburger .c-hamburger__bar:before {
  background: #333;
  content: '';
  height: inherit;
  left: 0;
  position: absolute;
  width: inherit;
  transition: all .3s;
}
.c-hamburger .c-hamburger__bar:before {
  top: -6px;
}
.c-hamburger .c-hamburger__bar:after {
  top: 6px;
}
@media (any-hover: hover) {
  .c-hamburger:hover {
    background: #FFF;
  }
  .c-hamburger:hover .c-hamburger__bar {
    background: #0CA5B0;
  }
  .c-hamburger:hover .c-hamburger__bar:before {
    background: #0CA5B0;
  }
  .c-hamburger:hover .c-hamburger__bar:after {
    background: #0CA5B0;
  }
}
.c-hamburger.active {
  background: #FFF;
}
.c-hamburger.active .c-hamburger__bar {
  animation: menu01 .3s ease-in-out 0s forwards;
}
.c-hamburger.active .c-hamburger__bar:before {
  animation: menu02 .3s ease-in-out 0s forwards;
}
.c-hamburger.active .c-hamburger__bar:after {
  animation: menu03 .3s ease-in-out 0s forwards;
}

@media screen and (max-width: 1200px) {
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block {
    gap: 40px 24px;
    grid-template-areas: "thumb1 thumb2 thumb3" "thumb4 thumb5 thumb6" " thumb9 thumb7 thumb8";
  }
}
@media screen and (max-width: 1100px) {
  .c-hamburger {
    display: block;
  }

  header .header .c--gnav {
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    height: calc(100svh - 84px);
    height: calc(100svh - 84px);
    background: #FFF;
    overflow-y: scroll;
    translate: 0 -105vh;
    transition: translate .3s;
    padding: 24px 0 40px;
  }
  header .header .c--gnav .c--gnav__list {
    width: 100%;
    flex-direction: column;
    gap: 1px;
    height: 100%;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .btn {
    width: 100%;
    display: flex;
    height: 48px;
    align-items: center;
    pointer-events: auto;
    position: relative;
    padding-left: 46px;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .btn .in--text {
    font-size: 16px;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .btn:before, header .header .c--gnav .c--gnav__list .c--gnav__item .btn:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    bottom: 50%;
    right: 32px;
    width: 12px;
    height: 2px;
    background: #0CA5B0;
    transition: rotate .3s;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .btn:after {
    rotate: 90deg;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .btn.active:after {
    rotate: 0deg;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .btn.alone_link:before, header .header .c--gnav .c--gnav__list .c--gnav__item .btn.alone_link:after {
    display: none;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu {
    opacity: 1;
    position: static;
    pointer-events: auto;
    z-index: 1;
    display: none;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list {
    width: 100%;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item {
    transition: all .3s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background: #FFF;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item .in--btn {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 64px;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--mega--menu .c--mega--menu__contents .c--mega--menu__list .c--mega--menu__item .in--btn .in--text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--lang__btn {
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
    margin-top: 0;
    padding-right: 14px;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--lang__btn .c--lang__btn__item {
    display: flex;
    width: 48px;
    height: 48px;
    font-weight: 700;
    font-size: 18px;
    justify-content: center;
    align-items: center;
  }
  header .header .c--gnav .c--gnav__list .c--gnav__item .c--lang__btn .c--lang__btn__item.current:after {
    display: none;
  }

  .open--menu header .header .c--gnav {
    translate: 0 0;
  }
}
@media screen and (max-width: 930px) {
  #career-tasu-global-footer .c-service-bnr ul {
    flex-wrap: wrap;
    gap: 24px 1px;
    justify-content: center;
  }
  #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item {
    width: calc((100% - 2px) / 2);
    justify-content: center;
  }
  #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item:last-of-type a, #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item:nth-of-type(1) a {
    justify-content: center;
  }
}
@media screen and (max-width: 890px) {
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block {
    gap: 40px 24px;
    grid-template-areas: "thumb1 thumb2 thumb3" "thumb4 thumb5 thumb6" " thumb9 thumb7 thumb8";
    grid-template-areas: "thumb1 thumb1" "thumb2 thumb3" "thumb4 thumb5" "thumb6 thumb7" "thumb8 thumb8" "thumb9 thumb9";
  }

  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(9) .c--aside__list {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 48px;
  }
  header .header {
    width: 100%;
    padding: 0 16px;
    height: 48px;
    display: flex;
  }
  header .header .c--gnav {
    top: 47px;
    height: calc(100vh - 47px);
    height: calc(100svh - 47px);
  }

  .c-header-logo a img {
    width: 103px;
    height: auto;
  }

  .c-hamburger {
    position: absolute;
    right: 4px;
    top: 4px;
  }

  #career-tasu-global-footer .l-footer__inner {
    background: #F9F9F9;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents {
    padding: 24px 0 40px;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    gap: 0;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside {
    padding: 0;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__item__title {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__item__title:before, #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__item__title:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    bottom: 50%;
    right: 8px;
    width: 12px;
    height: 2px;
    background: #0CA5B0;
    transition: rotate .3s;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__item__title:after {
    rotate: 90deg;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__item__title.active:after {
    rotate: 0deg;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__item__title.alone_link:before, #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__item__title.alone_link:after {
    display: none !important;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(1) {
    margin-inline: auto;
    border-top: none;
    padding-top: 0;
    padding-bottom: 24px;
    display: none;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(9) {
    gap: 16px;
    display: grid;
    align-items: end;
    /*grid-template-columns: 1fr 75px;*/
    grid-template-columns: 1fr 160px;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(9) .c--aside__item__title {
    display: none;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(9) .c--aside__list {
    margin-top: 0;
    display: block;
    padding-top: 32px;
    padding-bottom: 0;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:nth-of-type(9) .c--aside__item + .c--aside__item {
    margin-top: 24px !important;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--pmark {
    width: calc(75px * 0.70);
    margin-top: auto;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--isoiecmark {
    width: calc(110px * 0.75);
    margin-top: auto;
    margin-left: 8px;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__list {
    display: none;
    padding-bottom: 24px;
    margin-top: 8px;
  }
  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside:has(.c--aside__list) .c--aside__item__title:before {
    display: block;
  }

  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c--aside .c--aside__list .c--aside__item a:before {
    opacity: 0;
  }

  #career-tasu-global-footer .c-service-bnr {
    border-bottom: 1px solid #C9C9C9;
    padding: 40px 0 40px;
    background: #FFF;
  }

  #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item a img {
    max-height: 25px;
    margin: 0;
    margin-bottom: 0;
    position: static;
    transform: translate(0, 0);
  }
  #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item:nth-of-type(1) a img {
    max-height: 29px;
  }

  #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item:nth-of-type(n+4) {
    margin-top: 0;
  }

  #career-tasu-global-footer .c-service-bnr ul {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px 1px;
    justify-content: flex-start;
  }
  #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item {
    width: 100%;
  }

  #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item a,
  #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item:last-of-type a, #career-tasu-global-footer .c-service-bnr ul .c-service-bnr__item:nth-of-type(1) a {
    justify-content: flex-start;
  }

  #career-tasu-global-footer .l-footer__inner .footer-contents .c-footer-block .c-footer-logo {
    display: none;
  }

  .c--copyright {
    height: 64px;
    font-size: 16px;
  }
}
#loader {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  height: 100svh;
  text-align: center;
  font-size: 25px;
  color: #0CA5B0;
  z-index: 9999;
  background: #FFF;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

#bar {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw - 32px);
  height: 2px;
  padding: 1px;
  margin: auto;
  font-size: 1px;
}

#bar span {
  display: block;
  width: 0px;
  height: 2px;
  background: #0CA5B0;
}

#load-text {
  font-size: 16px;
  /*font-weight: 300;*/
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  display: none;
}

#load-texts {
  font-size: 16px;
  /*font-weight: 300;*/
  font-weight: 400;
  font-family: "Barlow", sans-serif;
}
#load-texts .dots:nth-of-type(1) {
  animation: pulse .4s ease 0s infinite alternate;
}
#load-texts .dots:nth-of-type(2) {
  animation: pulse .4s ease .2s infinite alternate;
}
#load-texts .dots:nth-of-type(3) {
  animation: pulse .4s ease .4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .25;
    transform: scale(0.75);
  }
}
@media screen and (min-width: 1100px) {
  @keyframes activeMenu {
    0% {
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    }
    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
  }
}
@keyframes menu01 {
  0% {
    background: #FFF;
  }
  50% {
    background: #FFF;
  }
  51% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@keyframes menu02 {
  0% {
    top: -6px;
    rotate: 0deg;
  }
  50% {
    top: 0px;
    rotate: 0deg;
  }
  100% {
    top: 0px;
    rotate: 45deg;
  }
}
@keyframes menu03 {
  0% {
    top: 6px;
    rotate: 0deg;
  }
  50% {
    top: 0px;
    rotate: 0deg;
  }
  100% {
    top: 0px;
    rotate: -45deg;
  }
}

/*# sourceMappingURL=style.css.map */
