@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
/*****************************************************************************/
#section01 {
  position: relative;
}

#section01 .first_copy {
  position: absolute;
  width: 90%;
  max-width: 320px;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 800px) {
  #section01 .first_copy {
    width: 55%;
  }
}

/*****************************************************************************/
#section02 {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

#section02 .backtext {
  position: absolute;
  top: -3px;
  left: 0%;
  width: 588px;
}

@media (max-width: 800px) {
  #section02 .backtext {
    left: -3%;
    width: 90%;
  }
}

#section02 .section__in {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

#section02 .inbox {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 0 200px 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section02 .inbox {
    padding: 45px 0 80px 0;
  }
}

#section02 h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 120%;
  color: #faa000;
  text-align: center;
  margin: 0 auto 45px auto;
}

@media (max-width: 800px) {
  #section02 h2 {
    font-size: 7vw;
    margin: 0 auto 20px auto;
  }
}

#section02 p.nomaltext {
  font-size: 17px;
  line-height: 240%;
  margin-bottom: 120px;
  text-align: left;
  padding-top: 15px;
  width: 100%;
}

@media (max-width: 800px) {
  #section02 p.nomaltext {
    font-size: 3.4vw;
    margin-bottom: 60px;
    text-align: left;
  }
}

#section02 dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 140%;
  text-align: left;
  width: 100%;
}

@media (max-width: 800px) {
  #section02 dl {
    font-size: 3vw;
  }
}

#section02 dl dt {
  width: 220px;
  padding: 20px 10px 20px 40px;
  position: relative;
}

@media (max-width: 800px) {
  #section02 dl dt {
    width: 10em;
    padding: 10px 5px 10px 1em;
    padding-left: 1em;
  }
}

#section02 dl dt::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #faa000;
}

#section02 dl dt.last::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #faa000;
}

#section02 dl dd {
  width: calc(100% - 220px);
  padding: 20px 10px 20px 40px;
  border-top: 1px solid #666;
}

@media (max-width: 800px) {
  #section02 dl dd {
    width: calc(100% - 10em);
    padding: 10px 5px 10px 1em;
  }
}

#section02 dl dd.last {
  border-bottom: 1px solid #666;
}

#section02 .botan_entry {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section02 .botan_entry .left {
  width: 46.5%;
}

@media (max-width: 800px) {
  #section02 .botan_entry .left {
    width: 100%;
    margin-bottom: 25px;
  }
}

#section02 .botan_entry .right {
  width: 46.5%;
}

@media (max-width: 800px) {
  #section02 .botan_entry .right {
    width: 100%;
  }
}

#section02 .botan_entry a.linkbt {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 25px 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  border: 1px solid #faa000;
  background-color: #faa000;
}

@media (max-width: 800px) {
  #section02 .botan_entry a.linkbt {
    font-size: 6vw;
    padding: 20px 0;
  }
}

#section02 .botan_entry a.linkbt span {
  position: relative;
  display: inline-block;
  z-index: 10;
}

#section02 .botan_entry a.linkbt::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 5;
}

#section02 .botan_entry a.linkbt:hover {
  color: #faa000;
}

#section02 .botan_entry a.linkbt:hover::after {
  height: 100%;
}

/*****************************************************************************/
#section03 {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

#section03 .backtext {
  position: absolute;
  top: -3px;
  left: 0%;
  width: 588px;
}

@media (max-width: 800px) {
  #section03 .backtext {
    left: -3%;
    width: 90%;
  }
}

#section03 .section__in {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

#section03 .inbox {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 0 200px 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section03 .inbox {
    padding: 0px 0 80px 0;
  }
}

#section03 h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 120%;
  color: #faa000;
  text-align: center;
  margin: 0 auto 45px auto;
}

@media (max-width: 800px) {
  #section03 h2 {
    font-size: 7vw;
    margin: 0 auto 20px auto;
  }
}

#section03 p.nomaltext {
  font-size: 17px;
  line-height: 240%;
  margin-bottom: 120px;
  text-align: left;
  padding-top: 15px;
  width: 100%;
}

@media (max-width: 800px) {
  #section03 p.nomaltext {
    font-size: 3.4vw;
    margin-bottom: 60px;
    text-align: left;
  }
}

#section03 dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 140%;
  text-align: left;
  width: 100%;
}

@media (max-width: 800px) {
  #section03 dl {
    font-size: 3vw;
  }
}

#section03 dl dt {
  width: 220px;
  padding: 20px 10px 20px 40px;
  position: relative;
}

@media (max-width: 800px) {
  #section03 dl dt {
    width: 10em;
    padding: 10px 5px 10px 1em;
    padding-left: 1em;
  }
}

#section03 dl dt::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #faa000;
}

#section03 dl dt.noline::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #fff;
}

#section03 dl dt.last::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #faa000;
}

#section03 dl dd {
  width: calc(100% - 220px);
  padding: 20px 10px 20px 40px;
  border-top: 1px solid #666;
}

@media (max-width: 800px) {
  #section03 dl dd {
    width: calc(100% - 10em);
    padding: 10px 5px 10px 1em;
  }
}

