@charset "UTF-8";


body {
  color: #3d3d3d;
}

html { 
  scroll-behavior: smooth;
}


.wrap {
  overflow: hidden;
}

@media (max-width: 768px) {
  .no-tab {
    display: none;
  }
}

.top {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: linear-gradient(45deg, #0078c3, #009cda);
}

.nav{
  width: 100%;
  height: 70px;
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
@media (max-width: 500px) {
  .nav{
  height: 60px;
  }
}
 
.scroll-nav{
  background: linear-gradient(45deg, #0078c3, #009cda);
}

.drawer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
}
@media (max-width: 500px) {
  .drawer{
    height: 60px;
  }
}

.recruit_nav{
  background-color: #fff;
}

.navbar_toggle{
 z-index:9999;
}

.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 30px;
 background: #000000;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}

.navbar_brand img{
  width: 250px;
  vertical-align: bottom;
}
@media screen and (max-width: 500px) {
  .navbar_brand img{
  width: 220px;
  }
}


.navbar_toggle_icon:nth-child(1) {
 top: 0;
}

.navbar_toggle_icon:nth-child(2) {
 margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.menu{
/*  -webkit-transform: translateX(-100%); */
/*  transform: translateX(-100%); */
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:1000;
 margin-top: 0px;
}

.menu .ul{
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 1260px) {
  .menu .ul{
  flex-direction: column;
  justify-content: start;
  }

}

.menu ul{
  display: flex;
  padding-left: 0;
  padding-right: 0px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 1260px) {
  .menu ul{
  color: #000;
  width: 100%;
  }
  .menu ul li{
  width: 100%;
  padding: 0.2em 0!important ;
  }
}


.drawer-block{
  display: none;
}
@media screen and (max-width: 1260px) {
  .drawer-block{
    display: block!important;
  }
  
}















.menu ul li{
 padding: 0.5em;
 border-bottom: 1px solid #CCC;
 list-style: none;
 text-align: center;
}
.menu ul li a{
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.menu ul li a:hover{
  color: #000000;
}

@media screen and (max-width: 1260px) {
  .menu ul li a{
    height: 40px;
    line-height: 40px;
  }

}

.menu ul.rec_box{
  position: relative;
  padding: 0 0.5em;
  color: #000;
  font-size: 14px;
}
.menu ul.rec_box span:hover{
  color: #0078c3;
}
@media screen and (max-width: 1260px) {
  .menu ul.rec_box{
    height: 40px;
    line-height: 40px;
    justify-content: center;
    padding: 0;
  }
  .menu ul.rec_box span{
    opacity: 0;
  }

  .rec_child::after{
    content: ' 募集要項';
    display: inline-block;
    padding-left: 5px;

  }
}

.menu ul.rec_box:hover{
  color: #000000;
}
.menu ul.rec_box:hover .rec_child{
  opacity: 1;
}

.menu ul li.rec_child{
  position: absolute;
  padding: 0;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  height: 31px!important;
}
.menu ul li.rec_child:nth-child(2){
  top: 60px;
}
.menu ul li.rec_child:nth-child(3){
  top: 90px;
}
.menu ul li.rec_child:nth-child(4){
  top: 120px;
}
@media screen and (max-width: 1260px) {
  .menu ul li.rec_child{
  opacity: 1;
  background-color: unset;
  width: 100%;
  height: 40px!important;
  line-height: 34px;
  }
  .menu ul li.rec_child:nth-child(2){
    top: 0px;
  }
  .menu ul li.rec_child:nth-child(3){
    top: 47px;
  }
  .menu ul li.rec_child:nth-child(4){
    top: 94px;
  }

  .cop{
    margin-top: 100px!important;
  }
  
}

.menu ul li.rec_child a{
  height: unset!important;
  line-height: unset!important;
  padding: 5px 0;
  color: #000;
}

.menu ul li.rec_child a:hover{
  color: #0078c3;;
}

.menu ul li a.entry{
  display: inline-block;
    color: #fff!important;
    background-color: #f85c23;
    width: 180px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
    border: 1px solid #f85c23;
}
.menu ul li a.entry span{
  position: relative;
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  height: 1.5px;
  background-color: #fff;
}

.menu ul li a.entry span::after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 7.5px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  top: -4px;
  right: 0;
}
.menu ul li a.entry:hover {
  border: 1px solid #f85c23;
  color: #f85c23!important;
  background-color: #fff;
}

.menu ul li a.entry:hover span{
  background-color:#f85c23;
}
.menu ul li a.entry:hover span::after{
  background-color: #f85c23;
}

/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 background: #ffffffd0;
 z-index: 99999;
position: relative;
top: 0px;
left: 0;
}

.menu.open ul li a {
color: #000;
}
.menu.open ul li a:hover {
color: #000;
}

p{
  margin: 0;
}

img{
  vertical-align: bottom;
}

/* a:hover{
  color: #0089CD!important;
} */

table {
	border-collapse: collapse ;
}

@media screen and (min-width: 1260px) {
  .recruit_nav{
   display: flex;
   flex-direction: row;
   background-color: #fff;
  }
  
  .navbar_toggle{
   display: none;
  }
  
  .menu{
   width: 100%;
   -webkit-transform: translateX(0);
   transform: translateX(0);
  }
  
  .menu ul{
   height: 70px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   margin: 0;
  }
  
  .menu ul li{
    padding: 0 0.8em;
    border-bottom: none;
  }

  .menu ul li a{
    color: #000000;
  }
  .menu ul li a:hover{
    color: #0078c3;
  }
  
}


.mainImg {
  width: 80%;
  margin-left: auto;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .mainImg {
    margin-top: 70px;
  }
}

@media (max-width: 500px) {
  .mainImg {
    width: 100%;
    margin-top: 60px;

  }
}

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

.mainImg--item {
  width: 50%;
}

.mainImg--item:nth-child(1) {
  top: 0;
  left: 0;
}

.mainImg--item:nth-child(2) {
  top: 0;
  right: 0;
}

.mainImg--item:nth-child(3) {
  bottom: 0;
  left: 0;
}

.mainImg--item:nth-child(4) {
  bottom: 0;
  right: 0;
}

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

.mainImg--itemMan {
  width: 100%;
}

.mainImg__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainTitle {
  position: absolute;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  text-align: center;
  top: 40%;
  left: 19%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 9px;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック";
}

@media (max-width: 1024px) {
  .mainTitle {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .mainTitle {
    font-size: 36px;
    top: 65%;
  }
}

@media (max-width: 500px) {
  .mainTitle {
    font-size: 26px;
  }
}

.mainName {
  position: absolute;
  color: #fff;
  z-index: 1;
  top: 40%;
  left: 22%;
}

@media (max-width: 1024px) {
  .mainName {
    top: 30%;
  }
}

@media (max-width: 768px) {
  .mainName {
    left: 5%;
  }
}

.mainName span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: normal;
}

.mainName__title {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .mainName__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .mainName__title {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .mainName__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.mainName__cat {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .mainName__cat {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .mainName__cat {
    font-size: 13px;
  }
}

.mainName__name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .mainName__name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media (max-width: 500px) {
  .mainName__name {
    font-size: 15px;
  }
}

.mainName__age {
  font-size: 13px;
}

@media (max-width: 500px) {
  .mainName__age {
    font-size: 10px;
  }
}

.p-mainTitle {
  left: 10%;
  top: 45%;
}

@media (max-width: 500px) {
  .p-mainTitle {
    top: 50%;
    font-size: 16px;
    line-height: 0.3;
    left: 5%;
  }
}

@media (max-width: 500px) {
  .p-mainSubtitle {
    font-size: 14px !important;
  }
}

.p-mainImg {
  width: 50%;
  margin-right: 10%;
}

@media (max-width: 500px) {
  .p-mainImg {
    width: 80%;
    margin-right: 0;
  }
}

.mainSubtitle {
  text-align: left;
  font-size: 20px;
  padding-top: 20px;
}

.bar01 {
  width: 27%;
  position: absolute;
  z-index: 5;
  top: -5%;
  left: -14%;
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
  opacity: 0;
}

@media (max-width: 768px) {
  .bar01 {
    top: 0;
  }
}

.bar01 img {
  width: 100%;
}

.bar02 {
  width: 20%;
  position: absolute;
  z-index: 5;
  top: 0;
  right: -0.5%;
  opacity: 0;
}

.bar02 img {
  width: 100%;
}

.bar08 {
  width: 20%;
  position: absolute;
  z-index: 5;
  bottom: -15%;
  left: -6%;
  opacity: 0;
}

.bar08 img {
  width: 100%;
}

.fadeDown08 {
  -webkit-animation-name: fadeDown08;
          animation-name: fadeDown08;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown08 {
  from {
    opacity: 0;
    bottom: -10%;
    left: -3%;
  }
  to {
    opacity: 1;
    bottom: -15%;
    left: -6%;
  }
}

@keyframes fadeDown08 {
  from {
    opacity: 0;
    bottom: -10%;
    left: -3%;
  }
  to {
    opacity: 1;
    bottom: -15%;
    left: -6%;
  }
}

.bar05 {
  width: 17%;
  position: absolute;
  z-index: 5;
  bottom: -20%;
  left: -6%;
}

.bar05 img {
  width: 100%;
}

.bar03 {
  width: 27%;
  position: absolute;
  z-index: 5;
  top: 2%;
  right: -13%;
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
  opacity: 0;
}

.bar03 img {
  width: 100%;
}

.fadeDown03 {
  -webkit-animation-name: fadeDown03;
          animation-name: fadeDown03;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown03 {
  from {
    opacity: 0;
    top: -24%;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeDown03 {
  from {
    opacity: 0;
    top: -24%;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

.bar100 {
  width: 27%;
  position: absolute;
  z-index: 5;
  top: 60%;
  right: -13%;
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
  opacity: 0;
}

.bar100 img {
  width: 100%;
}

.fadeDown100 {
  -webkit-animation-name: fadeDown100;
          animation-name: fadeDown100;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes fadeDown100 {
  from {
    opacity: 0;
    top: 60%;
  }
  to {
    opacity: 1;
    top: 70%;
  }
}




















.all {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.all__bg {
  position: absolute;
  background-color: #eee;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  height: 100%;
  width: 52%;
  top: 0;
  left: -6%;
  z-index: -1;
}

@media (max-width: 768px) {
  .all__bg {
    left: -80%;
  }
}

@media (max-width: 500px) {
  .all__bg {
    left: -143%;
  }
}

.all__tab-bg {
  display: none;
}

@media (max-width: 768px) {
  .all__tab-bg {
    display: block;
    position: absolute;
    background-color: #eee;
    -webkit-transform: skewX(-27deg);
            transform: skewX(-27deg);
    height: 100%;
    width: 52%;
    top: 30%;
    left: 10%;
    z-index: -1;
  }
}

@media (max-width: 500px) {
  .all__tab-bg {
    top: 0%;
    left: -20%;
  }
}

.all__sp-bg {
  display: none;
}

@media (max-width: 500px) {
  .all__sp-bg {
    display: block;
    position: absolute;
    background-color: #eee;
    -webkit-transform: skewX(-27deg);
            transform: skewX(-27deg);
    height: 100%;
    width: 52%;
    top: 40%;
    left: -6%;
    z-index: -1;
  }
}

.all__inner {
  padding: 70px 16px;
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .all__inner {
    width: 80%;
  }
}

.all__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
}

@media (max-width: 1024px) {
  .all__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .all__content {
    margin-bottom: 150px;
  }
}

.all__text {
  width: 45%;
  margin-right: 5%;
}

@media (max-width: 1024px) {
  .all__text {
    margin: 0;
    width: 100%;
    margin-bottom: 50px;
  }
}

.all__text--title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック";
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .all__text--title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .all__text--title {
    font-size: 26px;
  }
}

.all__text--subtitle {
  font-size: 14px;
  margin-bottom: 30px;

}

.all__text--mes {
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 14px;
}

.all__text--btn a {
  display: inline-block;
  color: #fff;
  background-color: #f85c23;
  width: 250px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #f85c23;
}

.all__text--btn a:hover {
  background-color: #ffffffff;
  border: 1px solid #f85c23;
  color: #f85c23;
}
.all__text--btn a:hover span{
  background-color: #f85c23;
}
.all__text--btn a:hover span::after{
  background-color: #f85c23;
}

.all__text--btn a span {
  position: relative;
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  height: 2px;
  background-color: #fff;
  /* margin-bottom: -5px; */
}

.all__text--btn a span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  top: -5px;
  right: 0;
}

.all__img {
  width: 50%;
  position: relative;
}

@media (max-width: 1024px) {
  .all__img {
    width: 100%;
  }
}

.all__img img {
  width: 100%;
}

.all__img--sub {
  width: 20%;
  position: absolute;
  bottom: -30px;
  left: -30px;
}

.all__img--sub img {
  width: 100%;
}

.interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
}

@media (max-width: 1024px) {
  .interview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .interview__content {
    margin-bottom: 150px;
  }
}

.interview__text {
  width: 50%;
}

@media (max-width: 1024px) {
  .interview__text {
    width: 100%;
    margin-bottom: 50px;
  }
}

.interview__text--title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック";
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .interview__text--title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .interview__text--title {
    font-size: 26px;
  }
}

.interview__text--subtitle {
  font-size: 14px;
  margin-bottom: 30px;
}

.interview__text--mes {
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 14px;
}

.interview__text--btn a {
  display: inline-block;
  color: #fff;
  background-color: #f85c23;
  width: 250px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
  border:1px solid #f85c23;

}
.interview__text--btn a:hover {
  background-color: #ffffffff;
  border: 1px solid #f85c23;
  color: #f85c23;
}
.interview__text--btn a:hover span{
  background-color: #f85c23;
}
.interview__text--btn a:hover span::after{
  background-color: #f85c23;
}


.interview__text--btn a span {
  position: relative;
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  height: 2px;
  background-color: #fff;
}

.interview__text--btn a span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  top: -5px;
  right: 0;
}

.interview__img {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .interview__img {
    width: 100%;
  }
}

.interview__img img {
  width: 100%;
}

.interview__img--item {
  width: 50%;
}

.interview__img--item:nth-child(1) {
  margin-left: 8%;
}

.interview__img--item:nth-child(2) {
  margin-left: -16%;
  margin-top: -5%;
}

.interview__img--item:nth-child(3) {
  margin-left: 8%;
}

.interview__img--item:nth-child(4) {
  margin-left: -16%;
  margin-top: -5%;
}

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

.date__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          /* align-items: center; */
  margin-bottom: 150px;
}

@media (max-width: 1024px) {
  .date__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .date__content {
    margin-bottom: 100px;
  }
}

.date__text {
  width: 45%;
  margin-right: 5%;
}

@media (max-width: 1024px) {
  .date__text {
    width: 100%;
    margin: 0;
    margin-bottom: 30%;
  }
}

.date__text--title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック";
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .date__text--title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .date__text--title {
    font-size: 26px;
  }
}

.date__text--subtitle {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;

}

.date__text--mes {
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: left;

}

.date__text--btn a {
  display: inline-block;
  color: #fff;
  background-color: #f85c23;
  width: 250px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
  border:1px solid #f85c23;
}
.date__text--btn a:hover {
  background-color: #ffffffff;
  border: 1px solid #f85c23;
  color: #f85c23;

}
.date__text--btn a:hover span{
  background-color: #f85c23;
}
.date__text--btn a:hover span::after{
  background-color: #f85c23;
}

.date__text--btn a span {
  position: relative;
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  height: 2px;
  background-color: #fff;
}

.date__text--btn a span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  top: -5px;
  right: 0;
}

.date__img {
  width: 50%;
  position: relative;
}

@media (max-width: 1024px) {
  .date__img {
    width: 100%;
  }
}

.date__img img {
  width: 100%;
}

.date__img._ave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
}

.date__img._ave p {
  margin-top: auto;
}

.date__img._ave img {
  opacity: 0;
  vertical-align: bottom;
}

.date__img--sub {
  width: 20%;
  position: absolute;
  bottom: -30px;
  left: -30px;
}

.date__img--sub img {
  width: 100%;
}

.date__img--sub01 {
  position: absolute;
  top: -30%;
  left: 0px;
  width: 80%;
}

.date__img--sub01 img {
  width: 100%;
}

.recruit {
  background-image: url(../img/section_2_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.recruit__inner {
  padding: 100px 16px;
  color: #fff;
}

.recruit__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック";
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 768px) {
  .recruit__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .recruit__title {
    font-size: 26px;
  }
}

.recruit__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.recruit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 700px;
  margin: 0 auto 50px;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
}

@media (max-width: 1024px) {
  .recruit__content {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .recruit__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

.recruit__item {
  width: 31%;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 70px 0;
  position: relative;
}

.recruit__item:hover {
  color: #0089CD;
  text-shadow: 1px 1px 0 #ffffff,
  -1px 1px 0 #ffffff,
  1px -1px 0 #ffffff,
  -1px -1px 0 #ffffff;
}

.recruit__item:hover .recruit__item--img {
opacity: 0.6;
}

@media (max-width: 768px) {
  .recruit__item {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 30px;
    padding: 50px 0;
  }
}

@media (max-width: 500px) {
  .recruit__item {
    width: 60%;
    margin-left: 20%;
  }
}

@media (max-width: 768px) {
  .recruit__item:first-child {
    -webkit-transform: skewX(-27deg);
            transform: skewX(-27deg);
  }
}

@media (max-width: 768px) {
  .recruit__item:nth-child(2) {
    -webkit-transform: skewX(-27deg);
            transform: skewX(-27deg);
  }
}

@media (max-width: 768px) {
  .recruit__item:nth-child(3) {
    -webkit-transform: skewX(-27deg);
            transform: skewX(-27deg);
  }
}

.recruit__item--title {
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
  font-weight: bold;
}

.recruit__item--img {
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
}

.recruit__item--next {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  background-color: #fff;
  color: #333;
  padding: 10px 0;
  font-size: 20px;
}

.recruit__item--next span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  width: 25px;
  margin-left: 5px;
  height: 2px;
  background-color: #0089CD;
}

.recruit__item--next span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #0089CD;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
  top: -2px;
  right: 0;
}

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

.recruit__text--btn a {
  display: inline-block;
  color: #fff;
  background-color: #f85c23;
  width: 250px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
  border:1px solid #f85c23;
}
.recruit__text--btn a:hover {
  background-color: #ffffffff;
  border: 1px solid #f85c23;
  color: #f85c23;
}
.recruit__text--btn a:hover span{
  background-color: #f85c23;
}
.recruit__text--btn a:hover span::after{
  background-color: #f85c23;
}


.recruit__text--btn a span {
  position: relative;
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  height: 2px;
  background-color: #fff;
}

.recruit__text--btn a span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  top: -5px;
  right: 0;
}


.culture {
  position: relative;
  overflow: hidden;
}

.culture__inner {
  padding: 100px 16px;
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .culture__inner {
    width: 80%;
  }
}

.culture__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .culture__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.culture__text {
  width: 50%;
}

@media (max-width: 1024px) {
  .culture__text {
    width: 100%;
  }
}

.culture__text--title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック";
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .culture__text--title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .culture__text--title {
    font-size: 26px;
  }
}

.culture__text--subtitle {
  font-size: 14px;
  margin-bottom: 30px;
}

.culture__text--mes {
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 14px;
}

.culture__text--btn a {
  display: inline-block;
  color: #fff;
  background-color: #f85c23;
  width: 250px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
  border:1px solid #f85c23;
}
.culture__text--btn a:hover {
  background-color: #ffffffff;
  border: 1px solid #f85c23;
  color: #f85c23;
}
.culture__text--btn a:hover span{
  background-color: #f85c23;
}
.culture__text--btn a:hover span::after{
  background-color: #f85c23;
}


.culture__text--btn a span {
  position: relative;
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  height: 2px;
  background-color: #fff;
}

.culture__text--btn a span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  top: -5px;
  right: 0;
}

