@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#content .mv_area {
  position: relative;
  top: 0;
  left: 0;
}
#content .mv_area .mv_text {
  position: absolute;
  bottom: 34%;
  left: 10%;
  color: #fff;
  font-size: 2.9vw;
  line-height: 2em;
}
@media screen and (max-width:800px) {
  #content .mv_area .mv_text {
    position: absolute;
    bottom: 27%;
    left: 6%;
    color: #fff;
    font-size: 4.8vw;
    line-height: 1.6em;
  }
}
#content .mv_area .text_img {
  position: absolute;
  bottom: 0;
  left: 9%;
  width: 44%;
}
@media screen and (max-width:800px) {
  #content .mv_area .text_img {
    left: 0;
    width: 100%;
  }
}
#content .concept_wrap {
  position: relative;
}
@media screen and (max-width:800px) {
  #content .concept_wrap {
    background: none;
  }
}
#content .concept_wrap .concept_wrap__in {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/recruit/recruit_concept_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width:800px) {
  #content .concept_wrap .concept_wrap__in {
    display: none;
  }
}
#content .concept_block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
  width: 90%;
  padding-top: 60px;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #content .concept_block {
    display: block;
    padding-top: 6vw;
  }
}
#content .concept_block dt {
  width: 53%;
}
@media screen and (max-width:800px) {
  #content .concept_block dt {
    display: none;
  }
}
#content .concept_block dd {
  width: 41%;
}
@media screen and (max-width:800px) {
  #content .concept_block dd {
    width: 100%;
  }
}
#content .concept_block p {
  color: #fff;
  line-height: 2.2em;
}
@media screen and (max-width:800px) {
  #content .concept_block p {
    color: #000;
    line-height: 1.6em;
    font-size: 3.5vw;
  }
}
#content .btn_wrap {
  max-width: 400px;
  width: 100%;
  margin: 70px auto 80px;
}
@media screen and (max-width:800px) {
  #content .btn_wrap {
    margin-top: 7vw;
    margin-bottom: 14vw;
    width: 59%;
  }
}
#content .btn_wrap a {
  display: block;
  box-sizing: border-box;
  padding: 23px 0;
  text-align: center;
  color: #fff;
  background: url(../images/btn_bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width:800px) {
  #content .btn_wrap a {
    padding: 2vw 0;
    font-size: 4vw;
  }
}

#content_under {
  overflow: hidden;
  background: url(../images/recruit/recruit_under_top.jpg) no-repeat center top/100% auto;
  background-color: #F9F8F8;
}
@media screen and (max-width:800px) {
  #content_under {
    background: url(../images/recruit/recruit_under_top_sp.jpg) no-repeat center top/100% auto;
  }
  #content_under .content_list {
    margin: 0 calc(50% - 50vw);
  }
}
#content_under .section__in {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#content_under .sec01_text {
  text-align: center;
}
#content_under .sec01_text h1 {
  font-weight: bold;
  color: #1D2088;
}
@media screen and (max-width:800px) {
  #content_under .sec01_text h1 {
    font-size: 6.7vw;
  }
}
#content_under .content_wrap {
  box-sizing: border-box;
  padding: 110px 0;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap {
    padding: 5vw 0;
  }
}
#content_under .content_wrap.content_wrap--bg {
  background-color: #F9F8F8;
}
#content_under .content_wrap .trg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 77px;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .trg {
    margin-top: 3vw;
  }
}
#content_under .content_wrap .trg li {
  cursor: pointer;
  border-top: 1px solid #1D2088;
  border-right: 1px solid #1D2088;
  border-left: 1px solid #1D2088;
  width: 31%;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 14px 0;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .trg li {
    padding: 0.5vw 0;
    width: 32%;
  }
}
#content_under .content_wrap .trg li:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  width: 20px;
  background: url(../images/recruit/trg_arw.svg) no-repeat center/100% auto;
  transition: all 0.3s ease-out;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .trg li:after {
    right: 4%;
    width: 3vw;
  }
}
#content_under .content_wrap .trg li.active {
  padding: 18px 0;
  background-color: #1D2088;
  color: #fff;
  width: 33%;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .trg li.active {
    padding: 1.5vw 0;
    width: 32%;
  }
}
#content_under .content_wrap .trg li.active:after {
  background: url(../images/recruit/trg_arw_active.svg) no-repeat center/100% auto;
}
#content_under .content_wrap .content_list {
  border: 1px solid #1D2088;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .content_list {
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
}
#content_under .content_wrap .content_item {
  max-width: 800px;
  padding-top: 80px;
  padding-bottom: 70px;
  width: 90%;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .content_item {
    width: 75%;
    line-height: 150%;
    padding-top: 10vw;
    padding-bottom: 6vw;
  }
}
#content_under .content_wrap .content_item.active {
  display: block;
}
#content_under .content_wrap .content_item .item_title {
  text-align: center;
  color: #1D2088;
  font-weight: bold;
  margin-bottom: 55px;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .content_item .item_title {
    margin-bottom: 5vw;
  }
}
#content_under .content_wrap .content_item .content_item_wrap dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  padding: 36px 0;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .content_item .content_item_wrap dl {
    border: none;
    display: block;
    padding: 2vw 15%;
    margin: 0 calc(50% - 50vw);
  }
  #content_under .content_wrap .content_item .content_item_wrap dl:nth-child(odd) {
    background-color: #F9F8F8;
  }
}
#content_under .content_wrap .content_item .content_item_wrap dl:last-child {
  border-bottom: 1px solid #000;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .content_item .content_item_wrap dl:last-child {
    border: none;
  }
}
#content_under .content_wrap .content_item .content_item_wrap dl dt {
  font-weight: bold;
  min-width: 100px;
  width: 100px;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .content_item .content_item_wrap dl dt {
    min-width: 0;
    width: 100%;
  }
}
#content_under .content_wrap .content_item .content_item_wrap dl dd {
  width: 100%;
  margin-left: 84px;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .content_item .content_item_wrap dl dd {
    margin-left: 0;
    margin-top: 1vw;
    line-height: 170%;
  }
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .content_item {
    width: 75%;
    line-height: 150%;
  }
}
#content_under .content_wrap .content_item p {
  text-align: center;
  line-height: 270%;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .content_item p {
    text-align: left;
    line-height: 150%;
  }
}
#content_under .content_wrap .btn_wrap {
  max-width: 400px;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .btn_wrap {
    margin-top: 11vw;
    width: 59%;
  }
}
#content_under .content_wrap .btn_wrap a {
  display: block;
  box-sizing: border-box;
  padding: 23px 0;
  text-align: center;
  color: #fff;
  background: url(../images/btn_bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width:800px) {
  #content_under .content_wrap .btn_wrap a {
    padding: 2vw 0;
    font-size: 4vw;
  }
}/*# sourceMappingURL=recruit.css.map */