@charset "utf-8";

/*====================
初めての方へ
====================*/
.su-title{
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.su-title img{
  position: relative;
  width: 30px;
  height: auto;
}

.su-title h1{
  position: relative;
  color: #00A109;
  font-size: 2rem;
}

.recruit-merit-wrap{
  position: relative;
  margin: 2rem auto;
  padding: 2rem 0;
  background-color: #FDF3D3;
}

.recruit-merit{
  text-align: center;
  color: #00A109;
}

@media screen and (max-width: 960px) {
  .su-title img{
    width: 24px;
  }
  .su-title h1{
    font-size: 1.5rem;
  }
  .recruit-merit{
    font-size: 12px;
  }
}

/*====================
問い合わせの流れ
====================*/
.service-title{
  position: relative;
  margin: 0 auto;
  padding-bottom: 1rem;
  width: fit-content;
}

.service-title-text{
  position: relative;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
}
.service-title h2{
  position: relative;
  color: #FFA908;
  font-size: 2rem;
  text-align: center;
}

.service-title-img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.em-flow-cont{
  width: 85%;
  max-width: 1024px;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.em-flow-item{
  position: relative;
  width: 29%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  font-size: 14px;
}

.em-flow-item:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  border-radius: 10px;
  z-index: -1;
}

.em-flow-item h3{
  position: relative;
  color: #00A109;
  font-size: 20px;
  text-align: center;
}

.em-flow-item img{
  width: auto;
  height: 140px;
  margin: 0 auto;
}

.em-flow-item-num{
  position: absolute;
  top: 0;
  left: 0;
  width: 38px!important;
  height: auto!important;
}

.em-flow-arrow{
  width: 24px;
  height: auto;
}

@media screen and (max-width: 960px) {
   .em-flow-cont{
    width: 90%;
  }
  .service-title h2{
    font-size: 1.5rem;
  }
  .em-flow-item{
    position: relative;
    width: 45%;
    padding: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
   .em-flow-cont{
    width: 90%;
    flex-direction: column;
  }
  .em-flow-item{
    position: relative;
    width: 100%;
    padding: 1.5rem;
  }
  .em-flow-item h3{
    position: relative;
    color: #00A109;
    font-size: 18px;
    text-align: center;
  }
  .em-flow-item img{
    width: auto;
    height: 140px;
    margin: 0 auto;
  }
  .em-flow-item-num{
    position: absolute;
    top: 0;
    left: 0;
    width: 32px!important;
    height: auto!important;
  }
  .em-flow-arrow{
    width: 24px;
    height: auto;
    transform: rotate(90deg);
  }
}
/* ===============================
   タブ表示
   =============================== */

.support-wrap{
  width: 80%;
  margin: 3rem auto;
}

.tab-title{
  margin: 1rem auto 3rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  font-size: 1.5rem;
  color: #FF9503;
}

.tab-title img{
  width: 50%;
  margin: 0 auto;
  max-width: 600px;
  height: auto;
}

.tab-cta{
  position: relative;
  margin: 5rem auto 0;
  width: 100%;
  padding: 3rem 0;
  background-color: #FFF2E0;
}

.tab-cta-inner{
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.tab-group {
    margin-top: 20px;
    width: 500px;
    list-style: none;
    text-align: center;
}

.tab-button {
    display: flex;
  	gap: .25rem;
    list-style: none;
    cursor: pointer;
}

.tab-button .is-active {
    background: #00A109;
    color: #FFF;
}

.tab {
    width: calc(100% / 4);
    padding: 1rem .25rem;
    border-bottom: none;
  	background: #D2EDD3;
  	color: #00A109;
  	text-align: center;
}

.tab:hover{
    background: #00A109;
    color: #FFF;
}

.tab-contents {
    border-top: none;
    background: #FFF;
    //min-height: 500px;
}

.content {
    display: none;
    padding: 8px;
    text-align: left;
}

.content.is-display {
  padding: 3rem 5%;
  display: flex;
  gap: 5%;
  justify-content: center;
  align-items: center;
}

.content-text {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.content-text-st{
  font-size: 3.5rem;
  font-weight: 800;
  color: #FF9404;
  text-align: center;
}

.content-text-head{
  text-align: center;
  font-size: 1.25rem;
  color: #FF9404;
}

.content-text-link{
  font-size: 1.25rem;
  color: #0076FF;
  text-decoration: under-line;
  text-align: center;
}

.content-text-img{
  width: 40%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .support-wrap{
    width: 90%;
    margin: 3rem auto;
  }
  .tab-title{
    margin: 1rem auto 2rem;
    font-size: 1rem;
  }

  .tab-title img{
    width: 90%;
  }
  .tab-cta{
    position: relative;
    margin: 3rem auto 0;
    width: 100%;
    padding: 2rem 0;
  }
  .tab-cta-inner{
    width: 95%;
  }
  .tab {
      width: calc(100% / 2.1);
      padding: 1rem .25rem;
  }
  .tab-button {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    font-size: 12px;
  }
  .content.is-display {
    padding: 1rem;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .content-text-img{
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
}

@media screen and (max-width: 414px) {
  .content-text {
    gap: 1rem;
    font-size: 12px;
  }
  .content-text-st{
    font-size: 2rem;
  }
  .content-text-head{
    font-size: 1rem;
  }
  .content-text-link{
    font-size: 1rem;
  }
}