.culture__img {
  width: 50%;
  position: relative;
}

@media (max-width: 1024px) {
  .culture__img {
    width: 100%;
    margin-bottom: 50px;
  }
}

.culture__img img {
  width: 100%;
}

.culture__bg {
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  width: 49%;
  z-index: -1;
  background-color: #eee;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
}

@media (max-width: 1024px) {
  .culture__bg {
    right: 0;
  }
}

.bar04 {
  width: 30%;
  position: absolute;
  z-index: 3;
  top: -6%;
  left: -14%;
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
  opacity: 0;
}

.bar04 img {
  width: 100%;
}

.bar06 {
  width: 26%;
  position: absolute;
  z-index: 3;
  left: -13%;
  bottom: 0;
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
}

.bar06 img {
  width: 100%;
}

.bar07 {
  width: 26%;
  position: absolute;
  z-index: 3;
  top: -6%;
  right: -13%;
  -webkit-transform: skewX(27deg);
          transform: skewX(27deg);
  opacity: 0;
}

.bar07 img {
  width: 100%;
}




.footer {
  background-image: url(../img/footer_back.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer__inner {
  padding: 150px 16px;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.footer__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック";
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 768px) {
  .footer__title {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .footer__title {
    font-size: 26px;
  }
}

.footer__img{
  width: 35px;
  margin: 0 auto 20px;
  text-align: center;
}
.footer__img img{
  width: 100%;
}
.footer__subtitle {
  font-size: 14px;
  color: #f85c23;
  text-align: center;
  margin-bottom: 30px;
}

.footer__text--btn a {
  display: inline-block;
  color: #fff;
  background-color: #f85c23;
  width: 250px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
  border:1px solid #f85c23;
}
.footer__text--btn a:hover {
  background-color: #ffffffff;
  border: 1px solid #f85c23;
  color: #f85c23;
}
.footer__text--btn a:hover span{
  background-color: #f85c23;
}
.footer__text--btn a:hover span::after{
  background-color: #f85c23;
}

.footer__text--btn a span {
  position: relative;
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  height: 2px;
  background-color: #fff;
}

.footer__text--btn a span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  top: -5px;
  right: 0;
}

.footer__copy {
  background: linear-gradient(45deg, #0078c3, #009cda);
  padding: 15px 0;
  text-align: center;
}

.footer__copy small {
  color: #fff;
  font-size: 12px;
}

.person {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.person__bg {
  position: absolute;
  top: 0;
  background-color: #eee;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  height: 100%;
  width: 55%;
  top: 0;
  left: 19%;
  z-index: -1;
}

.person__Pbg {
  position: absolute;
  top: 0;
  background-color: #eee;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  height: 100%;
  width: 55%;
  top: 0;
  left: -10%;
  z-index: -1;
}

.person__inner {
  padding: 0px 16px 70px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .person__inner {
    width: 80%;
    margin: 0 auto;
  }
}

.person__pan {
  padding: 20px 0;
  font-size: 12px;
  max-width: 1024px;
  margin: 0 auto 100px;
}

.person__message {
  text-align: center;
  margin-bottom: 100px;
  line-height: 1.4;
}

.person__content {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .person__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.person__Pcontent {
  max-width: 1024px;
  margin: 0 auto;
}

.person__Pitem {
  width: 100%;
  margin-bottom: 70px;
}

.person__Pitem--title2n {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.4;
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .person__Pitem--title2n {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .person__Pitem--title2n {
    font-size: 18px;
  }
}

.person__Pitem--title2n::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 45px;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  background: linear-gradient(45deg, #009cda, #0078c3);
  position: absolute;
  right: -15px;
  top: -5px;
  z-index: -1;
}

.person__Pitem--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .person__Pitem--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.person__Pitem--box-img {
  width: 40%;
  margin-right: 5%;
}

@media (max-width: 768px) {
  .person__Pitem--box-img {
    margin-bottom: 30px;
    width: 70%;
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .person__Pitem--box-img {
    width: 100%;
  }
}

.person__Pitem--box-img img {
  width: 100%;
}

.person__Pitem--box-img2 {
  width: 40%;
  margin-left: 5%;
}

@media (max-width: 768px) {
  .person__Pitem--box-img2 {
    margin-bottom: 30px;
    width: 70%;
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .person__Pitem--box-img2 {
    width: 100%;
  }
}

.person__Pitem--box-img2 img {
  width: 100%;
}

.person__Pitem--box-text {
  width: 55%;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .person__Pitem--box-text {
    width: 100%;
  }
}

.person__Pitem--box-text-q {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.person__Pitem--box-text-q span {
  display: inline-block;
  background: linear-gradient(45deg, #009cda, #0078c3);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
}

.person__Pitem--box-text-a {
  margin-bottom: 20px;
}

.person__Pitem--box2n {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .person__Pitem--box2n {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.person__item {
  width: 33%;
  text-align: center;
  margin-left: -5%;
  position: relative;
  text-decoration: none;
}

.person__item:hover{
  color: #0078c3;
}
.person__item:hover .person__item--img{
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .person__item {
    width: 50%;
    margin-left: 5%;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .person__item {
    width: 100%;
    margin-left: 0;
  }
}

.person__item:nth-child(2) {
  margin-top: 5%;
  margin-left: -10%;
}

@media (max-width: 768px) {
  .person__item:nth-child(2) {
    margin-left: 5%;
  }
}

.person__item:nth-child(4) {
  margin-top: 5%;
  margin-left: -10%;
}

@media (max-width: 768px) {
  .person__item:nth-child(4) {
    margin-left: 5%;
  }
}

.person__item--img {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.person__item--img img {
  width: 100%;
}

.person__item--img-next {
  display: block;
  background-color: #fff;
  width: 20%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 48%;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
}

.person__item--img-next span {
  position: relative;
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  height: 2px;
  background-color: #0078c3;
  margin-bottom: -5px;
}

.person__item--img-next span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #0078c3;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
  top: -3px;
  right: 0;
}

.person__item--name {
  width: 60%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .person__item--name {
    width: 100%;
  }
}

.person__item--age {
  width: 60%;
  margin-bottom: 20px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .person__item--age {
    width: 100%;
  }
}

.person__item--text {
  width: 60%;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .person__item--text {
    width: 100%;
  }
}

.person__item--cat {
  background: linear-gradient(45deg, #0078c3, #009cda);
  color: #fff;
  display: inline-block;
  width: 180px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: -20px;
  left: 25%;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
}

.interview__box{
  margin-top: 150px;
}

@media (max-width: 768px) {
  .interview__box{
    margin-top: 70px;
  }
}

.rec {
  position: relative;
  z-index: 1;
  }

.rec__bg {
  position: absolute;
  top: 0;
  background-color: #eee;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  height: 100%;
  width: 55%;
  top: 0;
  left: 19%;
  z-index: -1;
}

.rec__Pbg {
  position: absolute;
  top: 0;
  background-color: #eee;
  -webkit-transform: skewX(-27deg);
          transform: skewX(-27deg);
  height: 100%;
  width: 55%;
  top: 0;
  left: -10%;
  z-index: -1;
}

.rec__inner {
  padding: 0px 16px 70px;
  position: relative;
  z-index: 2;
}

.rec__inner._entry {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .rec__inner {
    width: 80%;
    margin: 0 auto;
  }
}

.rec__pan {
  padding: 20px 0;
  font-size: 12px;
  max-width: 1024px;
  margin: 0 auto 100px;
  display: flex;
  align-items: baseline;
}

.rec__pan li{
  display: inline-block;
  position: relative;
}

.rec__pan li::after{
  position: absolute;
  content: ">" ;
}
.rec__pan li:last-child::after{
  display: none;
}


.rec__pan li a{
  text-decoration: none;
  padding:  0 20px 0 20px ;
}
.rec__pan li:first-child a{
  padding-left: 0;
}

.rec__message {
  margin-bottom: 50px;
  line-height: 1.4;
  font-size: 24px;
  text-align: center;
}

.rec__message img {
  width: 25px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  vertical-align: middle;
}

.rec__content {
  max-width: 1024px;
  margin: 0 auto;
  line-height: 1.6;
}

.rec table {
  width: 100%;
}

.rec table tr {
  width: 100%;
}

.rec table tr._bg-blue {
  background-color: #0078c310;
}

.rec table th {
  max-width: 200px;
  padding: 10px 15px;
  border: 1px solid #eee;
  font-weight: bold;
}

.rec table td {
  padding: 10px 15px;
  border: 1px solid #eee;
}

.rec table td a:hover{
  color: #0078c3;
}

.rec table td span {
  font-size: 14px;
}

.welfare__inner {
  padding: 0px 16px 100px;
}

@media (max-width: 768px) {
  .welfare__inner {
    padding: 50px 16px;
  }
}

.welfare__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック";
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.2;
  text-align: center;
}

.welfare__title img {
  width: 35px;
  vertical-align: middle;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

@media (max-width: 768px) {
  .welfare__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .welfare__title {
    font-size: 26px;
  }
}

.welfare__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.welfare__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .welfare__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.welfare__item {
  margin: 0 0.5%;
  border: 2px solid #eee;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .welfare__item {
    width: 40%;
    margin-bottom: 5%;
  }
}

@media (max-width: 500px) {
  .welfare__item {
    width: 100%;
    padding: 40px 20px;
  }
}

.welfare__item--img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .welfare__item--img {
    width: 40%;
    margin-bottom: 10px;
  }
}

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

.welfare__item--title {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.welfare__item--text {
  line-height: 1.4;
}

.entry__subtitle {
  text-align: center;
  line-height: 2;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .entry__subtitle {
    margin-bottom: 0;
  }
}

.entry__inner {
  padding: 0 16px 50px;
}

.entry__content {
  padding: 50px;
  max-width: 800px;
  margin: 100px auto;
  border: 1px solid #eee;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .entry__content {
    padding: 30px 20px;
    margin: 30px auto;
  }
}

.entry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .entry__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entry__items {
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}

.entry__hd {
  width: 30%;
}

@media (max-width: 768px) {
  .entry__hd {
    margin-bottom: 15px;
    width: 100%;
  }
}

.entry__hd span {
  display: inline-block;
  margin-left: 10px;
}

.entry__hd span._req {
  background-color: #0078c3;
  color: #fff;
  font-size: 10px;
  padding: 5px;
  border-radius: 5px;
}

.entry__hd span._req-no {
  border: 1px solid #0078c3;
  border-radius: 5px;
  padding: 5px;
  color: #0078c3;
  font-size: 10px;
}

.entry__txt {
  width: 70%;
}

@media (max-width: 768px) {
  .entry__txt {
    width: 100%;
  }
}

.entry__txt input._txt {
  width: calc(100% - 22px);
  padding: 10px;
}

.entry__txt input._btn {
  padding: 10px;
}

.entry__txt textarea {
  width: calc(100% - 22px);
  padding: 10px;
  resize: none;
}

.entry__btn {
  text-align: center;
}

.entry__btn a {
  display: inline-block;
  background-color: #0078c3;
  border: 1px solid #0078c3;
  padding: 10px 70px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
}

.entry__btn a:hover {
  background-color: #ffffff;
  color: #0078c3;
  border: 1px solid #0078c3;
}
.date__gen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.date__new {
  margin-right: 50px;
}

.date__new p {
  margin-bottom: 20px;
  text-align: center;
}

.date__new p img {
  width: 20px;
  vertical-align: sub;
}

.date__new div img {
  width: 20px;
  opacity: 0;
}

.date__career p {
  margin-bottom: 20px;
  text-align: center;
}

.date__career p img {
  display: inline-block;
  width: 20px;
  vertical-align: sub;
}

.date__career div img {
  width: 20px;
  opacity: 0;
}

.date__inner {
  padding-bottom: 100px;
}

.date__txt {
  text-align: center;
  line-height: 1.4;
}

.date__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
  border-bottom: 1px solid gray;
  text-align: center;
}

.date__content:last-child {
  border: none;
}

@media (max-width: 768px) {
  .date__content {
    border: none;
  }
}

.date__message {
  text-align: center;
  margin-bottom: 20px;
  
}

.date__message img._box {
  display: inline-block;
  /* margin-right: -20px; */
  position: relative;
  z-index: -1;
  width: 35px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  vertical-align: middle;
}

.date__message img._icon {
  width: 30px;
  vertical-align: middle;
}

.date__message._tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 500px) {
  .date__message._tit {
  font-size: 30px;
  }

}


.date__item {
  text-align: center;
  margin: 50px 0;
  width: 50%;
  border-right: 1px solid gray;
  font-size: 30px;
  font-weight: bold;
}

.date__item:nth-child(2n) {
  border: unset;
}

@media (max-width: 1024px) {
  .date__item {
    border: none;
  }
}

@media (max-width: 500px) {
  .date__item {
    width: 94%;
    margin: 50px auto;
  }
}

.date__img {
  margin: 0 auto;
}

.date__img._tr {
  width: 250px;
  position: relative;
}

.date__img._clo {
  width: 250px;
}

.date__img img {
  width: 100%;
}

.date__img-txt01 {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 50px;
}

.date__img-txt02 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #0078c3;
  font-size: 30px;
}

.date__content2 {
  max-width: 1260px;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: 1px solid gray;
}

@media (max-width: 768px) {
  .date__content2 {
    border: none;
  }
}

.date__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .date__box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 500px) {
  .date__box2 {
    margin-bottom: 0;
  }
}

.date__item2 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 500px) {
  .date__item2 {
    font-size: 20px;
  }

}



@media (max-width: 500px) {
  .date__item2 {
    width: 100%;
    margin-bottom: 50px;
  }
}

.date__message2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 30px;
  font-weight: bold;
}

.date__message2 img._box {
  display: inline-block;
  /* margin-right: -20px; */
  position: relative;
  z-index: -1;
  width: 35px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  vertical-align: middle;
}

.date__message2 img._icon {
  width: 30px;
  vertical-align: middle;
}
.date__career{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.date__career li{
  width: 21%;
  margin-bottom: 15px!important;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  list-style: none;
  opacity: 0;
}

.date__career li img{
  width: 25%;
  vertical-align: bottom;
}



































.fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeUp:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.fadeUp:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.fadeUp:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.fadeUp:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.fadeUp:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fadeUp:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.fadeUp:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.fadeUp:nth-child(9) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.fadeUp:nth-child(10) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes fadeUp {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.fadeDown {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    top: -24%;
    right: -7.5%;
  }
  to {
    opacity: 1;
    top: 0;
    right: -0.5%;
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    top: -24%;
    right: -7.5%;
  }
  to {
    opacity: 1;
    top: 0;
    right: -0.5%;
  }
}

.font-big{
  font-size: 100px!important;
  font-weight: bold!important;
}
.font-big-y{
  font-size: 100px!important;
  font-weight: bold!important;
}
.font-big-57{
  font-size: 86px!important;
  font-weight: bold!important;
}

@media (max-width: 500px) {
  .font-big{
    font-size: 50px!important;
  }
  .font-big-y{
    font-size: 50px!important;
  }
  .font-big-57{
    font-size: 50px!important;
    font-weight: bold!important;
  }
  

}



.color-01 {
  color: #009cda;
  font-weight: bold;
  font-size: 30px;
}

.color-02 {
  color: #0673BA;
  font-weight: bold;
  font-size: 18px;
}

.color-03 {
  color: #104396;
  font-weight: bold;
  font-size: 18px;
}

.color-04 {
  color: pink;
  font-weight: bold;
  font-size: 18px;
}

.color-05 {
  color: #151471;
  font-weight: bold;
  font-size: 18px;
}

.pi-graph {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.enko {
  fill: none;
  stroke-width: 32;
  stroke-dasharray: 100;
  /* 最初は非表示状態 */
  stroke-dashoffset: 100;
}

#blue {
  -webkit-animation: blue 2s ease-in-out forwards;
          animation: blue 2s ease-in-out forwards;
  stroke: #00a0e9;
}

@-webkit-keyframes blue {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes blue {
  to {
    stroke-dashoffset: 0;
  }
}

#li-blue {
  stroke: #0078c3;
  -webkit-animation: li-blue 2s ease-in-out forwards;
          animation: li-blue 2s ease-in-out forwards;
}

@-webkit-keyframes li-blue {
  to {
    stroke-dashoffset: 40;
  }
}

@keyframes li-blue {
  to {
    stroke-dashoffset: 40;
  }
}

.pie01 {
  position: relative;
}

.pie01 .blue01 {
  position: absolute;
  bottom: 40%;
  right: 10%;
  color: #fff;
  font-size: 30px;

}

.pie01 .li-blue01 {
  position: absolute;
  bottom: 50%;
  left: 10%;
  color: #fff;
  font-size: 30px;

}

#blue02 {
  stroke: #00a0e9;
  -webkit-animation: blue02 2s ease-in-out forwards;
          animation: blue02 2s ease-in-out forwards;
}

@-webkit-keyframes blue02 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes blue02 {
  to {
    stroke-dashoffset: 0;
  }
}

#li-blue02 {
  stroke: #0078c3;
  -webkit-animation: li-blue02 2s ease-in-out forwards;
          animation: li-blue02 2s ease-in-out forwards;
}

@-webkit-keyframes li-blue02 {
  to {
    stroke-dashoffset: 30;
  }
}

@keyframes li-blue02 {
  to {
    stroke-dashoffset: 30;
  }
}

.pie01 .blue02 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  color: #fff;
  font-size: 30px;

}

.pie01 .li-blue02 {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  color: #fff;
  font-size: 30px;

}

#blue03 {
  stroke: pink;
  -webkit-animation: blue03 2s ease-in-out forwards;
          animation: blue03 2s ease-in-out forwards;
}

@-webkit-keyframes blue03 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes blue03 {
  to {
    stroke-dashoffset: 0;
  }
}

#li-blue03 {
  stroke: #009cda;
  -webkit-animation: li-blue03 2s ease-in-out forwards;
          animation: li-blue03 2s ease-in-out forwards;
}

@-webkit-keyframes li-blue03 {
  to {
    stroke-dashoffset: 30;
  }
}

@keyframes li-blue03 {
  to {
    stroke-dashoffset: 30;
  }
}

.pie01 .blue03 {
  position: absolute;
  bottom: 40%;
  right: 10%;
  color: #fff;
  font-size: 30px;
}

.pie01 .li-blue03 {
  position: absolute;
  bottom: 60%;
  left: 10%;
  color: #fff;
  font-size: 30px;

}

#blue04 {
  stroke: pink;
  -webkit-animation: blue04 2s ease-in-out forwards;
          animation: blue04 2s ease-in-out forwards;
}

@-webkit-keyframes blue04 {
  to {
    stroke-dashoffset: 40;
  }
}

@keyframes blue04 {
  to {
    stroke-dashoffset: 40;
  }
}

#li-blue04 {
  stroke: #009cda;
  -webkit-animation: li-blue04 2s ease-in-out forwards;
          animation: li-blue04 2s ease-in-out forwards;
}

