@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* =====================
stepnav一覧
 ======================= */
.hero {
    height: 49vw;
    background: url(../../static/img/shared/jobseeker/hero.jpg) no-repeat center/cover;
    justify-content: left;
    align-items: left;
    color: #fff;
    padding-left: 3%;
    padding-top: 15%;
    text-align: left;
    padding-bottom: 6vw;
/*  background-image: url(../img/stepnav/hero.jpg);*/
}
.sec_title:before{
 background-color: #021446!important;
}
.area_list a{
	color:#fff!important;
   padding: 0 20px;
}
.anchor_list {
  display: flex;
  flex-wrap: wrap;
}
.space_right10{
  padding-right:10px;
}
.anchor_list li {
  width: 19.75%;
  margin-right: 0.3125%;
  margin-bottom: 0.3rem;
}

.anchor_list li:nth-child(5n) {
  margin-right: 0;
}

.anchor_list li a {
  display: block;
  border: 1px solid #00A26A;
  text-decoration: none;
/*  background: #00A26A;*/
  position: relative;
  padding: 1.0rem 1.0rem 1.0rem 4.0rem;
}

.anchor_list li a:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #e05506 transparent;
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 1.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.stepnav_list_item {
  padding-top: 9.5rem;
}

.stepnav_list_item .name {
  display: flex;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 5.0rem;
}

.stepnav_list_item .name i {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 2.0rem;
}

.stepnav_list_item .name:before {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #e3e3e3;
  order: 2;
  margin-left: 2.0rem;
  margin-top: 0.25em;
}

.stepnav_list_item .name:after {
  content: "";
  width: 12.0rem;
  height: 2px;
  background: #01a269;
  position: absolute;
  right: 0;
  top: 0.25em;
}

.stepnav_list_item .detail {
  border: 1px solid #e0e0e0;
  padding: 3.0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stepnav_list_item .detail ul {
  width: 48%;
}

.stepnav_list_item .detail ul li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.5rem;
}

.stepnav_list_item .detail ul li:before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.stepnav_list_item .detail ul li.heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.0em;
  padding-left: 0;
}

.stepnav_list_item .detail ul li.heading:before {
  display: none;
}

.stepnav_list_item .detail ul li.heading:nth-of-type(n+2) {
  margin-top: 1.5em;
}

ul.items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.items li.item {
    flex: 0 0 calc(33.333% - 40px);
    margin-right: 40px;
    margin-bottom: 50px;

        border: 1px solid #00A26A;
}

ul.items li.item:nth-child(3n) {
  margin-right: 0;
}

.section .item a:hover {
     border: solid 2px #00A26A;
}
 .thumb_info {
    border: solid 2px #00A26A;
    background-color:#00A26A;
    color:#fff;
    position: relative;
    margin-right:10px;
}
.item .date {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}
.item p{
  margin-bottom:1.2rem;
}
.title{
  font-size:2rem;
  font-weight: bold;
  margin-top:30px;
  margin-bottom:20px;
}
.NewsYearlyNavi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.NewsYearlyNavi_item {
    margin: 0 9px 18px;
}
.NewsYearlyNavi_link {
  margin: 0 9px 18px;
    display: block;
    width: 108px;
    height: 28px;
    line-height: 26px;
    border: solid 2px #00A26A;
    border-radius: 20px;
    text-align: center;
    color: #4c1f67;
}
.btn:hover {
  color: #fff;
    background-color: #001446;
}

/*---アリア-*/
/*---アリア-*/
.inner_area {
    width: 100%;
    background: url(../../static/img/shared/jobseeker/worldmap.png) no-repeat center/cover;
}
.area {
  position: relative;
}
.regions {
    margin: 30px 0;
    padding: 30px o;
}

.region-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.region-group h2 {
color: white;
    /* margin-right: 40px; */
    font-size: 1.5rem;
    width: 130px;
    text-align: center;
    padding: 1rem 2rem;
    background-color: #001446;
    margin: 1rem!important;
    margin-right: 2rem!important;
}

