@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
.container {
  overflow: clip;
}
.recruit{
  color: #000;
}

.recruit_visual__title .img01 {
  animation: fadeIn_bottom 0.5s ease 0.1s 1 normal backwards;
  animation-delay: 1.5s;
}
.recruit_visual__title .img03 {
  animation: fadeIn_bottom 0.5s ease 0.1s 1 normal backwards;
  animation-delay: 1.8s;
}

.recruit_visual__title .img02::before {
  animation: img-wrap 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 2.1s;
}
.recruit_visual__btn .img04 {
  animation: fadeIn_left 0.5s ease 0.1s 1 normal backwards;
  animation-delay: 2.4s;
}
.recruit_visual__btn .img05 {
  animation: fadeIn_right 0.5s ease 0.1s 1 normal backwards;
  animation-delay: 2.4s;
}
.recruit_visual__btn ul {
  animation: fadeIn_bottom 0.5s ease 0.1s 1 normal backwards;
  animation-delay: 2.4s;
}
.recruit_news {
  animation: fadeIn_bottom 0.5s ease 0.1s 1 normal backwards;
  animation-delay: 2.4s;
}
@media screen and (max-width:679px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .page__nav {
    z-index: 200;
    width: 100%;
    position: sticky;
    bottom: 0;
    animation: fadeIn_bottom 1s ease 0.5s 1 normal backwards;
    animation-delay: 3s;
    height: 45px;
    margin-top: -45px;
  }
  .page__nav ul {
    width: 100%;
    display: flex;
  }
  .page__nav ul li {
    width: 33.33%;
  }
  .page__nav ul li a {
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    border: 2px solid #000;
	border-right: 2px solid #333;
    border-bottom: none;
    font-weight: bold;
    background: #000;
    color: #FFF;
    display: block;
  }
  .page__nav ul li:first-child a {
    background: #FFEA00;
    color: #000;
    -webkit-border-radius: 10px 0 0 0 / 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0 / 10px 0 0 0;
    border-radius: 10px 0 0 0 / 10px 0 0 0;
    border-right: none;
  }
  .page__nav ul li:last-child a {
    -webkit-border-radius: 0 10px 0 0 / 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0 / 0 10px 0 0;
    border-radius: 0 10px 0 0 / 0 10px 0 0;
    border-left: none;
  }
  .page__nav ul li a:hover {
    background: #FFBA00;
    color: #000;
  }
  .recruit p {
    line-height: 1.8em;
  }
  .recruit .h2__subtitle {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 4.6rem;
    line-height: 1em;
  }
  .recruit h2.recruit__title{
    background: url("/assets/img/recruit/common_title.png") no-repeat;
    background-size: 118px 32px;
    width: 118px;
    height: 32px;
    line-height: 32px;
    font-size: 1.1rem;
    color: #FFF;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .recruit .new-graduate .attempt h2.recruit__title{
	margin-bottom: 50px;
	}
  .recruit h2.width_large {
    background-size: 144px 32px;
    width: 144px;
    height: 32px;
  }
  .recruit h2.width_middle {
    background-size: 144px 32px;
    width: 118px;
    height: 32px;
  }
  .recruit h2.width_short {
    background-size: 144px 32px;
    width: 108px;
    height: 32px;
  }
  .recruit_visual {
    width: 100%;
    padding: 30px 0 0 0;
    background: #36CAE8;
    box-sizing: border-box;
    animation: fadeIn 0.8s ease 0.5s 1 normal backwards;
  }
  .recruit_visual::after {
    content: '';
    display: block;
    border-bottom: 65px solid #FFF; /* 三角を白にする */
    border-left: 100vw solid transparent;
  }
  .recruit_visual__title {
    text-align: center;
    width: 335px;
    position: relative;
    margin: 0 auto;
  }
  .recruit_top .recruit_visual__title {
    height: 206px;
  }
  .mid-career .recruit_visual__title,
  .new-graduate .recruit_visual__title,
  .open-campany .recruit_visual__title {
    height: 178px;
  }
  .recruit_visual__title .img01 {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 17px;
    width: 300px;
}
  .recruit_visual__title .img01 img {
    width: 300px;
  }
  .recruit_visual__title .img03.recruit {
    position: absolute;
    top: 81px;
    left: 48px;
    z-index: 3
  }
  .recruit_visual__title .img03.recruit img {
    width: 250px;
  }
  .recruit_visual__title .img03.mid-career {
    z-index: 50;
    position: absolute;
    top: 85px;
    width: 100%;
  }
  .recruit_visual__title .img03.mid-career img {
    width: 245px;
    margin: 0 0 0 4px;
  }
  .recruit_visual__title .img03.new-graduate {
    z-index: 50;
    position: absolute;
    top: 80px;
    width: 100%;
  }
  .recruit_visual__title .img03.new-graduate img {
    width: 295px;
    margin: 0 0 0 2px;
  }
	
  .recruit_visual__title .img03.open-campany {
    z-index: 50;
    position: absolute;
    top: 84px;
    width: 100%;
  }
  .recruit_visual__title .img03.open-campany img {
    width: 299px;
    margin: 0 0 0 8px;
  }
	
  .recruit_visual__title .img03 p {
    text-align: right;
    font-size: 1.4rem;
    margin: 0;
  }
  .recruit_visual__title .img03.new-graduate p {
    margin: -5px 25px 0 0;
  }
  .recruit_visual__title .img03.open-campany p {
    margin: -5px 25px 0 0;
  }
  .recruit_visual__title .img02 {
    overflow: hidden;
    position: absolute;
    right: -14px;
  }
  .recruit_top .recruit_visual__title .img02 {
    top: 124px;
  }
  .mid-career .recruit_visual__title .img02,
  .new-graduate .recruit_visual__title .img02,
  .open-campany .recruit_visual__title .img02 {
    top: 103px;
  }
	
  .recruit_visual__title .img02::before {
    background: #36CAE8;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
  }
  .recruit_visual__title .img02 img {
    width: 216px;
  }
  .recruit_visual__btn {
    position: relative;
    margin-top: -20px;
    max-width: 1140px;
    height: 350px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .recruit_visual__btn .img04 {
    position: absolute;
    top: -65px;
    left: -33px;
  }
  .recruit_visual__btn .img04 img {
    width: 111px;
    height: auto;
  }
  .recruit_visual__btn .img05 {
    position: absolute;
    bottom: -142px;
    right: -35px;
    z-index: 5;
  }
  .recruit_visual__btn .img05 img {
    width: 113px;
    height: auto;
  }
  .recruit_visual__btn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .recruit_visual__btn ul li {
    position: relative;
    width: 100%;
    height: 160px;
    margin: 0 0 25px;
  }
  .recruit_visual__btn ul li a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    position: absolute;
    text-align: center;
  }
  .recruit_visual__btn ul li a.oneday {
    width: 90px;
    height: 90px;
    border: 2px solid #000;
    background: #FFEA00;
    top: -40px;
    right: -10px;
    z-index: 10;
    border-radius: 80px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.1em;
    padding-top: 10px;
  }
  .recruit_visual__btn ul li a.oneday:hover {
    background: #FFBA00;
  }
  .recruit_visual__btn ul li a.oneday .arrow img {
    width: 13px;
    height: 13px;
    margin-top: 5px;
  }
  .recruit_visual__btn ul li a.page__item {
    width: calc(100% - 8px);
    height: 160px;
    border: 2px solid #000;
    background: #FFF;
    border-radius: 50px;
    padding-top: 28px;
    text-decoration: none;
    font-size: 3.4rem;
    box-sizing: border-box;
  }
  .recruit_visual__btn ul li a.page__item:hover {
    background: linear-gradient(-45deg, #36CAE8 25%, #FFF 25%, #FFF 50%, #36CAE8 50%, #36CAE8 75%, #FFF 75%, #FFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko .recruit_visual__btn ul li a.page__item:hover{
    background: linear-gradient(-45deg, #36CAE8 25%, #FFF 25%, #FFF 50%, #36CAE8 50%, #36CAE8 75.1%, #FFF 75%, #FFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .recruit_visual__btn ul li a.page__item .btn__title {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
  }
  .recruit_visual__btn ul li a.page__item .btn__subtitle {
    background: url("/assets/img/recruit/common_title.png") no-repeat;
    background-size: 118px 32px;
    width: 118px;
    height: 32px;
    line-height: 32px;
    font-size: 1.1rem;
    color: #FFF;
    margin: 5px auto 0 auto;
    font-weight: bold;
  }
  .recruit_visual__btn ul li a.page__item .arrow {
    margin: 10px 0;
    font-size: 0;
  }
  .recruit_visual__btn ul li a.page__item .arrow img {
    width: 25px;
    height: 25px;
  }
  .recruit_visual__btn ul li .border {
    position: absolute;
    width: calc(100% + 5px);
    height: 160px;
    border: 2px solid #000;
    border-radius: 50px;
    top: 6px;
    left: 5px;
    box-sizing: border-box;
  }
  .recruit_news {
    width: 100%;
    margin: 18px auto 50px auto;
    position: relative;
    z-index: 10;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .new-graduate .recruit_news {
    margin: 30px auto 50px auto;
    text-align:left;
	padding: 0;
  }
  .news_title img {
    width: 50px;
    height: 24px;
    margin-bottom: 5px;
  }
  ul.recruit_news_inner {
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0;
    padding: 0 0 15px 0;
    background: url("/assets/img/recruit/common_border.png") repeat-x bottom left;
    background-size: 9px;
	text-align: left;
  }
  ul.recruit_news_inner li, ul.recruit_news_inner li a {
    text-decoration: none;
    color: #000;
  }
  
  
  ul.recruit_news_inner li a span.newstitle {
    display: inline-block;
    margin-top: 5px;
  }


  .recruit_category{
    /* margin-top: 5px; */
    width: 50px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #000;
    margin-left: 8px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    border-radius: 9px;
    vertical-align: middle;
  }
  .recruit_category.pc{
    display: none;
  }
  .recruit_category.sp{
    display: inline-block;
  }

  ul.recruit_news_inner li a:hover {
    color: #666666;
  }
  ul.recruit_news_inner li a:hover .recruit_category {
    border: 1px solid #666666;
  }
  ul.recruit_news_inner .slide-arrow {
    position: absolute;
    bottom: -40px;
    margin-top: -12px;
    cursor: pointer;
    z-index: 20;
    width: 26px;
    height: 26px;
    display: block;
    border: 1px solid #000;
    border-radius: 100%;
    box-sizing: border-box;
    background: url("/assets/img/recruit/common_arrow.png") no-repeat center center;
    background-size: 10px 10px;
  }
  ul.recruit_news_inner .slide-arrow:hover {
    background: url("/assets/img/recruit/common_arrow.png") no-repeat center center #FFEA00;
    background-size: 10px 10px;
  }
  ul.recruit_news_inner .news_prev-arrow {
    left: 0;
    transform: rotateZ(180deg);
  }
  ul.recruit_news_inner .news_next-arrow {
    left: 35px;
  }
  .recruit_aboutus {
    text-align: center;
    width: 100%;
  }
  .recruit_aboutus:after {
    content: '';
    display: block;
    border-bottom: 65px solid #F0F0F0; /* 三角を白にする */
    border-right: 100vw solid transparent;
  }
  .recruit_aboutus .recruit_aboutus_inner {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 35px 0 0 0;
  }
  .recruit_aboutus .recruit_aboutus_inner p {
    font-size: 1.4rem;
    line-height: 2.5em;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker01.png") no-repeat bottom left 22px;
    background-size: 141px 35px;
    margin-bottom: 25px;
    max-width: 280px;
    margin: 0 auto;
  }
  .recruit_aboutus .img-sp {
    width: 335px;
    height: 190px;
    position: relative;
    margin: 30px auto 0 auto;
  }
  .recruit_aboutus .img01 {
    transform: rotateZ(-4deg);
    position: absolute;
    left: 10px;
    bottom: -60px;
  }
  .recruit_aboutus .img01 img {
    width: 142px;
  }
  .recruit_aboutus .img02 {
    position: absolute;
    top: 0;
    right: -27px;
  }
  .recruit_aboutus .img02 img {
    width: 198px;
  }
  .rectuit_voice {
    width: 100%;
    padding: 30px 0;
    margin: 0;
    background: #F0F0F0;
    text-align: center;
  }
  .rectuit_voice_white {
    width: 100%;
    padding: 30px 0 75px 0;
    margin: 0;
    background: #FFF;
    text-align: center;
  }
  .voice_Slider {
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
  }
  ul.voice_Slider__inner {
    width: 900px;
    height: 372px;
    margin: 0 auto;
    background: url("/assets/img/recruit/common_marker02.png") no-repeat;
    background-size: 280px;
    background-position: bottom 35px left 280px;
  }
  ul.voice_Slider__inner li.Slider {
    width: 280px;
    margin: 0 10px;
    height: 309px;
  }
  ul.voice_Slider__inner li.Slider a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    position: absolute;
    text-align: center;
    color: #000;
}
  ul.voice_Slider__inner li.Slider a.Slider__item {
    width: 273px;
    height: 300px;
    border: 2px solid #000;
    background: #FFF;
    border-radius: 70px;
    text-decoration: none;
    padding: 100px 0 0 30px;
    box-sizing: border-box;
    text-align: left;
  }
  ul.voice_Slider__inner li.Slider a.voice01 {
    background: #FF7676;
  }
  ul.voice_Slider__inner li.Slider a.voice02 {
    background: #BBED6C;
  }
  ul.voice_Slider__inner li.Slider a.voice03 {
    background: #FFB134;
  }
  ul.voice_Slider__inner li.Slider a.voice04 {
    background: #0ECDDD;
  }
  ul.voice_Slider__inner li.Slider a.voice05 {
    background: #F07BFF;
  }
  ul.voice_Slider__inner li.Slider a.voice06 {
    background: #5C94FF;
  }
  ul.voice_Slider__inner li.Slider a.voice01:hover {
    background: linear-gradient(-45deg, #FF7676 25%, #FE8F92 25%, #FE8F92 50%, #FF7676 50%, #FF7676 75%, #FE8F92 75%, #FE8F92);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice01:hover {
    background: linear-gradient(-45deg, #FF7676 25%, #FE8F92 25%, #FE8F92 50%, #FF7676 50%, #FF7676 75.1%, #FE8F92 75%, #FE8F92);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.voice02:hover {
    background: linear-gradient(-45deg, #BBED6C 25%, #CCF291 25%, #CCF291 50%, #BBED6C 50%, #BBED6C 75%, #CCF291 75%, #CCF291);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice02:hover {
    background: linear-gradient(-45deg, #BBED6C 25%, #CCF291 25%, #CCF291 50%, #BBED6C 50%, #BBED6C 75.1%, #CCF291 75%, #CCF291);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.voice03:hover {
    background: linear-gradient(-45deg, #FFB134 25%, #FFC567 25%, #FFC567 50%, #FFB134 50%, #FFB134 75%, #FFC567 75%, #FFC567);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice03:hover {
    background: linear-gradient(-45deg, #FFB134 25%, #FFC567 25%, #FFC567 50%, #FFB134 50%, #FFB134 75.1%, #FFC567 75%, #FFC567);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.voice04:hover {
    background: linear-gradient(-45deg, #0ECDDD 25%, #4ADAE6 25%, #4ADAE6 50%, #0ECDDD 50%, #0ECDDD 75%, #4ADAE6 75%, #4ADAE6);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice04:hover {
    background: linear-gradient(-45deg, #0ECDDD 25%, #4ADAE6 25%, #4ADAE6 50%, #0ECDDD 50%, #0ECDDD 75.1%, #4ADAE6 75%, #4ADAE6);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.voice05:hover {
    background: linear-gradient(-45deg, #F07BFF 25%, #F49CFF 25%, #F49CFF 50%, #F07BFF 50%, #F07BFF 75%, #F49CFF 75%, #F49CFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice05:hover {
    background: linear-gradient(-45deg, #F07BFF 25%, #F49CFF 25%, #F49CFF 50%, #F07BFF 50%, #F07BFF 75.1%, #F49CFF 75%, #F49CFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.voice06:hover {
    background: linear-gradient(-45deg, #5C94FF 25%, #85AFFF 25%, #85AFFF 50%, #5C94FF 50%, #5C94FF 75%, #85AFFF 75%, #85AFFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice06:hover {
    background: linear-gradient(-45deg, #5C94FF 25%, #85AFFF 25%, #85AFFF 50%, #5C94FF 50%, #5C94FF 75.1%, #85AFFF 75%, #85AFFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.Slider__item .Slider__title {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 3.4rem;
  }
  ul.voice_Slider__inner li.Slider a.Slider__item .Slider__subtitle {
    background: url("/assets/img/recruit/common_title.png") no-repeat;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
    background-size: 60px 23px;
    width: 60px;
    height: 23px;
    line-height: 23px;
    font-size: 1rem;
    color: #FFF;
    font-weight: bold;
    text-align: center;
  }
  ul.voice_Slider__inner li.Slider a.Slider__item .arrow img {
    width: 32px;
    height: 32px;
    margin-top: 53px;
    margin-left: 7px;
  }
  ul.voice_Slider__inner li.Slider .Slider_visual {
    position: absolute;
    width: 273px;
    height: 300px;
    border: 2px solid #000;
    border-radius: 70px;
    top: 5px;
    left: 5px;
    background-position: right bottom;
    box-sizing: border-box;
  }
  ul.voice_Slider__inner li.Slider .voice01 .Slider_visual {
    background: url("/assets/img/recruit/voice_01_btn.png");
    background-size: 273px auto;
  }
  ul.voice_Slider__inner li.Slider .voice02 .Slider_visual {
    background: url("/assets/img/recruit/voice_02_btn.png");
    background-size: 273px auto;
  }
  ul.voice_Slider__inner li.Slider .voice03 .Slider_visual {
    background: url("/assets/img/recruit/voice_03_btn.png");
    background-size: 273px auto;
  }
  ul.voice_Slider__inner li.Slider .voice04 .Slider_visual {
    background: url("/assets/img/recruit/voice_04_btn.png");
    background-size: 273px auto;
  }
  ul.voice_Slider__inner li.Slider .voice05 .Slider_visual {
    background: url("/assets/img/recruit/voice_05_btn.png");
    background-size: 273px auto;
  }
  ul.voice_Slider__inner li.Slider .voice06 .Slider_visual {
    background: url("/assets/img/recruit/voice_06_btn.png");
    background-size: 273px auto;
  }
  .Slider__slide-dots {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: 5px;
  }
  .Slider__slide-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
  }
  .Slider__slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    box-sizing: border-box;
    outline: none;
    border: 2px solid #000;
    background: #000;
  }
  .Slider__slide-dots li button:hover {
    background: #FFEA00;
  }
  .Slider__slide-dots li button:focus {
    background: #FFF;
  }
  .Slider__slide-dots li.slick-active button {
    background: #FFF;
  }
  ul.voice_Slider__inner .slide-arrow {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    z-index: 20;
    width: 35px;
    height: 35px;
    display: block;
    border: 2px solid #000;
    border-radius: 100%;
    box-sizing: border-box;
    background: url("/assets/img/recruit/common_arrow.png") no-repeat center center;
    background-size: 15px 15px;
  }
  ul.voice_Slider__inner .slide-arrow:hover {
    background: url("/assets/img/recruit/common_arrow.png") no-repeat center center #FFEA00;
    background-size: 19px 19px;
  }
  ul.voice_Slider__inner .voice_prev-arrow {
    left: 330px;
    transform: rotateZ(180deg);
  }
  ul.voice_Slider__inner .voice_next-arrow {
    right: 330px;
  }
	
  .Mid-career_aboutus,
  .New-graduate_aboutus,
  .Open-campany_aboutus{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .Mid-career_aboutus:after,
  .New-graduate_aboutus:after{
    content: '';
    display: block;
    border-bottom: 65px solid #F0F0F0; /* 三角を白にする */
    border-right: 100vw solid transparent;
  }
  .Open-campany_aboutus:after{
	content: '';
    display: block;
    border-bottom: 65px solid #FFEA00; /* 三角を白にする */
    border-right: 100vw solid transparent;
	}
  .Mid-career_aboutus .Mid-career_aboutus_inner,
  .New-graduate_aboutus .New-graduate_aboutus_inner,
  .Open-campany_aboutus .Open-campany_aboutus_inner{
    width: 100%;
    padding: 30px 20px 60px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .catch_sub,
  .New-graduate_aboutus .New-graduate_aboutus_inner .catch_sub,
  .Open-campany_aboutus .Open-campany_aboutus_inner .catch_sub{
    font-size: 1.6rem;
    text-align: center;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .catch,
  .New-graduate_aboutus .New-graduate_aboutus_inner .catch{
    /*width: 335px;*/
    font-size: 2.0rem;
    margin: 0 auto 5px auto;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker03.png") no-repeat top 29px center, url("/assets/img/recruit/common_marker03.png") no-repeat top 64px center;
    background-size: 245px, 245px;
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
    text-align: center;
    line-height: 1.8em;
  }
  .Open-campany_aboutus .Open-campany_aboutus_inner .catch{
    font-size: 2.0rem;
    margin: 0 auto 5px auto;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker03.png") no-repeat top 20px center, url("/assets/img/recruit/common_marker01.png") no-repeat top 55px center;
    background-size: 240px, 110px;
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
    text-align: center;
    line-height: 1.8em;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .aboutus_block,
  .New-graduate_aboutus .New-graduate_aboutus_inner .aboutus_block{
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .aboutus_block .block,
  .New-graduate_aboutus .New-graduate_aboutus_inner .aboutus_block .block{
    text-align: center;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .aboutus_block .block img,
  .New-graduate_aboutus .New-graduate_aboutus_inner .aboutus_block .block img{
    width: 74.6%;
    margin: 0 auto 30px auto;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .aboutus_block .block p,
  .New-graduate_aboutus .New-graduate_aboutus_inner .aboutus_block .block p{
    text-align: left;
  }
  .productionsystem {
    width: 100%;
    background: #F0F0F0;
  }
  .productionsystem::after {
    content: '';
    display: block;
    border-bottom: 65px solid #FFF; /* 三角を白にする */
    border-left: 100vw solid transparent;
  }
  .productionsystem .productionsystem_inner {
    text-align: center;
    width: 100%x;
    margin: 0 auto;
    padding: 30px 20px 60px 20px;
    box-sizing: border-box;
  }
  .productionsystem .productionsystem_inner .productionsystem_box {}
  .production_icon01 {
    display: none;
  }
  .productionsystem .productionsystem_inner dl {
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
  }
  .productionsystem .productionsystem_inner dl dt {
    width: 80px;
    margin-bottom: 20px;
    display: block;
    position: relative;
  }
  .productionsystem .productionsystem_inner dl dt .arrow {
    width: 8px;
    height: calc(100% - 69px);
    position: absolute;
    z-index: 2;
    display: block;
    background: url("/assets/img/recruit/common_arrow2.png") space space;
    background-size: 8px auto;
    left: 30px;
    top: 80px;
  }
  .productionsystem .productionsystem_inner dl dt .step {
    width: 80px;
    height: 70px;
  }
  .productionsystem .productionsystem_inner dl dt .step img {
    width: 80px;
    height: auto;
  }
  .productionsystem .productionsystem_inner dl dd {
    width: calc(100% - 80px);
    text-align: left;
    margin-bottom: 30px;
  }
  .productionsystem .productionsystem_inner dl dd.step06 {
    height: 70px;
    position: relative;
	text-align: center;
  }
  .productionsystem_img {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 5px 0;
  }
  .productionsystem .productionsystem_inner dl dd > .productionsystem_img:last-child {
    margin: 0;
  }
  .productionsystem_img::before {
    content: "";
    display: inline-block;
    padding-top: 65.625%;
  }
  .productionsystem_img p {
    display: block;
    line-height: 36px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #FFF;
    -webkit-border-radius: 0 0 10px 0 / 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0 / 0 0 10px 0;
    border-radius: 0 0 10px 0 / 0 0 10px 0;
  }
  .productionsystem_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .productionsystem .productionsystem_inner dl dd.step06 p {
    position: absolute;
    background: #000;
    color: #FFF;
    line-height: 51px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.4rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .productionsystem .productionsystem_inner dl dd p span {
    font-size: 1.2rem;
  }
  .productionsystem .cooperation {
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .productionsystem .cooperation > .icon {
    position: absolute;
    top: -20px;
    right: 0;
  }
  .productionsystem .cooperation .icon img {
    width: 85px;
  }
  .productionsystem .cooperation > div {
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
    position: static;
  }
  .productionsystem .cooperation > div > ul.cooperation_title li{
    font-size: 1.8rem;
    color: #0ECDDD;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding-left: 15px;
    background: url("/assets/img/recruit/common_circle.png") no-repeat;
    background-size: 10px;
    background-position: top 6px left;
}
   .productionsystem .cooperation > div > ul.department li{
    display: inline-block;
    margin: 0 15px 10px 0;
  }

  
  
  .attempt {
    width: 100%;
    background: #FFF;
  }
  .attempt::after {
    content: '';
    display: block;
    border-bottom: 65px solid #FFEA00; /* 三角を白にする */
    border-right: 100vw solid transparent;
  }
  .new-graduate .attempt::after {
    border-bottom: 65px solid #F0F0F0; /* 三角を白にする */
  }
  .attempt .attempt_inner {
    text-align: center;
    width: 100%x;
    margin: 0 auto;
    padding: 30px 20px 60px 20px;
  }
  .attempt .attempt_inner ul.attempt_attention {
    width: 100%;
    margin: 0 auto 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .attempt .attempt_inner ul.attempt_attention li {
    width: 48%;
    margin-bottom: 10px;
  }
  .attempt .attempt_inner ul.attempt_attention li img {
    width: 100%;
  }
  .attempt .attempt_inner .pickup {
    width: 100%;
    margin: 0 0 80px 0;
  }
  .attempt .attempt_inner .pickup .pickup01, .attempt .attempt_inner .pickup .pickup02 {
    width: 100%;
    border-top: #000 solid 3px;
    text-align: left;
    position: relative;
  }
  .attempt .attempt_inner .pickup .pickup01 {
    margin-bottom: 80px;
  }
  .attempt .attempt_inner .pickup .pickup__subtitle {
    font-family: "Outfit", sans-serif;
    background: url("/assets/img/recruit/common_title.png") no-repeat;
    background-size: 108px 39px;
    width: 108px;
    height: 39px;
    line-height: 44px;
    font-size: 2rem;
    color: #FFF;
    text-align: center;
    margin-top: -22px;
  }
  .attempt .attempt_inner .pickup .pickup__icon {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 10px;
    top: -20px;
  }
  .attempt .attempt_inner .pickup .pickup__icon img {
    width: 80px;
    height: 80px;
  }
  .attempt .attempt_inner .pickup .pickup__title {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0 15px 0;
  }
  .attempt .attempt_inner .pickup .pickup01 .pickup__title span {
    font-size: 3rem;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker04.png") no-repeat bottom 2px left;
    background-size: 96px;
    padding: 0 10px 0 4px;
  }
  .attempt .attempt_inner .pickup .pickup02 .pickup__title span {
    font-size: 3rem;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker05.png") no-repeat bottom 2px left;
    background-size: 123px;
    padding: 0 10px 0 4px;
  }
  .attempt .attempt_inner .pickup .pickup01 strong {
    font-weight: bold;
    color: #FF7676;
  }
  .attempt .attempt_inner .pickup .pickup02 strong {
    font-weight: bold;
    color: #F07BFF;
  }
  .attempt .attempt_inner .pickup .step1_img {
    width: 100%;
    text-align: right;
    margin-top: 18px;
  }
  .attempt .attempt_inner .pickup .step1_img img {
    width: 256px;
  }
  .attempt .attempt_inner .pickup .step2_img {
    width: 100%;
    margin-top: 5px;
  }
  .attempt .attempt_inner .pickup .step2_img img {
    width: 100%;
    border: 2px solid #000;
    margin-top: 13px;
  }

  .attempt .attempt_inner .pickup .pickup01 {
    margin-bottom: 80px;
  }

  .attempt .attempt_inner .pickup .pickup__icon {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 10px;
    top: -20px;
  }

  .attempt .attempt_inner .feature {
    width: 100%;
    margin: 0;
  }
	
  .attempt .attempt_inner .feature .inner {
    margin: 20px 0 0 0;
  }
	
  .attempt .attempt_inner .feature .feature01,
  .attempt .attempt_inner .feature .feature02,
  .attempt .attempt_inner .feature .feature03{
    width: 100%;
    border-top: #000 solid 3px;
    text-align: left;
    position: relative;
  }
  .attempt .attempt_inner .feature .feature01,
  .attempt .attempt_inner .feature .feature01{
    margin-bottom: 80px;
  }
  .attempt .attempt_inner .feature .feature__subtitle,
  .new-graduate .attempt .attempt_inner .pickup .pickup__subtitle{
    font-family: "Outfit", sans-serif;
    background: url("/assets/img/recruit/common_title.png") no-repeat;
    background-size: 120px 40px;
    width: 120px;
    height: 39px;
    line-height: 44px;
    font-size: 2rem;
    color: #FFF;
    text-align: center;
    margin-top: -22px;
  }
  
  .attempt .attempt_inner .feature .feature__title {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0 15px 0;
  }
  .attempt .attempt_inner .feature .feature01 .feature__title span {
    font-size: 3rem;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker01.png") no-repeat bottom 2px left;
    background-size: 100px;
    padding: 0 10px 0 4px;
  }
  .attempt .attempt_inner .feature .feature02 .feature__title span {
    font-size: 3rem;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker03.png") no-repeat bottom 2px left;
    background-size: 190px;
    padding: 0 10px 0 4px;
  }
  .attempt .attempt_inner .feature .feature03 .feature__title span {
    font-size: 3rem;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker03.png") no-repeat bottom 2px left;
    background-size: 220px;
    padding: 0 10px 0 4px;
  }
  
  .attempt .attempt_inner .feature .text_box{
    width: 100%;
  }
	
  .attempt .attempt_inner .feature .feature2_img,
  .attempt .attempt_inner .feature .feature3_img{
    width: 100%;
    text-align: right;
    margin-top: 18px;
  }
  .attempt .attempt_inner .feature .feature1_img{
	width: 100%;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
  }
  .attempt .attempt_inner .feature .feature1_img img {
    width: 47%;
    border: 2px solid #000;
  }
	
  .numbers {
    width: 100%;
    background: #F0F0F0;
  }
  .numbers::after {
    content: '';
    display: block;
    border-bottom: 65px solid #FFEA00; /* 三角を白にする */
    border-left: 100vw solid transparent;
  }
  .numbers .numbers_inner {
    text-align: center;
    width: 100%x;
    margin: 0 auto;
    padding: 30px 20px 50px 20px;
    box-sizing: border-box;
  }
	
  .numbers .numbers_inner ul.numbers_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .numbers .numbers_inner ul.numbers_list li {
    width: 100%;
	margin: 0 auto;
	max-width:270px;
    margin-bottom: 10px;
	
  }
  .numbers .numbers_inner ul.numbers_list li img {
    width: 100%;
  }
	
  .recruitment {
    width: 100%;
    background: #FFEA00;
  }
  .recruitment::after {
    content: '';
    display: block;
    border-bottom: 65px solid #FFF; /* 三角を白にする */
    border-left: 100vw solid transparent;
  }
  .new-graduate .recruitment::after {
    border-left:none;
	border-right: 100vw solid transparent;
  }
  .recruitment .recruitment_inner {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 60px 20px;
    box-sizing: border-box;
  }
  .recruitment .recruitment_news {
    width: 100%;
    border: 2px solid #000;
    margin: 0 auto 30px auto;
    border-radius: 30px;
    padding: 30px 28px 30px 28px;
    background: #FFF;
    box-sizing: border-box;
  }
  .recruitment ul.recruitment_news_inner {
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
  }
  .recruitment ul.recruitment_news_inner li {
    font-weight: bold;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    background: url("/assets/img/recruit/common_border.png") repeat-x bottom left;
    background-size: 9px;
  }
  .recruitment ul.recruitment_news_inner li:last-child {
    margin: 0;
  }
  .recruitment ul.recruitment_news_inner li a {
    text-decoration: none;
  }
  .recruitment ul.recruitment_news_inner li a:hover {
    color: #666;
  }
  .recruitment ul.recruitment_news_inner li a .day {
    margin: 0 0 5px 0;
    display: block;
  }
  .recruitment .recruitment_new-graduate {
    width: 100%;
    border: 2px solid #000;
    margin: 0 auto 30px auto;
    border-radius: 30px;
    padding: 30px 28px 30px 28px;
    background: #FFF;
    box-sizing: border-box;
	text-align:left;
	position: relative;
  }
  .recruitment .recruitment_new-graduate .recruitment_table, 
  .open-campany .open_table {
	width: calc( 100% - 14px );
  }
	
  .recruitment .recruitment_new-graduate .recruitment_table tr,   
  .recruitment .recruitment_new-graduate .recruitment_table th, 
  .recruitment .recruitment_new-graduate .recruitment_table td,
  .open-campany .open_table tr,
  .open-campany .open_table th,
  .open-campany .open_table td{
	  display:block;
	  width: 100%;
	}
  .recruitment .recruitment_new-graduate .recruitment_table th,
  .recruitment .recruitment_new-graduate .recruitment_table td,
  .open-campany .open_table th,
  .open-campany .open_table td{
	padding:7px;
	border-bottom:none;
	text-align: left;
	line-height: 1.8;
  }
  .recruitment .recruitment_new-graduate .recruitment_table th,
  .open-campany .open_table th{
    background:#F0F0F0;
  }
  .open-campany .open_table th{
    font-weight:bold;
  }
  .recruitment .recruitment_new-graduate .recruitment_table tr:first-child th,
  .open-campany .open_table tr:first-child th{
	border-top:1px solid #CCCCCC;	
	}
  .recruitment .recruitment_new-graduate .recruitment_table td,
  .open-campany .open_table td{
    border-bottom:1px solid #CCCCCC;
  }
  .recruitment .recruitment_new-graduate .recruitment_table td ul li{
    list-style: disc;
	margin-left: 1.5em;
  }
 .recruitment .recruitment_new-graduate .recruitment_table .attention{
    display: block;
	font-size:1.2rem;
	text-indent:-1em;
	margin-left:1em;
  }

  .recruitment .schedule {
    width: 100%;
    border: 2px solid #000;
    margin: 0 auto 30px auto;
    border-radius: 30px;
    padding: 30px 28px 30px 28px;
    background: #FFF;
    box-sizing: border-box;
	text-align: left;
  }
	
  .recruitment .schedule_inner dl {
    font-weight: bold;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    background: url("/assets/img/recruit/common_border.png") repeat-x bottom left;
    background-size: 9px;
	display:flex;
  }
  .recruitment .schedule_inner dl:first-child {
    background: url("/assets/img/recruit/common_border.png") repeat-x top left, url("/assets/img/recruit/common_border.png") repeat-x bottom left;
	background-size: 9px;
	padding: 15px 0;
  }
  .recruitment .schedule_inner dl:last-child {
    margin: 0;
  }
	
  .recruitment .schedule_inner dl dt {
    margin: 0 20px 0 0;
	font-size:2.0rem;
    font-family: "Outfit", sans-serif;
	width:4.0em;
	font-weight: normal;
  }
	
  .recruitment .schedule_inner dl dd {
    margin-top:0.5em;
  }
	
  .recruitment .schedule .photo_sp {
	  width:100%;
	  margin:20px auto 0;
	}
  .recruitment .schedule .photo_sp img {
	  width:100%;
	}

  .recruitment .recruitment_new-graduate h3 {
	margin-top:30px;
	color:#0ECDDD;
	font-size:2.0rem;
	position: relative;
	padding: 0 0 0 15px;
	vertical-align: middle;
    background: url("/assets/img/recruit/common_circle.png") no-repeat;
    background-size: 10px;
    background-position: top 6px left;
	}

	.recruitment .recruitment_new-graduate h3 .attention{
	font-size:1.2rem;
	font-weight:normal;
	color:#000;
	}
	
	.recruitment .recruitment_new-graduate .achievements {
		width:100%;
		margin:0 auto;
	}
	
	.recruitment .recruitment_new-graduate .achievements dl {
		line-height: 1.8;
	}
	
	.recruitment .recruitment_new-graduate .achievements dl dt {
		margin-top:15px;
		font-weight: bold;
	}
	
	.recruitment .recruitment_new-graduate .icon {
		display:none;
	}
	
	.open-campany .recruitment p.attention{
	  text-align:left;
	  font-size:1.2rem;
	  margin-top:20px;
	  text-indent: -1.0em;
	  margin-left:1.0em;
	}
	
  .entry {
    background: #FFEA00;
    padding: 30px 20px 62px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .common__btn ul li {
    height: 80px;
    width: 100%;
    margin: 0 0 17px 0;
    font-size: 0;
  }
  .common__btn ul li a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
  }
  .common__btn ul li .common__subtitle {
    font-size: 1.1rem;
    margin-top: 3px;
    font-weight: bold;
    display: block;
  }
  .common__btn ul li .arrow img {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    margin: 7px 0 0 0;
  }
  .common__btn ul li .border {
    position: absolute;
    width: 100%;
    height: 80px;
    border: 2px solid #000;
    border-radius: 100px;
    top: 5px;
    left: 5px;
    box-sizing: border-box;
  }
  .common__btn ul li .common__title {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 7px 0 0 0;
    width: 100%;
  }
  .common__btn ul li a.common__item {
    width: calc(100% - 7px);
    height: 80px;
    border: 2px solid #000;
    border-radius: 100px;
    text-decoration: none;
    font-size: 2.2rem;
    box-sizing: border-box;
  }
  .common__btn ul li a.common__item.white {
    background: #FFF;
  }
  .common__btn ul li a.common__item.white:hover {
    background: linear-gradient(-45deg, #FFEA00 25%, #FFF 25%, #FFF 50%, #FFEA00 50%, #FFEA00 75%, #FFF 75%, #FFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko .common__btn ul li a.common__item.white:hover {
    background: linear-gradient(-45deg, #FFEA00 25%, #FFF 25%, #FFF 50%, #FFEA00 50%, #FFEA00 75.1%, #FFF 75%, #FFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .common__btn ul li a.common__item.blue {
    background: #36CAE8;
  }
  .common__btn ul li a.common__item.blue:hover {
    background: linear-gradient(-45deg, #36CAE8 25%, #69D7ED 25%, #69D7ED 50%, #36CAE8 50%, #36CAE8 75%, #69D7ED 75%, #69D7ED);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko .common__btn ul li a.common__item.blue:hover {
    background: linear-gradient(-45deg, #36CAE8 25%, #69D7ED 25%, #69D7ED 50%, #36CAE8 50%, #36CAE8 75.1%, #69D7ED 75%, #69D7ED);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
}
@media screen and (min-width:680px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  
  .page__nav {
    position: fixed !important;
    right: 0;
    top: 236px;
    z-index: 200;
    animation: fadeIn_right 1s ease 0.5s 1 normal backwards;
    animation-delay: 2s;
  }
  .page__nav ul {
    width: 53px;
    z-index: 100;
    font-size: 0;
  }
  .page__nav ul li a {
    width: 53px;
    height: 150px;
    writing-mode: vertical-rl;
    line-height: 53px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 1.6rem;
    border: 2px solid #000;
    font-weight: bold;
    background: #000;
    color: #FFF;
    -webkit-border-radius: 10px 0 0 10px / 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px / 10px 0 0 10px;
    border-radius: 10px 0 0 10px / 10px 0 0 10px;
  }
  .page__nav ul li:first-child a {
    background: #FFEA00;
    color: #000;
  }
  .page__nav ul li a:hover {
    background: #FFBA00;
    color: #000;
  }
  .recruit p {
    line-height: 1.8em;
  }
  .recruit .h2__subtitle {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 7rem;
  }
  .recruit h2.recruit__title{
    background: url("/assets/img/recruit/common_title.png") no-repeat;
    background-size: 194px 52px;
    width: 194px;
    height: 52px;
    line-height: 52px;
    font-size: 2rem;
    color: #FFF;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .recruit h2.width_large {
    background-size: 248px 52px;
    width: 248px;
    height: 52px;
  }
  .recruit h2.width_middle {
    background-size: 220px 52px;
    width: 220px;
    height: 52px;
  }
  .recruit h2.width_short {
    background-size: 184px 52px;
    width: 184px;
    height: 52px;
  }
  .recruit_visual {
    width: 100%;
    padding-top: 50px;
    background: #36CAE8;
    animation: fadeIn 0.8s ease 0.5s 1 normal backwards;
  }
  .recruit_visual::after {
    content: '';
    display: block; border-bottom: 160px solid #FFF; /* 三角を白にする */
  border-left: calc(100vw + 450px) solid transparent;
  }
  .recruit_visual__title {
    text-align: center;
    max-width: 891px;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    margin: 0 auto;
  }
  .recruit_top .recruit_visual__title {
    height: 255px;
  }
  .mid-career .recruit_visual__title,
  .new-graduate .recruit_visual__title,
  .open-campany .recruit_visual__title{
    height: 170px;
  }
	
  .recruit_visual__title .img01 {
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .recruit_visual__title .img01 img {
    width: 891px;
  }
  .recruit_top .recruit_visual__title .img02 {
    overflow: hidden;
    position: absolute;
    top: 130px;
    right: 50px;
  }
  .mid-career .recruit_visual__title .img02,
  .new-graduate .recruit_visual__title .img02,
  .open-campany .recruit_visual__title .img02{
    overflow: hidden;
    position: absolute;
    top: 101px;
    right: 50px;
  }
  .recruit_visual__title .img02::before {
    background: #36CAE8;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
  }
  .recruit_visual__title .img02 img {
    width: 416px;
  }
  .recruit_visual__title .img03.recruit {
    z-index: 3;
    position: absolute;
    top: 63px;
    left: 216px;
  }
  .recruit_visual__title .img03.recruit img {
    width: 480px;
  }
  .recruit_visual__title .img03.mid-career {
    z-index: 50;
    position: absolute;
    top: 63px;
    left: 154px;
  }
  .recruit_visual__title .img03.mid-career img {
    width: 591px;
  }
  .recruit_visual__title .img03.new-graduate {
    z-index: 50;
    position: absolute;
    top: 50px;
    left: 97px;
  }
  .recruit_visual__title .img03.new-graduate img {
    width: 713px;
  }
  .recruit_visual__title .img03.open-campany {
    z-index: 50;
    position: absolute;
    top: 62px;
    left: 93px;
  }
  .recruit_visual__title .img03.open-campany img {
    width: 727px;
  }
  .recruit_visual__title .img03 p {
    text-align: right;
    font-size: 1.4rem;
    margin: 5px 15px 0 0;
  }
  .recruit_visual__title .img03.new-graduate p {
    margin: -15px 80px 0 0;
  }
  .recruit_visual__title .img03.open-campany p {
    margin: -25px 90px 0 0;
  }
  .recruit_visual__btn {
    position: relative;
    max-width: 1140px;
    height: 398px;
    margin: 0 auto;
  }
  .recruit_visual__btn .img04 {
    position: absolute;
    top: -145px;
    left: -100px;
  }
  .recruit_visual__btn .img04 img {
    width: 243px;
    height: 413px;
  }
  .recruit_visual__btn .img05 {
    position: absolute;
    bottom: -66px;
    right: -100px;
  }
  .recruit_visual__btn .img05 img {
    width: 259px;
    height: 428px;
  }
  .recruit_visual__btn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .recruit_visual__btn ul li {
    position: relative;
    width: 354px;
    height: 389px;
    margin: 0 30px;
  }
  .recruit_visual__btn ul li a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    position: absolute;
    text-align: center;
  }
  .recruit_visual__btn ul li a.oneday {
    width: 159px;
    height: 159px;
    border: 2px solid #000;
    background: #FFEA00;
    top: -40px;
    left: -60px;
    z-index: 10;
    border-radius: 80px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.1em !important;
    padding-top: 15px;
  }
  .recruit_visual__btn ul li a.oneday:hover {
    background: #FFBA00;
  }
  .recruit_visual__btn ul li a.oneday .arrow img {
    width: 23px;
    height: 23px;
    margin-top: 5px;
  }
  .recruit_visual__btn ul li a.page__item {
    width: 354px;
    height: 389px;
    border: 2px solid #000;
    background: #FFF;
    border-radius: 100px;
    padding-top: 140px;
    text-decoration: none;
    font-size: 5rem;
    box-sizing: border-box;
  }
  .recruit_visual__btn ul li a.page__item:hover {
    background: linear-gradient(-45deg, #36CAE8 25%, #FFF 25%, #FFF 50%, #36CAE8 50%, #36CAE8 75%, #FFF 75%, #FFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko .recruit_visual__btn ul li a.page__item:hover{
    background: linear-gradient(-45deg, #36CAE8 25%, #FFF 25%, #FFF 50%, #36CAE8 50%, #36CAE8 75.1%, #FFF 75%, #FFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .recruit_visual__btn ul li a.page__item .btn__title {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .recruit_visual__btn ul li a.page__item .btn__subtitle {
    background: url("/assets/img/recruit/common_title.png") no-repeat;
    background-size: 172px 46px;
    width: 172px;
    height: 46px;
    line-height: 46px;
    font-size: 1.7rem;
    color: #FFF;
    margin: 0 auto;
    font-weight: bold;
  }
  .recruit_visual__btn ul li a.page__item .arrow img {
    width: 42px;
    height: 42px;
    margin-top: 30px;
  }
  .recruit_visual__btn ul li .border {
    position: absolute;
    width: 354px;
    height: 389px;
    border: 2px solid #000;
    border-radius: 100px;
    top: 7px;
    left: 7px;
    box-sizing: border-box;
  }
  .recruit_news {
    width: 600px;
    margin: 20px auto 10px auto;
    position: relative;
    display: flex;
  }
  .new-graduate .recruit_news {
    margin: 50px auto 10px auto;
  }
  .news_title img {
    width: 65px;
    height: 31px;
  }
  .new-graduate .news_title img {
    width: 65px;
    height: 32px;
  }
  ul.recruit_news_inner {
    width: 450px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 0 0 16px;
    background: url("/assets/img/recruit/common_border.png") repeat-x bottom left;
    background-size: 9px;
    padding: 0 0 3px 0;
	text-align:left;
}
  ul.recruit_news_inner li, ul.recruit_news_inner li a {
    line-height: 1.5em;
    color: #000;
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
  }
   ul.recruit_news_inner li, ul.recruit_news_inner li a>div:first-child{
    width: 90px;
  }
  ul.recruit_news_inner li, ul.recruit_news_inner li a>div:last-child{
  width: calc(100% - 90px);
  }

  
  .recruit_category {
    width: 50px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #000;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    border-radius: 9px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .recruit_category.pc{
    display: inline-block;
  }
  .recruit_category.sp{
    display: none;
  }

  ul.recruit_news_inner li a:hover {
    color: #666666;
  }
  ul.recruit_news_inner li a:hover .recruit_category {
    border: 1px solid #666666;
    color: #666666;
  }
  ul.recruit_news_inner .slide-arrow {
    position: absolute;
    top: 4px;
    cursor: pointer;
    z-index: 20;
    width: 26px;
    height: 26px;
    display: block;
    border: 1px solid #000;
    border-radius: 100%;
    box-sizing: border-box;
    background: url("/assets/img/recruit/common_arrow.png") no-repeat center center;
    background-size: 10px 10px;
  }
  ul.recruit_news_inner .slide-arrow:hover {
    background: url("/assets/img/recruit/common_arrow.png") no-repeat center center #FFEA00;
    background-size: 10px 10px;
  }
  ul.recruit_news_inner .news_prev-arrow {
    right: -40px;
    transform: rotateZ(180deg);
  }
  ul.recruit_news_inner .news_next-arrow {
    right: -70px;
  }
  .recruit_aboutus {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .recruit_aboutus:after {
    content: '';
    display: block;
    border-bottom: 160px solid #F0F0F0; /* 三角を白にする */
    border-right: calc(100vw + 450px) solid transparent;
  }
  .recruit_aboutus .recruit_aboutus_inner {
    text-align: center;
    width: 1140px;
    margin: 0 auto;
    position: relative;
  }
  .recruit_aboutus .recruit_aboutus_inner p {
    font-size: 2.2rem;
    line-height: 2.5em;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker01.png") no-repeat bottom left 430px;
    margin-bottom: 30px;
  }
  .recruit_aboutus .img01 {
    position: absolute;
    top: 180px;
    left: -36px;
    transform: rotateZ(-4deg);
  }
  .recruit_aboutus .img01 img {
    width: 291px;
    height: 390px;
  }
  .recruit_aboutus .img02 {
    position: absolute;
    top: -30px;
    right: -195px;
  }
  .recruit_aboutus .img02 img {
    width: 466px;
    height: 387px;
  }
  .rectuit_voice {
    width: 100%;
    padding: 0 0 100px;
    background: #F0F0F0;
    text-align: center;
  }
  .rectuit_voice_white {
    width: 100%;
    padding: 20px 0 80px;
    background: #FFF;
    text-align: center;
  }
  .voice_Slider {
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul.voice_Slider__inner {
    width: 1410px;
    height: 545px;
    margin: 0 auto;
    background: url("/assets/img/recruit/common_marker02.png") no-repeat;
    background-size: 445px;
    background-position: bottom 33px left 390px;
  }
  ul.voice_Slider__inner li.Slider {
    width: 410px;
    margin: 0 30px;
    height: 452px;
  }
  ul.voice_Slider__inner li.Slider a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    position: absolute;
    text-align: center;
    color: #000;
  }
  ul.voice_Slider__inner li.Slider a.Slider__item {
    width: 400px;
    height: 440px;
    border: 2px solid #000;
    background: #FFF;
    border-radius: 100px;
    padding-top: 140px;
    text-decoration: none;
    font-size: 50rem;
    padding: 135px 0 0 35px;
    box-sizing: border-box;
    text-align: left;
  }
  ul.voice_Slider__inner li.Slider a.voice01 {
    background: #FF7676;
  }
  ul.voice_Slider__inner li.Slider a.voice02 {
    background: #BBED6C;
  }
  ul.voice_Slider__inner li.Slider a.voice03 {
    background: #FFB134;
  }
  ul.voice_Slider__inner li.Slider a.voice04 {
    background: #0ECDDD;
  }
  ul.voice_Slider__inner li.Slider a.voice05 {
    background: #F07BFF;
  }
  ul.voice_Slider__inner li.Slider a.voice06 {
    background: #5C94FF;
  }
  ul.voice_Slider__inner li.Slider a.voice01:hover {
    background: linear-gradient(-45deg, #FF7676 25%, #FE8F92 25%, #FE8F92 50%, #FF7676 50%, #FF7676 75%, #FE8F92 75%, #FE8F92);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice01:hover {
    background: linear-gradient(-45deg, #FF7676 25%, #FE8F92 25%, #FE8F92 50%, #FF7676 50%, #FF7676 75.1%, #FE8F92 75%, #FE8F92);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.voice02:hover {
    background: linear-gradient(-45deg, #BBED6C 25%, #CCF291 25%, #CCF291 50%, #BBED6C 50%, #BBED6C 75%, #CCF291 75%, #CCF291);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice02:hover {
    background: linear-gradient(-45deg, #BBED6C 25%, #CCF291 25%, #CCF291 50%, #BBED6C 50%, #BBED6C 75.1%, #CCF291 75%, #CCF291);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.voice03:hover {
    background: linear-gradient(-45deg, #FFB134 25%, #FFC567 25%, #FFC567 50%, #FFB134 50%, #FFB134 75%, #FFC567 75%, #FFC567);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice03:hover {
    background: linear-gradient(-45deg, #FFB134 25%, #FFC567 25%, #FFC567 50%, #FFB134 50%, #FFB134 75.1%, #FFC567 75%, #FFC567);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.voice04:hover {
    background: linear-gradient(-45deg, #0ECDDD 25%, #4ADAE6 25%, #4ADAE6 50%, #0ECDDD 50%, #0ECDDD 75%, #4ADAE6 75%, #4ADAE6);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice04:hover {
    background: linear-gradient(-45deg, #0ECDDD 25%, #4ADAE6 25%, #4ADAE6 50%, #0ECDDD 50%, #0ECDDD 75.1%, #4ADAE6 75%, #4ADAE6);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.voice05:hover {
    background: linear-gradient(-45deg, #F07BFF 25%, #F49CFF 25%, #F49CFF 50%, #F07BFF 50%, #F07BFF 75%, #F49CFF 75%, #F49CFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice05:hover {
    background: linear-gradient(-45deg, #F07BFF 25%, #F49CFF 25%, #F49CFF 50%, #F07BFF 50%, #F07BFF 75.1%, #F49CFF 75%, #F49CFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.voice06:hover {
    background: linear-gradient(-45deg, #5C94FF 25%, #85AFFF 25%, #85AFFF 50%, #5C94FF 50%, #5C94FF 75%, #85AFFF 75%, #85AFFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko ul.voice_Slider__inner li.Slider a.voice06:hover {
    background: linear-gradient(-45deg, #5C94FF 25%, #85AFFF 25%, #85AFFF 50%, #5C94FF 50%, #5C94FF 75.1%, #85AFFF 75%, #85AFFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  ul.voice_Slider__inner li.Slider a.Slider__item .Slider__title {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 5rem;
  }
  ul.voice_Slider__inner li.Slider a.Slider__item .Slider__subtitle {
    background: url("/assets/img/recruit/common_title.png") no-repeat;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
    background-size: 90px 34px;
    width: 90px;
    height: 34px;
    line-height: 34px;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: bold;
    text-align: center;
  }
  ul.voice_Slider__inner li.Slider a.Slider__item .arrow img {
    width: 48px;
    height: 48px;
    margin-top: 77px;
    margin-left: 12px;
  }
  ul.voice_Slider__inner li.Slider .Slider_visual {
    position: absolute;
    width: 400px;
    height: 440px;
    border: 2px solid #000;
    border-radius: 100px;
    top: 7px;
    left: 7px;
    background-position: right bottom;
    box-sizing: border-box;
  }
  ul.voice_Slider__inner li.Slider .voice01 .Slider_visual {
    background: url("/assets/img/recruit/voice_01_btn.png");
    background-size: 400px auto;
  }
  ul.voice_Slider__inner li.Slider .voice02 .Slider_visual {
    background: url("/assets/img/recruit/voice_02_btn.png");
    background-size: 400px auto;
  }
  ul.voice_Slider__inner li.Slider .voice03 .Slider_visual {
    background: url("/assets/img/recruit/voice_03_btn.png");
    background-size: 400px auto;
  }
  ul.voice_Slider__inner li.Slider .voice04 .Slider_visual {
    background: url("/assets/img/recruit/voice_04_btn.png");
    background-size: 400px auto;
  }
  ul.voice_Slider__inner li.Slider .voice05 .Slider_visual {
    background: url("/assets/img/recruit/voice_05_btn.png");
    background-size: 400px auto;
  }
  ul.voice_Slider__inner li.Slider .voice06 .Slider_visual {
    background: url("/assets/img/recruit/voice_06_btn.png");

    background-size: 400px auto;
  }
  .Slider__slide-dots {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: 5px;
  }
  .Slider__slide-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
  }
  .Slider__slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    box-sizing: border-box;
    outline: none;
    border: 2px solid #000;
    background: #000;
  }
  .Slider__slide-dots li button:hover {
    background: #FFEA00;
  }
  .Slider__slide-dots li button:focus {
    background: #FFF;
  }
  .Slider__slide-dots li.slick-active button {
    background: #FFF;
  }
  ul.voice_Slider__inner .slide-arrow {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    z-index: 20;
    width: 45px;
    height: 45px;
    display: block;
    border: 2px solid #000;
    border-radius: 100%;
    box-sizing: border-box;
    background: url("/assets/img/recruit/common_arrow.png") no-repeat center center;
    background-size: 19px 19px;
  }
  ul.voice_Slider__inner .slide-arrow:hover {
    background: url("/assets/img/recruit/common_arrow.png") no-repeat center center #FFEA00;
    background-size: 19px 19px;
  }
  ul.voice_Slider__inner .voice_prev-arrow {
    left: 560px;
    transform: rotateZ(180deg);
  }
  ul.voice_Slider__inner .voice_next-arrow {
    right: 560px;
  }
  .Mid-career_aboutus,
  .New-graduate_aboutus,
  .Open-campany_aboutus{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .Mid-career_aboutus:after,
  .New-graduate_aboutus:after{
    content: '';
    display: block;
    border-bottom: 160px solid #F0F0F0; /* 三角を白にする */
    border-right: calc(100vw + 450px) solid transparent;
  }
  .Open-campany_aboutus:after{
    content: '';
    display: block;
    border-bottom: 160px solid #FFEA00; /* 三角を白にする */
    border-right: calc(100vw + 450px) solid transparent;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner,
  .New-graduate_aboutus .New-graduate_aboutus_inner,
  .Open-campany_aboutus .Open-campany_aboutus_inner{
    text-align: center;
    max-width: 1140px;
    padding: 20px 0 50px 0;
    margin: 0 auto;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .catch_sub,
  .New-graduate_aboutus .New-graduate_aboutus_inner .catch_sub,
  .Open-campany_aboutus .Open-campany_aboutus_inner .catch_sub{
    font-size: 1.8rem;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .catch,
	.New-graduate_aboutus .New-graduate_aboutus_inner .catch{
    width: 700px;
    font-size: 2.4rem;
    margin: 0 auto 5px auto;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker03.png") no-repeat center center;
    background-size: 600px;
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .Open-campany_aboutus .Open-campany_aboutus_inner .catch{
	width: 500px;
    font-size: 2.4rem;
    margin: 0 auto 5px auto;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker03.png") no-repeat center center;
    background-size: 427px;
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
    text-align: center;
	}
  .Mid-career_aboutus .Mid-career_aboutus_inner .aboutus_block,
  .New-graduate_aboutus .New-graduate_aboutus_inner .aboutus_block{
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 60px auto 0 auto;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .aboutus_block .block,
  .New-graduate_aboutus .New-graduate_aboutus_inner .aboutus_block .block{
    width: 420px;
    height: 330px;
    text-align: left;
    position: relative;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .aboutus_block .block img,
  .New-graduate_aboutus .New-graduate_aboutus_inner .aboutus_block .block img{
    max-width: 100%;
  }
  .Mid-career_aboutus .Mid-career_aboutus_inner .aboutus_block .block p,
  .New-graduate_aboutus .New-graduate_aboutus_inner .aboutus_block .block p{
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
  }
  .productionsystem {
    width: 100%;
    background: #F0F0F0;
  }
  .productionsystem::after {
    content: '';
    display: block; border-bottom: 160px solid #FFF; /* 三角を白にする */
	border-left: calc(100vw + 450px) solid transparent;
  }
  .productionsystem .productionsystem_inner {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
  }
  .production_icon01 {
    width: 100%;
    position: sticky;
    top: 120px;
    text-align: right;
    right: 0;
    z-index: 10;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .production_icon01 img {
    width: 309px;
  }
  .productionsystem .productionsystem_inner dl {
    margin: -176px 0 70px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .productionsystem .productionsystem_inner dl dt {
    width: 170px;
    height: 210px;
    position: relative;
    margin-bottom: 20px;
  }
  .productionsystem .productionsystem_inner dl dt.step05 {
    margin-bottom: 0;
  }
  .productionsystem .productionsystem_inner dl dt.step06 {
    height: 140px;
  }
  .productionsystem .productionsystem_inner dl dt .arrow {
    width: 14px;
    height: 56px;
    position: absolute;
    z-index: 2;
    left: 66px;
    top: 190px;
    display: block;
    background: url("/assets/img/recruit/common_arrow2.png") repeat-y;
    background-size: 100%;
  }
  .productionsystem .productionsystem_inner dl dt.step05 .arrow {
    width: 14px;
    height: 12px;
    top: 186px;
  }
  .productionsystem .productionsystem_inner dl dt .step {
    width: 170px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .productionsystem .productionsystem_inner dl dt .step img {
    width: 170px;
    height: 140px;
  }
  .productionsystem .productionsystem_inner dl dd {
    width: calc(100% - 170px);
    height: 210px;
    position: relative;
    text-align: left;
    display: flex;
    margin-bottom: 20px;
  }
  .productionsystem .productionsystem_inner dl dd.step05 {
    margin-bottom: 0;
  }
  .productionsystem .productionsystem_inner dl dd.step06 {
    height: 140px;
  }
  .productionsystem_img {
    width: 320px;
    position: relative;
    border: 2px solid #000;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 5px 0 0;
  }
  .productionsystem .productionsystem_inner dl dd > .productionsystem_img:last-child {
    margin: 0;
  }
  .productionsystem_img::before {
    content: "";
    display: inline-block;
    padding-top: 65.625%;
  }
  .productionsystem_img p {
    display: block;
    line-height: 45px;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-weight: 1.4rem;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #FFF;
    -webkit-border-radius: 0 0 10px 0 / 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0 / 0 0 10px 0;
    border-radius: 0 0 10px 0 / 0 0 10px 0;
  }
  .productionsystem_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .productionsystem .productionsystem_inner dl dd.step06 p {
    position: absolute;
    background: #000;
    color: #FFF;
    line-height: 51px;
    width: 320px;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.4rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .productionsystem .productionsystem_inner dl dd p span {
    font-size: 1.2rem;
  }
  .productionsystem .cooperation {
    width: 900px;
    height: 118px;
    position: relative;
    background: #FFF;
    border-radius: 30px;
    padding: 0 0 0 210px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .productionsystem .cooperation > .icon {
    position: absolute;
    top: -45px;
    left: 30px;
  }
  .productionsystem .cooperation .icon img {
    width: 171px;
    height: 163px;
  }
  .productionsystem .cooperation > div {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
  }
  .productionsystem .cooperation > div > ul.cooperation_title li{
    font-size: 1.8rem;
    color: #0ECDDD;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding-left: 15px;
    background: url("/assets/img/recruit/common_circle.png") no-repeat;
    background-size: 10px;
    background-position: top 6px left;
}
   .productionsystem .cooperation > div > ul.department li{
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .attempt {
    width: 100%;
    background: #FFF;
  }
  .attempt::after {
    content: '';
    display: block;
    border-bottom: 160px solid #FFEA00; /* 三角を白にする */
    border-right: calc(100vw + 450px) solid transparent;
  }
  .new-graduate .attempt::after {
    border-bottom: 160px solid #F0F0F0; /* 三角を白にする */
  }
  .attempt .attempt_inner {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
  }
  .attempt .attempt_inner ul.attempt_attention {
    width: 900px;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .attempt .attempt_inner ul.attempt_attention li {
    width: 200px;
    height: 200px;
    margin-bottom: 17px;
  }
  .attempt .attempt_inner ul.attempt_attention li img {
    width: 100%;
  }
  .attempt .attempt_inner .pickup {
    width: 1140px;
    display: flex;
    justify-content: space-between;
	margin-bottom:100px;
  }
  .attempt .attempt_inner .pickup .pickup01, .attempt .attempt_inner .pickup .pickup02 {
    width: 540px;
    border-top: #000 solid 3px;
    position: relative;
    text-align: left;
  }
  .attempt .attempt_inner .pickup .pickup__subtitle {
    font-family: "Outfit", sans-serif;
    background: url("/assets/img/recruit/common_title.png") no-repeat;
    background-size: 139px 44px;
    width: 129px;
    height: 44px;
    line-height: 44px;
    font-size: 2.4rem;
    color: #FFF;
    text-align: center;
    margin-top: -22px;
  }
  .attempt .attempt_inner .pickup .pickup01 .pickup__icon {
    width: 118px;
    height: 118px;
    position: absolute;
    right: 30px;
    top: -22px;
  }
  .attempt .attempt_inner .pickup .pickup02 .pickup__icon {
    width: 118px;
    height: 118px;
    position: absolute;
    right: 20px;
    top: -22px;
  }
  .attempt .attempt_inner .pickup .pickup__icon img {
    width: 118px;
    height: 118px;
  }
  .attempt .attempt_inner .pickup .pickup__title {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px 0;
  }
  .attempt .attempt_inner .pickup .pickup01 .pickup__title span {
    font-size: 4rem;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker04.png") no-repeat bottom 2px left;
    background-size: 134px;
    padding: 0 10px 0 4px;
  }
  .attempt .attempt_inner .pickup .pickup02 .pickup__title span {
    font-size: 4rem;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker05.png") no-repeat bottom 2px left;
    background-size: 174px;
    padding: 0 10px 0 4px;
  }
  .attempt .attempt_inner .pickup .pickup01 strong {
    font-weight: bold;
    color: #FF7676;
  }
  .attempt .attempt_inner .pickup .pickup02 strong {
    font-weight: bold;
    color: #F07BFF;
  }
  .attempt .attempt_inner .pickup .step1_img {
    width: 100%;
    text-align: right;
    margin-top: 15px;
  }
  .attempt .attempt_inner .pickup .step1_img img {
    width: 256px;
  }
  .attempt .attempt_inner .pickup .step2_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .attempt .attempt_inner .pickup .step2_img img {
    width: 260px;
    border: 2px solid #000;
  }
	
  .new-graduate .attempt .attempt_inner .pickup {
	padding-top:30px;
  }
	
  .attempt .attempt_inner .feature .feature01,
  .attempt .attempt_inner .feature .feature02,
  .attempt .attempt_inner .feature .feature03{
    width: 900px;
    border-top: #000 solid 3px;
    position: relative;
    text-align: left;
	margin:0 auto;
   }
  .attempt .attempt_inner .feature .feature__subtitle,
  .new-graduate .attempt .attempt_inner .pickup .pickup__subtitle{
    font-family: "Outfit", sans-serif;
    background: url("/assets/img/recruit/common_title.png") no-repeat;
    background-size: 160px 44px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 2.4rem;
    color: #FFF;
    text-align: center;
    margin-top: -22px;
  }
  .attempt .attempt_inner .feature .feature__title {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px 0;
  }
  .attempt .attempt_inner .feature .feature01 .feature__title span {
    font-size: 4rem;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker01.png") no-repeat bottom 2px left;
    background-size: 134px;
    padding: 0 10px 0 4px;
  }
  .attempt .attempt_inner .feature .feature02 .feature__title span {
    font-size: 4rem;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker03.png") no-repeat bottom 2px left;
    background-size: 250px;
    padding: 0 10px 0 4px;
  }
  .attempt .attempt_inner .feature .feature03 .feature__title span {
    font-size: 4rem;
    font-weight: bold;
    background: url("/assets/img/recruit/common_marker03.png") no-repeat bottom 2px left;
    background-size: 290px;
    padding: 0 10px 0 4px;
  }
	
  .attempt .attempt_inner .feature .feature01 .inner,
  .attempt .attempt_inner .feature .feature02 .inner,
  .attempt .attempt_inner .feature .feature03 .inner{	
	display: flex;
	  }
	
  .attempt .attempt_inner .feature .feature01 .text_box {
    width: 320px;
	margin-right:40px;
  }
	
  .attempt .attempt_inner .feature .feature02 .text_box,
  .attempt .attempt_inner .feature .feature03 .text_box{
    width: 420px;
	margin-right:40px;
  }
	
  .attempt .attempt_inner .feature .feature1_img {
    width: 540px;
    display: flex;
    justify-content: space-between;
	margin-top:20px;
  }
  .attempt .attempt_inner .feature .feature2_img,
  .attempt .attempt_inner .feature .feature3_img{
    width: 440px;
	margin-top:20px;
  }
  .attempt .attempt_inner .feature .feature1_img img {
    width: 260px;
    border: 2px solid #000;
  }
	
  .attempt .attempt_inner .feature .feature2_img img,
  .attempt .attempt_inner .feature .feature3_img img{
    width: 440px;
  }
	
  .numbers {
    width: 100%;
    background: #F0F0F0;
  }
  .numbers::after {
    content: '';
    display: block; border-bottom: 160px solid #FFEA00; /* 三角を白にする */
	border-left: calc(100vw + 450px) solid transparent;
  }
  .numbers .numbers_inner {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
  }
	
   .numbers .numbers_inner ul.numbers_list {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .numbers .numbers_inner ul.numbers_list li {
    width: 270px;
    height: 270px;
    margin-bottom: 20px;
  }
  .numbers .numbers_inner ul.numbers_list li img {
    width: 100%;
  }
	
  .recruitment {
    width: 100%;
    background: #FFEA00;
  }
  .recruitment::after {
    content: '';
    display: block; border-bottom: 160px solid #FFF; /* 三角を白にする */
border-left: calc(100vw + 450px) solid transparent;
  }
  .new-graduate .recruitment::after {
	border-left:none;  
border-right: calc(100vw + 450px) solid transparent;
  }
  .recruitment .recruitment_inner {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
  }
  .recruitment .recruitment_news {
    width: 1140px;
    border: 2px solid #000;
    margin: 0 auto 50px auto;
    border-radius: 100px;
    padding: 45px 0;
    background: #FFF;
  }
  .recruitment ul.recruitment_news_inner {
    width: 900px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
  }
  .recruitment ul.recruitment_news_inner li {
    font-weight: bold;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    background: url("/assets/img/recruit/common_border.png") repeat-x bottom left;
    background-size: 9px;
  }
  .recruitment ul.recruitment_news_inner li:last-child {
    margin: 0;
  }
  .recruitment ul.recruitment_news_inner li a {
    text-decoration: none;
  }
  .recruitment ul.recruitment_news_inner li a:hover {
    color: #666;
  }
  .recruitment ul.recruitment_news_inner li a .day {
    margin: 0 40px 0 0;
  }
  .recruitment .recruitment_new-graduate {
    width: 1140px;
    border: 2px solid #000;
    margin: 0 auto 50px auto;
    border-radius: 100px;
    padding: 80px 0;
    background: #FFF;
	text-align: left;
	position:relative;
  }
  .recruitment .recruitment_new-graduate .recruitment_table{
    width: 900px;
    margin: 0 auto;
	border-top:1px solid #CCCCCC;
  }
  .open-campany .open_table{
    width: 900px;
	margin: 20px auto 0;
	border-top:1px solid #CCCCCC;
  }
  .recruitment .recruitment_new-graduate .recruitment_table th,
  .recruitment .recruitment_new-graduate .recruitment_table td,
  .open-campany .open_table th,
  .open-campany .open_table td{
    padding:7px 20px;
	border-bottom:1px solid #CCCCCC;
	text-align: left;
	line-height: 1.8;
  }
  .recruitment .recruitment_new-graduate .recruitment_table th,
  .open-campany .open_table th{
    width:8.0em;
    background:#F0F0F0;
  }
  .open-campany .open_table th{
    font-weight:bold;
  }
  .recruitment .recruitment_new-graduate .recruitment_table td dl{
    display: flex;
  }
  .recruitment .recruitment_new-graduate .recruitment_table td dt{
    width:25em;
  }
  .recruitment .recruitment_new-graduate .recruitment_table td ul li{
    list-style: disc;
	margin-left: 1.5em;
  }
 .recruitment .recruitment_new-graduate .recruitment_table .attention{
    display: block;
	font-size:1.2rem;
	text-indent:-1em;
	margin-left:1em;
  }
  .recruitment .recruitment_new-graduate h3 {
	margin-top:30px;
	color:#0ECDDD;
	font-size:2.0rem;
	position: relative;
	padding: 0 0 0 15px;
	vertical-align: middle;
	font-weight:bold;
	background: url("/assets/img/recruit/common_circle.png") no-repeat;
    background-size: 10px;
    background-position: top 6px left;
	}
	
  .recruitment .recruitment_new-graduate h3 .attention{
	font-size:1.2rem;
	font-weight:normal;
	color:#000;
	}
	
	.recruitment .recruitment_new-graduate .achievements {
		width:900px;
		margin:0 auto;
	}
	
	.recruitment .recruitment_new-graduate .achievements dl {
		line-height: 1.8;
	}
	
	.recruitment .recruitment_new-graduate .achievements dl dt {
		margin-top:15px;
		font-weight: bold;
	}
	
	.recruitment .recruitment_new-graduate .icon {
		position:absolute;
		width:209px;
		height:171px;
		right:70px;
		bottom:-20px;
	}
	
	.recruitment .recruitment_new-graduate .icon img{
		width:100%;
		height:auto;
	}
	
  .recruitment .schedule {
    width: 1140px;
    border: 2px solid #000;
    margin: 0 auto 50px auto;
    border-radius: 100px;
    padding: 45px 0;
    background: #FFF;
	position:relative;
  }
	
  .recruitment .schedule_inner {
    width: 900px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
  }
  .recruitment .schedule_inner dl {
    font-weight: bold;
    padding: 0 0 15px 330px;
    margin: 0 0 15px 0;
    background: url("/assets/img/recruit/common_border.png") repeat-x bottom left;
    background-size: 9px;
	display:flex;
  }
  .recruitment .schedule_inner dl:first-child {
    background: url("/assets/img/recruit/common_border.png") repeat-x top left, url("/assets/img/recruit/common_border.png") repeat-x bottom left;
	background-size: 9px;
	padding: 15px 0 15px 330px;
  }
  .recruitment .schedule_inner dl:last-child {
    margin: 0;
  }
	
  .recruitment .schedule_inner dl dt {
    margin: 0 30px 0 0;
	font-size:2.4rem;
    font-family: "Outfit", sans-serif;
	width:4.0em;
	font-weight: normal;
  }
	
  .recruitment .schedule_inner dl dd {
    margin-top:0.5em;
  }
	
  .recruitment .schedule .photo_01 {
	  width:390px;
	  height:373px;
	  bottom:-27px;
	  left:-40px;
	  position:absolute;	
	}
  .recruitment .schedule .photo_02 {
	  width:343px;
	  height:285px;
	  top:-60px;
	  right:-42px;
	  position:absolute;	
	}
	
  .recruitment .schedule .photo_01 img,
  .recruitment .schedule .photo_02 img{
	  width:100%;
	  height:auto;
	}
	
	
  .open-campany .recruitment p.attention{
	  text-align:center;
	  font-size:1.2rem;
	  margin-top:20px;
	}
	
  .entry {
    background: #FFEA00;
    padding: 60px 70px;
  }
  .common__btn ul {
    display: flex;
    justify-content: center;
  }
  .common__btn ul li {
    position: relative;
    height: 130px;
    width: 440px;
    margin: 0 20px;
    font-size: 0;
  }
  .common__btn ul li a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    position: absolute;
    text-align: center;
  }
  .common__btn ul li .common__title {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    line-height: 1em;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 7px 0 0 0;
  }
  .common__btn ul li .common__subtitle {
    font-size: 1.7rem;
    margin-top: 5px;
    font-weight: bold;
    display: block;
  }
  .common__btn ul li .arrow img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
  }
  .common__btn ul li .border {
    position: absolute;
    width: 430px;
    height: 120px;
    border: 2px solid #000;
    border-radius: 100px;
    top: 7px;
    left: 7px;
    box-sizing: border-box;
  }
  .common__btn ul li a.common__item {
    width: 430px;
    height: 120px;
    border: 2px solid #000;
    border-radius: 100px;
    text-decoration: none;
    font-size: 3.2rem;
    box-sizing: border-box;
  }
  .common__btn ul li a.common__item.white {
    background: #FFF;
  }
  .common__btn ul li a.common__item.white:hover {
    background: linear-gradient(-45deg, #FFEA00 25%, #FFF 25%, #FFF 50%, #FFEA00 50%, #FFEA00 75%, #FFF 75%, #FFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko .common__btn ul li a.common__item.white:hover {
    background: linear-gradient(-45deg, #FFEA00 25%, #FFF 25%, #FFF 50%, #FFEA00 50%, #FFEA00 75.1%, #FFF 75%, #FFF);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .common__btn ul li a.common__item.blue {
    background: #36CAE8;
  }
  .common__btn ul li a.common__item.blue:hover {
    background: linear-gradient(-45deg, #36CAE8 25%, #69D7ED 25%, #69D7ED 50%, #36CAE8 50%, #36CAE8 75%, #69D7ED 75%, #69D7ED);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
  .gecko .common__btn ul li a.common__item.blue:hover {
    background: linear-gradient(-45deg, #36CAE8 25%, #69D7ED 25%, #69D7ED 50%, #36CAE8 50%, #36CAE8 75.1%, #69D7ED 75%, #69D7ED);
    background-size: 40px 40px;
    animation: anime_stripe .8s infinite linear;
  }
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
@keyframes fadeIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn_right {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn_bottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anime_stripe {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -40px;
  }
}
