@charset "UTF-8";
.tt-line {
  z-index: -1;
  position: absolute;
  width: 100%;
}
.tt-line div {
  display: block;
}
.tt-line div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25vh;
  background-color: gray;
}
@media screen and (min-width: 768px) {
  .tt-line div::before {
    height: 33.3333333333vh;
  }
}
.tt-line-right::before {
  left: 300px;
  transform: skewY(-45deg);
}
.tt-line-left::before {
  transform: skewY(45deg);
}
@media screen and (min-width: 768px) {
  .tt-line {
    min-width: 1160px;
  }
}

.tt-line div:nth-child(1)::before {
  top: 18vh;
}
@media screen and (min-width: 768px) {
  .tt-line div:nth-child(1)::before {
    top: 45vh;
  }
}
.tt-line div:nth-child(2)::before {
  top: 110vh;
}
@media screen and (min-width: 768px) {
  .tt-line div:nth-child(2)::before {
    top: 260vh;
  }
}
.tt-line div:nth-child(3)::before {
  top: 200vh;
}
@media screen and (min-width: 768px) {
  .tt-line div:nth-child(3)::before {
    top: 480vh;
  }
}
.tt-line div:nth-child(4)::before {
  top: 290vh;
}
@media screen and (min-width: 768px) {
  .tt-line div:nth-child(4)::before {
    top: 700vh;
  }
}

.tt-info .tt-line div::before {
  background-color: rgba(186, 255, 0, 0.8);
}

.tt-about .tt-line div::before {
  background-color: rgba(255, 247, 56, 0.8);
}

.tt-job .tt-line div::before {
  background-color: rgba(0, 255, 157, 0.8);
}

.tt-interview .tt-line div::before {
  background-color: rgba(228, 77, 255, 0.7);
}

.tt-works .tt-line div::before {
  background-color: rgba(0, 235, 255, 0.8);
}

