@charset "utf-8";
/*
apl-page.css
*/

/*
#job_applicant
*/

#job_applicant .sec_mv .inner {
  position: relative;
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 550px;
    background: url('../images/job_applicant/top_mv6.png') no-repeat center top;
    background-size: cover;
}

#job_applicant .sec_mv .catch2 {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  text-align: center;
  line-height: 1;
}
#job_applicant .sec_mv .catch2 span {
  display: block;
  color: #fff;
  font-family: "LINESeedJP";
  font-weight: 700;
}
#job_applicant .sec_mv .catch2 span:first-child {
  margin-bottom: 28px;
}
#job_applicant .sec_mv .catch2 span:first-child,
#job_applicant .sec_mv .catch2 span:nth-of-type(2) {
  font-size: 2.6rem;
}
#job_applicant .sec_mv .catch2 span:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 17px;
  border-radius: 10px;
  width: 230px;
  height: 36px;
  color: var(--color-blue);
  background: #fff;
}
#job_applicant .sec_mv .catch2 span:nth-of-type(3) {
  width: fit-content;
  margin: 2px auto 0;
  white-space: nowrap;
  line-height: 1.1;
}
#job_applicant .sec_mv .catch2 span:nth-of-type(3) .spacing {
  display: inline;
  letter-spacing: -0.25em;
}
/*#job_applicant .sec_mv .catch2 span:nth-of-type(4) {

}*/
#job_applicant .sec_mv .catch2 span:nth-of-type(5) {
  margin: 0 auto;
  width: 242px;
}
#job_applicant .sec_mv .catch2 span:nth-of-type(3),
#job_applicant .sec_mv .catch2 span:nth-of-type(4),
#job_applicant .sec_mv .catch2 span:nth-of-type(5) {
  font-size: 5.1rem;
  line-height: calc(66 / 51);
}

#job_applicant [class^="sec_"] h2 {
  margin-bottom: 75px;
  font-size: 4.3rem;
  color: var(--color-blue);
  text-align: center;
}
#job_applicant [class^="sec_"] h2 span.en {
  display: block;
  font-size: 2rem;
  color: rgba(3, 110, 184, .5);
  font-weight: 500;
}

#job_applicant .sec_about {
  padding: 100px 0 70px;
}
#job_applicant .sec_about .inner {
  margin: 0 auto;
  width: min(1000px, 100%);
}
#job_applicant .sec_about h2,
#job_applicant .sec_features h2,
#job_applicant .sec_flow h2,
#job_applicant .sec_register h2,
#job_applicant .sec_review h2,
#job_applicant .sec_search h2,
#job_applicant .sec_firsttime h2,
#job_applicant .sec_manners h2,
#job_applicant .sec_company h2,
#register .sec_about h2 {
  font-size: clamp(2rem, 1.469rem + 2.36vw, 4.3rem);
}
#job_applicant .sec_about h2 img,
#job_applicant .sec_features h2 img {
  display: inline-block;
  aspect-ratio: 183 / 20;
  margin-right: 6px;
  width: clamp(200px, 23vw, 366px);
  width: 366px;
}

#job_applicant .sec_about .specialize {
  padding: 0 125px 100px;
  background: url('../images/index/top_about_map2.png') no-repeat center 120px;
  background-size: 1000px 614px;
}

#job_applicant .sec_about .specialize h3 {
  margin-bottom: 90px;
  font-size: 3rem;
  text-align: center;
}

#job_applicant .sec_about .specialize h3 img {
  display: inline-block;
  margin-right: 8px;
  width: 252px;
}

#job_applicant .sec_about .specialize h3:first-child span {
  font-size: 4rem;
  color: var(--color-red);
}

#job_applicant .sec_about .specialize p {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

#job_applicant .sec_about .specialize p span {
  font-size: 3rem;
  color: var(--color-red);
}

#job_applicant .sec_about .specialize .employment {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin: 0 auto;
  width: min(600px, 96%);
}

#job_applicant .sec_about .specialize .employment li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 100px;
  font-size: 3.2rem;
  font-weight: 700;
  background: #fff;
}

#job_applicant .sec_about .specialize .employment li:first-child a {
  border: 3px solid var(--color-red);
  color: var(--color-red);
}

#job_applicant .sec_about .specialize .employment li:nth-of-type(2) a {
  border: 3px solid var(--color-blue);
  color: var(--color-blue);
}

#job_applicant .sec_about .specialize .employment li:last-child a {
  border: 3px solid var(--color-green);
  color: var(--color-green);
}

#job_applicant .sec_about .motto {
  margin: 0 auto ;
  width: min(760px, 96%);
}

#job_applicant .sec_about .motto h4 {
  margin-bottom: 30px;
  font-size: 3rem;
}

#job_applicant .sec_about .motto h4 span {
  font-size: 4rem;
  color: var(--color-red);
}

#job_applicant .sec_about .motto p {
  line-height: 2;
}

#job_applicant .sec_features {
  padding-bottom: 90px;

  background-image: url('../images/index/features_bg1.png'),
    url('../images/index/features_bg2.png');
  background-size: 1512px 335px, 1512px 440px;
  background-size: contain, contain;
  background-position: center 400px, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: var(--color-red2);
  width: 100%;
}

#job_applicant .sec_features .message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 100px;
  width: min(1512px, 100%);
  height: 400px;
  background-image:
    url('../images/index/features_man.png'),
    url('../images/index/features_woman.png'),
    url('../images/index/features_head_bg.png');
  background-size:
    226px 330px,
    242px 330px,
    45px 400px;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat-x;
  background-position:
    2% bottom,
    95% bottom,
    left top;
}
#job_applicant .sec_features .message::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 60px;
  background: var(--color-blue);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
}

#job_applicant .sec_features .message p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: clamp(2.8rem, 2.292rem + 2.26vw, 5rem);
  text-shadow: 5px 5px 8px var(--color-blue);
}

#job_applicant .sec_features .message p span {
  padding-right: 6px;
  letter-spacing: .5rem;
  color: var(--color-yellow);
  font-size: clamp(3rem, 2.308rem + 3.08vw, 6rem);
}


#job_applicant .sec_features h2 img {
  position: relative;
  top: 4px;
}

