@font-face {
  font-family: 'Zen Maru Gothic Bold'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/ZenMaruGothic-Bold.ttf') format('truetype');
  src: url('../fonts/ZenMaruGothic-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Zen Maru Gothic Medium'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/ZenMaruGothic-Medium.ttf') format('truetype');
  src: url('../fonts/ZenMaruGothic-Medium.woff') format('woff');
}
html {
    overflow-x: hidden;
}
body {
    background: #fffbef;
    position: relative;
    font-family: "Zen Maru Gothic Medium", serif;
    font-style: normal;
    padding: 0;
    margin: 0;
    letter-spacing: 0.1rem}
body {
    width: 100%;
    overflow-x: hidden;
    color: #434343;}
a{text-decoration: none;color:#333333;transition: .5s all;}
.formArea a:after,a{transition: .5s all;}
ul,li{list-style: none;margin: 0;padding: 0;}

h2,h3,h4,h5,strong{
    font-family: "Zen Maru Gothic Bold", serif;
    margin:0;
}

.mainvisual {
    background: url(../img/saiyo/main-starter.webp) bottom left no-repeat;
    background-size: 100%;
    position: relative;
    max-width: 100%;
}
.logo{width:220px;}
.logo img{width:100%; height:auto;}
section.mainvisual h1 {
    background: #a0c9e1;
    color: #fff;
    border-radius: 5px;
    padding: 7px 20px 13px 20px;
    margin: 80px 0 40px 0;
    line-height: 1;
    display: inline-block;
    font-size: 3.2vw;
    font-family: "Zen Maru Gothic Bold", serif;
    width: 38vw;
}
section.mainvisual p {
    font-size: 2.5vw;
    font-weight: 900;
    margin: 15px 0 40px 20px;
    font-family: "Zen Maru Gothic Bold", serif;
}
section.mainvisual .txt {
    position: absolute;
    right: 53px;
    top: 280px;
}
section.mainvisual .area {
    width: 56%;
}
p.blue {
    color: #91bdd7;
    margin-top: 70px;
}
.main_cta {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 2vw 0 1vw;
}
.main_cta a {
    color: #fff;
    padding: 13px 21px 13px 61px;
    position: relative;
    width: 42%;
    border-radius: 53px;
    text-align: center;
    margin-top:20px;
    font-family: "Zen Maru Gothic Bold", serif;
    display: block;
    font-size: 1vw;
}
.main_cta a span {
    position: absolute;
    top: -2vw;
    color: #9f2f3f;
    font-weight: bold;
    text-align: center;
    font-size: 1.1vw;
    letter-spacing: 0;
}
.main_cta a span:before {
    content: "";
    display: block;
    position: absolute;
    background: #9f2f3f;
    width: 1.3vw;
    height: 2px;
    transform: rotate(52deg);
    bottom: 0.5vw;
}
.main_cta a span:after {
    content: "";
    display: block;
    position: absolute;
    background: #9f2f3f;
    width: 1.3vw;
    height: 2px;
    transform: rotate(-52deg);
    bottom: 0.5vw;
    right: 0;
}
a.job-apply {
    background: #9f2f3f url(../img/saiyo/ctaButton01.webp) 1vw 4px no-repeat;
    background-size: 3vw;
    padding: 13px 1vw 13px 4.7vw;
}
a.job-apply-starter {
    background: #9f2f3f url(../img/saiyo/ctaButton02.webp) 1.6vw 6px no-repeat;
    padding: 13px 1vw 13px 4.7vw;
    background-size: 3vw;
}
a.job-apply span {
    width: 13vw;
    left: 20%;
}
a.job-apply-starter span{width: 14vw;left: 15%;}
.mainvisual ul {
    margin: 64px 0 50px 20px;
    display: flex
;
    column-gap: 30px;
    flex-wrap: wrap;
}
.mainvisual ul li {
    color: #2a2a2a;
    font-family: "Zen Maru Gothic Bold", serif;
    width: calc(47% - 53px);
    margin-bottom: 1vw;
    background: url(../img/saiyo/main_check.png) 0 .2vw no-repeat;
    padding-left: 2vw;
    font-size: 1.2vw;
    white-space: nowrap;
    background-size: 1.5vw;
}
.mainvisual ul li:last-child{width:100%}

#container{
    position: relative;
    margin:0 auto;
}
.ctaButton {
    max-width: 1200px;
    margin: 40px auto 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.ctaButton a {
    width: calc(45% - 100px);
    border-radius: 40px;
    padding: 20px 20px 20px 80px;
    color: #fff;
    font-size: 21px;
    position: relative;
    text-align: center;
}
.ctaButton a span {
    position: absolute;
    top: -33px;
    color: #9f2f3f;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
}
.ctaButton a span:before {
    content: "";
    display: block;
    position: absolute;
    background: #9f2f3f;
    width: 19px;
    height: 2px;
    transform: rotate(52deg);
    bottom: 10px;
}
.ctaButton a span:after {
    content: "";
    display: block;
    position: absolute;
    background: #9f2f3f;
    width: 19px;
    height: 2px;
    transform: rotate(-52deg);
    bottom: 10px;
    right: 0;
}
.ctaButton a.job-apply {
    background: #9f2f3f;
    background-image:none;
}
.ctaButton a.job-apply span {
    width: 47%;
    left: 26%;
}
.ctaButton a.job-apply:before {
    background: url(../img/saiyo/ctaButton01.webp) 25px 4px no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    bottom: 0;
    width: 140px;
    height: 97px;
    left: 0;
    background-size: 110px;
}
.ctaButton a.job-apply-starter {
    background: #9f2f3f;
    background-image:none;
}
.ctaButton a.job-apply-starter span {
    width: 52%;
    left: 26%;
}
.ctaButton a.job-apply-starter:before{
    background: url(../img/saiyo/ctaButton02.webp) 34px 4px no-repeat;
    content:"";
    display: block;
    position: absolute;
    top:-10px;
    bottom: 0;
    width: 140px;
    height: 97px;
    left: 0;
    background-size: 100px;
}
.path {
    padding: 3vw 0;
}
.path a {
    background: #a0c9e1;
    color: #fff;
    text-align: center;
    padding: 16px 30px;
    border-radius: 50px;
    display: block;
    width: 650px;
    font-family: "Zen Maru Gothic Bold", serif;
    margin: 0px auto;
    font-size: 19px;
    letter-spacing: 0.08rem;
}
h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 40px;
}
h2 span {
    color: #a0c9e1;
    display: block;
    font-size: 33px;
}
section.toDo p {
    text-align: center;
    line-height: 2.2;
    font-size: 19px;
}
section.toDo .hIcon,section.ourAppeal .hIcon,section.workFlexibility .hIcon,
section.ourStrength .hIcon,section.start .hIcon,section.support .hIcon {
    width: 98px;
    margin: 0 auto 11px;
    display: block;
        opacity: 0;
    }
    section.toDo h2,section.ourAppeal h2,section.workFlexibility h2,
section.ourStrength h2,section.start h2,section.join h2,.voices h2,.message h2,.support h2{opacity: 0}
    .is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
.yesNo>div {
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 40px 53px 130px;
    width: calc(50% - 116px);
    position: relative;
}
img.bgBottom {
    width: 100%!important;
}
.yesNo {
    display: flex;
    column-gap: 30px;
    margin: 90px 0 0px;
}
section {
    max-width: 1200px;
    margin: 0 auto;
        padding: 0 70px;
}
.yesNo div:first-child h3 {
    background: url(../img/saiyo/todo_yes-starter.gif) 0 6px no-repeat;
    background-size: 30px;
    padding: 3px 0 3px 38px;
    font-size: 23px;
    margin:5px 0 30px;
}
.yesNo div:last-child h3 {
    background: url(../img/saiyo/todo_no.gif) 0 5px no-repeat;
    background-size: 30px;
    padding: 3px 0 3px 38px;
    font-size: 23px;
    margin:5px 0 30px;
}
.yesNo div:first-child ul li {
    background: url(../img/saiyo/todo_check01-starter.gif) 10px 7px no-repeat;
    padding: 3px 0 3px 39px;
    background-size: 21px;
    font-size: 18px;
    margin: 0 0 15px;
}
.yesNo div:last-child ul li{
    background: url(../img/saiyo/todo_check02.gif) 10px 7px no-repeat;
    padding: 3px 0 3px 39px;
    background-size: 21px;
    font-size: 18px;
    margin: 0 0 15px;
}
.yesIcon,.noIcon{
    margin: 50px 30px 20px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.yesIcon img, .noIcon img{width:70px;height:auto;}
section.support {
    background: #fdf8e8;
    max-width: 100%;
    padding: 80px 0 100px;
}
section.support .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 70px;
}
.support ul {
    margin-top: 30px;
    width: 51%;
}
.support ul li {
    margin: 0 0 1vw;
    font-size: 21px;
    background: url(../img/saiyo/support_list.png) 0 0.3vw no-repeat;
    background-size: 30px;
    padding: 0 0 0 34px;
    line-height: 1.8;
}
img.img01 {
    width: 28%;
    margin: 0 7% 0 3%;
}
.support .flexbox {
    justify-content: center;
    align-items: center;
}
img.arrow {
    margin: 30px auto;
    display: block;
    width: 6vw;
}
section.support h3 {
    color: #a0c9e1;
    text-align: center;
    font-size: 3vw;
}
.support p {
    font-size: 2.3vw;
    text-align: center;
    margin: 10px 0 50px;
    font-family: "Zen Maru Gothic Bold", serif;
}
.support .flexbox p {
    font-size: 16px;
    font-family: inherit;
    text-align: left;
    width: 45%;
    line-height: 1.8;
}
img.img02 {
    width: 31%;
    margin: 0 4% 0 4%;
    border-radius: 12px;
}
blockquote {
    background: #fff;
    width: calc(83% - 60px);
    margin: 32px auto 20px;
    padding: 10px 30px;
    border: 2px solid #a0c9e1;
    border-radius: 0 0 5px 5px;
    font-family: "Zen Maru Gothic Medium", serif;
    border-radius: 16px;
}
.support blockquote p {
    font-size: 16px;
    font-family: inherit;
    text-align: left;
    margin: 12px 0 10px 19px;
    line-height: 1.8;
}
blockquote h4 {
    background: #a0c9e1;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 19px;
    color: #fff;
}
.support blockquote {
    padding: 27px 30px;
}
.flexbox {
    display: flex;
    align-items: flex-start;
}
section.workFlexibility {
    margin: -12px 0 0 0;
    background: #fff;
    max-width: 100%;
    padding-top: 40px;
    padding: 0;
}
section.workFlexibility>div {
    padding: 50px 70px 0 70px;
}
section.workFlexibility .container {
    max-width: 1200px;
    margin: 0 auto;
}
section.workFlexibility h3 {
    font-size: 30px;
    padding: 0 0 20px 43px;
    background: url(../img/saiyo/work_check-starter.svg) -1px 9px no-repeat;
    background-size: 30px;
    position: relative;
    display: flex;
}
img.work_lady {
    position: absolute;
    right: 95px;
    bottom: -70px;
    width: 166px;
}
section.workFlexibility h3 img.icon {
    width: 51px;
    vertical-align: middle;
    margin-left: 10px;
}
section.workFlexibility .container p {
    padding: 0 0 0 44px;
    font-size: 17px;
}
ul.flow {
    margin: 55px 0 77px 45px;
    display: flex;
    column-gap: 53px;
}
ul.flow li {
    background: #fffbef;
    padding: 30px 40px 60px;
    position: relative;
}
ul.flow li:first-child img {
    width: 50px;
}
ul.flow li:nth-child(2) img {
    width: 58px;
}
ul.flow li:last-child img {
    width: 58px;
}
ul.flow li:after {
    background: url(../img/saiyo/work_arrow-starter.gif) 0 0 no-repeat;
    content: "";
    width: 29px;
    height: 50px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 40%;
    right: -40px;
}
ul.flow li:last-child:after {
    display: none;
}
ul.flow li div {
    font-size: 19px;
    font-family: "Zen Maru Gothic Bold", serif;
}
ul.flow li img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.workPoint {
    background: #fffbef;
    margin: 20px 0 80px 45px;
    padding: 40px;
    position: relative;
}
.workPoint .book {
    position: absolute;
    right: 86px;
    bottom: 207px;
}
.workPoint ul h4 {
    border-left: 6px solid #5e3403;
    font-size: 20px;
    line-height: 1;
    padding: 0px 0 3px 12px;
    margin: 0;
}
.workPoint li:nth-child(2), .workPoint li:last-child {
    padding-right: 383px;
}
.workPoint li {
    margin: 0 0 60px 0;
}
section.workFlexibility .container .workPoint p {
   padding: 17px 0 0 18px;
    line-height: 1.6;
    margin: 0;
}
section.workFlexibility .container ul.flow li p {
    padding: 0;
}
section.ourStrength {
    padding: 30px 0 58px;
}
section.ourStrength > div > p {
    text-align: center;
    font-size: 19px;
    margin: 60px 0;
}
section.ourStrength ul {
    display: flex;
    column-gap: 20px;
    padding: 110px 0 80px 0;
}
section.ourStrength ul li {
    position: relative;
    width: calc(100% / 3);
    background: url(../img/saiyo/strength_bg01b-starter.png) 0 0 repeat-y;
    background-size: 100%;
    padding-bottom: 200px;
}
section.ourStrength ul li:after {
    width: 100%;
    content: "";
    height: 30px;
    background: url(../img/saiyo/strength_bg01f-starter.png) 0 0 no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    bottom: -30px;
}
section.ourStrength p {
    padding: 0 55px;
    line-height: 1.6;
}
section.ourStrength h3 {
    padding: 35px 22px 4px;
    color: #434343;
    text-align: center;
    font-size: 20px;
}
section.ourStrength ul img {
    margin: 19px 0 0px -38%;
    display: block;
    padding: 0;
    width: 76%;
    position: absolute;
    bottom: 10px;
    left: 50%;
}
section.voices {
    max-width: 100%;
    background: #fdf8e8;
    padding: 90px 0;
    margin-top: 80px;
}
section.ourStrength ul li:first-child:before {
    width: 100%;
    content: "";
    height: 130px;
    background: url(../img/saiyo/strength_bg01h-starter.png) 0 0 no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -110px;
}
section.ourStrength ul li:nth-child(2):before {
    width: 100%;
    content: "";
    height: 130px;
    background: url(../img/saiyo/strength_bg02h-starter.png) 0 0 no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -110px;
}
section.ourStrength ul li:last-child:before {
    width: 100%;
    content: "";
    height: 130px;
    background: url(../img/saiyo/strength_bg03h-starter.png) 0 0 no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -110px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper {
    overflow: visible;
}
.swiper-slide {
    background: #fff;
    border-radius: 16px;
    padding: 0px;
}
.swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
@media screen and (min-width: 1025px) {
    .swiper-slide {
        padding: 40px 0px;
        width: 24vw !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
.swiper-slide {
        padding: 40px 0px;
        width: 31vw !important;
    }
}
.swiper-slide>div {
    height: 100%;
}
.swiper-slide span {
    color: #9f2f3f;
    text-align: center;
    display: block;
    margin: 10px 20px 0;
    font-family: "Zen Maru Gothic Bold", serif;
}
    section.voices .swiper p {
        padding: 0 30px 20px;
    }
.swiper-slide img {
    height: auto;
    width: 62%;
    margin: 0px auto 0;
    display: block;
}
.swiper-button-next {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 45%;
    background: rgba(80, 80, 80, 0.4) url(../img/saiyo/pagetop.png) center 18px no-repeat;
    background-size: 50%;
    z-index: 100;
    transform: rotate(90deg);
}
.swiper-button-prev {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 45%;
    background: rgba(80, 80, 80, 0.4) url(../img/saiyo/pagetop.png) center 18px no-repeat;
    background-size: 50%;
    z-index: 100;
    transform: rotate(-90deg);
}
.staffVoice {
    background: #fff;
    border-radius: 16px;
    max-width: 1200px;
    margin: 80px auto 30px auto;
    padding: 40px; 
    display: flex;
    align-items: flex-start;
}
.voices .container {
    padding: 0 70px;
}
.staffVoice img {
    width: 39%;
    margin-right: 37px;
}
.staffVoice h4 {
    color: #a0c9e1;
    font-size: 20px;
    margin-bottom: 22px;
}
.staffVoice p {
    line-height: 1.8;
}
section.message {
    background: #fff url(../img/saiyo/message-starter.svg) 0 0 no-repeat;
    background-size: 100%;
    padding: 60px 0 80px;
    max-width: 100%;
}
section.message p {
    line-height: 1.8;
}
section.message>div {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    padding: 0 70px;
}
section.message div div {
    width: calc(60% - 50px);
}
section.message h2 {
    text-align: left;
    margin: 90px 0 60px;
}
section.message>div>img {
    width: 40%;
    margin: 0 0 0 50px;
    align-self: center;
}
section.message div div img {
    width: 500px;
    margin: 30px 0 50px;
}
.sign {
    text-align: right;
    margin: 30px 0 0 0;
    font-size: 15px;
    width: 100% !important;
}
.start {
    padding: 80px 0;
    background: #fdf8e8;
    max-width: 100%;
}
section.start div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 70px;
}
.start .text {
    text-align: center;
    background: #fff;
    border-radius: 30px;
    display: block;
    padding: 10px 54px;
    font-size: 18px;
    margin: 55px auto 40px;
    width: 500px;
}
.start ul {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    margin-bottom: 120px;
    position: relative;
}
.start ul:before {
    width: 106%;
    position: absolute;
    left: -5%;
    top: 50%;
    content: "";
    height: 35px;
    background: #fbfbfb;
    display: block;
    z-index: 0;
}
.start ul:after {
    display: block;
    position: absolute;
    content: "";
    background: url(../img/saiyo/start_arrow.png) 0 0 no-repeat;
    right: -5%;
    top: 50%;
    width: 49px;
    height: 49px;
    background-size: 100%;
}
.start ul li {
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    width: calc(100% / 4 - 40px);
    text-align: center;
    z-index: 2;
}
.start ul li img {
    height: 50px;
    margin: 30px 0;
}
.start ul li p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.03rem;
}
.start ul li a {
    color: #99031c;
    text-decoration: underline;
    white-space: nowrap;
}
section.join {
    max-width: 100%;
    background: #fffbef url(../img/saiyo/welcome_head-starter.webp) 0 0 no-repeat;
        position: relative;
        background-size: 100%;
}
section.join div {
    padding: 80px 0;
}
@media screen and (min-width: 1585px) {
.join h2 span:after {
    bottom: 0.2vw;
}
    img.photo01 {
        position: absolute;
        left: 33px;
        top: 77px;
        width: 337px;
    }
    img.photo02 {
        position: absolute;
        right: 0;
        top: 73px;
        width: 384px;
    }
img.dec {
    display: none;
}
    img.photo03 {
        position: absolute;
        top: 470px;
        left: 106px;
        width: 387px;
    }
    img.photo04 {
        position: absolute;
        top: 445px;
        right: 25px;
        width: 406px;
    }
    section.join div {
        padding: 300px 0 80px;
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
    }
section.join h2 {
    padding: 0 0 208px;
    font-size: 42px;
}
.join h2 span {
    display: block;
    width: 248px;
    margin: 0 auto;
    position: relative;
    font-size: 32px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1584px) {
img.photo01 {
        position: absolute;
        left: 15vw;
        top: 3vw;
        width: 21vw;
    }
    img.photo02 {
        position: absolute;
        right: 15vw;
        top: 6vw;
        width: 21vw;
    }
img.dec {
    display: none;
}
    img.photo03 {
        position: absolute;
        top: 30vw;
        left: 12vw;
        width: 24vw;
    }
    img.photo04 {
        position: absolute;
        top: 30vw;
        right: 12vw;
        width: 23vw;
    }
    .join h2 span:after {
        bottom: auto;
        top: -0.2vw;
    }
    section.join div {
        padding: 20vw 0 80px;
        z-index: 0;
    }
    section.join h2 {
        padding: 0 0 17vw;
        font-size: 3vw;
    }
    .join h2 span {
        display: block;
        width: 19vw;
        margin: 0 auto;
        position: relative;
        font-size: 2.4vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
img.photo01 {
        position: absolute;
        left: 15vw;
        top: 3vw;
        width: 21vw;
    }
    img.photo02 {
        position: absolute;
        right: 15vw;
        top: 6vw;
        width: 21vw;
    }
img.dec {
    display: none;
}
    img.photo03 {
        position: absolute;
        top: 30vw;
        left: 12vw;
        width: 24vw;
    }
    img.photo04 {
        position: absolute;
        top: 30vw;
        right: 12vw;
        width: 23vw;
    }
    section.join div {
        padding: 20vw 0 80px;
        z-index: 0;
    }
    section.join h2 {
        padding: 0 0 17vw;
        font-size: 3vw;
    }
    .join h2 span {
        display: block;
        width: 23vw;
        margin: 0 auto;
        position: relative;
        font-size: 3vw;
    }
    .join h2 span:after {
    top: 0vw;
}
}
@media screen and (max-width: 1023px) {
img.photo01 {
        position: absolute;
        left: 15vw;
        top: 3vw;
        width: 21vw;
    }
    img.photo02 {
        position: absolute;
        right: 15vw;
        top: 6vw;
        width: 21vw;
    }
img.dec {
    display: none;
}
img.photo03 {
        position: absolute;
        left: -11vw;
        width: 37vw;
        top: 37vw;
    }
    img.photo04 {
        position: absolute;
        top: 36vw;
        right: 12vw;
        width: 23vw;
    }
    section.join div {
        padding: 20vw 0 80px;
        z-index: 0;
    }
    section.join h2 {
        padding: 0 0 17vw;
        font-size: 4vw;
    }
    .join h2 span {
        display: block;
        width: 26vw;
        margin: 0 auto;
        position: relative;
        font-size: 3.5vw;
    }
    .join h2 span:after {
    top: 0vw;
}
}
.join h2 span:before {
    content: "";
    background: url(../img/saiyo/join_line-starter.png) 0 bottom no-repeat;
    width: 26px;
    height: 46px;
    display: block;
    position: absolute;
    left: -35px;
    background-size: 100%;
}
.join h2 span:after {
    content: "";
    background: url(../img/saiyo/join_line-starter.png) 0 bottom no-repeat;
    width: 26px;
    height: 46px;
    display: block;
    position: absolute;
    right: -34px;
    background-size: 100%;
    bottom: 9px;
    transform: scaleX(-1);
}
.fixedButton {
    background: #a0c9e1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 9px 0 15px 0;
    overflow: visible;
    z-index: 100;
    min-height: 70px;
    display: flex;
    justify-content: center;
    column-gap: 80px;
}
.fixedButton a.job-apply span, .fixedButton a.job-apply-starter span {
    width: auto;
}
.spshow{display: none;}
.point01 img.img, .point03 img.img {
    order: 2;
}
@media screen and (min-width: 1360px) {


}
@media screen and (min-width: 768px) and (max-width: 1359px){
.fixedButton a {
    width: 35vw;
        padding: 0px 30px 5px 5px;
}
    .fixedButton a.job-apply-starter {
        padding: 5px 10px 9px 10px;
    }
    .mainvisual{
    padding: 20px 70px 80px;}
}
@media screen and (min-width: 1360px) {
        .fixedButton a {
        padding: 0px 10px 5px 10px;
        width: 30vw;
    }
    .fixedButton a.job-apply-starter {
        padding: 5px 10px 9px 10px;
    }
.mainvisual {
        padding: 30px 150px 80px;
    }}
@media screen and (max-width: 950px) {
    .fixedButton a span{display: none;}
}
@media screen and (max-width: 1359px) {
.logo {
    width: 16vw;
}
.support ul li{font-size: 20px}
section.mainvisual h1 {
    margin: 4vw 0 1vw 0;
}
}
@media screen and (max-width: 1200px) {
    .support ul li {
    font-size: 19px;
    background: url(../img/saiyo/support_list.png) 0 0.3vw no-repeat;
    background-size: 24px;
    padding: 0 0 0 30px;
}
    .support ul {
    width: 54%;
}
img.img02 {
    margin: 0 1% 0 4%;
}
.support .flexbox p {
    width: 48%;
}
    .start ul {
    column-gap: 20px;
    margin-bottom: 90px;
}
    section.message h2 {
    margin: 50px 0 10px;
}
    .yesIcon img, .noIcon img {
    width: 5.5vw;
}
    .yesIcon, .noIcon {
        margin: 50px 1vw 20px 1vw;
        position: absolute;
        bottom: 30px;
        left: 12%;
        width: 76%;
    }
    section.mainvisual p {
    margin: 15px 0 30px 20px;
}
.mainvisual ul {
    margin: 30px 0 0 20px;
}
    section.ourStrength ul li:first-child:before,
    section.ourStrength ul li:nth-child(2):before,
    section.ourStrength ul li:last-child:before {
    top: -10vw;
}
section.ourStrength h3 {
    padding: 35px 17px 4px;
    font-size: 16px;
}
section.ourStrength ul li {
    padding-bottom: 16vw;
}
section.ourStrength p {
    padding: 0 33px;
    font-size: 15px;
}
section.ourStrength>div,.voices .container,section.message>div,section.start div {
    padding: 0 30px;
}
    img.work_lady {
        right: -1vw;
        bottom: -70px;
        width: 19vw;
    }
    .point01 h3, .point02 h3, .point03 h3 {
    font-size: 3vw;
    margin-bottom: 2vw;
    margin-top: 1.6vw;
}
.point01 p, .point02 p, .point03 p {
    font-size: 1.6vw;
    line-height: 2;
    padding-right: 3vw;
}
section.ourAppeal .container img.img {
    width: 32vw;
}
    .ctaButton a {
    padding: 20px 20px 20px 10vw;
    font-size: 2vw;
    width: calc(45% - 100px);
}
    .ctaButton a.job-apply:before {
    background: url(../img/saiyo/ctaButton01.webp) 3vw .8vw no-repeat;
    top: -1vw;
    width: 11vw;
    height: 8vw;
    background-size: 8vw;
}
.ctaButton a span:before,.ctaButton a span:after {
    width: 2vw;
    bottom: 1vw;
}
.ctaButton a.job-apply-starter:before {
    background: url(../img/saiyo/ctaButton02.webp) 3vw .8vw no-repeat;
    top: 0vw;
    width: 11vw;
    height: 8vw;
    background-size: 8vw;
}
.ctaButton a.job-apply span {
    width: 22vw
}
.ctaButton a.job-apply-starter span {
    width: 25vw;
}
.ctaButton a span {
    top: -3.3vw;
    font-size: 1.8vw;
}

section.toDo .hIcon,section.support .hIcon, section.ourAppeal .hIcon, section.workFlexibility .hIcon, section.ourStrength .hIcon, section.start .hIcon {
    width: 10vw;
}
h2 span {
    font-size: 3.5vw;
}
h2 {
    font-size: 4vw;
}
section.toDo p {
    font-size: 2vw;
}
.mainvisual {
        padding: 20px 40px 80px;
    }
    .main_cta a {
        font-size: 1.2vw;
        padding: .8vw 1vw .8vw 3.7vw;
        letter-spacing: 0.03rem;
    }
}
.fixedButton:before {
    content: "";
    background: url(../img/saiyo/bg_fixed-starter.svg) 0 0 no-repeat;
    display: block;
    position: absolute;
    top: -1vw;
    left: 0;
    width: 100%;
    height: 23px;
    z-index: 100;
    background-size: 100%;
}
.fixedButton a {
    border-radius: 40px;
    color: #2a2a2a;
    font-size: 20px;
    position: relative;
    text-align: left;
    background: #fff;
    align-self: center;
    font-family: "Zen Maru Gothic Bold", serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixedButton a.job-apply:before {
    background: url(../img/saiyo/ctaButton01.webp) 0px 0px no-repeat;
    content: "";
    display: block;
    width: 66px;
    height: 49px;
    background-size: auto 100%;
    margin: 0 8px 0 16px;
}
.fixedButton a.job-apply-starter:before {
    background: url(../img/saiyo/ctaButton02.webp) 0px 0px no-repeat;
    content: "";
    display: block;
    width: 66px;
        height: 39px;
    background-size: auto 100%;
    margin: 0 8px 0 16px;
}
footer {
    padding: 0px 0 150px;
    text-align: center;
    color: #646464;
    font-size: 15px;
}
a.pagetop {
    opacity: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 29px;
    background: #cfcccc url(../img/saiyo/pagetop.png) center 15px no-repeat;
    background-size: 50%;
    transition: .5s all;
    z-index: 1000;
}
a.pagetop.popIn{opacity: 1}
    .sphide{display: inline-block;}


@media screen and (max-width: 1024px) {
    blockquote {
    width: calc(98% - 60px);
}
        .support ul li {
        font-size: 17px;
        background: url(../img/saiyo/support_list.png) 0 0.3vw no-repeat;
        background-size: 22px;
        padding: 0px 0 0 27px;
    }
    section.support .container {
    padding: 0 30px;
}
        .support .flexbox p {
        width: 63%;
    }
        .support ul {
        width: 62%;
    }
    a.pagetop {
    opacity: 1;
    right: 9px;
    bottom: 111px;
}
.mainvisual ul {
    display: block;
}
.mainvisual ul li {
    margin-bottom: 1vw;
    background: url(../img/saiyo/main_check.png) 0 4px no-repeat;
    padding-left: 2.5vw;
    font-size: 16px;
    background-size: 1.7vw;
}
img.photo01 {
    left: -13vw;
    top: -10vw;
    width: 38vw;
}
img.photo02 {
    right: -13vw;
    top: 0vw;
    width: 36vw;
}
    img.photo04 {
        bottom: -1vw;
        right: -10vw;
        width: 33vw;
    }
}

@media screen and (max-width: 767px) {
    .support ul li {
        font-size: 16px;}
        a.pagetop {
        bottom: 79px;
    }
    .join h2 span {
    width: 240px;
    font-size: 31px;
}
.join h2 span:before {
    bottom: 6px;
    width: 20px;
    height: 32px;
    left: -35px;
}
.join h2 span:after {
    width: 20px;
    height: 32px;
}
    .start .text {
    font-size: 17px;
    margin: 38px auto 29px;
        padding: 10px 30px;
    width: calc(100% - 60px);
    border-radius: 5px;
}
.start ul {
        display: block;
        z-index: 1;
    }
    .start ul:after {
    display: none;
}
    .start ul li {
    border-radius: 5px;
    padding: 15px 20px;
    width: calc(100% - 40px);
    margin-bottom: 15px;
    display: flex;flex-wrap: wrap;
}
.start ul li h3 {
    order: 1;
}
    .start ul:before {
        z-index: -1;
        height: 117%;
        width: 40px;
        left: 50%;
        top: -33px;
        background: url(../img/saiyo/start_arrow_sp.png) bottom center no-repeat;
        margin: 0 0 0 -20px;
        background-size: inherit;
    }
.start ul li img {
    height: 27px;
    margin: 0 0 0 4px;
    order: 2;
}
.start ul li p {
    order: 3;
    width: 100%;
    text-align: left;
    margin: 6px 0 0;
}
    .yesIcon img, .noIcon img {
        width: 9.5vw;
    }
    section.message div div img {
    width: 422px;
    margin: 30px 0 25px;
}
    .staffVoice {
    display: block;margin: 50px auto 0px auto;padding: 25px;}
    .staffVoice img {
    width: 100%;
    margin: 0 0 30px 0;
}
    img.catch {
    position: absolute;
    top: 17vw;
    right: 12px;
    width: 48vw;
    transform: rotate(-5deg);
}
section.workFlexibility>div {
        padding: 24px 30px 0;
    }
section.ourStrength ul li:last-child {
    margin-top: 139px;
}
section.ourStrength ul img {
    display: none;
}
section.ourStrength ul li:first-child:before, section.ourStrength ul li:nth-child(2):before, section.ourStrength ul li:last-child:before {
        top: -12vw;
    }
section.ourStrength ul{flex-wrap: wrap;
    justify-content: space-between;
}
section.ourStrength ul li {
    width: calc(100% / 2 - 20px);
    padding-bottom: 16vw;
}
.workPoint li {
    margin: 3.5vw 3.5vw 40px 3.5vw;
}
    section{padding: 0 30px}
    section.ourAppeal .flexbox {
    display: block;
}
    section.workFlexibility .container p {
        padding: 0 134px 0 5px;
        font-size: 16px;
        margin: 0;
    }
section.workFlexibility h3 {
        font-size: 25px;
        padding: 0 0 20px 30px;
        background: url(../img/saiyo/work_check.svg) -1px 8px no-repeat;
        background-size: 25px;
        position: relative;
    }
    section.workFlexibility h3 img.icon {
    width: 39px;
    vertical-align: middle;
    margin-left: 4px;
}
ul.flow li:after {
    width: 24px;
    height: 50px;
    top: auto;
    right: 50%;
    transform: rotate(90deg);
    bottom: -40px;
}
.workPoint {
    margin: 20px 0 80px 5px;
    padding: 2vw 2.5vw;
}
ul.flow {
    margin: 55px 0 77px 5px;
    display: block;
}
section.workFlexibility .container p {
    font-size: 16px;
}
    ul.flow li {
        padding: 2vw 2.5vw;
        margin-bottom: 31px;
    }
    section.workFlexibility .container ul.flow li p {
    padding: 0;
    margin: 7px 0;
}
section.ourAppeal .container {
    padding: 0 30px 0 40px;
}
.point01 img.point,.point02 img.point,.point03 img.point{
    width: 30vw;
    margin: 1vw 0 4vw;
}
h2 {
        font-size: 33px;
    }
    h2 span {
        font-size: 27px;
    }
    section.toDo .hIcon,section.support .hIcon, section.ourAppeal .hIcon, section.workFlexibility .hIcon, section.ourStrength .hIcon, section.start .hIcon {
        width: 90px;
    }
.point02 {
    padding-top: 132px;
    padding-bottom: 2px;
}
.point03 {
        padding-top: 121px;
        padding-bottom: 33px;
    }
section.toDo p,.yesNo div:first-child ul li,.yesNo div:last-child ul li,
.point01 p, .point02 p, .point03 p {
        font-size: 16px;
    }
    section.ourAppeal .container img.img {
        float: right;
    }
        .ctaButton a {
        width: calc(49% - 100px);
    }
    .yesNo{display: block;}
    .yesNo>div {
        background: #fff;
        border: 1px solid #cdcdcd;
        padding: 40px 30px 130px;
        width: calc(100% - 60px);
        margin: 0 auto 30px;
    }
    .path a {
    padding: 15px 14px;
    width: 84%;
    margin: 0px auto;
    font-size: 15px;
}
    .sphide{display: none;}
    .fixedButton a {
        padding: 3px 20px;
        width: 40%;
        font-size: 3vw;
    }
    .fixedButton a.job-apply-starter {
        padding: 5px 20px 9px 10px;
    }
    .fixedButton a.job-apply:before {
        width: 8vw;
        height: 6.2vw;
        margin: 0 12px 0 0;
        background-size: 100%;
    }
    .fixedButton a.job-apply-starter:before {
        width: 7vw;
        height: 5.2vw;
        margin: 0 7px 0 0;
        background-size: 100%;
    }
    .fixedButton {
        column-gap: 20px;
        min-height: 7vw;
        padding: 3px 7px 7px;
        width: calc(100% - 14px);
    }
    .mainvisual ul {
        display: block;
        margin: 6vw 0 0 10px;
    }
    .mainvisual ul li {
        width: auto;
        margin-bottom: 2vw;
        background: #fff url(../img/saiyo/main_check.png) 6px 6px no-repeat;
        font-size: 2.7vw;
        padding: 5px 5px 5px 6vw;
        border-radius: 4px;
        display: inline-block;
        background-size: 3.5vw;
    }
.main_cta {
    display: block;
}
    .main_cta a span {
        top: -5vw;
        width: 58%;
    }
    .main_cta a.job-apply-starter span {
    width: 67%;
}
.main_cta a span:before {
    content: "";
    display: block;
    position: absolute;
    background: #9f2f3f;
    width: 3vw;
    height: 0.4vw;
    transform: rotate(52deg);
    bottom: 1.2vw;
}
.main_cta a span:after {
    content: "";
    display: block;
    position: absolute;
    background: #9f2f3f;
    width: 3vw;
    height: 0.4vw;
    transform: rotate(-52deg);
    bottom: 6px;
    right: 0;
}
.main_cta a {
    width: 32vw;
}
.main_cta a span {
    font-size: 2.5vw;
}
.main_cta a{text-align: left;}
    .main_cta a.job-apply {
        margin: 8vw 0 7vw;
        padding: 9px 14px 9px 12vw;
        font-size: 2.5vw;
        background: #9f2f3f url(../img/saiyo/ctaButton01.webp) 17px 0px no-repeat;
        background-size: 7vw;
    }
    .main_cta a.job-apply-starter{
        background: #9f2f3f url(../img/saiyo/ctaButton02.webp) 17px 0px no-repeat;
        padding: 9px 14px 9px 12vw;font-size: 2.5vw;
        background-size: 7vw;
    }
    .mainvisual {
        background: url(../img/saiyo/main_sp-starter.webp) right bottom no-repeat;
        background-size: 100%;
        position: relative;
        max-width: 100%;
        padding: 3vw 3vw 5vw;
    }
section.mainvisual .area {
    width: 75%;
}
.logo {
    width: 39vw;
    margin: 0 auto 2vw;
}
    section.mainvisual h1 {
        font-size: 7vw;
        width: 68vw;
        display: inline-block;
        margin: 3vw 0 0 0;
        padding: 1vw 10px 1.7vw 10px;
        line-height: 1.1;
        background: none;
    }
    section.mainvisual h1 span {
        background: #a0c9e1;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 7px;
        padding: 5px 10px;
    }
    section.mainvisual p {
    font-size: 4.2vw;
    margin: 8px 0 38px 10px;
}
.spshow{display: block;}
section.ourStrength ul li:after {
    height: 53px;
    bottom: -48px;
}
.workPoint li:nth-child(2), .workPoint li:last-child {
    padding-right: 0;
}
.workPoint .book{display: none}
}

    .spshow640,.spshow420{display: none;}
    .sphide640{display: block;}
@media screen and (max-width: 640px) {
    p.blue {
    margin-top: 35px;
    line-height: 1.8 !important;
    margin-bottom: 25px;
}
footer {
    font-size: 11px;
}
    .support blockquote {
    padding: 27px 19px 14px;
    width: calc(98% - 40px);
}
    section.support {
    background: #fdf8e8;
    max-width: 100%;
    padding: 40px 0 40px;
}
            .support .flexbox {
    flex-wrap: wrap;
}
.support ul {
        width: 88%;
    }
        .support ul li {
        font-size: 18px;
    }
    img.img01 {
        width: 42%;
        margin: 0;
        order: 1;
    }
            .join h2 span:after {
        width: 15px;
        height: 32px;
        top: auto;
        bottom: 6px;
        right: -23px;
    }
        .join h2 span:before {
        bottom: 5px;
        width: 15px;
        height: 32px;
        left: -30px;
    }
    .support .flexbox p {
        width: 100%;
    }
section.support h3 {
    font-size: 27px;
}
.support p {
    font-size: 19px;
}
    a.pagetop {
        right: 7px;
        bottom: 70px;
    }
    section.join h2 {
        padding: 0vw 0 0vw;
        font-size: 24px;
    }
    .join h2 span {
        width: 166px;
        font-size: 22px;
    }
footer {
        padding: 40px 0 16vw;
    }
    .start ul:before {
        height: 113%;}
    .message img.spshow640 {
        margin: 0 auto 25px;
        width: 240px;
    }
section.message h2 {
        margin: 10px 0 26px;
        text-align: center;
    }
    .spshow640{display: block;}
    .sphide640{display: none;}
    section.message>div {
    display: block;}
    section.message div div {
    width: 100%;
}
    .staffVoice h4 {
    font-size: 17px;margin-bottom: 12px;
}
    .workPoint ul h4 {
    font-size: 17px;
}
.swiper {
    padding: 0 40px!important;
}
.staffVoice p ,section.message p,section.message div div{
    font-size: 15px;
}
.swiper-slide img {
        height: auto;
        margin: 20px auto 0;
    }
section.voices .swiper p {
    font-size: 14px;
}
    section.ourStrength ul li:after {
        height: 31px;
        bottom: -29px;
    }
    section.ourStrength {
    padding: 30px 0 36px;
}
section.voices {
    margin-top: 55px;
}
    section.ourStrength > div > p {
        font-size: 15px;
        margin: 30px 0 30px;
        padding: 0;
    }
    section.ourStrength ul {
    padding: 76px 0 0px 0;
}
        .point01 h3, .point02 h3, .point03 h3 {
        font-size: 23px;
    }
        section.ourAppeal .container {
        padding: 0 30px 0 30px;
    }
    img.catch {
    top: 19vw;
}
    ul.flow li {
        padding: 2vw 54px 2vw 3.5vw;
        margin-bottom: 31px;
    }
    ul.flow li div {
    font-size: 17px;
}
    section.workFlexibility .container p {
        font-size: 15px;
    }
ul.flow li:first-child img {
    width: 34px;
}
ul.flow li:nth-child(2) img {
    width: 38px;
}
ul.flow li:last-child img {
    width: 38px;
}
section.workFlexibility h3 {
        font-size: 22px;
        padding: 0 0 20px 26px;
        background: url(../img/saiyo/work_check.svg) -1px 6px no-repeat;
        background-size: 22px;
        position: relative;
    }
            section.ourStrength ul li {
        width: 100%;
        padding-bottom: 0vw;
    }
        section.ourStrength ul li:first-child:before, section.ourStrength ul li:nth-child(2):before, section.ourStrength ul li:last-child:before {
        top: -30vw;
    height: 32vw;
    }
section.ourStrength ul li:nth-child(2) {
    margin-top: 42vw;
}
section.ourStrength ul li:last-child {
    margin-top: 42vw;
}
    .path a {
        padding: 11px 14px;
        font-size: 14px;
        border-radius: 8px;
    }
    .ctaButton {
    display: block;
    padding: 0 5%;
    }
        .ctaButton a.job-apply span {
        width: 47vw;
        left: 23%;
        font-size: 3.8vw;
        top: -6.3vw;
    }
    .ctaButton a.job-apply-starter span {
        width: 52vw;
        left: 21%;
        font-size: 3.8vw;
        top: -6.3vw;
    }
    .ctaButton a span:before, .ctaButton a span:after {
        width: 4.2vw;
        bottom: 2vw;
    }
    .ctaButton a {
        width: calc(90% - 25px);
        display: block;
        font-size: 3.5vw;
        padding: 2.8vw 20px 2.8vw 10vw;
    }
    .ctaButton a.job-apply{
        margin: 0 0 50px;
    }
        .ctaButton a.job-apply:before {
        background: url(../img/saiyo/ctaButton01.webp) 3vw .8vw no-repeat;
        top: 0vw;
        width: 15vw;
        height: 10vw;
        background-size: 11vw;
    }
        .ctaButton a.job-apply-starter:before {
        background: url(../img/saiyo/ctaButton02.webp) 3vw .8vw no-repeat;
        top: 0vw;
        width: 15vw;
        height: 10vw;
        background-size: 11vw;
    }
        h2 span {
        font-size: 20px;
    }
    h2 {
        font-size: 27px;
    }
        section.toDo .hIcon,section.support .hIcon, section.ourAppeal .hIcon, section.workFlexibility .hIcon, section.ourStrength .hIcon, section.start .hIcon {
        width: 73px;
        margin: 10px auto 4px;
}
    section.toDo p,.yesNo div:first-child ul li,.yesNo div:last-child ul li {
        font-size: 15px;
    }
    .point01 h3:before, .point02 h3:before, .point03 h3:before {
    background-size: 25px;
    width: 55px;
    height: 25px;
    top: -9px;
    left: -18px;
}
    .yesNo div:last-child h3 {
    background: url(../img/saiyo/todo_no.gif) 0 5px no-repeat;
    background-size: 25px;
    padding: 0px 0 3px 32px;
    font-size: 20px;
    margin: 0px 0 13px;
}
.yesNo div:first-child h3 {
    background: url(../img/saiyo/todo_yes-starter.gif) 0 5px no-repeat;
    background-size: 25px;
    padding: 0px 0 3px 32px;
    font-size: 20px;
    margin: 0px 0 13px;
}
section.ourAppeal {
    margin: 50px auto 0;
}
    .fixedButton a.job-apply-starter {
        padding: 3px 20px 7px 10px;
    }
    img.arrow {
    margin: 30px auto 15px;
    display: block;
    width: 51px;
}
img.img02 {
        margin: 0;
        width: 44%;
    }
        .support .flexbox p {
        width: 100%;
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 420px) {
        section.support h3 {
        font-size: 24px;
    }
    .spshow420{display: block;}
    .support ul {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
        .support ul li {
        margin-bottom: 16px;
    }
    footer {
        padding: 20px 20px 22vw;
        font-size: 12px;
    }
        a.pagetop {
        bottom: 59px;
    }
.main_cta a.job-apply {
        margin: 8vw 0 35px;
        padding: 7px 14px 9px 13.8vw;
        font-size: 3.8vw;
        background: #9f2f3f url(../img/saiyo/ctaButton01.webp) 15px 5px no-repeat;
        background-size: 30px;
    }
        .main_cta a.job-apply-starter {
        background: #9f2f3f url(../img/saiyo/ctaButton02.webp) 17px 8px no-repeat;
        padding: 7px 14px 9px 13.8vw;
        font-size: 3.8vw;
        background-size: 30px;
    }
    .main_cta a span {
        font-size: 13px;
        width: 132px;
        left: 15%;
        top: -21px;
    }
    h2 {
        font-size: 25px;
        margin-bottom: 22px;
    }
    section.toDo p {text-align: left;
    line-height: 1.9;}
         section.mainvisual p {
        font-size: 20px;
    }
    .yesNo {
    margin: 40px 0 0px;
}
.point01 h3, .point02 h3, .point03 h3 {
        font-size: 20px;
    }
        section.voices .swiper p {
        min-height: 300px;
    }
    .point01 {
    padding-bottom: 40px;
}
    .point03 {
        padding-top: 77px;
    }
        .point02 {
        padding-top: 98px;
    }
        section.toDo p, .yesNo div:first-child ul li, .yesNo div:last-child ul li, .point01 p, .point02 p, .point03 p {
        font-size: 15px;
    }
        section.mainvisual .area {
        width: 87%;
    }
        .main_cta a.job-apply-starter span {
        width: 154px;
        left: 20px;
    }
        .mainvisual ul {
        display: flex;
        flex-wrap: wrap;
    }
    .mainvisual ul li:last-child {
    width: auto;
}
section.mainvisual p {
        margin: 11px 0 44px 10px;
    }
    .mainvisual ul li {
        font-size: 13.5px;
                background: #fff url(../img/saiyo/main_check.png) 6px 8px no-repeat;
                background-size: 14px;
    }
    .fixedButton:before {
    top: -1.9vw;
    background: url(../img/saiyo/bg_fixed-starter.svg) -26px 0 no-repeat;
    background-size: 172%;
}
    .fixedButton a {
        padding: 2px 7px 5px;
    }
    img.catch {
        top: 70px;
    }
        .fixedButton a.job-apply:before {
        margin: 0 4px 0 0;
    }
        .fixedButton a.job-apply-starter:before {
        margin: 0 6px 0 0;
    }
        .fixedButton a {
        font-size: 3.5vw;
    }
    .fixedButton {
        padding: 6px 7px 11px;
    }
ul.flow li img {
    display: none;
}
.join h2 span {
        width: 141px;
        font-size: 18px;
    }
    .join h2 span:before {
        width: 13px;
        left: -12px;
        bottom: 3px;
    }
    .join h2 span:after {
        width: 14px;
        height: 32px;
        right: -11px;
        bottom: 1vw;
        top: auto;
    }
        section.join h2 {
        font-size: 18px;
        letter-spacing: 0.02rem;
    }
    ul.flow li {
        padding: 2vw 3.5vw 2vw 3.5vw;
    }
        section.ourStrength ul li:first-child:before, section.ourStrength ul li:nth-child(2):before, section.ourStrength ul li:last-child:before {
        top: -25vw;
    }
        .start ul:before {
        height: 110%;
    }
}
@media screen and (max-width: 375px) {
section.voices .swiper p {
        min-height: 360px;
    }
}
@media screen and (max-width: 360px) {
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  7% {
    transform: scale(1.1);
  }

  28% {
    transform: scale(1);
    opacity:1;
  }
  100% {
    transform: scale(1);
    opacity:1;
  }
}
section.features ul li{opacity:0;}
section.features ul li.is-animate {
  animation: heartbeat 4s ease-in-out;
  animation-fill-mode:forwards;
}
