@charset "UTF-8";
header .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-right: 180px;
  padding-left: 20px;
  box-sizing: border-box;
}

header::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(91deg, rgba(0, 39, 117, 0) 35.76%, rgba(0, 39, 117, 0.8) 100%), #009CBD;
}

header .since20th_inner .zkai {
  right: 0;
}

header {
  background: #fff;
}

header .headerNav > li > a {
  color: #535353 !important;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
header .headerNav > li > a:hover {
  opacity: 0.8;
  color: #fff;
}

header .headerBtn {
  width: 325px;
}

.language {
  width: auto !important;
}

.language select {
  border: none !important;
  outline: none !important;
  box-sizing: border-box;
  padding: 0 10px;
  padding-right: 20px;
  font-size: 14px;
  background-image: url(./images/arrow_bottom.svg) !important;
  background-position: right;
  background-size: 10px;
  background-repeat: no-repeat;
}
.language select:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.drop:hover a {
  background: #fff !important;
}
.drop:hover a span {
  opacity: 1;
  display: block;
  color: #CC0626 !important;
}

.drop.flex a {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.drop.flex a p {
  transform: translateY(4px);
}

.drop .icon {
  position: unset;
  color: #535353 !important;
  text-align: left;
  border: 1px solid #009CBD;
  padding: 5px 3px;
  line-height: 1.2;
  transform: translateY(-3px);
  font-weight: normal;
  font-size: 9px;
}

.drop .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 7px solid #009CBD;
}

.drop.flex a:hover .icon {
  color: #535353 !important;
}

.drop .text {
  right: 10px;
  padding-right: 7px;
  text-align: right;
  box-sizing: border-box;
}

@media print, screen and (max-width: 1200px) {
  .drop .icon {
    display: none !important;
  }
}
.drop:nth-of-type(2) {
  padding-left: 40px;
}

header .headerNav > li:hover > a > span {
  display: block;
}

header .loginBtn a:before {
  content: " ";
  display: block;
  background: url(./images/head_icon_login.svg) center center no-repeat;
  width: 17px;
  height: 17px;
  margin: 4px auto;
}

header .loginBtn a {
  color: #535353;
}

header .entry {
  box-shadow: none;
}

header .entry a {
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  position: relative;
  padding-left: 42px;
  font-weight: 700;
  box-shadow: none;
  border-radius: 100px;
  background: #CC0626;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
}

header .headerNav > li {
  display: block;
  overflow: visible;
}

header .headerNav > li > a > span {
  color: #CC0626;
  font-family: "Noto Sans JP";
}

header .headerNav > li.drop > a {
  font-weight: normal;
  line-height: 55px;
}

header .headerNav > li > a > span.border {
  border: 1px solid #CC0626;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 5px;
  top: -5px;
}

header .loginBtn {
  border: 0;
}

header .language li a,
header .language li span {
  color: #535353;
}

header .language li:first-child {
  border-color: #535353;
}

header .zkai {
  top: 0;
  height: 100%;
  background: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  padding: 0 16px;
}

header .inner::after {
  display: none;
}

.spLink {
  display: none;
}

header #logo img {
  vertical-align: bottom;
}

.headerLeft {
  display: flex;
  align-items: center;
}

header .entry a:before {
  content: "無料";
  background: #fff;
  color: #CC0626;
  position: unset;
  font-size: 12px;
  white-space: nowrap;
  display: block;
  padding: 3px 8px;
  border-radius: 50px;
  line-height: 1;
  width: auto;
  height: auto;
}

header .entry {
  margin-right: 16px;
}

header .entry a {
  display: flex;
  width: 152px;
  height: 45px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
}

header .entry a:hover::before {
  content: "無料";
  background: #CC0626;
  color: #fff;
}

#mainVisual .arrow {
  display: none !important;
}

#mainVisual #fvSlide {
  height: 380px;
}

#mainVisual #fvSlide .slide {
  text-align: center;
  height: 100% !important;
  width: auto;
}

#mainVisual #fvSlide .slide img {
  position: unset;
  transform: none;
  margin: 0;
  height: 380px !important;
  max-height: 100% !important;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 1400px) {
  #mainVisual #fvSlide .slide {
    text-align: center;
    padding-right: 200px;
  }
  #mainVisual #fvSlide .slide img {
    margin: 0 auto;
  }
}
#mainVisual #fvSlide .slide::before {
  display: none;
}