@-webkit-keyframes li-blue04 {
  to {
    stroke-dashoffset: 30;
  }
}

@keyframes li-blue04 {
  to {
    stroke-dashoffset: 30;
  }
}

.pie01 .blue04 {
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}

.date__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 14px;
}

.date__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}

.dat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.date__bar01 {
  width: 46px;
  height: 1px;
  background-color: #009cda;
  margin-top: auto;
}

@-webkit-keyframes anime01 {
  0% {
    height: 90px;
  }
  100% {
    height: 1px;
  }
}

@keyframes anime01 {
  0% {
    height: 90px;
  }
  100% {
    height: 1px;
  }
}

.action--date__bar01 {
  -webkit-animation: anime01 1s forwards;
          animation: anime01 1s forwards;
  animation-direction: reverse;
}

.date__bar02 {
  width: 46px;
  height: 1px;
  background-color: #0673BA;
  margin-top: auto;
}

@-webkit-keyframes anime02 {
  0% {
    height: 135px;
  }
  100% {
    height: 1px;
  }
}

@keyframes anime02 {
  0% {
    height: 135px;
  }
  100% {
    height: 1px;
  }
}

.action--date__bar02 {
  -webkit-animation: anime02 1s forwards;
          animation: anime02 1s forwards;
  animation-direction: reverse;
}

