@charset "UTF-8";
/* ブレイクポイント設定　*/
/* Color Settings */
/*!
 * add css
*/
@media screen and (max-width: 829px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 829px) {
  .sp-none {
    display: block;
  }
}
/*==================================================
* menu
*================================================*/
@media screen and (max-width: 768px) {
  .header-nav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #g-menu1 .header-nav-list,
  #g-menu2 .header-nav-list {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}

@media only screen and (min-width: 768px) {
  #g-menu1 .header-nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 500px;
  }
}

/*==================================================
* page-front.php
*================================================*/
@media screen and (min-width: 830px) {
  #works .container_narrow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: none;
    overflow: hidden;
  }
}
@media screen and (max-width: 830px) {
  #works .container_narrow {
    padding-right: 29px;
    padding-left: 29px;
  }
}
@media screen and (min-width: 830px) {
  #works .container_narrow .works-content {
    flex-shrink: 0;
    max-width: 954px;
  }
}
@media screen and (min-width: 830px) {
  #works .container_narrow .works-content:nth-child(1) {
    margin-right: 98px;
    margin-left: 954px;
  }
}
@media screen and (max-width: 830px) {
  #works .container_narrow .works-content:nth-child(1) {
    margin-bottom: 20px;
  }
}

.works-content.is-job {
  padding-right: 380px;
  background-image: url("../images/top/bg-top-works2.jpg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}
@media all and (max-width: 576px) {
  .works-content.is-job {
    min-height: 144.2666666667vw;
    padding-right: 0;
    background-image: url("../images/top/bg-top-works2-sp.jpg");
  }
}
.works-content.is-job .works-main {
  display: block;
}
.works-content.is-job .works-message {
  font-size: 1.875rem;
  font-weight: 700;
  white-space: nowrap;
}
@media all and (max-width: 576px) {
  .works-content.is-job .works-message {
    margin-bottom: 0;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}
.works-content.is-job .works-btn {
  margin-top: 74px;
}
@media all and (max-width: 576px) {
  .works-content.is-job .works-btn {
    margin-top: 56vw;
  }
}

.top-links__wrap {
  margin: 0 auto;
}
@media screen and (max-width: 829px) {
  .top-links__wrap {
    width: calc(100% - 32px);
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 830px) {
  .top-links__wrap {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    width: calc(100% - 58px);
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 954px) {
  .top-links__wrap {
    width: 896px;
  }
}
.top-links__wrap .ttl-pattern_1 {
  margin: 0;
  color: var(--main);
  text-transform: uppercase;
  -webkit-text-stroke: 0;
}
@media only screen and (min-width: 768px) {
  .top-links__wrap .ttl-pattern_1 {
    grid-column: 1;
    grid-row: 1;
    font-size: 3.75rem;
  }
}
.top-links__list {
  padding-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .top-links__list {
    grid-column: 2;
    grid-row: 1;
  }
}
.top-links__list-item {
  position: relative;
  padding-right: 2em;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--main);
}
.top-links__list-item:before {
  display: block;
  position: absolute;
  right: 0.5em;
  width: 0.875rem;
  height: 0.3rem;
  border-bottom: 1px solid var(--main);
  border-right: 1.5px solid var(--main);
  transform: translateY(-50%) skewX(45deg);
  transition: border-color 0.3s;
  content: "";
}
@media screen and (max-width: 829px) {
  .top-links__list-item:before {
    bottom: 1em;
  }
}
@media only screen and (min-width: 830px) {
  .top-links__list-item:before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.top-links__list-item span {
  margin-right: 46px;
  font-size: 1.875rem;
  font-family: "nats", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 829px) {
  .top-links__list-item span {
    display: block;
  }
}
@media only screen and (min-width: 830px) {
  .top-links__list-item span {
    display: inline-block;
  }
}
.top-links__more {
  margin: 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .top-links__more {
    grid-column: 2;
    grid-row: 2;
  }
}
.top-links__more a {
  color: var(--main);
  font-family: "nats", sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .top-links__more a {
    font-size: 1.25rem;
  }
}

/*==================================================
* page-about.php
*================================================*/
@media all and (max-width: 576px) {
  .about .slogan-copy .d-sm-none {
    display: none;
  }
}
@media all and (min-width: 576px) {
  .about .history-table tbody > tr:last-child .history-year.alpha.has-textyear {
    border-bottom: 1px solid rgba(60, 60, 60, 0.2);
  }
}

/*==================================================
* page-job.php
*================================================*/
.job .head-ttl-wrap {
  background-image: url("../images/job/bg-job-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  .job .head-ttl-wrap {
    background-image: url("../images/job/bg-job.jpg");
  }
}

.job-mv {
  color: var(--main);
}
.job-mv .container {
  padding-bottom: 150px;
  position: relative;
}
.job-mv .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1;
  transform-origin: right;
}
.job-mv .container.is-active::before {
  animation: sports-mv-anim var(--fadein-duration) ease-out forwards;
}
.job-mv-item {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 576px) {
  .job-mv-item {
    margin-bottom: 8vw;
  }
}
.job-mv-item .alpha {
  margin-bottom: 20px;
}
.job-mv-item h2 {
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 576px) {
  .job-mv-item h2 {
    font-size: 1.25rem;
  }
}
.job-mv-p {
  line-height: 2;
}
@media all and (max-width: 576px) {
  .job-mv-p {
    font-size: 0.875rem;
    word-break: break-all;
  }
}
@media all and (min-width: 576px) {
  .job-mv-p {
    width: 80%;
  }
}
.job-mv-img {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
@media all and (max-width: 576px) {
  .job-mv-img {
    height: 106.1333333333vw;
    overflow-y: auto;
    margin-top: 0;
  }
}
.job-mv-img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 576px) {
  .job-mv-img img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}

.sec-job {
  padding: 140px 0;
}
@media all and (max-width: 576px) {
  .sec-job {
    padding: 24vw 0;
  }
}
.sec-job-title {
  color: var(--main);
  font-size: 3.75rem;
  margin-bottom: 0;
  line-height: 1.052;
}
@media all and (min-width: 576px) {
  .sec-job-title {
    font-size: 4.5rem;
  }
}
@media all and (min-width: 768px) {
  .sec-job-title {
    font-size: 5.9375rem;
    line-height: 1;
  }
}
.sec-job-subtitle {
  color: var(--main);
  font-size: 1.125rem;
  font-weight: 700;
}
.sec-job.bg-gray {
  background-color: #8b9ea5;
}
.sec-job .container.bg-white {
  margin-top: 100px;
  padding: 60px 92px;
  color: var(--main);
}
@media all and (max-width: 576px) {
  .sec-job .container.bg-white {
    margin-top: 13.3333333333vw;
    margin-left: 4.2666666667vw;
    padding: 10.6666666667vw 7.7333333333vw;
  }
}
.sec-job .container.bg-white .job-subtitle {
  font-family: "nats", sans-serif;
  font-size: 2.8125rem;
  line-height: 1;
}
@media all and (max-width: 576px) {
  .sec-job .container.bg-white .job-subtitle {
    font-size: 6.6666666667vw;
  }
}
.sec-job .container.bg-white .job-title {
  font-size: 2.1875rem;
  font-weight: 700;
}
@media all and (max-width: 576px) {
  .sec-job .container.bg-white .job-title {
    margin-bottom: 20px;
    font-size: 5.6vw;
  }
}
.sec-job .container.bg-white .job-sublead {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "nats", sans-serif;
  font-size: 1.5625rem;
  line-height: 1;
}
@media all and (max-width: 576px) {
  .sec-job .container.bg-white .job-sublead {
    font-size: 4.8vw;
  }
}
.sec-job .container.bg-white .pl-2em {
  padding-left: 2em;
}
@media all and (max-width: 768px) {
  .sec-job .container.bg-white .pl-2em {
    padding-left: 0;
  }
}
@media all and (min-width: 576px) {
  .sec-job .container.bg-white .job-col > div:nth-child(odd) {
    padding-right: 2.8em;
  }
  .sec-job .container.bg-white .job-col > div:nth-child(even) {
    padding-left: 2.8em;
  }
}
@media all and (max-width: 576px) {
  .sec-job .container.bg-white .job-col > div > *:nth-child(2) br {
    display: none;
  }
}
.sec-job .container.bg-white .job-col > div > * {
  overflow: hidden;
}
.sec-job .container.bg-white .job-col > div > *:nth-child(1) {
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid var(--main);
  font-weight: 700;
}
.sec-job .container.bg-white .job-col > div > *:nth-child(2) {
  margin-bottom: 0;
}
@media all and (max-width: 576px) {
  .sec-job .container.bg-white .job-col > div > *:nth-child(2) {
    font-size: 0.875rem;
  }
}

@media all and (max-width: 576px) {
  .job-type-lead {
    font-size: 0.875rem;
  }
}
.job-scroll-anuans {
  display: none;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 576px) {
  .job-scroll-anuans {
    display: block;
    margin-bottom: 0.5em;
  }
  .job-scroll-anuans img {
    width: 50%;
    height: auto;
  }
}