/*===================*//*===================*/
/*===================*//*===================*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
/*===================*/

.fadeBlur {
  filter: blur(5px);
  transition: 2.5s;
}
.fadeBlur.is-show {
  filter: blur(0px);
}
/*===================*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up2 {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2.3s;
}
.fadeIn_up2.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up3 {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2.6s;
}
.fadeIn_up3.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up4 {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2.9s;
}
.fadeIn_up4.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up5 {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 3.1s;
}
.fadeIn_up5.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*===================*/
/*左*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left2 {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2.5s;
}
.fadeIn_left2.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left3 {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 3s;
}
.fadeIn_left3.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*===================*/
/*右*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*===================*//*===================*/
/*===================*//*===================*/

.enfam_sec_1{
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.key_image{
 background-image: url('images/career_2/key_imaege_1.jpg');
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
 width: 100%;
 height: 100vh;
}

/*===================*//*===================*/
/*===================*//*===================*/

.zoom-fade {
  width: 100%;
  height: 120vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
}

.zoom-fade__item {
  height: 120vh;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;

}

.zoom-fade__item:first-child {
  background-image: url('images/career_2/key_imaege_1.jpg');
}

.zoom-fade__item:nth-child(2) {
  background-image: url('images/career_2/key_imaege_2.jpg');
}

/*===================*//*===================*/
/*===================*//*===================*/

.career_wrap_1{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 10%;

}

.career_wrap_1 .catch_text h2{
  font-size: 60px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 3px;
  background-image: linear-gradient(45deg, #000000 0%, #3e6263 52%, #1eaf93 90%);
   background-size: 400% 100%;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation-name: gradationTextAnimation;
   animation-duration: 8s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
}

@keyframes gradationTextAnimation{
   0%{
       background-position: 0 0;
   }
   50%{
       background-position: 100% 0;
   }
   100%{
       background-position: 0 0;
   }
}
}



.career_wrap_1 .catch_text p{
  display: block;
  padding-left: 10px;
}

.career_wrap_1 .catch_text p span{
  display: block;
  line-height: 1.9em;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  background-image: linear-gradient(45deg, #000000 0%, #3e6263 52%, #1eaf93 90%);
   background-size: 400% 100%;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation-name: gradationTextAnimation;
   animation-duration: 8s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
}


.career_wrap_1_scroll_icon{
  width: 13px;
  height: 128px;
  max-width: 100%;

  background-image: linear-gradient(90deg, #000000 0%, #3e6263 52%, #1eaf93 90%);
   background-size: 400% 100%;

   /*
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   */

   animation-name: gradationTextAnimation;
   animation-duration: 8s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;


   mask-image: url("images/career_2/icon_scroll.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 50%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("images/career_2/icon_scroll.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 13px;
}
.career_child_1_child_button{
  position: fixed;
  z-index: 100;
  bottom: 10%;
  right: 0;
}


.career_child_1_child_button a{
  display: flex;
  width: auto;
  background: #00A6B4;
  background: linear-gradient(360deg,rgba(0, 166, 180, 1) 0%, rgba(16, 200, 217, 1) 100%);
  font-size: 18px;
  color: white;
  padding-top: 17px;
  padding-left:50px;
  padding-right: 50px;
  padding-bottom: 17px;
  border: solid 2px white;
  border-top-left-radius:40px;
  border-bottom-left-radius:40px;

  box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.15);
  transition: 0.3s;
  opacity: 1;
  letter-spacing: 2px;
  transition: 0.3s;
}
.career_child_1_child_button a:hover{
  opacity: 0.8;
}


.career_child_1_child_button a span:nth-child(1){
  font-size: 23px;
  font-weight: 500;
  color: white;
  margin-right: 10px;
}

.career_child_1_child_button a span:nth-child(2){
  font-size: 13px;
  font-weight: 500;
  color: #00a8c0;
  background-color: white;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  border-radius: 30px;
  line-height: 1.5em;
}
.career_child_1_child_button a span:nth-child(2)::after{
  content: url('images/career_2/arrow_right_button.svg');
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 5px;
}
/*===================*//*===================*/
/*===================*//*===================*/

.career_wrap_2{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  padding-left: 10%;
  flex-direction: column;
}

.career_wrap_2 p{
  margin-bottom: 50px;
}

.career_wrap_2 p span{
  display: block;
  line-height: 2.5em;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 500;
  background-image: linear-gradient(45deg, #000000 0%, #3e6263 52%, #1eaf93 90%);
   background-size: 400% 100%;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation-name: gradationTextAnimation;
   animation-duration: 8s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
}

/*===================*//*===================*/
/*===================*//*===================*/

.career_wrap_3{
  width: 100%;
  position: relative;
  z-index: 1;
}
.career_wrap_3_background{
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}

.career_wrap_3_background::before{
  content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 100%;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(rgba(255,255,255,0) 0, #fff 80%); /* 徐々に透明にする */
  position: absolute;  /*  */
  top: 0;
  left: 0;
}

.career_child_3_wrap_wrap{
  width:100%;
  text-align: center;
  background-color: white;
}

.career_child_3_wrap{
  display:inline-block;
  width: 1200px;
  max-width: 100%;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.career_child_3{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 150px;
  padding-bottom: 150px;
}
.career_child_3_left{
  width: 278px;
  max-width: 100%;
  margin-bottom: 0px;
}
.career_child_3_right{
  width: calc(100% - 278px);
  padding-left: 50px;
}
.career_child_3_left img{
  width: 100%;
}
/*===================*/

.career_child_3_right_title_1{
  display: inline-block;
  color: #00a8c0;
  border: solid 2px #00a8c0;
  padding: 10px;
  margin-bottom: 20px;
}
.career_child_3_right_title_1 span{
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.5em;
}

/*===================*/

.career_child_3_right_title_2{
  color: #00a8c0;
  margin-bottom: 20px;
}
.career_child_3_right_title_2 div{
  text-align: left;
}
.career_child_3_right_title_2 span{
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 2px;
}

/*===================*/

.career_child_3_right_title_3{
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
}

.career_child_3_right_title_3 span{
  display: inline-block;
}

/*===================*//*===================*/
/*===================*//*===================*/

/* スライダー全体 */
.e_career_slide-wrap {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド3枚のグループ */
.e_career_slide_box {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex; /* スライド5枚を横並び */
}
/* スライド */
.e_career_slide {
  width: calc(100vw / 5); /* 5はスライドの枚数 */
}
/* スライドの画像 */
.e_career_slide img {
  display: block;
  width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*===================*//*===================*/
/*===================*//*===================*/
/*水色背景*/
.career_wrap_4{
  width: 100%;
  text-align: center;
  background-color: #ebf8f9;
  padding-top: 150px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
.career_child_4{
  display: inline-block;
  width: 900px;
  max-width: 100%;
  text-align: left;
}

.career_child_4_box_1{
  width: 100%;
  margin-bottom: 150px;
}

.career_child_4_box_1_title{

}
.career_child_4_box_1_title_1{
  color: #00a8c0;
  font-size: 18px;
}

.career_child_4_box_1_title h3{
  margin-bottom: 50px;
}
.career_child_4_box_1_title h3 span{
  display: inline-block;
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1.5em;
}

.career_child_4_box_1_contents{

}
.career_child_4_box_1_contents_child{
  display: flex;
  justify-content:space-between;
  align-items:flex-end;
}
.career_child_4_box_1_contents_child img{
  margin-bottom: 0;
}

.career_child_4_box_1_contents_child img:nth-child(1){
  width: 240px;
  max-width: 100%;

}
.career_child_4_box_1_contents_child img:nth-child(2){
  width: 262px;
  max-width: 100%;

}
.career_child_4_box_1_contents_child img:nth-child(3){
  width: 220px;
  max-width: 100%;
}
/*===================*//*===================*/
/*===================*//*===================*/
/*水色背景*/
/*オンリーワン-only-one*/
.career_child_4_box_2{
  width: 100%;
  margin-bottom: 110px;
}

.career_child_4_box_2_child{
  display: flex;
}

.career_child_4_box_2_child_left{
  width: 350px;
  max-width: 100%;
  margin-bottom: 0;
  order: 1;
}
.career_child_4_box_2_child_left img{
  width: 100%;
  border-radius: 15px;
}

.career_child_4_box_2_child_right{
  width: calc(100% - 350px);
  padding-left: 50px;
  order: 2;
}

.career_child_4_box_2_child_right p{
  font-size: 0;
}

.career_child_4_box_2_child_right p span{
  display: inline-block;
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 2px;

}
/*===================*//*===================*/
/*===================*//*===================*/
/*水色背景*/
/*プライド-Pride*/
.career_child_4_box_3{
  width: 100%;
  margin-bottom: 110px;
}

.career_child_4_box_3_child{
  display: flex;
}

.career_child_4_box_3_child_left{
  width: calc(100% - 350px);
  padding-right: 50px;
  order: 1;
}

.career_child_4_box_3_child_left p{
  font-size: 0;
}

.career_child_4_box_3_child_left p span{
  display: inline-block;
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 2px;

}

.career_child_4_box_3_child_right{
  width: 350px;
  max-width: 100%;
  order: 2;
  margin-bottom: 0;
}
.career_child_4_box_3_child_right img{
  width: 100%;
  border-radius: 15px;
}
/*===================*//*===================*/
/*===================*//*===================*/
/*水色背景*/
/*ママの笑顔が、 子どもの幸せに繋がる。*/
.career_child_4_box_4{
  width: 100%;
}

.career_child_4_box_4_child{

}
.career_child_4_box_4_title{

}
.career_child_4_box_4_title h3{
  margin-bottom: 28px;
}

.career_child_4_box_4_title h3 span{
  display: inline-block;
  font-size: 28px;
  line-height: 1.7em;
  letter-spacing: 2px;
  color:#00a8c0;
}

.career_child_4_box_4_title h3 span:nth-child(1){
  display: inline-block;
}
.career_child_4_box_4_title h3 span:nth-child(2){
  display: inline-block;
}

.career_child_4_box_4_child p{
  margin-bottom: 50px;
}


.career_child_4_box_4_child p span{
  display: inline-block;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 2px;
}

.career_child_4_box_4_child_button{
  display: flex;

}

.career_child_4_box_4_child_button button{
  width: 48%;
  background: #00A6B4;
background: linear-gradient(360deg,rgba(0, 166, 180, 1) 0%, rgba(16, 200, 217, 1) 100%);
  font-size: 18px;
  color: white;
  padding-top: 20px;
  padding-left:20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border: solid 2px white;
  border-radius:40px;
  box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.15);
  transition: 0.3s;
  opacity: 1;
}

.career_child_4_box_4_child_button button:hover{
  opacity: 0.8;
}

.career_child_4_box_4_child_button button:nth-child(1){
  margin-right:1%;
}
.career_child_4_box_4_child_button button:nth-child(2){
  margin-left:1%;
}

.career_child_4_box_4_child_button button:nth-child(1)::after{
  content: url('images/career_2/arrow_right_white_button.svg');
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-left: 5px;
}

.career_child_4_box_4_child_button button:nth-child(2)::after{
  content: url('images/career_2/arrow_right_white_button.svg');
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-left: 5px;
}



/*===================*//*===================*/
/*===================*//*===================*/

/*水色背景*/
/*三角形背景*/
.career_wrap_4_after{
  width: 100%;
  height: 200px;
  background-color: white;
  position: relative;
  z-index: 2;
}
.career_wrap_4_after img:nth-child(1){
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.career_wrap_4_after img:nth-child(2){
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

/*===================*//*===================*/
/*===================*//*===================*/
/*白背景*/
/*インタビュー*/
/*Fellow*/

.career_wrap_5{
  width: 100%;
  text-align: center;
  background-color: white;
  padding-top: 150px;
  position: relative;
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
}
.career_child_5{
  display: inline-block;
  width: 900px;
  max-width: 100%;
  text-align: left;
}

.career_child_5_title{
  width: 100%;
  margin-bottom: 60px;
}

.career_child_5_title div{
  display: inline-block;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #00a8c0;
  border-bottom: solid 2px #00a8c0;
}

.career_child_5_title h3{
  font-size: 28px;
  line-height: 1.7em;
  letter-spacing: 2px;
}
/*========================*//*========================*/
/*========================*//*========================*/
/*fellow_1*/
.career_child_5_fellow_1{
  width: 100%;
  margin-bottom: 110px;
}

.career_child_5_fellow_1_title{
  margin-bottom: 50px;
}

.career_child_5_fellow_1_title p:nth-child(1){
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

.career_child_5_fellow_1_title p:nth-child(1) span:nth-child(1){
  display:inline-block;
  color: white;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #00a8c0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.career_child_5_fellow_1_title p:nth-child(1) span:nth-child(2){
  width: auto;
  display:inline-block;
  color: white;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #00a8c0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}



.career_child_5_fellow_1_title p:nth-child(2){

}

.career_child_5_fellow_1_title p:nth-child(2) span{
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
}

.career_child_5_fellow_1_left_right{
  width: 100%;
}

.career_child_5_fellow_1_left_right_child{
  width: 100%;
  display: flex;
}

.career_child_5_fellow_1_left{
  width: 350px;
  max-width: 100%;
  margin-bottom: 0px;
}

.career_child_5_fellow_1_left img{
  width: 100%;
  border-radius: 10px;
}
.career_child_5_fellow_1_right{
  width: calc(100% - 350px);
  max-width: 100%;
  padding-left: 50px;
}

.career_child_5_fellow_1_right_text_1{
  margin-bottom: 50px;
}
.career_child_5_fellow_1_right_text_1 p:nth-child(1){
  color: #00a8c0;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.career_child_5_fellow_1_right_text_1 p:nth-child(2){
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-character;
}

.career_child_5_fellow_1_right_text_2{
  margin-bottom: 50px;
}
.career_child_5_fellow_1_right_text_2 p:nth-child(1){
  color: #00a8c0;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.career_child_5_fellow_1_right_text_2 p:nth-child(2){
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-character;
}

.career_child_5_fellow_1_right_text_3{
  margin-bottom: 50px;
}
.career_child_5_fellow_1_right_text_3 p:nth-child(1){
  color: #00a8c0;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.career_child_5_fellow_1_right_text_3 p:nth-child(2){
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: justify;
}
.career_child_5_fellow_1_right_text_3 p:nth-child(2) span{
  text-align: justify;
}

/*========================*//*========================*/
/*========================*//*========================*/
/*fellow_2*/
.career_child_5_fellow_2{
  width: 100%;
  margin-bottom: 110px;
}

.career_child_5_fellow_2_title{
  margin-bottom: 50px;
}

.career_child_5_fellow_2_title p:nth-child(1){
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

.career_child_5_fellow_2_title p:nth-child(1) span:nth-child(1){
  display:inline-block;
  color: white;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #00a8c0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.career_child_5_fellow_2_title p:nth-child(1) span:nth-child(2){
  width: auto;
  display:inline-block;
  color: white;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #00a8c0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}



.career_child_5_fellow_2_title p:nth-child(2){

}

.career_child_5_fellow_2_title p:nth-child(2) span{
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
}

.career_child_5_fellow_2_left_right{
  width: 100%;
}

.career_child_5_fellow_2_left_right_child{
  width: 100%;
  display: flex;
}

.career_child_5_fellow_2_left{
  width: calc(100% - 350px);
  max-width: 100%;
  padding-right: 50px;
  order: 1;
}

.career_child_5_fellow_2_right img{
  width: 100%;
  border-radius: 10px;
}
.career_child_5_fellow_2_right{
  width: 350px;
  max-width: 100%;
  margin-bottom: 0px;
  order: 2;
}

.career_child_5_fellow_2_left_text_1{
  margin-bottom: 50px;
}
.career_child_5_fellow_2_left_text_1 p:nth-child(1){
  color: #00a8c0;
  line-height: 1.8em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.career_child_5_fellow_2_left_text_1 p:nth-child(2){
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: justify;
}

.career_child_5_fellow_2_left_text_2{
  margin-bottom: 50px;
}
.career_child_5_fellow_2_left_text_2 p:nth-child(1){
  color: #00a8c0;
  line-height: 1.7em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.career_child_5_fellow_2_left_text_2 p:nth-child(1) span{
  display: block;
}


.career_child_5_fellow_2_left_text_2 p:nth-child(2){
  line-height: 1.7em;
  letter-spacing: 1px;
}

.career_child_5_fellow_2_left_text_3{
  margin-bottom: 50px;
}
.career_child_5_fellow_2_left_text_3 p:nth-child(1){
  color: #00a8c0;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.career_child_5_fellow_2_left_text_3 p:nth-child(2){
  line-height: 1.7em;
  letter-spacing: 1px;
}
/*========================*//*========================*/
/*========================*//*========================*/
/*fellow_3*/
.career_child_5_fellow_3{
  width: 100%;
}

.career_child_5_fellow_3_title{
  margin-bottom: 50px;
}

.career_child_5_fellow_3_title p:nth-child(1){
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

.career_child_5_fellow_3_title p:nth-child(1) span:nth-child(1){
  display:inline-block;
  color: white;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #00a8c0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.career_child_5_fellow_3_title p:nth-child(1) span:nth-child(2){
  width: auto;
  display:inline-block;
  color: white;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #00a8c0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}



.career_child_5_fellow_3_title p:nth-child(2){

}

.career_child_5_fellow_3_title p:nth-child(2) span{
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
}

.career_child_5_fellow_3_left_right{
  width: 100%;
}

.career_child_5_fellow_3_left_right_child{
  width: 100%;
  display: flex;
}

.career_child_5_fellow_3_left{
  width: 350px;
  max-width: 100%;
  margin-bottom: 0;
}

.career_child_5_fellow_3_left img{
  width: 100%;
  border-radius: 10px;
}
.career_child_5_fellow_3_right{
  width: calc(100% - 350px);
  max-width: 100%;
  padding-left: 50px;
}

.career_child_5_fellow_3_right_text_1{
  margin-bottom: 50px;
}
.career_child_5_fellow_3_right_text_1 p:nth-child(1){
  color: #00a8c0;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.career_child_5_fellow_3_right_text_1 p:nth-child(2){
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: justify;
}

.career_child_5_fellow_3_right_text_2{
  margin-bottom: 50px;
}
.career_child_5_fellow_3_right_text_2 p:nth-child(1){
  color: #00a8c0;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.career_child_5_fellow_3_right_text_2 p:nth-child(2){
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: justify;
}

.career_child_5_fellow_3_right_text_3{
  margin-bottom: 50px;
}
.career_child_5_fellow_3_right_text_3 p:nth-child(1){
  color: #00a8c0;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.career_child_5_fellow_3_right_text_3 p:nth-child(2){
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: justify;
}




/*===================*//*===================*/
/*===================*//*===================*/
.career_wrap_6_before{
  width: 100%;
  height: 200px;
  background-color:white;
  position: relative;
  z-index: 3;
}
.career_wrap_6_before img:nth-child(1){
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 4;
  transform: rotate(180deg);
}
.career_wrap_6_before img:nth-child(2){
  width: 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 3;
  transform: rotate(180deg);
}
/*===================*//*===================*/
/*===================*//*===================*/
/*Youtube*/
.career_wrap_6{
  width: 100%;
  text-align: center;
  background-color: #ebf8f9;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
  padding-left: 0px;
  padding-right: 0px;
}
.career_child_6{
  display: inline-block;
  width: 900px;
  max-width: 100%;
  text-align: left;
}
.career_child_6_title{
  width: 100%;
  margin-bottom: 50px;
}

.career_child_6_title div{
  display: inline-block;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #00a8c0;
  border-bottom: solid 2px #00a8c0;
}

.career_child_6_title h3{
  font-size: 28px;
  line-height: 1.7em;
  letter-spacing: 2px;
  margin-bottom: 0;
}



.career_child_6_movie{
  width: 100%;

}
.career_child_6_movie_child{
  width: 100%;
}




/*=====================*/
/*YOUTUBE AD GALLERY*/
/*=====================*/

.youtube_ad_gallery_wrap{
  width: 100%;
}
.youtube_ad_gallery_list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.youtube_ad_gallery_list li{
	width:32%;
	margin-bottom:30px;
}
.youtube_ad_gallery_list li:nth-child(1){
  margin-left: 0;
  margin-right: 0;
}
.youtube_ad_gallery_list li:nth-child(2){
  margin-left: 1%;
  margin-right: 1%;
}
.youtube_ad_gallery_list li:nth-child(3){
  margin-left: 0;
  margin-right: 0;
}

.youtube_ad_gallery_list li > a{
  width: 100%;
  display: block;
}

.youtube_wrap{
  position: relative;
}

.youtube_wrap img{
  border-radius: 10px;
}

.icon__youtube_image{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35px;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

/*===================*//*===================*/
/*===================*//*===================*/
/*水色背景*/
/*三角形背景*/
.career_wrap_6_after{
  width: 100%;
  height: 200px;
  background-color: white;
  position: relative;
  z-index: 2;
}
.career_wrap_6_after img:nth-child(1){
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.career_wrap_6_after img:nth-child(2){
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
/*===================*//*===================*/
/*===================*//*===================*/

/*白背景*/
/*FAQ*/

.career_wrap_7{
  width: 100%;
  text-align: center;
  background-color: white;
  padding-top: 150px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
.career_child_7{
  display: inline-block;
  width: 900px;
  max-width: 100%;
  text-align: left;
}

.career_child_7_title{
  width: 100%;
  margin-bottom: 65px;
}

.career_child_7_title div{
  display: inline-block;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #00a8c0;
  border-bottom: solid 2px #00a8c0;
}

.career_child_7_title h3{
  font-size: 28px;
  line-height: 1.7em;
  letter-spacing: 2px;
}


.career_child_7_title_1{
  width: 100%;
  background-color: #00a8c0;
  padding-top: 9px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 9px;
  margin-bottom: 0px;
}
.career_child_7_title_1 h3{
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
}

.faq_box{
  margin-bottom: 50px;
}
.faq_box dl{
  padding-top: 40px;
  padding-bottom: 40px;
  background-image : linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.faq_box dl:last-child{
  background-image :none;
}

.faq_box dl dt{
  color: #00a8c0;
  margin-bottom: 20px;
  text-indent: -17px;
  display: flex;
  justify-content: flex-start;
  font-size: 0;
}


.faq_box dl dt span:nth-child(1){
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-indent:0;
  font-size: 18px;
  width: 30px;
}

.faq_box dl dt div span:nth-child(1){
  letter-spacing: 2px;
  font-weight: 500;
  color: #ed476d;
  text-indent:0;
  font-size: 16px;
}

.faq_box dl dt div{
  width: calc(100% - 30px);
  text-indent: 0;
}

.faq_box dl dt p{
  display: inline-block;
  font-weight: 500;
  text-indent:0;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0;
}


.faq_box dl dd{
  color: black;
  text-indent: -17px;
  display: flex;
}

.faq_box dl dd span{
  letter-spacing: 2px;
  font-weight: 400;
  text-indent:0;
  line-height: 1.5em;
  font-size: 16px;
}

.faq_box dl dd span:nth-child(1){
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0px;
  width: 30px;
}

.faq_box dl dd span:nth-child(2){
  letter-spacing: 1px;
  font-weight: 400;
  width: calc(100% - 30px);
}

/*===================*//*===================*/
/*===================*//*===================*/

/*募集要項*/

.career_wrap_8{
  width: 100%;
  min-height: 1000px;
  text-align: center;
  background-color: #ffffff;
  padding-top: 150px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
.career_child_8{
  display: inline-block;
  width: 900px;
  max-width: 100%;
  text-align: left;
}

.career_child_8_border_wrap{
  width: 100%;
}

.career_child_8_title{
  border: solid 2px #00a8c0;
  text-align: center;
  padding: 30px;

}
.career_child_8_title div{
  color: #00a8c0;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
}
.career_child_8_title div span:nth-child(1){
  margin-right: 5px;
}


.career_child_8_title h3{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}

.career_child_8_content{
  border-top: solid 0px #00a8c0;
  border-left: solid 2px #00a8c0;
  border-right: solid 2px #00a8c0;
  border-bottom: solid 2px #00a8c0;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.c_c_8_list{
  padding-top: 37px;
  padding-bottom: 37px;
  background-image : linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.c_c_8_list dl{

}
.c_c_8_list dl dt{
  color: #00a8c0;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5em;
}

.c_c_8_list dl dd{
  color: black;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7em;
}

.career_child_8_list_1 dl dd:nth-child(2)::before{
  content: "・";
  color: #00a8c0;
}
.career_child_8_list_1 dl dd:nth-child(3)::before{
  content: "・";
  color: #00a8c0;
}

.career_child_8_list_2 dl dd:nth-child(4){
  text-indent: 85px;
}
.career_child_8_list_2 dl dd:nth-child(5){
  text-indent: 85px;
}
.career_child_8_list_2 dl dd:nth-child(6){
  text-indent: 85px;
}
.career_child_8_list_2 dl dd:nth-child(7){
  margin-left: 85px;
}

.career_child_8_list_3 dl dd:nth-child(2)::before{
  content: "・";
  color: #00a8c0;
}

.career_child_8_list_4 dl dd:nth-child(2)::before{
  content: "・";
  color: #00a8c0;
}
.career_child_8_list_4 dl dd:nth-child(3)::before{
  content: "・";
  color: #00a8c0;
}

.career_child_8_list_5 dl dd:nth-child(2)::before{
  content: "・";
  color: #00a8c0;
}
.career_child_8_list_5 dl dd:nth-child(4)::before{
  content: "・";
  color: #00a8c0;
}
.career_child_8_list_5 dl dd:nth-child(5)::before{
  content: "・";
  color: #00a8c0;
}

.c_c_8_list p{
  color: black;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7em;
}




.career_child_8_content li:first-child{
  padding-top: 0px;
}

.career_child_8_content li:last-child{
  padding-bottom: 0px;
  background-image : none;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}






/*===================*//*===================*/
/*===================*//*===================*/

/*背景人物*/
/*キャッチフレーズ*/

.career_wrap_9{
  width: 100%;
  text-align: center;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
  background-color: white;
}
.career_child_9{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.career_child_9_background{
  width: 100%;
  position: relative;
}
.career_child_9_background img{
  width: 100%;
}


.career_child_9_title{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22%;
  margin: auto;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 22%;
}

.career_child_9_title p{
  font-size: 0px;
  line-height: 3em;
  letter-spacing: 2px;
}

.career_child_9_title p span{
  display: inline-block;
  font-size: 20px;
  line-height: 2.7em;
  background-image: linear-gradient(45deg, #000000 0%, #3e6263 52%, #1eaf93 90%);
   background-size: 400% 100%;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation-name: gradationTextAnimation;
   animation-duration: 8s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
}

.career_child_9_child_button_wrap{
  width: 100%;
  text-align: center;
}

.career_child_9_child_button_child{
  display: inline-block;
  width: 900px;
  max-width: 100%;
}

.career_child_9_child_button{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 50px;
  justify-content: space-around;
  margin-top: 0px;
}


.career_child_9_child_button button{
  width: 31%;
  background: #00A6B4;
  background: linear-gradient(360deg,rgba(0, 166, 180, 1) 0%, rgba(16, 200, 217, 1) 100%);
  font-size: 18px;
  color: white;
  padding-top: 20px;
  padding-left:20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border: solid 2px white;
  border-radius:40px;
  box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.15);
  transition: 0.3s;
  opacity: 1;
  margin-bottom: 0;
}

.career_child_9_child_button button:hover{
  opacity: 0.8;
}
.career_child_9_child_button button:nth-child(1){
  margin-right:1%;
}
.career_child_9_child_button button:nth-child(2){
  display: none;
}
.career_child_9_child_button button:nth-child(3){
  margin-left:1%;
}

.career_child_9_child_button button:nth-child(1)::after{
  content: url('images/career_2/arrow_right_white_button.svg');
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-left: 5px;
}

.career_child_9_child_button button:nth-child(2)::after{
  content: url('images/career_2/arrow_right_white_button.svg');
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-left: 5px;
}

.career_child_9_child_button button:nth-child(3)::after{
  content: url('images/career_2/arrow_right_white_button.svg');
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-left: 5px;
}

/*===================*//*===================*/
/*===================*//*===================*/

.career_wrap_9_after{
  width: 100%;
  position: relative;
}

.career_wrap_9_after img{
  width: 100%;
}

/*===================*//*===================*/
/*===================*//*===================*/

/*背景人物*/
/*キャッチフレーズ*/

.career_wrap_10{
  width: 100%;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
  background-color: white;
  display: none;
}
.career_child_10{
  display: inline-block;
  width: 900px;
  max-width: 100%;
  text-align: left;
}


.career_child_10_title{
  text-align: center;
  padding: 30px;

}
.career_child_10_title div{
  color: #00a8c0;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
}

.career_child_10_title h3{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}



.career_child_10_child_button{
  display: flex;
  width: 900px;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
  justify-content: center;
}


.career_child_10_child_button button{
  display: inline-block;
  width: auto;
  background: #00A6B4;
  background: linear-gradient(360deg,rgba(0, 166, 180, 1) 0%, rgba(16, 200, 217, 1) 100%);
  font-size: 18px;
  color: white;
  padding-top: 10px;
  padding-left:40px;
  padding-right: 40px;
  padding-bottom: 10px;
  border: solid 2px white;
  border-radius:40px;
  box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.15);
  transition: 0.3s;
  opacity: 1;
  letter-spacing: 2px;
}

.career_child_9_child_button button:hover{
  opacity: 0.8;
}
.career_child_9_child_button button:nth-child(1){
  margin-right:1%;
}
.career_child_9_child_button button:nth-child(2){

}
.career_child_9_child_button button:nth-child(3){
  margin-left:1%;
}

/*===================*//*===================*/
/*===================*//*===================*/






.add-animation {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの実行前後の状態 */
  /* zoom-fade 10秒 [実行前]最初のキーフレーム（0%） → [実行後]最後のキーフレーム（100%） */
  animation: zoom-fade 10s both;
}

@keyframes zoom-fade {

  0% {
    /*transform: scale(1.05);*/
    transform: scale(1.05);
  }

  100% {
    /*transform: scale(1);*/
    transform: scale(1);
  }

}
/*===================*//*===================*/
