@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一覧
 ======================= */
 .image img {
  /* width: 410px; */
  height: 240px;
  width: 100%;
}
.hero {
      height: 745px;
    background: url(../img/stepnav/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);*/
}
.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 #e05506 transparent 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;
  justify-content: space-between; */
  margin: 15px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
}

ul.items li.item {
  flex: 0 0 calc(33.333% - 20px);
    /* margin-right: 20px; */
    /* width: 30%; */
    margin: 10px;
    background: #EDECEB;
    margin-bottom: 30px;
    border: 1px solid #00A26A;
    box-shadow: 0 0 10px #9e9e9e80;
    padding-bottom: 20px ;
    margin: 10px auto;
    padding-bottom: 15px;
}
ul.items li.item:nth-child(3n) {
  margin-right: 0;
}

.section .item a:hover {
/*     border: solid 2px #00A26A; */
}
 .thumb_info {
    border: solid 2px #DB2764;
    background-color: #DB2764;
    color:#fff;
    position: relative;
    margin-right:10px;
        margin-left: 2rem;
}
.item .date {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}
.item p{
  margin-bottom:1.2rem;
      padding: 2rem;
}
.title{
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.7rem;
  padding: 0 2rem;
  height: 27px;
  
}
.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;
}
#stepnav .t-center{
  margin-bottom:50px;
}
#media-content-category-anchor,#status-of-residence-category-anchor,#media-content-category-anchor,#useful-info-category-anchor,#case-category-anchor,#seminar-category-anchor{
	margin-top:120px;
}
.pt-90 {
    padding-top:150px;
}
body {
  background-image:url('../img/stepnav/stepnav_bk_850size.png');
}
/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 992px) {
  .hero {
    background-image: url(../img/stepnav/hero_sp.jpg);
	height: 56.2vw;
  }
  .pt-90{
    padding-top:50px;
  }
  .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;
        color: #000!important;
  }
  .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{
    padding: 0px 0 10px 0;
    margin: 10px 0;
    width: 100%;
  }
  ul.items{
        flex-direction: column;
  }
   ul.items li.item img{
/*    width: 30vw;
    float: left;
    margin: 10px; */
/* 	    width: 100%; */
    height: auto;
    float: left;
    display: block;
    margin: 10px;
   }
   .thumb_info{
    margin-left:0px;
   }
   .title {
    padding: 10px;
    line-height: 1.5rem;
    margin-bottom: 0px;
    height: auto;
}
.image img{
	max-width: 120px!important;
}
}

/* 202406 */
.hero.column {
  background: url(../img/column/hero.jpg) no-repeat center/cover;
}
@media(min-width: 993px){
  .hero.column{
    height: 376px;
  }
}


/* 202411 */
.stepnav_list_item h3.language-ttl {
  border:none;
  padding-left: 15px;
}
.stepnav_list_item h3.language-ttl:before {
  display: none;
}
@media(min-width: 993px){
  .stepnav_list_item h3.language-ttl {
    padding-left: 25px;
  }
}