#mainVisual #fvSlide .slide_about {
  background: #F3FFFB !important;
}

#fvSlideNavi li {
  background: #fff !important;
  width: 33.3333333333% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 13px 0 !important;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  margin: 0 !important;
}
#fvSlideNavi li + li {
  border-left: 1px solid #CCCCCC;
}
#fvSlideNavi li p {
  line-height: 1.3;
  font-size: 15px;
}
#fvSlideNavi li p span {
  font-size: 12px;
}
#fvSlideNavi li .on {
  display: none;
}
#fvSlideNavi li .off {
  display: block;
}

#fvSlideNavi.c5 li.thumbnail-current {
  background: var(--009-cbd-2-paints, linear-gradient(91deg, rgba(0, 39, 117, 0) 35.76%, rgba(0, 39, 117, 0.8) 100%), #009CBD) !important;
}
#fvSlideNavi.c5 li.thumbnail-current p {
  color: #fff;
}
#fvSlideNavi.c5 li.thumbnail-current p span {
  color: #fff;
}
#fvSlideNavi.c5 li.thumbnail-current .on {
  display: block !important;
}
#fvSlideNavi.c5 li.thumbnail-current .off {
  display: none;
}

#fvSlideNavi.c5 li span {
  color: #535353;
  position: unset;
  opacity: 1;
  text-indent: unset !important;
}

#mainVisual .fvMenu {
  top: 50px;
}

.dateBox.b_test {
  display: flex;
}

@media print, screen and (max-width: 1300px) {
  header .headerNav > li > a {
    font-size: 11px;
  }
  header .headerNav > li > a {
    padding: 0 5px;
  }
  header .headerNav > li > a > span.border {
    top: 0;
  }
  .drop .text {
    top: 5px;
  }
}
@media screen and (max-width: 1150px) {
  header .headerNav > li > a {
    font-size: 11px;
  }
  header .zkai {
    right: -120px;
  }
}
@media screen and (max-width: 999px) {
  header .inner {
    justify-content: space-between;
    padding-right: 110px;
  }
  header .headerBtn {
    margin-left: auto;
    justify-content: flex-end;
    width: -moz-max-content;
    width: max-content;
  }
  .spLink {
    display: block;
    margin-left: 12px;
    box-sizing: border-box;
  }
  .spLink a {
    display: flex !important;
    align-items: center;
    gap: 10px;
  }
  .spLink p {
    font-size: 13px;
  }
  .spLink .icon {
    position: relative;
    color: #535353 !important;
    text-align: left;
    border: 1px solid #009CBD;
    padding: 5px 3px;
    line-height: 1.2;
    font-weight: normal;
    font-size: 9px;
  }
  .spLink .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #009CBD;
  }
  .spLink a:hover .icon {
    color: #535353 !important;
  }
  .spLink .text {
    display: block;
    right: 10px;
    padding-right: 7px;
    text-align: right;
    font-weight: bold;
    font-size: 10px;
    color: #CC0626;
    box-sizing: border-box;
  }
  header .zkai {
    display: none;
  }
  header .inner {
    background: #fff;
  }
  #mainVisual .arrow {
    display: none;
  }
}
#mainVisual .fvMenu .menu03 a,
#mainVisual .fvMenu .menu04 a {
  background-image: url(./images/icon_arrow_right.svg) !important;
  background-repeat: no-repeat;
}

#mainVisual .fvMenu {
  width: 300px;
}

#mainVisual .fvMenu li a.btn_r1,
#mainVisual .fvMenu li a.btn_b1 {
  border-radius: 400px;
  font-family: "Noto Sans JP";
  font-size: 18px;
  height: 70px;
  line-height: 70px;
}

#mainVisual .fvMenu li a.btn_r1, #mainVisual .fvMenu li a.btn_b1 {
  line-height: 66px;
}