.tt-header {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  width: 100%;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  transition: 0.5s background-color;
}
.tt-header.scrolled {
  background-color: rgb(255, 255, 255);
}
.tt-header-logo {
  margin: 16px 12px;
  min-width: auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  .tt-header-logo {
    min-width: calc(386px + 5rem);
  }
}
.tt-header-logo a {
  text-decoration: none;
  width: fit-content;
  display: inline-block;
  /*
  span {
    display: inline-block;
    color: #333;
    font-size: functions.rem(12px);
    margin-left: 4px;
    line-height: 40px;
    @include variables.responsive(md) {
      line-height: 64px;
      margin-left: 16px;
      font-size: functions.rem(14px);
    }
  }*/
}
.tt-header-logo a img {
  height: 40px;
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .tt-header-logo a img {
    height: 64px;
  }
}
.tt-header-logo-newgrad {
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  height: 40px;
  color: #0068B6;
  padding-top: 16px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .tt-header-logo-newgrad {
    font-size: 1rem;
    height: 64px;
    padding-top: 26px;
    margin-left: 16px;
  }
}
.tt-header .container {
  display: flex;
  align-content: center;
}
.tt-header-entry {
  display: none;
}
@media screen and (min-width: 768px) {
  .tt-header-entry {
    display: inline-block;
    margin: 16px 0;
  }
}
.tt-header .g-menu {
  display: block;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  z-index: 105;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0068B6;
  padding: 72px 8px 0 8px;
  transition: opacity 0.3s;
}
.tt-header .g-menu a {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tt-header .g-menu {
    overflow: hidden;
    padding-top: 80px;
  }
  .tt-header .g-menu a {
    font-size: 1rem;
  }
}
.tt-header .g-menu-logo {
  width: 100%;
  margin: 8px 0 8px 0;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.tt-header .g-menu-logo a {
  display: block;
  width: fit-content;
}
.tt-header .g-menu-logo a img {
  height: 44px;
}
.tt-header .g-menu-logo-newgrad {
  display: block;
  height: 40px;
  font-size: 1rem;
  color: #fff;
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .tt-header .g-menu-logo {
    margin: 0 0 40px 0;
    width: 460px;
    gap: 16px;
  }
  .tt-header .g-menu-logo a img {
    height: 64px;
  }
  .tt-header .g-menu-logo-newgrad {
    height: 64px;
    padding-top: 26px;
  }
}
@media screen and (min-width: 768px) {
  .tt-header .g-menu-head {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
  }
}
.tt-header .g-menu-global {
  margin: 0 0 32px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.tt-header .g-menu-global a {
  width: fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .tt-header .g-menu-global {
    height: 64px;
    padding-top: 26px;
    gap: 32px;
  }
  .tt-header .g-menu-global a:hover {
    text-decoration: underline;
  }
  .tt-header .g-menu-global::before {
    content: " | ";
    color: #fff;
  }
}
.tt-header .g-menu-entry {
  width: 100%;
  margin: 0 0 32px 0;
}
.tt-header .g-menu-entry a {
  height: 100px;
  background: url(../../img/recruit/common/mn-entry.webp);
  background-size: cover;
  padding: 16px 0;
}
.tt-header .g-menu-entry a span {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  margin: 8px;
}
@media screen and (min-width: 768px) {
  .tt-header .g-menu-entry {
    text-align: center;
    margin-bottom: 40px;
  }
  .tt-header .g-menu-entry a {
    max-width: 1160px;
    width: 100%;
    height: 120px;
    font-size: 16px;
    padding-top: 22px;
    background-position: center;
    background-size: cover;
  }
  .tt-header .g-menu-entry a span {
    font-size: 2rem;
  }
}
.tt-header .g-menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tt-header .g-menu ul li {
  display: block;
  width: 49%;
}
.tt-header .g-menu ul li a {
  height: 162px;
  margin-bottom: 8px;
}
.tt-header .g-menu ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: gray;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 12px;
}
.tt-header .g-menu ul li a span {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 4px;
}
@media screen and (min-width: 1200px) {
  .tt-header .g-menu ul {
    width: 1160px;
    margin: 0 auto;
  }
  .tt-header .g-menu ul li {
    width: 32.5%;
  }
  .tt-header .g-menu ul li a {
    height: 120px;
    margin-bottom: 32px;
    text-align: left;
  }
  .tt-header .g-menu ul li a::before {
    float: left;
    width: 170px;
    height: 120px;
    margin-right: 16px;
  }
  .tt-header .g-menu ul li a span {
    font-size: 1.5rem;
    margin: 8px 0;
  }
  .tt-header .g-menu ul li a:hover {
    background: #005291;
    text-decoration: underline;
  }
}
.tt-header .g-menu ul .g-menu-home a::before {
  background: url(../../img/recruit/common/mn-home.webp) no-repeat;
}
.tt-header .g-menu ul .g-menu-about a::before {
  background: url(../../img/recruit/common/mn-about.webp) no-repeat;
}
.tt-header .g-menu ul .g-menu-job a::before {
  background: url(../../img/recruit/common/mn-job.webp) no-repeat;
}
.tt-header .g-menu ul .g-menu-interview a::before {
  background: url(../../img/recruit/common/mn-interview.webp) no-repeat;
  background-position: top !important;
}
.tt-header .g-menu ul .g-menu-project a::before {
  background: url(../../img/recruit/common/mn-project.webp) no-repeat;
}
.tt-header .g-menu ul .g-menu-info a::before {
  background: url(../../img/recruit/common/mn-info.webp) no-repeat;
}
.tt-header .menu-toggle {
  position: relative;
  z-index: 110;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 12px 8px 12px 0;
  background: #fff;
  border: 1px solid #007FDE;
}
@media screen and (min-width: 768px) {
  .tt-header .menu-toggle {
    width: 180px;
    height: 64px;
    margin: 16px;
    background: url(../../img/recruit/common/tt-menu-bg.png) no-repeat;
    background-position: 0;
    cursor: pointer;
  }
}
.tt-header .menu-toggle > div {
  position: absolute;
  top: 24px;
  left: 24px;
  transform: scale(0.75);
}
@media screen and (min-width: 768px) {
  .tt-header .menu-toggle > div {
    transform: scale(1);
    top: 30px;
    left: 144px;
  }
}
.tt-header .menu-toggle > div::before {
  content: " ";
  width: 40px;
  height: 2px;
  position: absolute;
  transform: translate(-50%, -1px) rotate(0);
  top: 4px;
  left: 0;
  background: #007FDE;
  transition: 0.3s;
}
.tt-header .menu-toggle > div::after {
  content: " ";
  width: 40px;
  height: 2px;
  position: absolute;
  transform: translate(-50%, -1px) rotate(0);
  top: -4px;
  left: 0;
  background: #007FDE;
  transition: 0.3s;
}
.tt-header::before {
  content: " ";
  background: #0068B6;
  width: 1svw;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 103;
  transform: skew(-45deg, 0);
  pointer-events: none;
}
.tt-header.toggleIn .menu-toggle div::before {
  animation: 0.3s both toggleInAnimationB;
}
.tt-header.toggleIn .menu-toggle div::after {
  animation: 0.3s both toggleInAnimationA;
}
.tt-header.toggleIn::before {
  opacity: 1;
  animation: 0.3s both gMenuInAnimation;
}
.tt-header.toggled .menu-toggle div::before {
  animation-direction: reverse;
  transform: translate(-50%, -1px) rotate(-45deg);
  top: 0;
}
.tt-header.toggled .menu-toggle div::after {
  animation-direction: reverse;
  transform: translate(-50%, -1px) rotate(45deg);
  top: 0;
}
.tt-header.toggled::before {
  animation-direction: reverse;
  left: -100svw;
  opacity: 1;
  width: 300svw;
}
.tt-header.toggled .g-menu {
  opacity: 1;
  pointer-events: all;
}
.tt-header.toggled.toggleIn .g-menu {
  opacity: 0;
}
.tt-content-localnavi {
  margin: 0 30px 64px 30px;
}
.tt-content-localnavi-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tt-content-localnavi-list li {
  border-top: 1px solid #0068B6;
}
.tt-content-localnavi-list li a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  color: #0068B6;
  position: relative;
}
.tt-content-localnavi-list li a::after {
  content: "↓";
  position: absolute;
  right: 8px;
}
@media screen and (min-width: 768px) {
  .tt-content-localnavi {
    width: 1160px;
    margin: 0 auto;
  }
  .tt-content-localnavi-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tt-content-localnavi-list li {
    width: 30%;
    margin-bottom: 16px;
  }
  .tt-content-localnavi-list li a:hover {
    text-decoration: underline;
  }
  .tt-content-localnavi-list.division4 li {
    width: 22%;
  }
}