.date__bar03 {
  width: 46px;
  height: 1px;
  background-color: #104396;
  margin-top: auto;
}

@-webkit-keyframes anime03 {
  0% {
    height: 45px;
  }
  100% {
    height: 1px;
  }
}

@keyframes anime03 {
  0% {
    height: 45px;
  }
  100% {
    height: 1px;
  }
}

.action--date__bar03 {
  -webkit-animation: anime03 1s forwards;
          animation: anime03 1s forwards;
  animation-direction: reverse;
}

.date__bar04 {
  width: 46px;
  height: 1px;
  background-color: #151471;
  margin-top: auto;
}

@-webkit-keyframes anime04 {
  0% {
    height: 30px;
  }
  100% {
    height: 1px;
  }
}

@keyframes anime04 {
  0% {
    height: 30px;
  }
  100% {
    height: 1px;
  }
}

.action--date__bar04 {
  -webkit-animation: anime04 1s forwards;
          animation: anime04 1s forwards;
  animation-direction: reverse;
}

.date__bottom02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 14px;
  margin-right: 20px;
  text-align: end;
}

.date__top02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.dat01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.date__bar05 {
  width: 1px;
  height: 10px;
  background-color: #009cda;
}

@-webkit-keyframes anime05 {
  0% {
    width: 70px;
  }
  100% {
    width: 1px;
  }
}

