@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
/* reset */
* {
  position: relative;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/* common */
.pc_only {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp_only {
    display: block;
  }
}

.gh-container,
.gh-nav-wrap,
.gh-gnav__item,
.gh-nav,
.gh-nav__container,
.gh-gnav,
.gh-location,
.gh-search {
  position: static;
}

@media print, screen and (max-width: 1099.98px) {
  .gh-nav-wrap {
    position: absolute;
  }
}
article#main {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}
article#main .hind {
  font-family: "Hind", sans-serif;
}
article#main .blank::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 19px;
  background: url(/saiyo/career/img/icon_blank_gray.png) 0 0 no-repeat;
  background-size: cover;
  vertical-align: initial;
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  article#main .blank::after {
    width: 16px;
    height: 14px;
    margin: 0 0 0 0.3em;
    vertical-align: baseline;
  }
}
article#main .blank-white::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 19px;
  background: url(/saiyo/career/img/icon_blank_white.png) 0 0 no-repeat;
  background-size: cover;
  vertical-align: initial;
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  article#main .blank-white::after {
    width: 15px;
    height: 13px;
    margin-left: 0.3em;
    vertical-align: baseline;
  }
}
article#main .blank.icon-small::after {
  width: 13px;
  height: 12px;
}
article#main .blank-white.icon-small::after {
  width: 13px;
  height: 12px;
}

/* content */
#content {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  letter-spacing: 0.18em;
}

/* inner */
@media screen and (max-width: 640px) {
  .section-inner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .section-inner {
    max-width: 1180px;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .section-inner {
    margin: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .section-inner.narrow {
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .section-inner.narrow {
    max-width: 980px;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .section-inner.narrow {
    margin: 0 20px;
  }
}

/* main_image */
.main_image {
  height: 255px;
  overflow: hidden;
  margin-bottom: 50px;
}
.main_image_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .main_image_inner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .main_image_inner {
    max-width: 1180px;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1180px) {
  .main_image_inner {
    padding-left: 1em;
  }
}
.main_image h2 {
  font-size: 3.062rem;
  letter-spacing: 0.16em;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .main_image h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
}
.main_image h2.shadow-none {
  text-shadow: none;
}
.main_image img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1610px) {
  .main_image img {
    width: 1600px;
    height: auto;
    right: auto;
  }
}
@media screen and (min-width: 641px) {
  .main_image.image-wide {
    height: 400px;
  }
  .main_image.image-wide h2 {
    font-size: 3.687rem;
    letter-spacing: 0.16em;
    color: #222;
  }
  .main_image.image-wide h2 > span {
    color: #c00;
  }
  .main_image.image-message {
    height: 456px;
  }
  .main_image.image-message h2 {
    color: #222;
  }
  .main_image.image-message h2 > span {
    color: #c00;
  }
}
@media screen and (max-width: 640px) {
  .main_image {
    height: 234px;
    margin-bottom: 30px;
  }
  .main_image_inner {
    padding-left: 2.5em;
    padding-right: 1em;
  }
  .main_image h2 {
    font-size: 1.437rem;
    letter-spacing: 0.2em;
    line-height: 1.4255;
  }
  .main_image img {
    width: 100%;
  }
}

/* main_image_top_link */
.main_image_top_link {
  display: none;
}
@media screen and (max-width: 640px) {
  .main_image_top_link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    min-height: 72px;
    font-weight: 700;
  }
  .main_image_top_link a {
    color: #fff;
    font-size: 1.375rem;
  }
  .main_image_top_link a::after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    width: 13px;
    height: 12px;
    background: url(/saiyo/career/img/icon_blank_white.png) no-repeat 0 0;
    background-size: cover;
  }
}

/* h3-heading-center */
.h3-heading-center {
  font-size: 1.875rem;
  color: #c00;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1em;
}

/* text-intro */
.text-intro {
  font-size: 1rem;
}
.text-intro.center {
  text-align: center;
}

/* list-link-category */
.list-link-category {
  display: flex;
  flex-wrap: wrap;
  margin: 100px auto 40px;
}
.list-link-category > li {
  width: 30.5%;
  max-width: 360px;
  margin: 0 0 55px 4.25%;
}
@media screen and (min-width: 641px) {
  .list-link-category > li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.list-link-category > li > a {
  display: block;
  transition: all ease 0.2s;
  color: #222;
}
.list-link-category > li > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.list-link-category > li .image {
  border: 1px solid #c2c2c2;
  margin-bottom: 20px;
}
.list-link-category > li .image > img {
  display: block;
  width: 100%;
  z-index: 0;
}
.list-link-category > li .text h3 {
  font-size: 1.125rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 10px;
}
.list-link-category > li .text p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
}
.list-link-category > li .text p.blank::after {
  vertical-align: initial;
  opacity: 0.8;
  margin-left: 0.3em;
}
@media screen and (max-width: 640px) {
  .list-link-category {
    display: block;
    margin: 4em auto 2em;
  }
  .list-link-category li {
    width: 100%;
    max-width: none;
    margin: 0 auto 3em;
  }
  .list-link-category li .image {
    margin-bottom: 1em;
  }
}

/*-------------------------
 * module header
--------------------------*/
#local_nav .container > ul > li {
  position: static;
}

/*-------------------------
 * pagetop
--------------------------*/
.page-top.is-absoluted {
  position: absolute;
  bottom: 0;
}

.page-top.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.page-top {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  font-size: 0;
  text-align: right;
}

.page-top a {
  display: inline-block;
  background: #c00;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-top img {
  width: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.page-top:hover img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media only screen and (min-width: 768px) {
  .page-top:hover a {
    background: #900;
  }
}
@media only screen and (min-width: 641px) {
  .back-btn .back-btn__link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .back-btn .back-btn__link:hover {
    border: 2px solid #cc0000;
    background-color: #cc0000;
    color: #fff;
  }
  .back-btn .back-btn__link:hover::before {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
}
@media only screen and (max-width: 767px) {
  .page-top {
    display: none;
  }
}