@keyframes gMenuInAnimation {
  from {
    left: 0;
    width: 1svw;
  }
  to {
    left: -100svw;
    width: 300svw;
  }
}
@keyframes toggleInAnimationA {
  from {
    transform: translate(-50%, -1px) rotate(0);
    top: -4px;
  }
  25% {
    transform: translate(-50%, -1px) rotate(-45deg);
    top: 0;
  }
  75% {
    transform: translate(-50%, -1px) rotate(-45deg);
    top: 0;
  }
  to {
    transform: translate(-50%, -1px) rotate(-135deg);
    top: 0;
  }
}
@keyframes toggleInAnimationB {
  from {
    transform: translate(-50%, -1px) rotate(0);
    top: 4px;
  }
  25% {
    transform: translate(-50%, -1px) rotate(-45deg);
    top: 0;
  }
  75% {
    transform: translate(-50%, -1px) rotate(-45deg);
    top: 0;
  }
  to {
    transform: translate(-50%, -1px) rotate(-45deg);
    top: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

h1.tt-article {
  line-height: 1.3;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    margin-bottom: 80px;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

span.sub-txt {
  display: block;
  font-size: 1rem;
  padding-top: 12px;
  color: #0068B6;
}

.tt-content-inner h2::before {
  content: "";
  background: url(../../img/recruit/common/marker-h2.png);
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  margin: 20px 14px 0 -30px;
}
@media screen and (min-width: 768px) {
  .tt-content-inner h2::before {
    width: 32px;
    margin: 26px 32px 0 -64px;
  }
}

.tt-footer {
  background: #0068B6;
  color: #fff;
}
.tt-footer-crumb {
  background: #fff;
}
.tt-footer-crumb ul {
  margin: 0;
  padding: 20px 30px 21px 30px;
}
.tt-footer-crumb ul li {
  list-style: none;
  display: inline-block;
}
.tt-footer-crumb ul li a {
  color: #333;
  text-decoration: none;
  padding-right: 4px;
}
.tt-footer-crumb ul li a::after {
  content: "/";
  padding-left: 4px;
}
.tt-footer-crumb ul li span {
  color: #333;
}
.tt-footer-entry {
  background: url(../../img/recruit/common/bg-footer-entry.webp) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 378px;
  padding: 48px 0 64px 0;
}
.tt-footer-entry h3 {
  font-size: 1.875rem;
}
.tt-footer-entry h3 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.tt-footer-entry-copy {
  margin: 40px 0;
}
.tt-footer-entry-btn ::after {
  content: url(../../img/recruit/common/tt-btn-arrow-large.svg) !important;
  right: 24px !important;
  top: 24px;
}
.tt-footer-entry-btn a {
  background: #007FDE;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 330px;
  position: relative;
}
.tt-footer-entry-btn a::after {
  content: url(../../img/recruit/common/tt-btn-arrow.svg);
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 20px;
}
.tt-footer-entry-btn a:hover {
  background: #0068B6;
}
@media screen and (min-width: 768px) {
  .tt-footer-entry-btn a {
    border-radius: 32px;
    font-size: 1.125rem;
    padding: 19px 0;
    width: 330px;
  }
}
@media screen and (min-width: 768px) {
  .tt-footer-entry {
    padding: 80px 0;
    height: auto;
  }
  .tt-footer-entry h3 {
    font-size: 2.25rem;
  }
  .tt-footer-entry-copy {
    font-size: 1.125rem;
  }
  .tt-footer-entry-btn ::after {
    top: 32px;
  }
  .tt-footer-entry-btn a {
    border-radius: 49px;
    font-size: 1.5rem;
    padding: 32px 0;
    width: 440px;
  }
}
.tt-footer-menu {
  text-align: center;
  padding: 64px 0;
}
.tt-footer-menu-logo {
  margin-bottom: 64px;
}
.tt-footer-menu-logo a {
  display: inline-block;
}
.tt-footer-menu-logo a img {
  width: 276px;
}
.tt-footer-menu-list {
  margin: 0;
  padding: 0;
}
.tt-footer-menu-list li {
  list-style: none;
}
.tt-footer-menu-list li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .tt-footer-menu {
    padding: 80px 0 120px 0;
  }
  .tt-footer-menu-logo a img {
    width: 368px;
  }
  .tt-footer-menu-list li {
    display: inline-block;
  }
  .tt-footer-menu-list li a {
    margin: 0 16px;
  }
  .tt-footer-menu-list li a:hover {
    text-decoration: underline;
  }
}
.tt-footer-pp {
  text-align: center;
  padding-bottom: 24px;
}
.tt-footer-pp a {
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-block;
  margin: 0 16px;
}
@media screen and (min-width: 768px) {
  .tt-footer-pp a:hover {
    text-decoration: underline;
  }
}
.tt-footer-copyright {
  font-size: 0.75rem;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tt-footer {
    min-width: 1160px;
  }
}

* {
  box-sizing: border-box;
}

html[lang=ja] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

body {
  font-size: 16px;
  margin: 0;
  background: #f8f8f8;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.site-main {
  padding-top: 72px;
}
.site-main p {
  margin: 0 0 64px 0;
  line-height: 1.875;
}
.site-main img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .site-main {
    min-width: 1160px;
    padding-top: 98px;
  }
  .site-main p {
    margin: 0 0 64px 0;
    line-height: 2;
  }
}

.tt-title-main {
  padding: 64px 30px;
}
@media screen and (min-width: 768px) {
  .tt-title-main {
    width: 1160px;
    margin: 0 auto;
    padding: 64px 0;
  }
}
.tt-title-photo {
  display: block;
  width: 100%;
}
.tt-title-photo img {
  display: block;
}
.tt-title-photo.index {
  position: relative;
  z-index: -5;
}

.tt-content-header {
  margin: 40px 30px;
}
.tt-content-header p {
  font-size: 1.125rem;
  font-weight: 700;
}
.tt-content-inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 30px 64px 30px;
}
@media screen and (min-width: 768px) {
  .tt-content {
    padding-top: 16px;
  }
  .tt-content-inner {
    width: 1160px;
    margin: 64px auto;
    padding: 80px 64px 120px 64px;
    border-radius: 16px;
  }
  .tt-content-header {
    width: 1160px;
    margin: 64px auto;
  }
}