@keyframes anime05 {
  0% {
    width: 70px;
  }
  100% {
    width: 1px;
  }
}

.action--date__bar05 {
  -webkit-animation: anime05 1s forwards;
          animation: anime05 1s forwards;
  animation-direction: reverse;
}

.date__bar06 {
  width: 1px;
  height: 10px;
  background-color: #0673BA;
}

@-webkit-keyframes anime06 {
  0% {
    width: 60px;
  }
  100% {
    width: 1px;
  }
}

@keyframes anime06 {
  0% {
    width: 60px;
  }
  100% {
    width: 1px;
  }
}

.action--date__bar06 {
  -webkit-animation: anime06 1s forwards;
          animation: anime06 1s forwards;
  animation-direction: reverse;
}

.date__bar07 {
  width: 1px;
  height: 10px;
  background-color: #104396;
}

@-webkit-keyframes anime07 {
  0% {
    width: 50px;
  }
  100% {
    width: 1px;
  }
}

@keyframes anime07 {
  0% {
    width: 50px;
  }
  100% {
    width: 1px;
  }
}

.action--date__bar07 {
  -webkit-animation: anime07 1s forwards;
          animation: anime07 1s forwards;
  animation-direction: reverse;
}

.date__bar08 {
  width: 1px;
  height: 10px;
  background-color: #151471;
}