#section03 dl dd p {
  text-indent: -1em;
  padding-left: 1em;
}

#section03 dl dd.last {
  border-bottom: 1px solid #666;
}

#section03 h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  color: #faa000;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  #section03 h3 {
    font-size: 5.4vw;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

#section03 .flow_all {
  width: 100%;
}

@media (max-width: 800px) {
  #section03 .flow_all {
    display: flex;
    justify-content: space-between;
  }
}

#section03 .flow_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  #section03 .flow_title {
    width: 13.5%;
  }
}

#section03 .flow_title .long {
  width: 21.1%;
  padding: 15px 0;
  text-align: center;
  line-height: 100%;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 800px) {
  #section03 .flow_title .long {
    font-size: 4vw;
    width: 100%;
    height: 48vw;
    display: flex;
    align-items: center;
  }
}

#section03 .flow_title .long span {
  text-align: center;
  width: 100%;
  display: inline-block;
}

#section03 .flow_title .long.long1 {
  background-color: #faa000;
  color: #fff;
}

@media (max-width: 800px) {
  #section03 .flow_title .long.long1 {
    height: 55vw;
  }
}

#section03 .flow_title .long.long2 {
  background-color: #f0851b;
  color: #fff;
}

#section03 .flow_title .long.long3 {
  background-color: #ed6c00;
  color: #fff;
}

@media (max-width: 800px) {
  #section03 .flow_title .long.long3 {
    height: 50vw;
  }
}

#section03 .flow_title .long.long4 {
  background-color: #d55e12;
  color: #fff;
}

#section03 .flow_title .min {
  width: 5.2%;
}

@media (max-width: 800px) {
  #section03 .flow_title .min {
    width: 100%;
    height: 15vw;
  }
}

#section03 .flow_title .min.min1 {
  background-image: url(../images/recruit/next01_pc.png);
  background-size: cover;
}

@media (max-width: 800px) {
  #section03 .flow_title .min.min1 {
    background-image: url(../images/recruit/next01_sp.png);
    background-position: center;
  }
}

#section03 .flow_title .min.min2 {
  background-image: url(../images/recruit/next02_pc.png);
  background-size: cover;
}

@media (max-width: 800px) {
  #section03 .flow_title .min.min2 {
    background-image: url(../images/recruit/next02_sp.png);
    background-position: center;
  }
}

#section03 .flow_title .min.min3 {
  background-image: url(../images/recruit/next03_pc.png);
  background-size: cover;
}

@media (max-width: 800px) {
  #section03 .flow_title .min.min3 {
    background-image: url(../images/recruit/next03_sp.png);
    background-position: center;
  }
}

#section03 .flow_title .min.min4 {
  background-image: url(../images/recruit/next04_pc.png);
  background-size: cover;
}

@media (max-width: 800px) {
  #section03 .flow_title .min.min4 {
    background-image: url(../images/recruit/next04_sp.png);
    background-position: center;
  }
}

#section03 .flow_zu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}

@media (max-width: 800px) {
  #section03 .flow_zu {
    width: 65%;
    margin-right: 10.7%;
    margin-top: 0px;
  }
}

#section03 .flow_zu .long {
  width: 21.1%;
  padding: 15px 0;
  text-align: center;
  line-height: 100%;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 800px) {
  #section03 .flow_zu .long {
    font-size: 5.4vw;
    width: 100%;
    padding: 3vw 0;
  }
}

#section03 .flow_zu .long .icon {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  #section03 .flow_zu .long .icon {
    width: 70%;
  }
}

#section03 .flow_zu .long .text {
  font-size: 17px;
  line-height: 160%;
  text-align: left;
  padding-top: 25px;
  width: 100%;
  font-weight: 400;
}

@media (max-width: 800px) {
  #section03 .flow_zu .long .text {
    padding-top: 3vw;
    font-size: 3.4vw;
    text-align: center;
  }
}

#section03 .flow_zu .long .text a {
  color: #faa000;
  text-decoration: underline;
}

#section03 .flow_zu .min {
  width: 5.2%;
}

@media (max-width: 800px) {
  #section03 .flow_zu .min {
    width: 40%;
    margin-left: 30%;
    height: 15vw;
  }
}

#section03 .flow_zu .min.min1 {
  background-image: url(../images/recruit/yaji_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 800px) {
  #section03 .flow_zu .min.min1 {
    background-image: url(../images/recruit/yaji_sp.png);
    background-size: contain;
  }
}

/*****************************************************************************/
#section00 {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

#section00 .backtext {
  position: absolute;
  top: 0;
  left: 0%;
  width: 588px;
}

@media (max-width: 800px) {
  #section00 .backtext {
    left: -3%;
    width: 70%;
  }
}

#section00 .section__in {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

#section00 .inbox {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 90px 0 190px 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section00 .inbox {
    padding: 45px 0 0px 0;
  }
}

#section00 h2 {
  width: 88%;
  max-width: 836px;
  margin: 0 auto 80px auto;
}

@media (max-width: 800px) {
  #section00 h2 {
    width: 90%;
    margin: 0 auto 35px auto;
  }
}

/******************************************************************************/
/******************************************************************************/
/*****************************************************************************/