#mainVisual .fvMenu li a.btn_b1 {
  background: linear-gradient(91deg, rgba(0, 39, 117, 0) 35.76%, rgba(0, 39, 117, 0.8) 100%), #009CBD;
  border: 0;
  line-height: 1.2;
  padding-top: 10px;
  position: relative;
  padding-left: 20px;
}
#mainVisual .fvMenu li a.btn_b1 span {
  font-size: 13px;
  color: #FEE901;
}
#mainVisual .fvMenu li a.btn_b1::before {
  content: "";
  position: absolute;
  background-image: url(./images/icon_search.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px;
  bottom: 20px;
  left: 74px;
}
#mainVisual .fvMenu li a.btn_b1:hover {
  color: #fff !important;
  opacity: 0.8;
}

#mainVisual .fvMenu .menu03 {
  margin-bottom: 15px;
}

#mainVisual .fvMenu .menu03 a,
#mainVisual .fvMenu .menu04 a {
  border-radius: 400px;
  width: 300px;
  height: 48px;
  line-height: 48px;
  border: 2px solid #009CBD;
}
#mainVisual .fvMenu .menu03 a span,
#mainVisual .fvMenu .menu04 a span {
  font-family: "Noto Sans JP";
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #mainVisual #fvSlide.slick-slider .slide img {
    width: 100% !important;
    left: 0 !important;
    transform: translateX(0) !important;
  }
  #mainVisual .arrow {
    display: none !important;
  }
  #mainVisual #fvSlide .slide #mainVisual #fvSlide .slide img {
    height: auto !important;
  }
}
#front-page #topSearchBox {
  position: unset;
  background: #FFF;
  padding: 24px;
}

#front-page #topSearchBox .inner {
  flex-wrap: nowrap;
  padding: 0;
  justify-content:space-between;
}

#front-page #topSearchBox .inner .dateBox {
  position: unset;
  margin-top: 0;
}

#front-page #topSearchBox .inner form .select1 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#front-page #topSearchBox .inner form .select1 select {
  background-image: url(./images/icon_map.svg);
  background-repeat: no-repeat;
  background-position: 7%;
  padding-left: 35px;
}

#front-page #topSearchBox .inner form .select2 select {
  background-image: url(./images/icon_subject.svg);
  background-repeat: no-repeat;
  background-position: 7%;
  padding-left: 40px;
}

#front-page #topSearchBox .inner form {
  display: block;
  margin-top: 0 !important;
}

#front-page #topSearchBox .inner .jobs_seaarch_form {
  width: 65%;
}

#front-page #topSearchBox .popular .popularTit {
  font-size: 16px;
}

#front-page #topSearchBox .popular {
  width: 30%;
}
#front-page #topSearchBox .popular .popularTit {
  color: #535353 !important;
  margin-bottom: 16px;
}
#front-page #topSearchBox .popular .popularLists {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#front-page #topSearchBox .popular .popularList {
  padding: 6px 16px;
  border-radius: 54px;
  background: #004A79;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
}
#front-page #topSearchBox .popular .popularList:hover {
  opacity: 0.85;
}

header #menuBtn.open::after {
  content: "閉じる" !important;
}

.refineBtn a:hover {
  opacity: 0.85;
}

#front-page #topSearchBox .inner .refineBox .refineBtn button {
  background: #fff;
  border: 1px solid #009CBD;
  color: #009CBD;
  padding: 7px 40px 6px 20px;
  font-size: 14px;
}

#front-page #topSearchBox .inner .refineBox {
  margin-top: 0;
}

#front-page #topSearchBox .inner .refineBox .refineBtn button::before {
  left: unset;
  right: 10px;
  background: no-repeat center/11px url("./images/icon_plus.svg");
}

#front-page #topSearchBox .inner {
  width: 1200px;
}

#front-page #topSearchBox .inner form select {
  background: #F4F4F4;
  font-size: 14px;
  color: #535353;
  cursor: pointer;
}

#front-page #topSearchBox .inner form .select {
  padding: 0;
  border: 1px solid #CCCCCC;
}

.searchBtnInput {
  display: block !important;
}

#front-page #topSearchBox .inner form .select input {
  width: 100%;
  height: 48px;
  display: block;
  border: none;
  background: #F4F4F4;
  color: #535353;
  font-size: 14px;
  padding-left: 10px;
  box-sizing: border-box;
}