@-webkit-keyframes anime08 {
  0% {
    width: 40px;
  }
  100% {
    width: 1px;
  }
}

@keyframes anime08 {
  0% {
    width: 40px;
  }
  100% {
    width: 1px;
  }
}

.action--date__bar08 {
  -webkit-animation: anime08 1s forwards;
          animation: anime08 1s forwards;
  animation-direction: reverse;
}

.date__bar09 {
  width: 1px;
  height: 10px;
  background-color: #009cda;
}

@-webkit-keyframes anime09 {
  0% {
    width: 30px;
  }
  100% {
    width: 1px;
  }
}

@keyframes anime09 {
  0% {
    width: 30px;
  }
  100% {
    width: 1px;
  }
}

.action--date__bar09 {
  -webkit-animation: anime09 1s forwards;
          animation: anime09 1s forwards;
  animation-direction: reverse;
}

.date__bar10 {
  width: 1px;
  height: 10px;
  background-color: #009cda;
}

@-webkit-keyframes anime10 {
  0% {
    width: 20px;
  }
  100% {
    width: 1px;
  }
}

@keyframes anime10 {
  0% {
    width: 20px;
  }
  100% {
    width: 1px;
  }
}

.action--date__bar10 {
  -webkit-animation: anime10 1s forwards;
          animation: anime10 1s forwards;
  animation-direction: reverse;
}

