@charset "UTF-8";
/*PC・タブレット・スマホ共通設定
 ---------------------------------------------------------------------------*/
/* mobile first*/
/* For Bootstrap4 Breakpoints  */
/* For Bootstrap4 Breakpoints  End */
/* ----
// * ex) @include text-stroke(2, #fff);
---- */
main .ContainerWrap {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin-bottom: 3rem;
  padding: 1rem 0.5rem;
  overflow: visible; }
  @media (min-width: 480px) {
    main .ContainerWrap {
      padding: 30px 30px 0px;
      margin-bottom: 80px; } }

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(000,000,000, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.custom-toggler.navbar-toggler {
  border-color: black;
  background: rgba(255, 255, 255, 0.7);
  padding: .25rem .25rem; }
  @media (min-width: 544px) {
    .custom-toggler.navbar-toggler {
      padding: .25rem .75rem; } }

.carousel-caption p.sub {
  font-size: 1rem;
  text-shadow: 2.5px 0 0 rgba(255, 255, 255, 0.75), -2.5px 0 0 rgba(255, 255, 255, 0.75), 0 -2.5px 0 rgba(255, 255, 255, 0.75), 0 2.5px 0 rgba(255, 255, 255, 0.75), 2.5px 2.5px 0 rgba(255, 255, 255, 0.75), -2.5px 2.5px 0 rgba(255, 255, 255, 0.75), 2.5px -2.5px 0 rgba(255, 255, 255, 0.75), -2.5px -2.5px 0 rgba(255, 255, 255, 0.75), 1.5px 2.5px 0 rgba(255, 255, 255, 0.75), -1.5px 2.5px 0 rgba(255, 255, 255, 0.75), 1.5px -2.5px 0 rgba(255, 255, 255, 0.75), -1.5px -2.5px 0 rgba(255, 255, 255, 0.75), 2.5px 1.5px 0 rgba(255, 255, 255, 0.75), -2.5px 1.5px 0 rgba(255, 255, 255, 0.75), 2.5px -1.5px 0 rgba(255, 255, 255, 0.75), -2.5px -1.5px 0 rgba(255, 255, 255, 0.75), 1.5px 1.5px 0 rgba(255, 255, 255, 0.75), -1.5px 1.5px 0 rgba(255, 255, 255, 0.75), 1.5px -1.5px 0 rgba(255, 255, 255, 0.75), -1.5px -1.5px 0 rgba(255, 255, 255, 0.75); }
  @media (min-width: 992px) {
    .carousel-caption p.sub {
      font-size: 1.3rem; } }

.carousel-caption h1 {
  font-size: 1.3rem;
  font-family: 'Yu Mincho', sans-serif;
  text-shadow: 2.5px 0 0 rgba(255, 255, 255, 0.75), -2.5px 0 0 rgba(255, 255, 255, 0.75), 0 -2.5px 0 rgba(255, 255, 255, 0.75), 0 2.5px 0 rgba(255, 255, 255, 0.75), 2.5px 2.5px 0 rgba(255, 255, 255, 0.75), -2.5px 2.5px 0 rgba(255, 255, 255, 0.75), 2.5px -2.5px 0 rgba(255, 255, 255, 0.75), -2.5px -2.5px 0 rgba(255, 255, 255, 0.75), 1.5px 2.5px 0 rgba(255, 255, 255, 0.75), -1.5px 2.5px 0 rgba(255, 255, 255, 0.75), 1.5px -2.5px 0 rgba(255, 255, 255, 0.75), -1.5px -2.5px 0 rgba(255, 255, 255, 0.75), 2.5px 1.5px 0 rgba(255, 255, 255, 0.75), -2.5px 1.5px 0 rgba(255, 255, 255, 0.75), 2.5px -1.5px 0 rgba(255, 255, 255, 0.75), -2.5px -1.5px 0 rgba(255, 255, 255, 0.75), 1.5px 1.5px 0 rgba(255, 255, 255, 0.75), -1.5px 1.5px 0 rgba(255, 255, 255, 0.75), 1.5px -1.5px 0 rgba(255, 255, 255, 0.75), -1.5px -1.5px 0 rgba(255, 255, 255, 0.75); }
  @media (min-width: 320px) {
    .carousel-caption h1 {
      font-size: 1.7rem; } }
  @media (min-width: 992px) {
    .carousel-caption h1 {
      font-size: 2.3rem; } }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-caption, .carousel-caption h1 {
  top: 20%;
  z-index: 10;
  color: #224478; }
  @media (min-width: 992px) {
    .carousel-caption, .carousel-caption h1 {
      top: 30%; } }

.SearchJob {
  /*
    margin: 1rem auto;
    width:50%;

     */
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 10px; }

.SearchJob form {
  position: relative;
  /*
    width:40%;
    min-width: 350px;
    max-width: 400px;
    margin:0 auto;
     */ }

.SearchJob input {
  border-radius: 50px; }

button.SearchJob__SearchIcon {
  border: none;
  background-color: transparent;
  position: absolute;
  right: -25px;
  top: -8px; }

button.SearchJob__SearchIcon img {
  max-width: 50px; }

.SearchJob__LinkIcon img {
  max-width: 40px; }

/*  News */
.H2Title {
  position: relative;
  overflow: visible;
  text-align: center; }

.H2Title__text {
  max-width: 220px;
  color: #ffffff;
  font-size: 1rem;
  padding: 8px 10px 2px;
  margin-bottom: 0;
  background-color: #222e59;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  @media (min-width: 320px) {
    .H2Title__text {
      font-size: 1.3rem; } }

.H2Title__text .-icon {
  display: inline;
  width: 130px;
  /*
    margin: 0 auto;

     */ }
  @media (min-width: 768px) {
    .H2Title__text .-icon {
      display: inline;
      margin: 0;
      width: auto;
      max-width: 175px; } }

/* New Recruit Slider */
.NewRecruit__slider {
  cursor: pointer; }

.NewRecruit__slider .-offertitle {
  height: 82px;
  overflow: hidden; }

.NewRecruit__slider .rec_img {
  text-align: center; }

.NewRecruit__slider .rec_img .-photo {
  width: 80%;
  aspect-ratio: 1/ 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px; }

.NewRecruit__slider .icon {
  width: 28px;
  padding-right: 5px; }

/* About Koganei Job Net */
.KoganeiInfo ul {
  padding-left: 0; }

.KoganeiInfo ul li {
  list-style: none;
  text-align: left; }

.KoganeiInfo__back .-boxback {
  background: url(../img/box02.png) no-repeat center center;
  text-align: center; }
  @media only screen and (max-width: 395px) {
    .KoganeiInfo__back .-boxback {
      background-size: 95%; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .KoganeiInfo__back .-boxback {
      background-size: 95%; } }

.KoganeiInfo__back02 {
  /*
    background: #f3faf6 url(../../../img/image_09.png) no-repeat 100% 100%;

     */
  margin: 20px;
  border-radius: 10px;
  padding: 20px 20px 20px 20px !important;
  border: #7eb191 thin dotted; }

.KoganeiInfo__back03 {
  /*
       background: #f3faf6 url(../../../img/image_09.png) no-repeat 100% 100%;

     */
  border-radius: 10px;
  padding: 20px 20px 20px 20px !important; }

.KoganeiInfo__back02 li {
  margin: 10px 0; }

.KoganeiInfo__back .-boxback h3 {
  display: inline-block;
  padding: 15px;
  font-size: 1.7rem;
  font-weight: normal; }
  @media only screen and (max-width: 395px) {
    .KoganeiInfo__back .-boxback h3 {
      font-size: 1.4rem;
      font-weight: bold; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .KoganeiInfo__back .-boxback h3 {
      font-size: 1.6rem; } }

/* LinkBanner */
.LinkBanner img {
  padding: 3px; }

.LinkTitle {
  padding: 0.5rem 3rem;
  margin-bottom: 1rem;
  background-color: #efeee5;
  border-radius: 30px;
  display: inline-block; }

/* Topご利用案内 */