.tt-back-navi {
  text-align: center;
  margin: 64px 0;
}
.tt-back-navi-link {
  background: url(../../img/recruit/common/arrow-back.svg) no-repeat;
  background-size: 28px;
  color: #333;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  height: 28px;
  padding-left: 36px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .tt-back-navi {
    margin: 80px 0;
  }
  .tt-back-navi-link {
    background-size: 40px;
    font-size: 1.5rem;
    height: 40px;
    padding-left: 56px;
    padding-top: 2px;
  }
  .tt-back-navi-link:hover {
    text-decoration: underline;
  }
}

.tt-content-menucard {
  padding: 40px 30px 64px 30px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.8);
}
.tt-content-menucard-body .lead {
  margin-bottom: 24px;
}
.tt-content-menucard-body .name {
  font-weight: 700;
  margin-bottom: 24px;
}
.tt-content-menucard-photo a img {
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .tt-content-menucard {
    width: 1160px;
    margin: 0 auto 64px auto;
    padding: 0;
    border-radius: 16px;
    background: #fff;
  }
  .tt-content-menucard .tt-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .tt-content-menucard-body {
    width: 560px;
    padding: 40px 40px 40px 32px;
  }
  .tt-content-menucard-photo {
    width: 600px;
  }
  .tt-content-menucard-photo a {
    display: block;
    height: 400px;
  }
  .tt-content-menucard-photo a img {
    border-radius: 0 16px 16px 0;
  }
  .tt-content-menucard-photo a img:hover {
    opacity: 0.85;
  }
}

.to-pagetop {
  position: fixed;
  bottom: 16px;
  right: 16px;
}
.to-pagetop img {
  width: 40px;
}
.to-pagetop :hover {
  cursor: pointer;
}
.to-pagetop.is-shown {
  display: block;
}
@media screen and (min-width: 768px) {
  .to-pagetop {
    width: 48px;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-pc {
    display: inline;
  }
}

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