.area_list {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.area_list li {
    color: white;
}

.area_list li:not(:last-child)::after {
    content: " | ";
    color: white;
}

.job-feature-title {
  position: relative;
  z-index: 10;
  margin-top: 50px;
}

/*---area 検索　balloon----*/
.balloon-wrapper {
  position: relative;
  top: 0; /* 根据需要调整 */
}
.balloon_inner {
    background: url(../img/home/bg_left.png) left top no-repeat, url(../img/home/bg_right.png) right bottom no-repeat;
    margin: -55px 0;
    padding: 55px 0;
        width: 100%;
       height: 1200px;
    background-size: 25%;
    background-color:#fff;
}
balloon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 1440px;
}
.balloon-content h2{
     padding:2rem 1rem;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    position: relative;
    text-shadow: 
    -1px -1px 0 #000000,  
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000; 
     background-color: rgba(0, 0, 0, 0.5);
     color:#FFF
}
.balloon-content h2:hover{
    color:#00A26A;
     background-color: rgb(255 253 253 / 50%);
}
.balloon {
  border-radius: 50%;
  position: absolute;
  animation: balloon 2s ease-in-out infinite;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.balloon-link {
  text-decoration: none;
}

.balloon:hover ,.balloon:nth-child(1):hover{
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    transform: scale(1.1);
    z-index: 1;
}
.small {
    width: 270px;
    height: 270px;
    background-color: #dbd3d1;
}

.medium {
    width: 360px;
    height: 360px;
    background-color: #2f96c6;
}
.large {
    width: 448px;
    height: 448px;
    background-color: #FFE4B3;
}
.balloon:nth-child(1) {
    top: 0px;
    left: 37px;
    background-image: url("../img/home/ball_bg1.png");
    animation-delay: 0.4s;
}
.balloon:nth-child(2) {
    top: 10px;
    left: 660px;
    background-image: url("../img/home/ball_bg2.png");
    animation-delay: 0.8s;
}
.balloon:nth-child(3) {
    top: 208px;
    left: 400px;
    background-image: url("../img/home/ball_bg.png");
    animation-delay: 0.6s;
}
.balloon:nth-child(4) {
    top: 353px;
    left: 773px;
        background-image: url("../img/home/ball_bg5.png");
    animation-delay: 1s;
}
.balloon:nth-child(5) {
  top: 600px;
  left: 500px;
  background-image: url("../img/home/ball_bg4.png");
  animation-delay: 1.2s;
}
.balloon:nth-child(6) {
  top: 700px;
  left: 25px;
  background-image: url("../img/home/ball_bg6.png");
  animation-delay: 0.2s;
}
.balloon:nth-child(7) {
  top: 800px;
  left: 750px;
  background-image: url("../img/home/ball_bg7.png");
  animation-delay: 1.4s;
}
.balloon:nth-child(8) {
  top:420px;
  left: 200px;
  background-image: url("../img/home/ball_bg9.png");
  animation-delay: 1.4s;
}
.balloon:nth-child(9) {
  top: 450px;
  left: 209px;
  background-image: url("../img/home/ball_bg3.png");
  animation-delay: 1.4s;
}

@keyframes balloon {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}

------------------ */

/* =====================
joboffer一覧
 ======================= */

.anchor_list {
  display: flex;
  flex-wrap: wrap;
}

.anchor_list li {
  width: 19.75%;
  margin-right: 0.3125%;
  margin-bottom: 0.3rem;
}

.anchor_list li:nth-child(5n) {
  margin-right: 0;
}

.anchor_list li a {
  display: block;
  border: 1px solid #00A26A;
  text-decoration: none;
/*  background: #00A26A;*/
  position: relative;
  padding: 1.0rem 1.0rem 1.0rem 4.0rem;
}

.anchor_list li a:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color:#e05506 transparent;
  position:absolute;
  -webkit-transform:rotate(135deg);
          transform:rotate(135deg);
  left:1.8rem;
  top:0;
  bottom:0;
  margin:auto;
}

