.swiper-container .swiper-button-prev.swiper-button-white {
  left: 25%;
}

.swiper-container .swiper-button-next.swiper-button-white {
  right: 25%;
}

.wrapper{
  padding-top:80px;
}

/*=========  mainvisual  ==========*/
.swiper-container {
  padding: 25px 0;
}

.swiper-container .swiper-slide img {
  max-width: 100%;
  /*height: auto;*/
  width:100%;
}

.catch-img{}
.catch-img img{
  width:100%;
  vertical-align: bottom;
}

.movie-top{
  max-width:800px;
  margin:40px auto;
}

.swiper-slide a{
  /*height:500px;*/
  display:block;
}

.swiper-slide img {
width:100%;
}

.flow{
  /*background-color:#333;*/

}
/*
.wrap{
  padding:2rem 0;
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
}*/
.common-ttl{
color: #fff;
text-align: center;
padding: 1.8rem;
font-size:30px;
line-height:1.8em;
font-weight:bold;
font-style:italic;
position:relative;
display:inline-block;
letter-spacing:.3em;
}
.text-center{
  text-align:center;
}
.common-ttl span{
      font-size: 50px;
}

.common-ttl:before{
  position:absolute;
  height:100%;
  content:"";
  width:2px;
  background-color:#fff;
  -webkit-transform: skewX(-150deg);
-moz-transform: skewX(-150deg);
transform: skewX(-150deg);
left:0;
top:0;
}
.common-ttl:after{
  position:absolute;
  height:100%;
  content:"";
  width:2px;
  background-color:#fff;
  -webkit-transform: skewX(150deg);
-moz-transform: skewX(150deg);
transform: skewX(150deg);
right:0;
top:0;
}

.flow .flow-inner{
  padding:0rem 0 2rem;
}
.flow .img{
  text-align:center;
  width:100%;
}

.flow .img img.sp{
  display:none;
}

/*
.swiper-slide img {
  box-shadow: 0 0 15px 0px #00000052;
  object-fit: cover;
  width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}*/

.mainvisual-slider {
  /*margin-bottom: 30px;*/
  background-color:#333;
}

.text-wrap {
  position: absolute;
  bottom: 0;
  background-color: #ffffffe0;
  width: 96%;
  height: 32%;
  left: 50%;
  transform: translate(-50%, -21px);
}

.main-text:before {
  height: 100px;
  width: 1px;
  position: absolute;
  content: '';
  background-color: #002e71;
  top: 0;
  right: 12px;
}

.main-text:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 100px;
  height: 1px;
  background-color: #002e71;
}

.border-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.border-wrapper:before {
  height: 100px;
  width: 1px;
  position: absolute;
  content: '';
  background-color: #002e71;
  bottom: 0;
  left: 12px;
}

.border-wrapper:after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #002e71;
}

.main-text {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

span.job {
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #fff;
  padding: 5px 35px;
  border-radius: 30px;
  border: 2px solid #002F71;
  min-width: 120px;
}

.main-text .main-ttl {
  font-size: 25px;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 12px;
}

/*=========  main  ==========*/
.top-ttl h2 {
  font-size: 35px;
}

.inner .top-ttl {
  padding: 0px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.top-ttl:before {
  content: "YOU CAN DO IT !!!";
  position: absolute;
  width: auto;
  font-size: 140px;
  font-weight: bold;
  color: #EEF4FF;
  z-index: -1;
}

.top-ttl-img {
  margin-right: 40px;
}

.left-content {
  width: 100%;
}

.content {
  justify-content: space-between;
}

/*=========  main-center  ==========*/
.content-center {
  width: 76%;
}

.item-img img {
  width: 100%;
}

.job-wrap {
  background-color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  border: 2px solid #002F71;
  display: inline-block;
  margin-bottom: 20px;
}

.list-ttl {
  font-size: 18px;
}

.list-text i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #DBDBDB;
  font-size: 20px;
}

.list-company {
  margin-bottom: 15px;
}

.list-desc {
  font-size: 13px;
  line-height: 1.3;
  color: #9F9F9F;
}

.more-btn {
  text-align: center;
}

.more-btn a {
  display: inline-block;
  background-color: #002F71;
  color: #fff;
  font-size: 17px;
  border-radius: 25px;
  padding: 12px 15px;
  width: 225px;
}

/*=========  main-right  ==========*/
.columun-wrap {
  width: 100%;
  border: 1.5px solid #002F71;
  background-color:#fff;
}

.col-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.col-ttl h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.col-ttl p {
  font-size: 14px;
  color: #3585C5;
  font-weight: 600;
}

.right-content {
  width: 21%;
}

.col-inner {
  width: 82%;
  margin: 0 auto;
  padding: 25px 0;
}

.col-img {
  line-height: 0;
}

.col-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.col-img img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

span.col-cate {
  position: absolute;
  top: -12px;
  left: 15px;
  background-color: #002e71;
  padding: 5px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
}

.col-item {
  margin-bottom: 25px;
}

.col-text-ttl {
  font-size: 15px;
}

.col-bottom {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  text-align: right;
  color: #9B9B9B;
}

.col-bottom p:first-child {
  margin-bottom: 5px;
}

.btn a {
  width: 100%;
  background-color: #002F71;
  color: #fff;
  font-size: 15px;
  border-radius: 25px;
  padding: 15px;
  display: block;
  text-align: center;
}

.col-list-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1B659E;
}

.col-list-wrap i {
  font-size: 19px;
  margin-right: 7px;
}

.side-ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.tag-list li {
  margin-bottom: 10px;
}

.tag-list li:last-child {
  margin-bottom: 0;
}

.tag-list li a {
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 25px;
  background-color: #CCE0EF;
}

.popu-ttl {
  font-size: 13px;
}

.popu-item {
  margin-bottom: 12px;
}

.popu-item {
  margin-bottom: 18px;
  position: relative;
}

.popu-item:last-child {
  margin-bottom: 0;
}

.col-list-wrap:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.top-intro {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:80px;
}

.top-intro .img-area{
  width:45%;
  background-color:#333;
  background-image:url(../img/bg-img.jpg);
  background-size:cover;
  background-position: center;
  color:#fff;
  padding:5rem 3rem;
  position:relative;
  z-index:2;

}
.top-intro .red-area{
  width:55%;
  background-color:#AA1010;
  color:#fff;
  padding:5rem 3rem;
  position:relative;
  z-index:0;
}

.top-intro .main-copy {
  position: absolute;
right: -136px;
top: 51px;

}
.top-intro .main-copy .ttl {

  font-size: 54px;
    font-weight: bold;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-intro .main-copy .txt {
  margin-top:2rem;
  line-height:1.8em;
  font-size:20px;
}
.top-intro .info {
  display:inline-block;
  border:1px solid #fff;
  padding:2rem;
  position:relative;
  margin-left: 7rem;
      margin-top: 4rem;
}
.top-intro .info .ttl {
  font-size: 25px;
    text-align: center;
    background-color: #aa1010;
    margin-top: -77px;
}
.top-intro .info .ttl i{
vertical-align: sub;
}
.top-intro .info .list {
  font-size:20px;
}
.top-intro .info .list li{
  padding:1rem;
  letter-spacing: .1em;
}
.top-intro .info .list a{
  font-weight:bold;
  text-decoration:underline;
  color:#fff;
}
.top-intro .info .list i{
  font-size:50px;
  margin-right:1rem;
  font-weight:bold;
}

.banner-wrap{
  margin-top:40px;
  display:flex;
  justify-content:space-between;
}
.banner-wrap .banenr{
  width:32%;
}