#job_applicant .sec_features .feature.feature01,
#job_applicant .sec_features .feature.feature03 {
  background: url('../images/index/feature01_bg.png') repeat-y center top;
  background-size: 1920px 801px;
}

#job_applicant .sec_features .feature.feature02 {
  background: url('../images/index/feature02_bg.png') repeat-y center top;
}


#job_applicant .sec_features .feature div {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 40px;
  width: min(860px, 100%);
}

#job_applicant .sec_features .feature.feature01 div,
#job_applicant .sec_features .feature.feature03 div {
  background: url('../images/index/feature01_bg-sub.png') repeat-y right top;
  background-size: 432px 1px;
}

#job_applicant .sec_features .feature.feature01 div::after,
#job_applicant .sec_features .feature.feature03 div::after {
  position: absolute;
  content: "";
  top: 0;
  right: -199px;
  background: var(--color-red3);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  width: 200px;
  height: 100%;
}

#job_applicant .sec_features .feature.feature02 div {
  background: url('../images/index/feature02_bg-sub.png') repeat-y left top;
  background-size: 430px 1px;
}

#job_applicant .sec_features .feature.feature02 div::after {
  position: absolute;
  content: "";
  top: 0;
  left: -199px;
  width: 200px;
  height: 100%;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%)
}

#job_applicant .sec_features .feature h3 {
  margin-bottom: 20px;
  padding-top: 90px;
  font-size: clamp(2.2rem, 2.015rem + 0.82vw, 3rem);
}

#job_applicant .sec_features .feature h3 span {
  font-size: clamp(2.4rem, 1.985rem + 1.85vw, 4.2rem);
  color: var(--color-red);
}

#job_applicant .sec_features .feature.feature01 h3 {
  background: url('../images/index/features01.png') no-repeat left top;
}

#job_applicant .sec_features .feature.feature02 h3 {
  background: url('../images/index/features02.png') no-repeat left top;
}

#job_applicant .sec_features .feature.feature03 h3 {
  background: url('../images/index/features03.png') no-repeat left top;
}

#job_applicant .sec_features .feature.feature01 h3,
#job_applicant .sec_features .feature.feature02 h3,
#job_applicant .sec_features .feature.feature03 h3 {
  background-size: 167px 168px;
}

#job_applicant .sec_features .feature.feature01 ul li {
  display: inline-block;
  margin-right: 1em;
}

#job_applicant .sec_features .feature.feature01 ul li a {
  color: #308ad9;
  text-decoration: underline;
}

#job_applicant .sec_features .feature a.js-open {
  cursor: pointer;
}
#job_applicant .sec_features .feature a.js-open:hover {
  opacity: .7;
}

#job_applicant .sec_features .users {
  margin: 90px auto 0;
  width: min(820px, 100%);
}

#job_applicant .sec_features .users h4 {
  margin-top: 60px;
}

#job_applicant .sec_features .users ul li {
  list-style: disc;
  margin-left: 1.5em;
}


#job_applicant .sec_catch .inner {
  position: relative;
  width: 100%;
  height: 520px;
  background: url('../images/index/catch_bg.jpg') no-repeat center top;
  /*background-size: 1512px 620px;*/
  background-size: cover;
}

#job_applicant .sec_catch .message {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(1048px, 96%);
  height: 100px;
  background: rgba(229, 0, 18, .65);
}

#job_applicant .sec_catch .message p {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

#job_applicant .sec_catch .message p img {
  display: inline-block;
  margin-right: 8px;
  width: 252px;
}

#job_applicant .sec_catch .message p span {
  font-size: 4rem;
  color: var(--color-yellow);
}

#job_applicant .sec_firsttime,
#job_applicant .sec_manners {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#job_applicant .sec_firsttime .inner,
#job_applicant .sec_manners .inner {
  width: unset;
}
#job_applicant .sec_firsttime {
  padding: 125px 0;
}

#job_applicant .sec_manners {
  padding: 80px 0;
  background: #ededed;
}

#job_applicant .sec_firsttime ul,
#job_applicant .sec_manners ul {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  row-gap: 40px;
  flex-wrap: wrap;
}

#job_applicant .sec_firsttime ul li,
#job_applicant .sec_manners ul li {
  width: 320px;
}


#job_applicant .sec_firsttime ul li h3,
#job_applicant .sec_manners ul li h3 {
  margin: 14px 12px 5px;
  min-height: 3.2em;
  font-size: 1.6rem;
  font-weight: 700;
}

#job_applicant .sec_firsttime ul li p,
#job_applicant .sec_manners ul li p {
  margin: 0 12px 16px;
	font-size: 1.5rem;
	line-height: 1.6;
}

@media screen and (min-width: 1920px) {
  #job_applicant .sec_mv .inner {
    background-size: contain;
    background-size: 1920px 550px;
  }
}
@media screen and (min-width: 1512px) {
  #job_applicant .sec_features {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #job_applicant .sec_features .message {
    margin: 0 calc(50% - 50vw) 100px;
    width: 100vw;
    background-image: url('../images/index/features_head_bg.png');
    background-size: 45px 400px;
    background-repeat: repeat-x;
    background-position: left top;
  }
  #job_applicant .sec_features .message p {
    position: relative;
    margin: 0 auto;
    width: 1512px;
  }
  #job_applicant .sec_features .message p::before {
    position: absolute;
    content: "";
    width: 226px;
    height: 330px;
    background: url('../images/index/features_man.png') no-repeat center top;
    background-size: contain;
    top: -14px;
    left: 0;
  }
  #job_applicant .sec_features .message p::after {
    position: absolute;
    content: "";
    width: 242px;
    height: 330px;
    background: url('../images/index/features_woman.png') no-repeat center top;
    background-size: contain;
    top: -14px;
    right: 0;
  }
}
@media screen and (max-width: 1399px) {
  #job_applicant .sec_firsttime ul,
  #job_applicant .sec_manners ul{
    display: grid;
    grid-template-columns: repeat(2, 320px);
  }
}
@media screen and (max-width: 1261px) {
  #job_applicant .sec_features .feature.feature01,
  #job_applicant .sec_features .feature.feature03{
    background-image: unset;
    background: var(--color-red3);
  }
  #job_applicant .sec_features .feature.feature02 {
    background-image: unset;
    background: #fff;
  }
  #job_applicant .sec_features .feature.feature01,
  #job_applicant .sec_features .feature.feature02,
  #job_applicant .sec_features .feature.feature03 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #job_applicant .sec_features .feature.feature01 div::after,
  #job_applicant .sec_features .feature.feature03 div::after {
    margin: auto;
    width: min(822px, 100%);
    background: none;
  }
  #job_applicant .sec_features .feature.feature02 div {
    margin: auto;
    width: min(822px, 100%);
    background-image: none;
  }
  #job_applicant .sec_features .feature.feature01 div::after,
  #job_applicant .sec_features .feature.feature02 div::after,
  #job_applicant .sec_features .feature.feature03 div::after {
    content: none;
  }
}
@media screen and (max-width: 1099px) {
  #job_applicant .sec_about .specialize {
    background-size: contain;
    padding: 0 70px 100px;
  }