.stepnav_list_item {
  padding-top: 9.5rem;
}

.stepnav_list_item .name {
  display: flex;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 5.0rem;
}

.stepnav_list_item .name i {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 2.0rem;
}

.stepnav_list_item .name:before {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #e3e3e3;
  order: 2;
  margin-left: 2.0rem;
  margin-top: 0.25em;
}

.stepnav_list_item .name:after {
  content: "";
  width: 12.0rem;
  height: 2px;
  background: #01a269;
  position: absolute;
  right: 0;
  top: 0.25em;
}

.stepnav_list_item .detail {
  border: 1px solid #e0e0e0;
  padding: 3.0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stepnav_list_item .detail ul {
  width: 48%;
}

.stepnav_list_item .detail ul li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.5rem;
}

.stepnav_list_item .detail ul li:before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.stepnav_list_item .detail ul li.heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.0em;
  padding-left: 0;
}

.stepnav_list_item .detail ul li.heading:before {
  display: none;
}

.stepnav_list_item .detail ul li.heading:nth-of-type(n+2) {
  margin-top: 1.5em;
}

ul.items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.items li.item {
    flex: 0 0 calc(33.333% - 40px);
    margin-right: 40px;
    margin-bottom: 50px;

        border: 1px solid #00A26A;
}

ul.items li.item:nth-child(3n) {
  margin-right: 0;
}

.section .item a:hover {
     border: solid 2px #00A26A;
}
 .thumb_info {
    border: solid 2px #00A26A;
    background-color:#00A26A;
    color:#fff;
    position: relative;
    margin-right:10px;
}
.item .date {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}
.item p{
  margin-bottom:1.2rem;
}
.title{
  font-size:2rem;
  font-weight: bold;
  margin-top:30px;
  margin-bottom:20px;
}
.NewsYearlyNavi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.NewsYearlyNavi_item {
    margin: 0 9px 18px;
}
.NewsYearlyNavi_link {
  margin: 0 9px 18px;
    display: block;
    width: 108px;
    height: 28px;
    line-height: 26px;
    border: solid 2px #00A26A;
    border-radius: 20px;
    text-align: center;
    color: #4c1f67;
}
.hero_inner{
    flex-direction: column;
}
.search-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.search-block,.search-block1{
    padding:20px;	
	background-color: #f1f1f1;
}
.search-block{
	margin-bottom:20px;
}
.column-one {
  padding: 0 10px;
}

.column-two {
  background-color: #e0e0e0;
  background:url(/wp-content/uploads/2023/05/search.jpg) no-repeat center/cover; 
  padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
}
.column-two h3,.white{
color:#fff!important;
font-size: 3rem;
font-weight: bold;
    color: #fff;
}
	.accordion-menu {
    display: none;
    position: absolute;
    left: 50%;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.accordion-menu h3 {
    cursor: pointer;
    margin-bottom: 10px;
}


.triangle {
    width: 0;
    border: 10px solid #011446;
    border-color: transparent transparent transparent #011446;
    width: 50px;
    margin: 0 auto;
}

.submenu {
  display: none;
  background-color: #00A26A;
  width: 800px;
  
}
.sidebar-menu {
    display: none;
    position: fixed;
    right: 0;
    top: 120px;
    width: 800px;
    height: 100%;
    background-color: white;
    padding: 20px;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 999;
    background-color: #00A26A;
}
		.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 20px;
}

.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}

.grid-item img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 10px;
}

.grid-item p {
    margin: 0;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
}

.sidebar-footer {
    position: fixed;
    bottom: 0;
    right: 0px;
    width:800px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;

}

.job-count {
    font-size: 16px;
    margin-left:30px;
}
#jobCount{
    font-size:3rem;
}

.search-btn {
    background-color: #00A26A;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.search-icon {
    background-image: url('search_icon.png');
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 5px;
}