#front-page #topSearchBox .inner form .searchBtn {
  width: 120px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: linear-gradient(91deg, rgba(0, 39, 117, 0) 35.76%, rgba(0, 39, 117, 0.8) 100%), #009CBD !important;
}

#front-page #topSearchBox .inner form .searchBtn input {
  font-size: 14px;
  color: #fff;
  text-indent: unset;
  background-position: 24%;
  background-size: 13px;
  width: 100%;
  position: relative;
  background-image: url(./images/icon_search_wh.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 30px;
}

#front-page #topSearchBox .inner .dateBox {
  margin-bottom: 15px;
}

#front-page #topSearchBox .inner .dateBox .icon {
  font-size: 12px;
}

#front-page #topSearchBox .inner form .refineBtn a {
  font-size: 14px;
  font-weight: bold;
  width: 131px;
  display: block;
  background: linear-gradient(91deg, rgba(0, 39, 117, 0) 35.76%, rgba(0, 39, 117, 0.8) 100%), #009CBD !important;
  color: #fff;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
}

#front-page #topSearchBox .inner .dateBox .date {
  color: #535353;
  font-size: 16px;
  margin-right: 20px;
}

#front-page #topSearchBox .inner .dateBox .date span {
  font-size: 16px;
}

#front-page #topSearchBox .inner form .refineBtn a {
  position: relative;
  padding-right: 10px;
}

#front-page #topSearchBox .inner form .refineBtn a::after {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  right: 15%;
  background: url(./images/icon_arrow_right_wh.svg);
  background-size: 7px;
  background-repeat: no-repeat;
}

#front-page #topSearchBox .inner {
  max-width: 100%;
}

#front-page #topSearchBox {
  box-sizing: border-box;
}

.dateBox .left {
  display: flex !important;
  align-items: center;
}

#logo .bl {
  display: none;
}

#logo .wh {
  display: block;
}

.searchBtnInput {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px){
  :root{
    --variantBSearchSelectWidth:160px;
    --variantBSearchButtonWidth:90px;
    --variantBSearchIconPadding:35px;
    --variantBSearchIconPosition:20px;
  }
  #front-page #topSearchBox .inner .refineBox{
    bottom:auto !important;
    top:0 !important;
    right:0 !important;
  }
  #front-page #topSearchBox .inner .jobs_seaarch_form{
    display:flex;
    justify-content:left;
    align-items:center;
    flex-wrap:wrap;
  }
  #front-page #topSearchBox .inner .jobs_seaarch_form > *{
    order:99;
  }
  #front-page #topSearchBox .inner .jobs_seaarch_form .dateBox{
    position:static;
    order:0;
    width:100%;
  }
  #front-page #topSearchBox .inner form .select1,
  #front-page #topSearchBox .inner form .select2{
    width:var(--variantBSearchSelectWidth);
    flex-shrink:0;
    box-sizing:border-box;
  }
  #front-page #topSearchBox .inner form .select1 select,
  #front-page #topSearchBox .inner form .select2 select{
    padding-left:var(--variantBSearchIconPadding);
    padding-right:1em;
    width:100%;
  }
  #front-page #topSearchBox .inner form .select1 select{
    background-size:13px 16px;
    background-position:calc(var(--variantBSearchIconPosition) - 13px * 0.5) 50%;
  }
  #front-page #topSearchBox .inner form .select2 select{
    background-size:18px 14px;
    background-position:calc(var(--variantBSearchIconPosition) - 18px * 0.5) 50%;
  }
  #front-page #topSearchBox .inner form .select.b_test{
    width:calc(100% - var(--variantBSearchSelectWidth) * 2 - var(--variantBSearchButtonWidth));
    box-sizing:border-box;
  }
  #front-page #topSearchBox .inner form .searchBtn.b_test{
    width:var(--variantBSearchButtonWidth);
    box-sizing:border-box;
  }
  #front-page #topSearchBox .inner form .searchBtn input{
    padding-left:var(--variantBSearchIconPadding);
    background-size:15px 15px;
    background-position:calc(var(--variantBSearchIconPosition) - 15px * 0.5) 50%;
    text-align:left;
  }
}
@media screen and (max-width: 999px) and (min-width: 769px){
  #front-page #topSearchBox .inner .jobs_seaarch_form .dateBox{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  :root{
    --variantBSearchSelectWidth:50%;
    --variantBSearchButtonWidth:90px;
  }
  #front-page #topSearchBox .inner form .select.b_test{
    width:calc(100% - var(--variantBSearchButtonWidth));
  }
}