#job_applicant .sec_features {
    padding-bottom: 0;
}
#job_applicant .sec_catch .inner {
    height: 420px;
}
  #job_applicant .sec_catch .message {
    padding: 16px;
    height: auto;
  }
#job_applicant .sec_catch .message p img {
    width: 200px;
}
#job_applicant .sec_catch .message p {
    font-size: 2rem;
}
#job_applicant .sec_catch .message p span {
    font-size: 3rem;
}
}
@media screen and (max-width: 1023px) {
  #job_applicant .sec_about .specialize h3 {
    font-size: 2.4rem;
  }
  #job_applicant .sec_about .specialize h3:first-child span {
    font-size: 3.2rem;
  }
  #job_applicant .sec_features .message {
    background-size:
      192px 280px,
      205px 280px,
      45px 400px;
  }
  #job_applicant .sec_catch .message p span {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  #job_applicant .sec_about {
    padding: 0;
  }
}
@media not all and (min-resolution:.001dpcm) and (max-width: 999px) {
  @supports (not (translate: none)) {
    #job_applicant .sec_about .specialize .employment li {
      margin-bottom: 30px;
    }
/*    #part-time .sec_about h2 {

    }*/
  }
}
@media screen and (max-width: 821px) {
  #job_applicant .sec_features .feature.feature01 div::after,
  #job_applicant .sec_features .feature.feature02 div::after,
  #job_applicant .sec_features .feature.feature03 div::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #job_applicant .sec_about .inner {
    padding-bottom: 0;
  }
  #job_applicant .sec_about h2 img,
  #job_applicant .sec_features h2 img {
    width: 240px;
  }
  #job_applicant .sec_about .specialize {
    padding: 0 0 60px;
  }
#job_applicant .sec_about .motto h4 {
    margin-bottom: 10px;
}
  #job_applicant .sec_about .motto {
    margin: 0 auto 40px;
  }
#job_applicant .sec_about .specialize .employment {
    row-gap: 20px;
}
    #job_applicant .sec_features {
        padding-bottom: 20px;
		background-position: center 220px, center bottom;
    }
  #job_applicant .sec_features .message {
    margin: 0 calc(50% - 50vw) 50px;
    width: 100vw;
    background-position:
      2% 30px,
      95% 30px,
      left top;
	  height: 220px;
	  background-size: 144px 210px, 145px 198.05px, 27px 240px;
  }
#job_applicant .sec_features .message p {
    font-size: 2.4rem;
}
	#job_applicant .sec_features .message p span {
    display: block;
}
#job_applicant [class^="sec_"] h2 {
    margin-bottom: 15px;
}
  #job_applicant .sec_features h2 img {
    top: 3px;
  }
  #job_applicant .sec_features .feature.feature01,
  #job_applicant .sec_features .feature.feature02,
  #job_applicant .sec_features .feature.feature03 {
    margin: 0 auto;
    width: 100%;
  }
  #job_applicant .sec_features .feature div {
    padding: 20px 20px 40px;
  }
  #job_applicant .sec_features .feature h3 {
    padding-top: 68px;
  }
  #job_applicant .sec_features .feature.feature01 h3,
  #job_applicant .sec_features .feature.feature02 h3,
  #job_applicant .sec_features .feature.feature03 h3 {
    background-size: 119px 120px;
  }
  #job_applicant .sec_firsttime ul li h3,
  #job_applicant .sec_manners ul li h3 {
    margin: 15px 12px 4px;
    min-height: unset;
  }
  #job_applicant .sec_firsttime ul li p,
  #job_applicant .sec_manners ul li p {
    margin-top: 0;
  }
}
@media screen and (max-width: 679px) {
  #job_applicant .sec_firsttime ul,
  #job_applicant .sec_manners ul{
    display: flex;
    flex-direction: column;
  }
  #job_applicant .sec_firsttime ul li,
  #job_applicant .sec_manners ul li {
    width: 100%;
  }
  #job_applicant .sec_firsttime ul li a,
  #job_applicant .sec_manners ul li a {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-columns: 40% calc(60% - 20px);
    column-gap: 20px;
    align-items: center;
  }
  #job_applicant .sec_firsttime ul li h3,
  #job_applicant .sec_manners ul li h3 {
    margin: 0;
  }
  #job_applicant .sec_firsttime ul li p,
  #job_applicant .sec_manners ul li p {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  #job_applicant .sec_mv .inner {
    height: 278px;
    background: url('../images/job_applicant/top_mv_sp3.jpg') no-repeat center top;
    background-size: 375px 278px;
    background-repeat: repeat-x;
  }
  #job_applicant .sec_mv .catch2 {
    top: 48px;
  }
  #job_applicant .sec_mv .catch2 span {
    line-height: 1;
  }
  #job_applicant .sec_mv .catch2 span:first-child {
    margin-bottom: 12px;
  }
  #job_applicant .sec_mv .catch2 span:first-child,
  #job_applicant .sec_mv .catch2 span:nth-of-type(2) {
    font-size: 1.3rem;
  }
  #job_applicant .sec_mv .catch2 span:nth-of-type(2) {
    margin-bottom: 8px;
    border-radius: 5px;
    width: 116px;
    height: 18px;
  }
  #job_applicant .sec_mv .catch2 span:nth-of-type(3) {
    margin-top: 0;
    font-size: 2.5rem;
  }
  #job_applicant .sec_mv .catch2 span:nth-of-type(3) .spacing {
    font-size: 2.5rem;
  }
  #job_applicant .sec_mv .catch2 span:nth-of-type(4) {
    font-size: 2.5rem;
  }
  #job_applicant .sec_mv .catch2 span:nth-of-type(5) {
    width: 122px;
    font-size: 2.5rem;
  }
  #job_applicant [class^="sec_"] h2 {
    margin-bottom: 65px;
  }
  #job_applicant .sec_about {
    padding-top: 0;
  }
  #job_applicant .sec_about .specialize {
    background-position: center 55%;
  }
  #job_applicant .sec_about .specialize h3 {
    font-size: 2.2rem;
  }
  #job_applicant .sec_about .specialize h3 img {
    width: 160px;
  }
  #job_applicant .sec_about .specialize h3:first-child span {
    font-size: 2.8rem;
  }
  #job_applicant .sec_features {
    background-position: center 120px, center bottom;
  }