.back-btn {
    background-color: #ccc;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin-right:30px;
}

.menuto-trigger, .menuto-burger, .menuto-burger:before, .menuto-burger:after{
	background-color: #2ca26a!important;
}
.menu-body{
	background-color: #ffffff!important;
}
.pc_in{
  display: inline-block;
  /* padding-right: 10px; */
}
.space{
margin-left:-20px;}
/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 360px){
.area_list a {
  padding: 1px;
}
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
.area_list{
  width:100%;
}
}
@media (max-width: 992px) {
.space{
  margin-left:0px;
  }
.column-two{
  background-color: #001549;
  background:url(../../static/img/shared/jobseeker//search_sp.png) no-repeat center/cover;
  padding: 10px 5px; 
  }
.triangle {
  width: 0;
  border: 10px solid #011446;
  border-color: transparent transparent transparent #011446;
  margin-top: 22px;
  margin-left: 10px;
}
.triangle {
  /* width: 0; */
  /* border: 5px solid #011446; */
  /* border-color: transparent transparent transparent #011446; */
  /* width: 50px; */
  /* width: 10px; */
  /* margin: 0 auto; */
  content: "";
  position: absolute;
  top: 31%;
  /* right: -10px; */
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #011446;
}
  .fa, .fas {
    font-size: 3rem;
}
.balloon-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	}
.balloon-content h2{
	font-size:1.5rem;
     padding:1rem;
	 }
	#header{
	    height: 150px!important;
	}
	.area_list a{
	   padding: 5px;
	}
  .hero {
    background-image: url(../../static/img/shared/jobseeker/hero_sp.jpg);
    height: 59.2vw;
  }
  .inner_area {
    width: 100%;
    background: url(../../static/img/shared/jobseeker/japanmap.png) no-repeat center/cover;
}
  .anchor_list {
    justify-content: space-between;
  }
  .anchor_list li {
    width: 48.8%;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .anchor_list li a {
    padding: 1.0rem 1.0rem 1.0rem 3.0rem;
  }
  .anchor_list li a:before {
    left: 1.2rem;
  }
  .stepnav_list_item {
    padding-top: 6rem;
  }
  .stepnav_list_item .name {
    flex-wrap: wrap;
    font-size: 1.8rem;
    line-height: 1.0;
    margin-bottom: 3.0rem;
    font-size: 3rem;
  }
  .stepnav_list_item .name i {
    order: 5;
    width: 100%;
    margin-left: 0;
    margin-top: 1.0rem;
    font-size: 1.3rem;
  }
  .stepnav_list_item .name:after {
    width: 7.2rem;
  }
  .stepnav_list_item .detail {
    padding: 1.5rem;
  }
  .stepnav_list_item .detail ul {
    width: 100%;
  }
  .stepnav_list_item .detail ul li.heading {
    font-size: 1.6rem;
  }
  .stepnav_list_item .detail ul:nth-child(n+2) li.heading:first-child {
    margin-top: 1.5em;
  }
  ul.items li.item{
    flex: 0 0 calc(100% - 0px);
  }
  .balloon_inner{
    height:auto;
    background-size: 50%;
  }
  .column-two .white{
    font-size:3rem!important;
    /* margin-bottom: 190px; */
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  }
  .area_list li{
    padding: 0;
  }
  .area_list li:not(:last-child)::after {
        padding: 0px;
  }
  .sidebar-footer,.sidebar-menu{
   max-width:800px;
  }
  .balloon {
      position: static;
      display: inherit;
/*      margin: 20px auto; */
  }
  .small {
      width: 150px;
      height: 150px;
  }
  .medium {
      width: 150px;
      height: 150px;
  }
  .large {
      width: 150px;
      height: 150px;

       .balloon.medium.pc {
        display: none;
    }
    
  }
}
@media (max-width: 500px){
  .column-two .white{
  font-size:1.7rem!important;
  }
}