@media screen and (max-width: 999px) {
  header .loginBtn, header #menuBtn {
    top: 50%;
    transform: translateY(-50%);
  }
  #mainVisual .fvMenu {
    top: 200px;
  }
  header #menuBtn {
    border-radius: 50%;
  }
  #spNav .spNavlayout .spNav_bnr ul {
    flex-direction: column;
    display: flex;
    gap: 10px;
  }
  #spNav .spNavlayout .spNav_bnr ul li {
    float: unset;
    width: 100%;
  }
  #spNav .spNavInner > ul > li.spNav_sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mainVisual .fvMenu .menu03 a,
  #mainVisual .fvMenu .menu04 a {
    box-sizing: border-box;
    background-color: #fff;
  }
  #front-page #topSearchBox .inner .refineBox {
    right: 0;
    bottom: -20px;
  }
  header {
    background: #fff;
  }
  header .loginBtn {
    background: none;
  }
  header .loginBtn a {
    background: #fff;
    border-radius: 50%;
    color: #535353;
    border: 1px solid #009CBD;
  }
  header .loginBtn a:before {
    content: " ";
    display: block;
    background: url(./images/head_icon_login.svg) center center no-repeat;
    width: 17px;
    height: 17px;
    margin: 8px auto;
  }
  header .loginBtn {
    margin-right: 2px;
  }
  header .inner {
    padding-left: 5px;
  }
  #logo .bl {
    display: block;
  }
  #logo .wh {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #mainVisual .fvMenu .menu04 {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  #mainVisual .fvMenu {
    width: 100%;
    flex-wrap: wrap;
  }
  #mainVisual #fvSlide {
    margin-bottom: 15px;
  }
  #mainVisual .slide-dots {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 10px;
  }
  #mainVisual .fvMenu .menu03 a,
  #mainVisual .fvMenu .menu04 a {
    width: 100%;
    box-sizing: border-box;
    line-height: 46px;
  }
  #mainVisual .fvMenu li a.btn_r1,
  #mainVisual .fvMenu li a.btn_b1 {
    height: 55px;
    line-height: 55px;
  }
  #mainVisual .fvMenu li a.btn_r1 {
    line-height: 52px;
  }
  #mainVisual .fvMenu li a.btn_b1 {
    line-height: 1.1;
  }
  #mainVisual .fvMenu li a.btn_b1::before {
    left: 15px;
    bottom: 13px;
  }
  #front-page #topSearchBox {
    box-sizing: border-box;
    padding: 15px;
  }
  #front-page #topSearchBox .inner {
    flex-direction: column-reverse;
    padding: 0;
  }
  #front-page #topSearchBox .inner .jobs_seaarch_form {
    width: 100%;
  }
  #front-page #topSearchBox .popular {
    width: 100%;
  }
  #front-page #topSearchBox .inner form .select {
    width: 100%;
    border-radius: 4px;
  }
  #front-page #topSearchBox .inner form .select select {
    background-position: 4%;
  }
  #front-page #topSearchBox .inner form .select input {
    border-radius: 4px;
  }
  #front-page #topSearchBox .inner .refineBox .refineBtn {
    display: none;
  }
  #front-page #topSearchBox .inner .dateBox .date {
    font-size: 13px;
  }
  #front-page #topSearchBox .inner .dateBox .date span {
    font-size: 13px;
  }
  #front-page #topSearchBox .inner .dateBox {
    align-items: center;
    justify-content: space-between;
  }
  #front-page #topSearchBox .inner form p {
    margin-bottom: 0;
  }
  #front-page #topSearchBox .inner .dateBox .icon {
    margin-bottom: 0;
  }
  .dateBox .left {
    display: flex !important;
    align-items: center;
    margin-bottom: 0 !important;
  }
  #front-page #topSearchBox .inner form .refineBtn a {
    height: 40px;
    line-height: 40px;
    width: 160px;
  }
  #front-page #topSearchBox .inner button.more {
    display: none;
  }
  #front-page #topSearchBox .inner form .searchBtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: none !important;
  }
  #front-page #topSearchBox .inner form .searchBtn input {
    background: linear-gradient(91deg, rgba(0, 39, 117, 0) 35.76%, rgba(0, 39, 117, 0.8) 100%), #009CBD;
    border-radius: 4px;
    width: 100%;
  }
  #front-page #topSearchBox .inner form .searchBtnInput {
    width: 48%;
    margin-bottom: 0;
  }
  #front-page #topSearchBox .inner form .searchBtn button {
    width: 48%;
    background: #fff;
    border: 1px solid #009CBD;
    color: #009CBD;
    padding: 7px 40px 6px 20px;
    font-size: 14px;
    border-radius: 100px;
    position: relative;
  }
  #front-page #topSearchBox .inner form .searchBtn button::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    margin-right: 4px;
    display: inline-block;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: no-repeat center/11px url(./images/icon_plus.svg);
  }
  #front-page #topSearchBox .popular {
    margin-top: 20px;
  }
  #front-page #topSearchBox .inner .dateBox .date {
    text-align: left;
    line-height: 1.2;
  }
  #mainVisual #fvSlide .slide {
    height: 100% !important;
    max-height: 500px !important;
  }
  #mainVisual #fvSlide {
    width: 100%;
    height: auto !important;
    max-height: 500px !important;
  }
  #mainVisual #fvSlide.slick-slider .slide img {
    -o-object-position: top;
       object-position: top;
    height: 100% !important;
  }
  #mainVisual #fvSlide .slick-list,
  #mainVisual #fvSlide .slick-track {
    height: 100% !important;
  }
  #spNav .spNavlayout .spNav_bnr ul {
    border: none !important;
  }
  #spNav .spNavlayout .spNav_bnr ul li {
    background: none !important;
    border: none !important;
  }
  #spNav .spNavlayout .spNav_bnr ul li.recruit a {
    background: linear-gradient(91deg, rgba(0, 39, 117, 0) 35.76%, rgba(0, 39, 117, 0.8) 100%), #009CBD;
    border: 0;
    height: 55px;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
    border-radius: 400px;
    font-family: "Noto Sans JP";
    text-align: center;
    color: #fff !important;
  }
  #spNav .spNavlayout .spNav_bnr ul li.login a {
    border: 0;
    height: 55px;
    line-height: 55px;
    position: relative;
    padding-left: 20px;
    border-radius: 400px;
    font-family: "Noto Sans JP";
    text-align: center;
    color: #fff !important;
  }
  #spNav .spNavlayout .spNav_bnr ul li.login a span {
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
    line-height: 16px;
    height: 16px;
    margin-right: 8px;
    font-size: 72%;
    margin-bottom: -3px;
    padding: 5px 10px;
    vertical-align: text-bottom;
  }
  #mainVisual .fvMenu li a.btn_b1 {
    padding-top: 8px;
  }
  #mainVisual .fvMenu .menu01 a span {
    margin-bottom: 3px;
  }
  #mainVisual .fvMenu .menu01 a.btn_r1 span {
    margin-bottom: -3px;
    padding: 3px 10px;
    border-radius: 50px;
  }
  #spNav .spNavlayout .spNav_bnr ul li.recruit a::before {
    content: "";
    position: absolute;
    background-image: url(./images/icon_search.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    bottom: 20px;
    left: 27%;
    bottom: 11px;
  }
  #spNav .spNavlayout .spNav_bnr ul li.recruit a.btn_b1 span {
    font-size: 13px;
    color: #FEE901;
  }
  #spNav .spNavlayout .spNav_bnr {
    background: #fff;
  }
  #spNav .spNavlayout h2 {
    background: #fff;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
  }
  #spNav .spNavlayout h2::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    background: linear-gradient(91deg, rgba(0, 39, 117, 0) 35.76%, rgba(0, 39, 117, 0.8) 100%), #009CBD;
  }
  .spNavlayout ul {
    width: 92%;
    margin: 0 auto;
    border: 1px solid #D4D4D4;
  }
  .spNavlayout ul li {
    background: #F4F4F4;
  }
  .spNavlayout ul li a {
    color: #000;
  }
  .spNavlayout ul li + li {
    border-top: 1px solid #D4D4D4;
  }
  #spNav .spNav_flex ul {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  #spNav .spNavlayout .spNav_bnr {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #spNav .spNav_flex ul > li {
    width: 100%;
    background: #F4F4F4;
  }
  #spNav .spNav_flex ul > li a {
    color: #000;
  }
  #spNav .spNav_flex ul > li + li {
    border-top: 1px solid #D4D4D4;
  }
  #spNav .spNav_flex ul > li:first-child,
  #spNav .spNav_flex ul > li:nth-child(2) {
    border-top: 1px solid #D4D4D4;
  }
  #spNav .spNavInner > ul > li.language {
    margin-bottom: 40px;
    border-bottom: 1px solid #B9B9B9;
  }
  #spNav .spNavInner > ul > li.language ul {
    width: 100%;
    width: 95%;
    margin: 0 auto;
  }
  #spNav .spNavInner > ul > li.language ul li {
    width: 50%;
    border: 2px solid #004A79;
  }
  #spNav .spNavInner > ul > li.language ul li:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  #spNav .spNavInner > ul > li.language ul li:first-child span {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #004A79;
  }
  #spNav .spNavInner > ul > li.language ul li:nth-child(2) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  #spNav .spNavInner > ul > li.language ul li:nth-child(2) a {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #000;
  }
  #spNav .spNavlayout .spNav_pickup h2 span {
    background: url(./images/spMenu_icon01.svg) no-repeat 10px center;
    background-size: 26.5px 26.5px;
  }
  #spNav .spNavlayout .spNav_oyakudachi h2 span {
    background: url(./images/spMenu_icon02.svg) no-repeat 10px center;
    background-size: 26.5px 26.5px;
  }
  #spNav .spNavlayout .spNav_about h2 span {
    background: url(./images/spMenu_icon03.svg) no-repeat 10px center;
    background-size: 26.5px 26.5px;
  }
  #spNav .spNavlayout .spNav_seminar h2 span {
    background: url(./images/spMenu_icon04.svg) no-repeat 10px center;
    background-size: 26.5px 26.5px;
  }
  #spNav .spNavlayout .spNav_other h2 span {
    background: url(./images/spMenu_icon05.svg) no-repeat 10px center;
    background-size: 26.5px 26.5px;
  }
  header .loginBtn a {
    height: 50px;
    box-sizing: border-box;
  }
  header {
    box-shadow: none !important;
  }
  header::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(91deg, rgba(0, 39, 117, 0) 35.76%, rgba(0, 39, 117, 0.8) 100%), #009CBD;
  }
  #front-page #topSearchBox .inner form .searchBtnInput {
    position: relative;
  }
  #front-page #topSearchBox .inner form .searchBtnInput::before {
    content: "";
    position: absolute;
    background-image: url(./images/icon_search.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    bottom: 17px;
    left: 62px;
    z-index: 2;
  }
  #spNav .spNavInner p.close span {
    color: #000;
  }
  #spNav .spNavInner p.close span {
    background: url(./images/ico_close_menu.svg) left center no-repeat;
    background-size: 18px auto;
    display: inline-block;
    font-weight: 500;
    padding-left: 30px;
  }
  #spNav .spNavInner > ul > li.spNav_sns ul {
    gap: 10px;
  }
}
.b_testWrap .b_test {
  display: block !important;
}

.a_test {
  display: none !important;
}

.dateBox.b_test {
  display: flex !important;
}

#front-page #topSearchBox .inner form .select.b_test {
  /*display: table-cell !important;*/
}

#front-page #topSearchBox .inner form .searchBtn.b_test {
  /*display: table-cell !important;*/
}

@media screen and (max-width: 768px) {
  .dateBox.b_test {
    display: flex !important;
  }
  #front-page #topSearchBox .inner form .select.b_test {
    display: block !important;
  }
  #front-page #topSearchBox .inner form .searchBtn.b_test {
    display: flex !important;
  }
  #spNav {
    height: calc(100% - 65px);
  }
}/*# sourceMappingURL=top_b.css.map */