/*
  #job_applicant .sec_features .message {
    display: flex;
    justify-content: end;
    padding-right: 15px;
    height: 125px;
    background-image: url('../images/index/features_img2_sp.png'), url('../images/index/features_img2_sp_dot.png');
    background-size: contain, contain;
    background-repeat: no-repeat, repeat-x;
    background-position: left top, left top;
  }*/
#job_applicant .sec_features .message {
        height: 160px;
        background-size: 144px 210px, 145px 198.05px, 27px 240px;
    }
  #job_applicant .sec_features .message::after {
    width: 27px;
    height: 12px;
    bottom: -11px;
    bottom: -7px;
  }
  #job_applicant .sec_features .message p {
    font-size: 1.6rem;
  }
  #job_applicant .sec_features .message p span {
    font-size: 1.9rem;
  }
  #job_applicant .sec_features h2 {
    font-size: 3rem;
  }
  #job_applicant .sec_features h2 img {
    top: 0;
  }
  #job_applicant .sec_features .feature:not(:last-child) {
    margin-bottom: 25px;
  }
  #job_applicant .sec_features .feature div {
    padding: 20px 12px 25px;
  }
  #job_applicant .sec_features .feature h3 {
    font-size: 1.8rem;
  }
  #job_applicant .sec_features .feature h3 span {
    font-size: 2.6rem;
  }
  #job_applicant .sec_features .users {
    margin-top: 40px;
  }
  #job_applicant .sec_features .users h4 {
    margin-top: 40px;
  }
  #job_applicant .sec_features .users ul li {
    margin-bottom: .25em;
  }
  #job_applicant .sec_catch .message p img {
    width: 160px;
  }
}
@media screen and (max-width: 539px) {
  #job_applicant .sec_firsttime ul li a,
  #job_applicant .sec_manners ul li a {
    grid-template-columns: 30% calc(70% - 10px);
    column-gap: 10px;
  }
#job_applicant .sec_firsttime ul li h3, 
#job_applicant .sec_manners ul li h3 {
    font-size: 1.4rem;
    font-weight: 500;
}
  #job_applicant .sec_firsttime ul li p,
  #job_applicant .sec_manners ul li p {
    display: none;
  }
}
@media screen and (max-width: 519px) {
    #job_applicant [class^="sec_"] h2 {
        margin-bottom: 40px;
    }
#job_applicant [class^="sec_"] h2 span.en {
    font-size: 1.4rem;
}

  #job_applicant .sec_about .specialize p {
    font-size: 1.9rem;
    line-height: 1.3;
  }
  #job_applicant .sec_about .specialize .employment {
    row-gap: 30px;
  }
  #job_applicant .sec_about .specialize .employment li a {
    font-size: 2.4rem;
    height: 75px;
  }
  #job_applicant .sec_about .motto {
    display: none;
  }
  /*#job_applicant .sec_about .motto h4 {
    font-size: 2.4rem;
  }
  #job_applicant .sec_about .motto h4 span {
    font-size: 3rem;
  }*/

  #job_applicant .sec_features {
    padding-top: 65px;
    background-position: center top, center bottom;
  }
  #job_applicant .sec_features .message {
    display: none;
  }
  /*#job_applicant .sec_features .message::after {
    bottom: -5px;
  }*/
}


/*
#full-time
#ssw  (Specified Skilled Worker)
#part-time
*/

#full-time .sec_features h2,
#full-time .sec_flow h2,
#ssw .sec_features h2,
#ssw .sec_flow h2,
#part-time .sec_features h2,
#part-time .sec_flow h2 {
  margin-bottom: 75px;
  font-size: 4.3rem;
  text-align: center;
}
#full-time .sec_features h2 span.en,
#full-time .sec_flow h2 span.en,
#ssw .sec_features h2 span.en,
#ssw .sec_flow h2 span.en,
#part-time .sec_features h2 span.en,
#part-time .sec_flow h2 span.en {
  display: block;
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
  font-weight: 500;
}
@media screen and (max-width: 519px) {
  #full-time .sec_features h2,
  #full-time .sec_flow h2,
  #ssw .sec_features h2,
  #ssw .sec_flow h2,
  #part-time .sec_features h2,
  #part-time .sec_flow h2 {
    margin-bottom: 65px;
    font-size: 3rem;
  }
    #job_applicant .sec_catch .inner {
        height: 270px;
    }
    #job_applicant .sec_catch .message {
        bottom: 10px;
        padding: 10px;
    }
  #job_applicant .sec_catch .message p {
    font-size: 2rem;
  }
  #job_applicant .sec_catch .message p span {
    font-size: 2.6rem;
  }
#job_applicant .sec_firsttime ul, #job_applicant .sec_manners ul {
    row-gap: 20px;
}
}

/*
.full-time #full-time
*/
#full-time .sec_mv .inner {
  background: url('../images/full-time/full-time_mv.jpg') no-repeat center top;
  background-size: 1512px 300px;
}

