html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: "Hiragino Kaku Gothic Std", "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.075em;
  color: #222;
  font-size: 20px;
}
*{
  overflow-x: ;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  color: #000066;
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
a:active,
a:hover {
  opacity: 0.7;
  outline-width: 0;
  cursor: pointer;
}
a:hover img {
  opacity: 0.5;
}
input {
  border-radius: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
img {
  border-style: none;
  display: block;
}
li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  p br {
    display: none;
  }
}
.red{
  color :#ff0000;
}

#pc-main{
  display:block;
}
@media screen and (max-width: 833px) {
  #pc-main{
    display:none;
  }
}
#sp-main{
  display:none;
}
@media screen and (max-width: 833px) {
  #sp-main{
    display:block;
  }
}

#pc-tablet-menu{
  display:block;
}
@media screen and (max-width: 833px) {
  #pc-tablet-menu{
    display:none;
  }
}
#sp-menu{
  display:none;
}
@media screen and (max-width: 833px) {
  #sp-menu{
    display:block;
  }
}

/* header - PC */
header {
  width: 100%;
  padding: 0 0 0 0;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
header > div > div a{
  width: 320px;
  display:block;
  margin: 12px auto 10px auto;
}
header > div > div a img {
  width: 100%;
  display:block;
}
header nav > ul {
  display: flex;
   justify-content: space-between;
}
header nav > ul > li {
  margin: 0 0 0 1px;
}
header nav > ul > li > a {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 13px 14px 11px 14px;
  letter-spacing:0em;
  line-height:1.2em;
  color:#000066;
  background: #c6def2;
  border-top:2px solid #d6e8f7;
  border-left:2px solid #7884b5;
  border-right:2px solid #7884b5;
  border-bottom:2px solid #6268a4;
  text-align:center;
}
header nav > ul > li > a span {
  display:none;
}
header nav > ul > li:hover {
  background: #f0f0f0;
}
header nav > ul > li:hover a {
  color: #000066;
  opacity: 1;
}
header > div {
    width: 100vw;
    max-width: auto;
    margin: 0 auto;
  }

@media screen and (max-width: 4440px) {
  header {
    width: 100%;
    top: 0;
    padding: 0 0 0 0;
    z-index: 9999;
    background: #fff;
    border-bottom: none;
  }

  header nav{
    width: 98%;
    margin: 0 auto;
  }
  header nav > ul {
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    justify-content: space-between;
  }
  header nav > ul > li{
    width: 49.8%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li a br{
  }
  header nav > ul > li:nth-child(1){
    width: 32.7%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(2){
    width: 32.7%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(3){
    width: 32.7%;
    margin:0.5% 0 0 0;
  }

  header nav > ul > li:nth-child(1) a{
    font-size: 7vw;
  }
  header nav > ul > li:nth-child(2) a{
   font-size: 7vw;
  }
  header nav > ul > li:nth-child(3) a{
    font-size: 7vw;
  }


  header nav > ul > li:nth-child(4){
    width: 49.5%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(5){
    width: 49.5%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(4) a{
    font-size: 7vw;
  }
  header nav > ul > li:nth-child(5) a{
    font-size: 7vw;
  }



 header nav > ul > li:nth-child(6){
    width: 100%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(7){
    width: 100%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(6) a{
    font-size: 7vw;
    font-feature-settings: "palt"
  }
  header nav > ul > li:nth-child(7) a{
    font-size: 7vw;
  }
  header nav > ul > li:nth-child(8) a{
    font-size: 7vw;
  }
  header nav > ul > li:nth-child(8){
    width: 100%;
    margin:0.5% 0 0 0;
  }
  /*
  header nav > ul > li:nth-child(1){
    width: 33%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(2){
    width: 33%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(3){
    width: 33%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(1) a{
    font-size: 5.6vw;
  }
  header nav > ul > li:nth-child(2) a{
   font-size: 5.6vw;
  }
  header nav > ul > li:nth-child(3) a{
    font-size: 5.6vw;
  }
  header nav > ul > li:nth-child(4){
    width: 49.5%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(5){
    width: 49.5%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(4) a{
    font-size: 5.6vw;
  }
  header nav > ul > li:nth-child(5) a{
    font-size: 5.6vw;
  }

 header nav > ul > li:nth-child(6){
    width: 66%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(7){
    width: 33%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(6) a{
    letter-spacing: -2px;
    font-size: 5.4vw;
    margin:0 0 0 -3vw;
  }
  header nav > ul > li:nth-child(7) a{
    letter-spacing: -2px;
    font-size: 5.4vw;
  }

  header nav > ul > li:nth-child(8) a{
    font-size: 5.8vw;
  }
  header nav > ul > li:nth-child(8){
    width: 100%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(9){
    width: 31.7%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(10){
    width: 24.7%;
    margin:0.5% 0 0 0;
  }
  header nav > ul > li:nth-child(11){
    width: 41.7%;
    margin:0.5% 0 0 0;
  }
  */
  header nav > ul > li > a {
    letter-spacing: 0.001em;
    height: auto;
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    padding: 12px 0 10px 0;
  }
}
@media screen and (max-width: 480px) {
  header > div > div a{
    width: 90%;
    display:block;
    margin: 10px auto 10px auto;
  }
  header nav > ul > li > a {
    font-size: 5.4vw;
    height: auto;
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    padding: 15px 0 15px 0;
  }
}




/* bread-nav - PC */
.bread-nav {
  background: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
}
.bread-nav ul {
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  padding: 10px 0 10px 0;
}
.bread-nav ul li {
  position: relative;
  padding: 0 20px 0 20px;
  font-size: 13px;
}
.bread-nav ul li:first-child {
  padding: 0 20px 0 0;
}
.bread-nav ul li:last-child {
  padding: 0 0 0 20px;
}
.bread-nav ul li:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #000066;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
}
.bread-nav ul li:after {
  content: "";
  width: 5px;
  height: 1px;
  background: #000066;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin: 3px 0 0 0;
}
.bread-nav ul li:last-child:before,
.bread-nav ul li:last-child:after {
  background: none;
}

/* bread-nav - SP */
@media screen and (max-width: 980px) {
  .bread-nav {
    display: none;
  }
}



/* page-title - PC */
.page-title {
  width: 96vw;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0 40px 0;
}
.page-title h1 {
  color: #000066;
  font-size: 50px;
}
.page-title h1 span {
  display: inline;
  font-size: 50px;
}
.page-title p {
  padding: 20px 0 0 0;
  line-height: 1.8em;
}

/* page-title - SP */
@media screen and (max-width: 768px) {
  .page-title {
    width: 96vw;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0 40px 0;
  }
  .page-title h1 {
    color: #000066;
    font-size: 38px;
  }
  .page-title h1 span {
    display: block;
    font-size: 35px;
  }
  .page-title p {
    padding: 20px 0 0 0;
    line-height: 1.8em;
  }
}

/* pageback - PC */
.pageback {
  text-align: center;
  padding: 80px 0 200px 0;
}
.pageback a {
  padding: 24px 100px 24px 100px;
  background: #000066;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  filter: drop-shadow(0px 5px 2px rgba(154, 154, 154, 0.6));
}

/* pageback - SP */
@media screen and (max-width: 768px) {
  .pageback a {
    width: 80vw;
    padding: 24px 0 24px 0;
  }
}

/* page-nav - PC */
.page-nav {
  background: #f5f5f5;
  padding: 40px 0 20px 0;
}
.page-nav ul {
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-nav ul li {
  width: 23%;
  margin: 0 0 20px 0;
}
.page-nav ul li a {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  display: block;
  opacity: 1;
}
.page-nav ul li a:hover {
  background: #fff;
  border-radius: 5px;
  display: block;
  filter: drop-shadow(0px 5px 2px rgba(154, 154, 154, 0.1));
  opacity: 1;
  transform: scale(1.05);
}
.page-nav ul li a:hover img {
  opacity: 1;
}
.page-nav ul li img {
  width: 100%;
}
.page-nav ul li p {
  font-size: 16px;
  color: #000066;
  padding: 0 22px 20px 0;
  background: url(/assets/img/icon-pagelink.png) right 6px no-repeat;
  background-size: 13px;
  font-weight: 500;
  margin: 20px 20px 0 20px;
}

/* page-nav - SP */
@media screen and (max-width: 768px) {
  .page-nav ul li {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .page-nav ul li img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }
}

/* footer - PC */
footer {
  width: 100%;
  margin: 0 0 0 0;
  border-top: 1px solid #e6e6e6;
}
footer > div > div {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
}

/* footer-copiright - PC */
.footer-copyright {
  padding: 16px 0 20px 0;
  background: #f0f0f0;
}
.footer-copyright > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-copyright ul {
  display: flex;
}
.footer-copyright ul li {
  padding: 0 42px 0 0;
}
.footer-copyright ul li:last-child {
  padding: 0 0 0 0;
}
.footer-copyright ul li a {
  font-size: 14px;
  color: #222;
  position: relative;
  opacity: 1;
}
.footer-copyright ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000066;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.footer-copyright ul li a:hover {
  color: #000066;
}
.footer-copyright ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
  opacity: 1;
}
.footer-copyright p {
  text-align: right;
  font-size: 12px;
}

/* footer-copiright - SP */
@media screen and (max-width: 768px) {
  .footer-copyright > div > div{
    width: 100%;
  }
  .footer-copyright {
    width: 100%;
    padding: 36px 0 60px 0;
  }
  .footer-copyright ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 40px 0;
  }
  .footer-copyright ul li {
    padding: 0 5vw 14px 5vw;
  }
  .footer-copyright ul li:last-child {
    padding: 0 5vw 14px 5vw;
  }
  .footer-copyright ul li a {
    font-size: 12px;
    color: #222;
  }
  .footer-copyright p {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}

/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*2.上下の動きを指定*/
.downup {
  transform: translateY(100px);
}

#page-top{
  position:fixed;
  bottom: 20px;
  right: 10px;
  width:45px;
  height:45px;
  background:#000066;
  border-radius:100%;
  color:#fff;
}

#page-top:hover{
  transform: scale(1.1);
  opacity:0.8;
}

#page-top::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 50%;
  box-sizing: border-box;
  margin:-7px 0 0 0;
}


/*---------------
Cookie
---------------*/
#cookieBanner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  padding: 20px;
  text-align: center;
  z-index:99;
}
#cookieBanner > div{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
}
#cookieBanner > div p{
  font-size:15px;
  color:#000;
  padding:20px;
}
#cookieBanner > div p a{
  color:#070059;
  padding:0 0 5px 0;
  text-decoration:none;
  border-bottom:1px dotted #070059;
}
#cookieBanner > div p a:hover{
  color:#000;
  padding:0 0 5px 0;
  border-bottom:1px dotted #f8f8f8;
  cursor: pointer;
}
#declineBtn{
  margin: 0 5px 0 5px;
  cursor: pointer;
  border-top:none;
  border-right:none;
  border-bottom:none;
  border-left:none;
  background:#adadad;
  color:#fff;
  vertical-align:6px;
  padding:8px 25px 8px 25px;
  font-size:15px;
  border-radius:5px;
  transition: .3s;
}
#declineBtn:hover{
  background:#cdcdcd;
  border-radius:2px;
}
#acceptBtn{
  margin: 0 5px 0 5px;
  cursor: pointer;
  border-top:none;
  border-right:none;
  border-bottom:none;
  border-left:none;
  background:#070059;
  color:#fff;
  vertical-align:6px;
  padding:8px 25px 8px 25px;
  font-size:15px;
  border-radius:5px;
  transition: .3s;
}
#acceptBtn:hover{
  background:#160b99;
  border-radius:2px;
}
@media (max-width: 834px) {
  #declineBtn{
    padding:20px 25px 20px 25px;
  }
  #acceptBtn{
    padding:20px 25px 20px 25px;
  }
}