.date__bar11 {
  width: 1px;
  height: 10px;
  background-color: #009cda;
}

@-webkit-keyframes anime11 {
  0% {
    width: 10px;
  }
  100% {
    width: 1px;
  }
}

@keyframes anime11 {
  0% {
    width: 10px;
  }
  100% {
    width: 1px;
  }
}

.action--date__bar11 {
  -webkit-animation: anime11 1s forwards;
          animation: anime11 1s forwards;
  animation-direction: reverse;
}

.date__bar12 {
  width: 1px;
  height: 10px;
  background-color: #009cda;
}

@-webkit-keyframes anime12 {
  0% {
    width: 5px;
  }
  100% {
    width: 1px;
  }
}

@keyframes anime12 {
  0% {
    width: 5px;
  }
  100% {
    width: 1px;
  }
}

.action--date__bar12 {
  -webkit-animation: anime12 1s forwards;
          animation: anime12 1s forwards;
  animation-direction: reverse;
}

.date__bar13 {
  width: 1px;
  height: 10px;
  background-color: #009cda;
}

@-webkit-keyframes anime13 {
  0% {
    width: 3px;
  }
  100% {
    width: 1px;
  }
}

@keyframes anime13 {
  0% {
    width: 3px;
  }
  100% {
    width: 1px;
  }
}