#full-time .sec_about {
  background-image: url('../images/full-time/bg_geometric_rt.png'), url('../images/full-time/bg_geometric_lb.png');
  background-repeat: no-repeat, no-repeat;
  background-size: 545px 490px, 989px 448px;
  background-position: right top, left bottom;
}
#full-time .sec_about h2 {
  margin: 0 auto 60px;
/*  width: fit-content;*/
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .2em;
}
#full-time .sec_about h2 span:first-child span:first-child,
#full-time .sec_about h2 > span:nth-of-type(2) {
  color: var(--color-red);
}
#full-time .sec_about h2 > span:first-child span:nth-of-type(2),
#full-time .sec_about h2 > span:nth-of-type(2) span:nth-of-type(2) {
  font-size: 2.2rem;
}
#full-time .sec_about .message,
#ssw .sec_about .message,
#part-time .sec_about .message {
  padding-bottom: 64px;
}

#full-time .sec_about .message h3 {
  margin: 0 auto 45px;
  text-align: center;
  font-size: 3rem;
}
#full-time .sec_about .message h3 span {
  font-size: 4rem;
  color: var(--color-red);
}

#full-time .sec_about .message p,
#ssw .sec_about .message p,
#part-time .sec_about .message p {
  margin: 0 auto;
  width: min(760px, 96%);
}
#full-time .sec_about .message p:not(:last-child),
#ssw .sec_about .message p:not(:last-child),
#part-time .sec_about .message p:not(:last-child) {
  margin-bottom: 2rem;
}
#full-time .sec_about .btn_search figure,
#ssw .sec_about .btn_search figure,
#part-time .sec_about .btn_search figure {
  margin: 0 auto 15px;
  width: min(600px, 96%);
}
#full-time .sec_about .btn_search p,
#ssw .sec_about .btn_search p,
#part-time .sec_about .btn_search p {
  margin: 0 auto;
  width: fit-content;
}
#full-time .sec_about .btn_search p span,
#ssw .sec_about .btn_search p span,
#part-time .sec_about .btn_search p span {
  color: var(--color-red);
}

#full-time .sec_image .impression {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: var(--color-blue);
}
#full-time .sec_image .impression img,
#ssw .sec_image .impression img,
#part-time .sec_image .impression img {
  margin: 0 auto;
  width: min(1512px, 100%);
}

#full-time .sec_features {
  padding: 155px 0 140px;
  background: url('../images/full-time/feature_bg.png') center top;
  background-color: rgba(3,110,184,.25);
  background-size: 1512px 2875px;
}

#full-time .sec_features h2,
#full-time .sec_features h2 span.en,
#ssw .sec_features h2,
#ssw .sec_features h2 span.en,
#part-time .sec_features h2,
#part-time .sec_features h2 span.en  {
  color: #000;
}
#full-time .sec_features .feature,
#ssw .sec_features .feature,
#part-time .sec_features .feature {
  position: relative;
  margin: 0 auto 100px;
  padding: 60px 65px 40px;
  width: min(890px, 96%);
  height: auto;
  background: #fff;
}

#full-time .sec_features [class*=" feature0"] .subtitle,
#ssw .sec_features  [class*=" feature0"] .subtitle,
#part-time .sec_features  [class*=" feature0"] .subtitle {
  position: absolute;
  top: -56px;
  left: 0;
  padding-left: 160px;
  font-size: 4.5rem;
  font-weight: 700;
}
#full-time .sec_features [class*=" feature0"] .subtitle {
  color: #036eb8;
}
#ssw .sec_features [class*=" feature0"] .subtitle {
  color: #0f9635;
}
#part-time .sec_features [class*=" feature0"] .subtitle {
  color: #e66670;
}
#full-time .sec_features [class*=" feature0"] .subtitle::before,
#ssw .sec_features [class*=" feature0"] .subtitle::before,
#part-time .sec_features [class*=" feature0"] .subtitle::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 65px;
  height: 57px;
}
#full-time .sec_features .feature01 .subtitle::before {
  width: 70px;
  background: url('../images/full-time/feature_num01.png') no-repeat left center;
  background-size: contain;
}
#full-time .sec_features .feature02 .subtitle::before {
  width: 85px;
  background: url('../images/full-time/feature_num02.png') no-repeat left center;
  background-size: contain;
}
#full-time .sec_features .feature03 .subtitle::before {
  width: 85px;
  background: url('../images/full-time/feature_num03.png') no-repeat left center;
  background-size: contain;
}
#ssw .sec_features .feature01 .subtitle::before {
  width: 70px;
  background: url('../images/ssw/feature_num01.png') no-repeat left center;
  background-size: contain;
}
#ssw .sec_features .feature02 .subtitle::before {
  width: 85px;
  background: url('../images/ssw/feature_num02.png') no-repeat left center;
  background-size: contain;
}
#ssw .sec_features .feature03 .subtitle::before {
  width: 85px;
  background: url('../images/ssw/feature_num03.png') no-repeat left center;
  background-size: contain;
}
#part-time .sec_features .feature01 .subtitle::before {
  width: 70px;
  background: url('../images/part-time/feature_num01.png') no-repeat left center;
  background-size: contain;
}
#part-time .sec_features .feature02 .subtitle::before {
  width: 85px;
  background: url('../images/part-time/feature_num02.png') no-repeat left center;
  background-size: contain;
}
#part-time .sec_features .feature03 .subtitle::before {
  width: 85px;
  background: url('../images/part-time/feature_num03.png') no-repeat left center;
  background-size: contain;
}

#full-time .sec_features .feature h3,
#ssw .sec_features .feature h3,
#part-time .sec_features .feature h3 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 1.514rem + 2.16vw, 3rem);
}
#full-time .sec_features .feature h3 span,
#ssw .sec_features .feature h3 span,
#part-time .sec_features .feature h3 span {
  color: var(--color-red);
}
#full-time .sec_features .users,
#ssw .sec_features .users,
#part-time .sec_features .users {
  margin: 0 auto;
  width: min(760px, 96%);
}
#full-time .sec_features .users h4,
#ssw .sec_features .users h4,
#part-time .sec_features .users h4 {
  margin-top: 60px;
	margin-bottom: 10px;
}
#full-time .sec_features .users ul li,
#ssw .sec_features .users ul li,
#part-time .sec_features .users ul li {
  list-style: disc;
  margin-left: 1.5em;
	margin-bottom: 10px;
}
#full-time .sec_features .users ul li a,
#ssw .sec_features .users ul li a,
#part-time .sec_features .users ul li a {
  color: var(--color-blue);
  text-decoration: underline;
}

