@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;
}

@keyframes beyooon_h4 {
  0% {
    transform: scale(0.5);
  }
  16% {
    opacity: 1;
    transform: scale(1.22);
  }
  28% {
    transform: scale(1);
  }
  88% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/**scss共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
}
#section01 .section__in1100 {
  width: 90%;
  height: 100%;
  max-width: 1100px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#section01 h2.h2_001 {
  position: absolute;
  left: 0;
  bottom: 12%;
  color: #fff;
  font-weight: bold;
  line-height: 160%;
}
#section01 h2.h2_001.textright {
  left: auto;
  right: 0;
  bottom: 25%;
}
@media screen and (max-width: 767px) {
  #section01 h2.h2_001 {
    bottom: auto;
    line-height: 150%;
    bottom: 20%;
  }
}
#section01 h2.h2_002 {
  position: absolute;
  left: 0;
  bottom: 12%;
  color: #fff;
  font-weight: bold;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  #section01 h2.h2_002 {
    line-height: 150%;
    left: 0%;
    right: auto;
    bottom: 20%;
  }
}
#section01 h2.h2_003 {
  position: absolute;
  left: 0;
  bottom: 25%;
  color: #fff;
  font-weight: bold;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  #section01 h2.h2_003 {
    line-height: 150%;
    left: 0%;
    right: auto;
    bottom: 32%;
  }
}
#section01 .panel {
  width: 40%;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 30px 0 30px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #section01 .panel {
    width: 100%;
    max-width: 800px;
  }
}
#section01 .panel .company {
  font-weight: 500;
  letter-spacing: 0.1em;
}
#section01 .panel .company.color1 {
  color: #db0000;
}
#section01 .panel .company.color1.pink {
  color: #f35a7f;
}
#section01 .panel .company.color2 {
  color: #00913E;
}
#section01 .panel .company.color2.red {
  color: #e60013;
}
#section01 .panel .company.color3 {
  color: #001B78;
}
#section01 .panel .company.color3.green {
  color: #068851;
}
#section01 .panel .company.color4 {
  color: #8A389D;
}
#section01 .panel .company.color4.blue {
  color: #001b78;
}
#section01 .panel .company.color5 {
  color: #FF9519;
}
#section01 .panel .company span {
  display: inline-block;
  padding-left: 15px;
  font-weight: 400;
  vertical-align: 4px;
  letter-spacing: 0.0em;
}
#section01 .panel .name {
  font-weight: 500;
  padding: 5px 0 15px 0;
  letter-spacing: 0.2em;
}
#section01 .panel .name span {
  display: inline-block;
  padding-left: 18px;
  font-weight: 400;
  vertical-align: 4px;
  letter-spacing: 0.0em;
}

#section02 {
  width: 100%;
  padding: 245px 0 150px 0;
}
@media screen and (max-width: 767px) {
  #section02 {
    padding: 150px 0 75px 0;
  }
}
#section02 .section__in1000 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#section02 h3 {
  width: 40%;
  max-width: 254px;
  margin: 100px auto 60px auto;
}
@media screen and (max-width: 767px) {
  #section02 h3 {
    margin: 30px auto 30px auto;
  }
}
#section02 h4 {
  width: 100%;
  text-align: center;
  color: #001b78;
  margin: 70px auto 60px auto;
  letter-spacing: 0.1em;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  #section02 h4 {
    margin: 35px auto 30px auto;
  }
}
#section02 .base_text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 767px) {
  #section02 .base_text {
    margin: 0 auto 50px auto;
  }
}
#section02 .base_text p {
  width: 100%;
  margin-bottom: 30px;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  #section02 .base_text p {
    margin-bottom: 25px;
  }
}
#section02 h5 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #001b78;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #section02 h5 {
    padding-top: 15vw;
  }
}
#section02 .days_clum {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 15px;
}
#section02 .days_clum .line_sen {
  width: 2px;
  height: calc(100% - 5px);
  background-color: #CCCCCC;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 6px;
}
#section02 .days_clum .hito1 {
  position: absolute;
  width: 150px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #section02 .days_clum .hito1 {
    width: 35%;
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }
}
#section02 .days_clum .hito2 {
  position: absolute;
  width: 150px;
  top: 300px;
  right: 220px;
}
@media screen and (max-width: 767px) {
  #section02 .days_clum .hito2 {
    top: 0px;
    right: 0px;
    width: 35%;
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }
}
#section02 .days_clum .hito4 {
  position: absolute;
  width: 150px;
  top: 25px;
  right: 200px;
}
@media screen and (max-width: 767px) {
  #section02 .days_clum .hito4 {
    top: 0px;
    right: 0px;
    width: 35%;
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }
}
#section02 .days_clum .days_clum__in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#section02 .days_clum .point {
  width: 15px;
  padding-top: 6px;
}
#section02 .days_clum .point .maru {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #001B78;
}
#section02 .days_clum .time {
  width: 82px;
  margin-right: 25px;
  text-align: right;
  color: #001B78;
}
@media screen and (max-width: 767px) {
  #section02 .days_clum .time {
    width: 13vw;
    margin-right: 3vw;
  }
}
#section02 .days_clum .text {
  width: calc(100% - 15px - 82px - 25px - 150px);
  margin-right: 150px;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  #section02 .days_clum .text {
    width: calc(100% - 15px - 13vw - 3vw);
    margin-right: 0px;
    margin-bottom: 35px;
  }
}
#section02 .days_clum .lastmb {
  margin-bottom: 0 !important;
}

#section03 {
  width: 100%;
  padding: 100px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #section03 {
    padding: 75px 0;
  }
}
#section03 .section__in1000 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#section03 .fukicontena {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 100px;
}
@media screen and (max-width: 767px) {
  #section03 .fukicontena {
    padding: 6vw 5vw;
  }
}
#section03 .fukicontena h4 {
  width: 90%;
  max-width: 405px;
  margin: 0 auto 35px auto;
  opacity: 0;
  transform: scale(0.5);
}
@media screen and (max-width: 767px) {
  #section03 .fukicontena h4 {
    margin: 0 auto 15px auto;
  }
}
#section03 .fukicontena h4.active {
  animation: beyooon_h4 2.5s forwards;
}
#section03 .fukicontena p {
  line-height: 200%;
}
#section03 .fukicontena .fukifuki {
  position: absolute;
  top: calc(100% - 5px);
  width: 82px;
  left: 52%;
}
@media screen and (max-width: 767px) {
  #section03 .fukicontena .fukifuki {
    width: 13vw;
  }
}

#section04 {
  width: 100%;
}

#section05 {
  width: 100%;
  padding: 100px 0 0 0;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #section05 {
    padding: 75px 0 0 0;
  }
}
#section05 .last_cap {
  width: 90%;
  max-width: 1000px;
  margin: 100px auto 5px auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #section05 .last_cap {
    margin: 50px auto 5px auto;
  }
}
#section05 .section__in1000 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section05 .section__in1000 {
    width: 100%;
  }
}
#section05 ul.last_botan {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section05 ul.last_botan li {
  width: 46.5%;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  #section05 ul.last_botan li {
    width: 100%;
    margin-bottom: 20vw;
  }
}
#section05 ul.last_botan .imgin {
  position: relative;
}
#section05 ul.last_botan h5 {
  font-weight: bold;
  color: #001B78;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #section05 ul.last_botan h5 {
    margin-left: 5%;
  }
}

/***********************************/
a.last_icon01 {
  position: absolute;
  z-index: 20;
  width: 45%;
  bottom: -20%;
  right: -10%;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #DB0000;
  -webkit-transform: translate(0%, 0%) scale(1);
  transform: translate(0%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #fff;
}
a.last_icon01.pink {
  background-color: #f35a7f;
}
@media screen and (max-width: 767px) {
  a.last_icon01 {
    width: 40%;
    right: 5%;
  }
}
a.last_icon01:hover {
  -webkit-transform: translate(0%, 0%) scale(1.075);
  transform: translate(0%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  a.last_icon01:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
a.last_icon01 .ttl_all {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.last_icon01 .ttl {
  margin-bottom: 8px;
}
a.last_icon01 .ttl div {
  font-weight: bold;
}
a.last_icon01 .ttl .midashi {
  padding: 5px 0 10px 0;
}
a.last_icon01 .nomaltext {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 160%;
}
a.last_icon01 .botan {
  width: 54px;
  margin: 0 auto;
}

a.last_icon02 {
  position: absolute;
  z-index: 20;
  width: 45%;
  bottom: -20%;
  right: -10%;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #00913E;
  -webkit-transform: translate(0%, 0%) scale(1);
  transform: translate(0%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #fff;
}
a.last_icon02.red {
  background-color: #e60013;
}
@media screen and (max-width: 767px) {
  a.last_icon02 {
    width: 40%;
    right: 5%;
  }
}
a.last_icon02:hover {
  -webkit-transform: translate(0%, 0%) scale(1.075);
  transform: translate(0%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  a.last_icon02:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
a.last_icon02 .ttl_all {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.last_icon02 .ttl {
  margin-bottom: 8px;
}
a.last_icon02 .ttl div {
  font-weight: bold;
}
a.last_icon02 .ttl .midashi {
  padding: 5px 0 10px 0;
}
a.last_icon02 .nomaltext {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 160%;
}
a.last_icon02 .botan {
  width: 54px;
  margin: 0 auto;
}

a.last_icon03 {
  position: absolute;
  z-index: 20;
  width: 45%;
  bottom: -20%;
  right: -10%;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #001B78;
  -webkit-transform: translate(0%, 0%) scale(1);
  transform: translate(0%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #fff;
}
a.last_icon03.green {
  background-color: #068851;
}
@media screen and (max-width: 767px) {
  a.last_icon03 {
    width: 40%;
    right: 5%;
  }
}
a.last_icon03:hover {
  -webkit-transform: translate(0%, 0%) scale(1.075);
  transform: translate(0%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  a.last_icon03:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
a.last_icon03 .ttl_all {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.last_icon03 .ttl {
  margin-bottom: 8px;
}
a.last_icon03 .ttl div {
  font-weight: bold;
}
a.last_icon03 .ttl .midashi {
  padding: 5px 0 10px 0;
}
a.last_icon03 .nomaltext {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 160%;
}
a.last_icon03 .botan {
  width: 54px;
  margin: 0 auto;
}

a.last_icon04 {
  position: absolute;
  z-index: 20;
  width: 45%;
  bottom: -20%;
  right: -10%;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #8A389D;
  -webkit-transform: translate(0%, 0%) scale(1);
  transform: translate(0%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #fff;
}
a.last_icon04.blue {
  background-color: #001b78;
}
@media screen and (max-width: 767px) {
  a.last_icon04 {
    width: 40%;
    right: 5%;
  }
}
a.last_icon04:hover {
  -webkit-transform: translate(0%, 0%) scale(1.075);
  transform: translate(0%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  a.last_icon04:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
a.last_icon04 .ttl_all {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.last_icon04 .ttl {
  margin-bottom: 8px;
}
a.last_icon04 .ttl div {
  font-weight: bold;
}
a.last_icon04 .ttl .midashi {
  padding: 5px 0 10px 0;
}
a.last_icon04 .nomaltext {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 160%;
}
a.last_icon04 .botan {
  width: 54px;
  margin: 0 auto;
}

a.last_icon05 {
  position: absolute;
  z-index: 20;
  width: 45%;
  bottom: -20%;
  right: -10%;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #FF9519;
  -webkit-transform: translate(0%, 0%) scale(1);
  transform: translate(0%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #fff;
}
@media screen and (max-width: 767px) {
  a.last_icon05 {
    width: 40%;
    right: 5%;
  }
}
a.last_icon05:hover {
  -webkit-transform: translate(0%, 0%) scale(1.075);
  transform: translate(0%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  a.last_icon05:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
a.last_icon05 .ttl_all {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.last_icon05 .ttl {
  margin-bottom: 8px;
}
a.last_icon05 .ttl div {
  font-weight: bold;
}
a.last_icon05 .ttl .midashi {
  padding: 5px 0 10px 0;
}
a.last_icon05 .nomaltext {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 160%;
}
a.last_icon05 .botan {
  width: 54px;
  margin: 0 auto;
}

/************共通********************/
h2.title_type1 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 115%;
  color: #001B78;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2.title_type1 {
    font-size: 7.5vw;
  }
}
h2.title_type1 .mark {
  display: block;
  width: 65px;
  margin: 0 auto 25px auto;
}
@media screen and (max-width: 767px) {
  h2.title_type1 .mark {
    width: 15vw;
    max-width: 65px;
    margin: 0 auto 3vw auto;
  }
}
h2.title_type1 p, h2.title_type1 .text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  padding-top: 13px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  h2.title_type1 p, h2.title_type1 .text {
    font-size: 2.8vw;
    padding-top: 2vw;
  }
}

.f36 {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width: 767px) {
  .f36 {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .f36.mini {
    font-size: 6.2vw;
  }
}

.f32 {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f32 {
    font-size: 5.8vw;
  }
}

.f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f30 {
    font-size: 5vw;
  }
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f28 {
    font-size: 4.9vw;
  }
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f24 {
    font-size: 4.8vw;
  }
}

.f22 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f22 {
    font-size: 4.7vw;
  }
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f20 {
    font-size: 4.5vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f18 {
    font-size: 4.2vw;
  }
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f16 {
    font-size: 3.8vw;
  }
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f14 {
    font-size: 3.4vw;
  }
}

.f12 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  .f12 {
    font-size: 2.8vw;
  }
}

/************共通ここまで********************/
@media screen and (max-width: 767px) {
  span.sp_only_br {
    display: block;
  }
}

/*# sourceMappingURL=recruit_other.css.map */