#submenu{
  position:fixed;
  top:0;
  right:0;
  z-index:1000;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.header {
  justify-content: space-between;
  align-items: center;
  padding: 5px 12px 10px 15px;
  background: #000066;
}

.drawer_hidden {
  display: none;
}

.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 28px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #000066;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #000066;
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  transition: .5s;
  background:#f8f8f8;
  box-shadow: -5px 0px 14px 6px rgba(176, 176, 176, 0.4);
}
/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  padding:80px 0 0 0;

}
.nav_list li{
  border-bottom: 1px solid #ededed;
}
.nav_list li a{
  display:block;
  padding:15px 20px 15px 30px;
}
.nav_list li a:nth-child(1){
  display:block;
}
.nav_list li a:nth-child(2){
  display:none;
}
.nav_list li a:hover{
  background:#fff;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0%;/* メニューを画面に入れる */
}

.requirements *{
  font-family: "Noto Sans JP", sans-serif;
}
.job-entry *{
  font-family: "Noto Sans JP", sans-serif;
}
.requirements h1 *{
  font-family: serif;
}
.recruit-message *{
  font-family: "Noto Sans JP", sans-serif;
}
.recruit-message h4{
  background:#348bd9;
  color: #fff;
  padding:5px 10px 5px 10px;
  font-size:24px;
  margin: 25px 0 10px 0;
}
.recruit-message li{
  position:relative;
  padding: 0 0 0 20px;
  font-size: 20px;
}
.recruit-message li:before{
  content:"● ";
  position: absolute;
  left: 0;
}