#full-time .sec_flow {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 120px;
  width: 100vw;
  background: var(--color-blue2);
}

#full-time .sec_flow h2,
#part-time .sec_flow h2 {
  color: var(--color-blue);
}
#full-time .sec_flow h2 span.en,
#part .sec_flow h2 span.en {
  color: rgba(3, 110, 184, .5);
}

#full-time .sec_flow ol,
#ssw .sec_flow ol,
#part-time .sec_flow ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 100px;
  margin: 0 auto;
  width: 964px;
}
#full-time .sec_flow ol li,
#ssw .sec_flow ol li,
#part-time .sec_flow ol li {
  position: relative;
  margin: auto;
  padding: 13px;
  width: 210px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
#full-time .sec_flow ol li .step,
#ssw .sec_flow ol li .step,
#part-time .sec_flow ol li .step {
  position: relative;
  position: absolute;
  top: -20px;
  left: -10px;
  height: 1em;
}

#full-time .sec_flow ol li .step span,
#part-time .sec_flow ol li .step span {
  color: var(--color-blue);
  font-weight: 700;
}

#full-time .sec_flow ol li .step span:first-child,
#ssw .sec_flow ol li .step span:first-child,
#part-time .sec_flow ol li .step span:first-child {
  font-size: 2.5rem;
}
#full-time .sec_flow ol li .step span:nth-of-type(2),
#ssw .sec_flow ol li .step span:nth-of-type(2),
#part-time .sec_flow ol li .step span:nth-of-type(2) {
  font-size: 3rem;
}
#full-time .sec_flow ol li img,
#ssw .sec_flow ol li img,
#part-time .sec_flow ol li img {
  margin: 20px auto ;
  width: 120px;
  height: 120px;
}
#full-time .sec_flow ol li h3,
#ssw .sec_flow ol li h3,
#part-time .sec_flow ol li h3 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  text-align: center;
}
#full-time .sec_flow ol li p,
#ssw .sec_flow ol li p,
#part-time .sec_flow ol li p {
	font-size: 1.4rem;
	line-height :1.6;
}
@media screen and (min-width: 1920px) {
  #full-time .sec_mv .inner {
    background-size: contain;
  }
}
@media screen and (max-width: 1099px) {
#full-time .sec_about {
    background-size: 265px auto, 420px auto;
}
  #full-time .sec_mv .inner {
    background-position: right top;
  }
  #full-time .sec_features .feature,
  #ssw .sec_features .feature,
  #part-time .sec_features .feature {
    padding: 40px 45px;
  }
  
  #full-time .sec_features [class*=" feature0"] .subtitle,
  #ssw .sec_features  [class*=" feature0"] .subtitle,
  #part-time .sec_features  [class*=" feature0"] .subtitle {
    padding-left: 115px;
  }
  #full-time .sec_features [class*=" feature0"] .subtitle::before,
  #ssw .sec_features [class*=" feature0"] .subtitle::before,
  #part-time .sec_features [class*=" feature0"] .subtitle::before {
    top: 25px;
    left: 45px;
    height: 40px;
  }
  #full-time .sec_flow ol,
  #ssw .sec_flow ol,
  #part-time .sec_flow ol {
    grid-template-columns: repeat(3, 1fr);
    width: 760px;
  }
}
@media screen and (max-width: 767px) {
  #full-time .sec_features .feature,
  #ssw .sec_features .feature,
  #part-time .sec_features .feature {
    padding: 40px 30px;
    height: auto;
  }
  #full-time .sec_features [class*=" feature0"] .subtitle,
  #ssw .sec_features  [class*=" feature0"] .subtitle,
  #part-time .sec_features  [class*=" feature0"] .subtitle {
    padding-left: 100px;
  }
  #full-time .sec_features [class*=" feature0"] .subtitle::before,
  #ssw .sec_features [class*=" feature0"] .subtitle::before,
  #part-time .sec_features [class*=" feature0"] .subtitle::before {
    top: 25px;
    left: 30px;
    height: 40px;
  }
  #sse .sec_features  .feature03 .subtitle,
  #part-time .sec_features  .feature03 .subtitle {
    top: -35px;
    font-size: 3rem;
  }
  #ssw .sec_features .feature03 .subtitle::before,
  #part-time .sec_features .feature03 .subtitle::before {
    top: 10px;
  }
  #full-time .sec_flow ol,
  #ssw .sec_flow ol,
  #part-time .sec_flow ol {
    grid-template-columns: repeat(2, 1fr);
    width: 500px;
  }
}
@media screen and (max-width: 599px) {
  #full-time .sec_features [class*=" feature0"] .subtitle,
  #ssw .sec_features  [class*=" feature0"] .subtitle,
  #part-time .sec_features  [class*=" feature0"] .subtitle {
    top: -35px;
    font-size: 3.2rem;
  }
  #full-time .sec_features [class*=" feature0"] .subtitle::before,
  #ssw .sec_features [class*=" feature0"] .subtitle::before,
  #part-time .sec_features [class*=" feature0"] .subtitle::before {
    top: 10px;
  }
  #ssw .sec_features  .feature03 .subtitle,
  #part-time .sec_features  .feature03 .subtitle {
    top: -30px;
    font-size: 2.8rem;
  }
  #ssw .sec_features .feature03 .subtitle::before,
  #part-time .sec_features .feature03 .subtitle::before {
    top: 5px;
  }
  #full-time .sec_features .users,
  #ssw .sec_features .users,
  #part-time .sec_features .users {
    margin-top: 40px;
  }
  #full-time .sec_features .users h4,
  #ssw .sec_features .users h4,
  #part-time .sec_features .users h4 {
    margin-top: 40px;
  }
  #full-time .sec_features .users ul li,
  #ssw .sec_features .users ul li,
  #part-time .sec_features .users ul li {
    margin-bottom: .25em;
  }
  #full-time .sec_flow ol,
  #ssw .sec_flow ol,
  #part-time .sec_flow ol {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
    width: 100%;
  }
  #full-time .sec_flow ol li,
  #ssw .sec_flow ol li,
  #part-time .sec_flow ol li {
    padding: 20px;
    width: 100%;
  }
  #full-time .sec_flow ol li .step,
  #ssw .sec_flow ol li .step,
  #part-time .sec_flow ol li .step {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 519px) {
  #full-time .sec_mv .inner {
    background-position: 80% top;
  }
  #full-time .sec_about h2 {
    font-size: 2.4rem;
  }
  #full-time .sec_about h2 > span:first-child span:nth-of-type(2),
  #full-time .sec_about h2 > span:nth-of-type(2) span:nth-of-type(2) {
    font-size: 2rem;
  }
  #full-time .sec_about h2 > span {
    display: block;
  }
  #full-time .sec_about .message h3 {
    font-size: 2.4rem;
  }
  #full-time .sec_about .message h3 span {
    font-size: 2.6rem;
    display: block;
  }
  #full-time .sec_about .message p:first-of-type {
    display: none;
  }
  #full-time .sec_about .btn_search figure,
  #ssw .sec_about .btn_search figure,
  #part-time .sec_about .btn_search figure {
    width: min(330px, 96%);
  }
  #full-time .sec_about .btn_search p,
  #ssw .sec_about .btn_search p,
  #part-time .sec_about .btn_search p {
    width: 96%;
  }
  #full-time .sec_features {
    padding: 80px 0;
    background-size: 756px 1438px;
  }
  #full-time .sec_features .feature,
  #ssw .sec_features .feature,
  #part-time .sec_features .feature {
    padding: 20px 16px;
  }
  #full-time .sec_features [class*=" feature0"] .subtitle,
  #ssw .sec_features  [class*=" feature0"] .subtitle,
  #part-time .sec_features  [class*=" feature0"] .subtitle {
    top: -30px;
    padding-left: 85px;
  }
  #full-time .sec_features [class*=" feature0"] .subtitle::before,
  #ssw .sec_features [class*=" feature0"] .subtitle::before,
  #part-time .sec_features [class*=" feature0"] .subtitle::before {
    top: 0;
    left: 16px;
  }
  #ssw .sec_features  .feature03 .subtitle,
  #part-time .sec_features  .feature03 .subtitle {
    top: -20px;
    font-size: 2.4rem;
  }
  #ssw .sec_features .feature03 .subtitle::before,
  #part-time .sec_features .feature03 .subtitle::before {
    top: -10px;
  }
  #full-time .sec_features .feature h3,
  #ssw .sec_features .feature h3,
  #part-time .sec_features .feature h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 429px) {
  #full-time .sec_features .feature,
  #ssw .sec_features .feature,
  #part-time .sec_features .feature {
    padding: 20px 8px;
  }
  #full-time .sec_features [class*=" feature0"] .subtitle,
  #ssw .sec_features  [class*=" feature0"] .subtitle,
  #part-time .sec_features  [class*=" feature0"] .subtitle {
    top: -25px;
    padding-left: 75px;
    font-size: 2.8rem;
  }
  #full-time .sec_features [class*=" feature0"] .subtitle::before,
  #ssw .sec_features [class*=" feature0"] .subtitle::before,
  #part-time .sec_features [class*=" feature0"] .subtitle::before {
    top: -5px;
    left: 8px;
  }
  #ssw .sec_features  .feature03 .subtitle,
  #part-time .sec_features  .feature03 .subtitle {
    top: -18px;
    font-size: 2rem;
  }
  #ssw .sec_features .feature03 .subtitle::before,
  #part-time .sec_features .feature03 .subtitle::before {
    top: -13px;
  }
}