.action--date__bar13 {
  -webkit-animation: anime13 1s forwards;
          animation: anime13 1s forwards;
  animation-direction: reverse;
}

.date__bar14 {
  width: 1px;
  height: 10px;
  background-color: #009cda;
}

@-webkit-keyframes anime14 {
  0% {
    width: 2px;
  }
  100% {
    width: 1px;
  }
}

@keyframes anime14 {
  0% {
    width: 2px;
  }
  100% {
    width: 1px;
  }
}

.action--date__bar14 {
  -webkit-animation: anime14 1s forwards;
          animation: anime14 1s forwards;
  animation-direction: reverse;
}

.action-rot {
  -webkit-animation: 2s linear forwards rotation;
          animation: 2s linear forwards rotation;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.wpcf7-form-control.wpcf7-radio{
  display: flex!important;
}

#wpcf7-f418-o1{
border: none!important;
background: unset!important;
}
.wpcf7 p{
  margin-bottom: 0!important;
}

.wpcf7 .wpcf7-submit{
    display: inline-block;
    padding: 10px 70px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
}  
.wpcf7 .wpcf7-submit:hover {
  background-color: #ffffff!important;
  color: #0078c3;
  border: 1px solid #0078c3!important; 
}

.wpcf7 .wpcf7-list-item {
  display: inline-block!important;
}

.wpcf7 input[type=checkbox]{
  margin-bottom: 0!important;
  margin-right: 10px!important;
  margin-top: 10px!important;
}