/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
main {
  overflow: hidden;
}
.mv {
  margin: 70px auto 0;
  position: relative;
  background: #0A3B94;
  color: #fff;
}
.mv_txt {
  text-align: left;
  padding: 2em 0 0;
}
.mv_txt div {
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 2.5rem;
  padding: 0 0 5px 5%;
  margin: 0 auto 10px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.mv_txt p {
  padding: 0 0 0 5%;
  letter-spacing: 2px;
  line-height: 1.8;
}
.mv_img {
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}
.mv_en {
  position: absolute;
  bottom: -5px;
  left: 5%;
  text-align: left;
  z-index: 1;
  font-family: effra, sans-serif;
  font-weight: 700;
  mix-blend-mode: overlay;
  letter-spacing: 4px;
  line-height: 1;
  font-size: 7vw;
}
.mv_en span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.4s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contents_bg {
  padding: 3em 0 3em;
  background: #F4F4F4;
  position: relative;
}
/*
.contents_bg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  content: '';
  background: #F4F4F4;
  clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);
}
*/
.contents_bg h2 {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #0A3B94;
  position: relative;
  z-index: 1;
}
.contents {
  width: 80%;
  margin: auto;
}
.contents li {
  margin: 1.5em auto 0;
  position: relative;
}
.contents_img {
  position: relative;
  overflow: hidden;
}
.contents_img img {
  transform: scale(1);
  transition: .3s ease-in-out;
  height: 240px;
  object-fit: cover;
}
/*
.contents li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.contents_img:hover img {
  transform: scale(1.1);
}
*/
.contents_en {
  position: absolute;
  top: 0;
  right: -30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 3px;
  -webkit-text-stroke: 1px #004B8B;
  text-stroke: 1px #004B8B;
  color: rgba(255, 255, 255, 0.0);
}
.contents li:nth-of-type(even) .contents_en {
  right: inherit;
  left: -30px;
}
.contents_txt {
  position: absolute;
  top: 10px;
  left: -30px;
  z-index: 1;
  text-align: left;
  width: 280px;
}
.contents li:nth-of-type(even) .contents_txt {
  left: inherit;
  right: -30px;
  text-align: right;
}
.contents_txt div {
  display: inline-block;
  background: #0A3B94;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 3px 20px;
  margin: 0 auto 5px;
  clip-path: polygon(0 0, 94% 0, 100% 100%, 6% 100%);
}
.contents_txt p {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 3px 20px;
  clip-path: polygon(0 0, 96% 0, 100% 100%, 4% 100%);
}
.contents li:nth-of-type(even) .contents_txt div {
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.contents li:nth-of-type(even) .contents_txt p {
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}
.contents_arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.personality_bg {
  width: 80%;
  margin: auto;
  padding: 3em 0 2em;
}
.personality_bg h2 {
  text-align: left;
  color: #0A3B94;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.personality_bg h2 span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 2.8rem;
}
.personality {}
.personality li {
  margin: 1.5em auto 0;
  padding: 20px 25px;
  background: #F4F4F4;
}
.personality li p {
  text-align: left;
}
.personality li p span {
  display: block;
  text-align: center;
  color: #0A3B94;
  font-weight: bold;
  margin: 0 auto 5px;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.catch_bg {
  position: relative;
}
.catch_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
}
.catch {
  position: relative;
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}
.catch::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(10, 59, 148, 0.7);
  mix-blend-mode: multiply;
}
.catch img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.catch p {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  transform: translate(0%, -50%);
  text-align: left;
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 3px;
}
.catch p span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0 auto 5px;
  letter-spacing: 2px;
}
.recruit_bg {
  padding: 2em 0 3em;
}
.recruit_bg h2 {
  color: #0A3B94;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.recruit_bg h2 span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 2.8rem;
}
/*tabの形状*/
.tab {
  width: 95%;
  margin: 1.5em auto 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 1px solid #0A3B94;
}
.tab li a {
  position: relative;
  display: block;
  background: #A3A3A3;
  color: #fff;
  padding: 7px 10px;
  font-size: 1.2rem;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #0A3B94;
  padding: 10px 15px;
  font-size: 1.4rem;
}
.tab li.active a::before {
  position: absolute;
  content: '';
  background: #0A3B94;
  width: 15px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recruit_list {
  width: 90%;
  margin: auto;
}
.recruit_list > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #333;
  text-align: left;
}
.recruit_list > li::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  width: 50px;
  height: 2px;
  background: #0A3B94;
}
.recruit_list > li dt {
  width: 100px;
  color: #0A3B94;
  font-weight: bold;
}
.recruit_list > li dd {
  width: calc(100% - 100px);
}
.recruit_list_circle.mgn {
  margin: 0.8em auto;
}
.recruit_list_circle {}
.recruit_list_circle li {
  position: relative;
  padding: 2px 0 0 18px;
}
.recruit_list_circle li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-weight: 400;
  color: #0A3B94;
  font-size: 1.2rem;
}
.recruit_list_square {
  margin: 1em auto 0 0;
  width: 200px;
}
.recruit_list_square li {
  margin: 0.5em auto 0;
  background: #F4F4F4;
  color: #0A3B94;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
  letter-spacing: 2px;
}
.schedule {
  background: #F4F4F4;
  width: 80%;
  margin: 2em auto 0;
  padding: 20px 0;
}
.schedule > p {
  font-weight: bold;
  color: #0A3B94;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.schedule ul {
  width: 80%;
  margin: auto;
}
.schedule ul li {
  margin: 2em auto 0;
  position: relative;
  background: #fff;
  padding: 13px 0;
  counter-increment: mycounter;
}
.schedule ul li::before {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
  content: counter(mycounter, decimal-leading-zero);
  color: #0A3B94;
  font-weight: bold;
  font-size: 1.8rem;
}
.schedule ul li p {}
.schedule ul li p span {
  display: block;
  font-weight: bold;
  color: #0A3B94;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0 auto 0.2em;
}
.recruit_btn {
  margin: 2em auto 0;
  width: 250px;
}
.recruit_btn > p {
  font-weight: bold;
  color: #0A3B94;
  font-size: 1.7rem;
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
}
.recruit_btn a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f061';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  z-index: 1;
  transition: ease .2s;
}
.recruit_btn a:hover::before {
  right: 15px;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {}
  .mv_txt {
    position: absolute;
    top: 45%;
    left: 0%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0;
    width: 100%;
  }
  .mv_txt div {
    font-size: 4rem;
    padding: 0 0 3px 5%;
    margin: 0 auto 15px;
  }
  .mv_txt p {
    font-size: 1.8rem;
  }
  .mv_img {
    width: 75%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    margin: 0 0 0 auto;
  }
  .mv_en {
    bottom: -17px;
    left: 8%;
    letter-spacing: 6px;
  }
  .contents_bg {
    padding: 4em 0 5em;
  }
  /*
  .contents_bg::before {
    width: 100%;
    height: 90%;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  }
	*/
  .contents_bg h2 {
    letter-spacing: 4px;
    font-size: 5.8rem;
    line-height: 1;
  }
  .contents {
    width: 90%;
    max-width: 1000px;
  }
  .contents li {
    margin: 3em auto 0;
  }
  .contents_img img {
    height: 400px;
  }
  .contents_en {
    right: -70px;
    font-size: 3.5rem;
  }
  .contents li:nth-of-type(even) .contents_en {
    left: -70px;
  }
  .contents_txt {
    top: 30px;
    left: -80px;
    width: 400px;
  }
  .contents li:nth-of-type(even) .contents_txt {
    right: -80px;
  }
  .contents_txt div {
    letter-spacing: 2px;
    font-size: 3.8rem;
    line-height: 1.6;
    padding: 1px 30px;
    margin: 0 auto 10px;
  }
  .contents_txt p {
    letter-spacing: 2px;
    font-size: 1.7rem;
    padding: 5px 30px;
  }
  .contents_arrow {
    bottom: 20px;
    right: 30px;
  }
  .personality_bg {
    width: 90%;
    margin: auto;
    max-width: 1100px;
    padding: 4em 0 2em;
  }
  .personality_bg h2 {
    font-size: 2rem;
  }
  .personality_bg h2 span {
    letter-spacing: 4px;
    font-size: 5.8rem;
    line-height: 1;
  }
  .personality {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em -15px;
    justify-content: space-between;
  }
  .personality li {
    margin: 0 15px 0em;
    width: calc(100% / 3 - 30px);
    box-sizing: border-box;
    padding: 25px 35px;
  }
  .personality li p {
    line-height: 2;
  }
  .personality li p span {
    font-size: 2rem;
  }
  .catch_bg {}
  .catch_bg::before {
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
  }
  .catch {
    position: relative;
    clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
  }
  .catch img {
    height: 650px;
  }
  .catch p {
    top: 55%;
    line-height: 1.5;
    font-size: 4rem;
    letter-spacing: 5px;
  }
  .catch p span {
    padding: 0 0 0 5px;
    letter-spacing: 3px;
    font-size: 1.8rem;
  }
  .recruit_bg {
    padding: 1em 0 5em;
  }
  .recruit_bg h2 {
    font-size: 2rem;
  }
  .recruit_bg h2 span {
    letter-spacing: 4px;
    font-size: 5.8rem;
    line-height: 1;
  }
  .tab {
    width: 90%;
    max-width: 1200px;
    margin: 3em auto 4em;
  }
  .tab li a {
    letter-spacing: 2px;
    padding: 9px 30px;
    font-size: 1.8rem;
  }
  .tab li.active a {
    padding: 10px 35px;
    font-size: 2.3rem;
  }
  .recruit_list {
    max-width: 900px;
  }
  .recruit_list > li {
    padding: 20px 0;
  }
  .recruit_list > li dt {
    width: 150px;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .recruit_list > li dd {
    width: calc(100% - 200px);
  }
  .recruit_list_circle li {
    padding: 2px 0 0 20px;
  }
  .recruit_list_circle li::before {
    top: 5px;
    font-size: 1.2rem;
  }
  .recruit_list_square {
    margin: 1em auto 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
  }
  .recruit_list_square li {
    margin: 0 8px 0em 0;
    width: 220px;
    padding: 6px 0;
  }
  .schedule {
    max-width: 900px;
    width: 90%;
    margin: 2em auto 0;
    padding: 25px 0 30px;
  }
  .schedule > p {
    font-size: 2.3rem;
  }
  .schedule ul {
    width: 95%;
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
  }
  .schedule ul li {
    margin: 0 20px 0em;
    width: calc(100% / 3 - 40px);
    padding: 20px 0;
  }
  .schedule ul li::before {
    top: -25px;
    font-size: 2.3rem;
  }
  .schedule ul li::after {
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translate(0%, -50%);
    content: '\f061';
    font-family: FontAwesome;
    font-weight: 400;
    color: #0A3B94
  }
  .schedule ul li:last-child::after {
    display: none;
  }
  .schedule ul li p {
    line-height: 1.6;
  }
  .schedule ul li p span {
    font-size: 1.8rem;
  }
  .recruit_btn {
    margin: 4em auto 0;
    width: 380px;
  }
  .recruit_btn > p {
    font-size: 2.3rem;
  }
}