/*
.ssw #ssw
*/
#ssw .sec_mv .inner {
  background: url('../images/ssw/ssw_mv.jpg') no-repeat center;
  background-size: 1512px 300px;
}

#ssw .sec_about {
  background-image: url('../images/ssw/bg_geometric_rt.png'), url('../images/ssw/bg_geometric_lb.png');
  background-repeat: no-repeat, no-repeat;
  background-size: 545px 490px, 989px 448px;
  background-position: right top, left bottom;
}
#ssw .sec_about h2 {
  margin: 0 auto 60px;
/*  width: fit-content;*/
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .2em;
}
#ssw .sec_about h2 span:first-child span:first-child,
#ssw .sec_about h2 > span:nth-of-type(2) {
  color: var(--color-red);
}
#ssw .sec_about h2 > span:first-child span:nth-of-type(2),
#ssw .sec_about h2 > span:nth-of-type(2) span:nth-of-type(2) {
  font-size: 2.2rem;
}
#ssw .sec_about .message h3 {
  margin: 0 auto 45px;
  text-align: center;
  font-size: 3rem;
}
#ssw .sec_about .message h3 span {
  font-size: 4rem;
  color: var(--color-red);
}

#ssw .sec_image .impression {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: var(--color-green2);
}

#ssw .sec_flow h2 {
  color: var(--color-green2);
}
#ssw .sec_flow h2 span.en {
  color: rgba(15, 150, 53, .5);
}

#ssw .sec_features {
  padding: 155px 0 140px;
  background: url('../images/ssw/feature_bg.png') center top;
  background-color: rgba(15, 158, 141,.25);
  background-size: 1512px 2875px;
}

#ssw .sec_flow {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 120px;
  width: 100vw;
  background: #e5f2f0;
}
#ssw .sec_flow ol li .step span {
  color: var(--color-green2);
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  #ssw .sec_mv .inner {
    background-size: contain;
  }
}
@media screen and (max-width: 1099px) {
#ssw .sec_about {
    background-size: 265px auto, 420px auto;
}
  #ssw .sec_mv .inner {
    background-position: right top;
  }
}
@media screen and (max-width: 519px) {
  #ssw .sec_mv .inner {
    background-position: 80% top;
  }
  #ssw .sec_about h2 {
    font-size: 2.4rem;
  }
  #ssw .sec_about h2 > span:first-child span:nth-of-type(2),
  #ssw .sec_about h2 > span:nth-of-type(2) span:nth-of-type(2) {
    font-size: 2rem;
  }
  #ssw .sec_about h2 > span {
    display: block;
  }
  #ssw .sec_about .message h3 {
    font-size: 2.4rem;
  }
  #ssw .sec_about .message h3 span {
    font-size: 2.8rem;
  }
  #ssw .sec_about .message h3 span:last-of-type {
    display: block;
  }
  #ssw .sec_about .message p:first-of-type {
    margin-bottom: 0;
  }
  #ssw .sec_about .message p:nth-of-type(2) {
    display: none;
  }
  #ssw .sec_features {
    padding: 80px 0;
    background-size: 756px 1438px;
  }
}