.requirements {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 88px 0;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.9;
}
.requirements p{
  text-align:justify;
}
.requirements h1 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 64px;
  line-height:3em;
  font-family: serif;
  color: #000066;
  font-weight:600;
}

.requirements h1 span {
  font-size: 44px;
  font-weight: 800;
  display: block;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
}
.job-wrap{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.job-title{
  width: 100%;
  border-top: 1px solid #303030;
  padding: 36px 0 18px 0;
}
.job-block{
  width: 100%;
  border-top: none;
  padding: 0 0 36px 0;
}
.job-block h4{
  margin: 20px 0 0 0;
}
.requirements h2 {
  font-size: 23px;
  font-weight: 600;
}
.job-block h3,
.target-school h3 {
  font-size: 17px;
  margin-bottom: 5px;
}
.job-list-square li{
  font-size:17px;
  padding: 0 0 20px 0;
}
.job-list-square li h3{
  position: relative;
  padding: 0 0 0 40px;
  font-size:17px;
  line-heigt: 1.2em;
}
.job-list-square li h4{
  position: relative;
  font-size:17px;
  margin: 20px 0 0 0!important;
}

.job-list-address li{
  font-size:17px;
  padding: 0 0 30px 0;
}
.job-list-address li:nth-child(2){
  font-size:17px;
  padding: 0 0 0 0;
}
.job-list-address li h3{
  position: relative;
  padding: 0 0 0 0;
  font-size:17px;
  line-heigt: 1em;
  font-weight: 600;
}
.job-list-address li h4{
  position: relative;
  font-size:17px;
  margin: 0 0 0 0!important;
}

.job-list-square li:nth-child(1) h3:before{
  content:"1";
  background: #000;
  color: #fff;
  padding:12px 9px 14px 9px;
  line-height:1px;
  position:absolute;
  left: 0;
  top: 3px;
}
.job-list-square li:nth-child(2) h3:before{
  content:"2";
  background: #000;
  color: #fff;
  padding:12px 9px 14px 9px;
  line-height:1px;
  position:absolute;
  left: 0;
  top: 3px;
}
.job-list-square li:nth-child(3) h3:before{
  content:"3";
  background: #000;
  color: #fff;
  padding:12px 9px 14px 9px;
  line-height:1px;
  position:absolute;
  left: 0;
  top: 3px;
}

.job-list li{
  position:relative;
  padding: 0 0 0 20px;
  font-size: 16px;
}
.job-list li:before{
  content:"● ";
  position: absolute;
  left: 0;
}

.requirements table {
  width: 100%;
  border-collapse: collapse;
}

.requirements th,
.requirements td {
  vertical-align: middle;
  text-align: left;
  display:block;
}

.requirements th {
  width: 100%;
  font-weight: bold;
  white-space: nowrap;
  margin:20px 0 0 0;
}
.job-image img{
  width: 100%;
}
.job-entry{
  width: 100%;
}
.job-entry h5{
  background: #f8f8f8;
  color: #000066;
  text-align:center;
  padding:20px;
  font-size:20px;
}
.job-entry > p{
  text-align:center;
  font-size:17px;
  padding: 30px 20px 10px 20px;
}
.job-entry > h6{
  text-align:center;
  font-size:17px;
  font-weight:600;
}
.job-entry > ul{
  display:flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
  flex-wrap: wrap;
  margin: 0 5vw 0 5vw;
}
.job-entry > ul li{
  width:100%;
  margin:10px 0 0 0;
}
.job-entry > ul li a{
  display:block;
  padding: 30px 20px 30px 20px;
  border-radius: 5px;
  background: #000066;
  color:#fff;
  text-align:center;
  text-decoration: none;
  font-size:20px;
}
.job-entry > ul li a:hover{
  background: #191919;
}
.job-parttime{
  margin: 80px 0 140px 0;
}
.job-parttime > a{
  width: 90vw;
  margin: 0 auto;
  display:block;
  padding: 30px 20px 30px 20px;
  border-radius: 5px;
  background: #191919;
  color:#fff;
  text-align:center;
  text-decoration: none;
  font-size:20px;
}
.job-parttime > a:hover{
  background: #000066;
}
.job-parttime > table{
  width: 90vw;
  margin: 20px 0 0 2.5vw;
}
.job-parttime > table th{
  width: 100%;
  border:1px solid #cdcdcd;
  padding:20px;
  background: #f8f8f8;
  display: block;
}
.job-parttime > table td{
  border:1px solid #cdcdcd;
  padding:20px;
  width: 100%;
  display: block;
}
.nav-jobentry{
  padding: 0 24px 80px 24px;
}
.nav-jobentry h6{
  font-size:20px;
}
.nav-jobentry h6:before{
  content:"●";
}
.nav-jobentry ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav-jobentry ul li{
  width: 100%;
  margin: 20px 0 0 0;
}
.nav-jobentry ul li a{
  display:block;
  padding: 30px 20px 30px 20px;
  border-radius: 5px;
  background: #000066;
  color:#fff;
  text-align:center;
  text-decoration: none;
  font-size:20px;
}
.nav-jobentry ul li a:hover{
  background: #191919;
}
.nav-jobentry ul li span{
  display:block;
  padding: 30px 20px 30px 20px;
  border-radius: 5px;
  background: #ededed;
  color:#cdcdcd;
  text-align:center;
  text-decoration: none;
  font-size:20px;
}
#recruit > p{
  font-weight:400!important;
  font-size:20px;
  font-family: "Noto Sans JP", sans-serif;
}