li {
  list-style: none;
}

.outer-frame {
  margin: 0 auto;
  width: 960px;
}

.image-cont {
  position: relative;
}

.app-recruit-img {
  height: 540px;
  width: 960px;
  background-image: url("../img/recruit/app_recruit/application_Requirements.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.sp-app-recruit-img {
  display: none;
}

.title-block {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  font-size: 14px;
  font-weight: unset;
}

.headline-name {
  color: #ffffff;
  font-size: 45px;
  font-weight: unset;
}

.app-recruit-switch-wrap {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin: 75px 20px;
}

.each-app-recruit-block {
  border: 2px solid #55c3e8;
  display: inline-block;
  padding: 50px 0px;
  text-align: center;
  width: 290px;
}

.each-app-recruit-block:hover {
  background-color: #2cb3e0;
  cursor: pointer;
}

.each-app-recruit-block:hover .eng-title,
.each-app-recruit-block:hover .jap-title {
  color: #ffffff;
}

.eng-title,
.jap-title {
  color: #55c3e8;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-blue {
  color: #55c3e8;
}

.font-weight-blold {
  font-weight: bold;
}

.eng-title {
  font-size: 25px;
}

.app-recruit-cont {
  margin: 0px 65px;
}

.app-title {
  align-items: center;
  color: #55c3e8;
  display: flex;
}

.app-title:after {
  border-top: 1px solid #55c3e8;
  content: "";
  flex-grow: 0.8;
  margin-left: 40px;
  width: 55%;
}

.jap-app-title {
  color: #55c3e8;
  font-size: 12px;
  margin-left: 20px;
}

.app-recruit-item {

}

.item-row {
  display: block;
  margin: 50px 0;
}

.item-name {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  text-align: left;
}

.item-val {
  display: inline-block;
  margin-left: 20px;
  width: 670px;
}

.vertical-line {
  border-left: 7px solid #57C3EA;
  padding-left: 10px;
}

.entory-botton-block {
  clear:both;
  text-align: center;
}

.entory-botton {
  background-color: #2cb3e0;
  border: solid 2px;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 35px;
  letter-spacing: 3px;
  margin-bottom: 50px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  transition: .4s;
  width: 280px;
}

.entory-botton:hover {
  color: #ffffff;
  cursor: pointer;
  opacity: 0.8;
}

.intern-block {
  border: 1px solid #2cb5e1;
  display: inline-block;
  height: 280px;
  margin: 40px;
  padding: 25px;
  width: 270px;
}

.sub-headline {
  background-color:#38b9e0;
  font-size: 20px;
  padding: 5px 0;
  text-align: center;
}

.intern-description {
  height: 125px;
  padding: 18px 0;
}

.internship-button {
  background: #2cb3e0;
  border: none;
  -moz-border-radius: 10px;
  color: #ffffff;
  font-size: 24px;
  height: 56px;
  padding: 8px;
  position: relative;
  text-align: center;
  width: 230px;
}

.internship-button:before {
  border-bottom: 25px solid transparent;
  border-left: 28px solid #2cb3e0;
  border-top: 31px solid transparent;
  content: "";
  left: 100%;
  position: absolute;
  height: 0;
  top: 0px;
  width: 0;
}

.internship-button:hover {
  cursor: pointer;
}

.active_menu {
  background-color: #2cb3e0;
}

.inactive {
  display: none;
}
/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 760px) {
  .image-cont {
    top: 50px;
  }

  .margin {
    overflow: hidden;
  }

  .outer-frame {
    width: auto;
  }

  .eng-title {
    font-size: unset;
  }

  .app-recruit-cont  {
    margin: 0 20px;
  }

  .app-title {
    font-size: 15px;
  }

  .app-title:after {
    width: 15%;
  }

  .item-row {
    margin: 30px 0;
  }

  .item-name {
    text-align: left;
  }

  .item-val {
    margin: 10px 0 0 0;
    width: 100%;
  }

  .intern-block {
    margin: 25px 0px;
    width: auto;
  }

  .internship-button {
    width: 210px;
  }

  .app-recruit-img {
    background-image: url("../img/recruit/app_recruit/app_requirements_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    width: 100%;
  }

  .title-block {
    top: 50%;
  }

  .headline-name {
    font-size: 30px;
  }

  .each-app-recruit-block {
    padding: 10px 0px;
  }
}
/***********************
スマホ用 end
************************/