/*
.part-time #part-time
*/
#part-time .sec_mv .inner {
  background: url('../images/part-time/part-time_mv.jpg') no-repeat center;
  background-size: 1512px 300px;
}

#part-time .sec_about {
  background-image: url('../images/part-time/bg_geometric_rt.png'), url('../images/part-time/bg_geometric_lb.png');
  background-repeat: no-repeat, no-repeat;
  background-size: 545px 490px, 989px 448px;
  background-position: right top, left bottom;
}
#part-time .sec_about h2 {
  margin: 0 auto 60px;
/*  width: fit-content;*/
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .2em;
}
#part-time .sec_about h2 span:first-child span:first-child,
#part-time .sec_about h2 > span:nth-of-type(2) {
  color: var(--color-red);
}
#part-time .sec_about h2 > span:first-child span:nth-of-type(2),
#part-time .sec_about h2 > span:nth-of-type(2) span:nth-of-type(2) {
  font-size: 2.2rem;
}
#part-time .sec_about .message h3,
#part-time .sec_about .message p:last-child {
  margin: 0 auto 45px;
  text-align: center;
  font-size: 3rem;
}
#part-time .sec_about .message h3 span,
#part-time .sec_about .message p:last-child span {
  font-size: 4rem;
  color: var(--color-red);
}
#part-time .sec_about .message p:last-child {
  margin: 40px auto 0;
  font-weight: bold;
}

#part-time .sec_image .impression {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: var(--color-red);
}

#part-time .sec_features {
  padding: 155px 0 140px;
  background: url('../images/part-time/feature_bg.png') center top;
  background-color: rgba(211, 110, 110,.25);
  background-size: 1512px 2875px;
}

#part-time .sec_flow {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 120px;
  width: 100vw;
  background: #fcefef;
}

#part-time .sec_review {
  padding: 200px 0 120px;
}
#part-time .sec_review .inner {
  margin: 0 auto;
  width: min(766px, 100%);
}
#part-time .sec_review h2 {
  margin-bottom: 150px;
  font-size: clamp(2rem, 1.469rem + 2.36vw, 4.3rem);
  color: var(--color-blue);
  text-align: center;
}
#part-time .sec_review h2 span.en {
  display: block;
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
  color: rgba(3, 110, 184, .5);
  font-weight: 500;
}
#part-time .sec_review h3 {
  margin-bottom: 12px;
  padding-left: 15px;
  border-left: 8px solid var(--color-red);
  color: var(--color-blue);
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
}
#part-time .sec_review h3:not(:first-child) {
  margin-top: 75px;
}
#part-time .sec_review p,
#part-time .sec_review ul {
  margin: 1em 0;
}
#part-time .sec_review ul {
  margin-left: 1em;
}
#part-time .sec_review ul li {
  list-style: disc;
  margin: 0 0 .5em 1.5em;
}
#part-time .sec_review h4 {
  margin: 2em 0 1em;
  padding: .2em 1em;
  width: fit-content;
  color: #fff;
  background: var(--color-blue);
  font-size: 2rem;
  font-weight: 500;
}
#part-time .sec_review .beginning {
  display: inline-block;
  border: 2px solid var(--color-red);
}
#part-time .sec_review .beginning p {
  margin: 0;
  padding: .5em .25em;
  line-height: 1.3;
}
#part-time .sec_review .beginning span {
  color: var(--color-red);
  font-weight: 700;
}
#part-time .sec_review .beginning span span:first-child {
  font-size: 4rem;
}
#part-time .sec_review .beginning span span:last-child {
  padding-right: .2em;
  font-size: 2.8rem;
}
#part-time .sec_review .penalty {
  margin-top: 20px;
}
#part-time .sec_review .penalty img {
  width: min(670px, 96%);
}
#part-time .sec_review .usage h5 {
  font-size: 2rem;
}
#part-time .sec_review .usage p {
  margin-top: 50px;
}
@media screen and (mim-width: 1920px) {
  #part-time .sec_mv .inner {
    background-size: contain;
  }
}
@media screen and (max-width: 1099px) {
#part-time .sec_about {
    background-size: 265px auto, 420px auto;
}
  #part-time .sec_mv .inner {
    background-position: right top;
  }
  #part-time .sec_review .beginning span span:first-child {
    font-size: 3rem;
  }
  #part-time .sec_review .beginning span span:last-child {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #part-time .sec_review h2 {
    font-size: 3rem;
  }
  #part-time .sec_review h3 {
    padding-left: 10px;
    border-left: 5px solid var(--color-red);
  }
  #part-time .sec_review p {
    padding-left: 15px;
  }
}
@media screen and (max-width: 519px) {
  #part-time .sec_mv .inner {
    background-position: 80% top;
  }
  #part-time .sec_about h2 {
    font-size: 2.4rem;
  }
  #part-time .sec_about h2 > span:first-child span:nth-of-type(2),
  #part-time .sec_about h2 > span:nth-of-type(2) span:nth-of-type(2) {
    font-size: 2rem;
  }
  #part-time .sec_about h2 > span {
    display: block;
  }
  #part-time .sec_about .message h3,
  #part-time .sec_about .message p:last-child {
    font-size: 2.4rem;
  }
  #part-time .sec_about .message h3 {
    margin-bottom: 0;
  }
  #part-time .sec_about .message h3 span,
  #part-time .sec_about .message p:last-child span {
    font-size: 2.8rem;
    display: block;
  }
  #part-time .sec_about .message p {
    display: none;
  }
  #part-time .sec_features {
    padding: 80px 0;
    background-size: 756px 1438px;
  }
  #part-time .sec_review .beginning span span:first-child {
    font-size: 2.4rem;
  }
}
