.head__category {
  position: absolute;
  width: 1000px;
  top: -95px;
  bottom: 0;
  left: -2.5%;
  right: 0;
  height: 80px;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 38px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .head__category {
    width: 86%;
    height: 68px;
    top: -68px;
    line-height: 1.3;
    font-size: 28px;
  }
}
.head__category02 {
  position: absolute;
  width: 1000px;
  top: -95px;
  bottom: 0;
  left: -2.5%;
  right: 0;
  height: 80px;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 38px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .head__category02 {
    width: 86%;
    height: 68px;
    top: -68px;
    line-height: 1.3;
    font-size: 28px;
  }
}
.head__title {
  position: absolute;
  width: 1000px;
  top: 0;
  bottom: 0;
  left: -2.5%;
  right: 0;
  height: 80px;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 38px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .head__title {
    width: 86%;
    height: 68px;
    bottom: -35px;
    line-height: 1.3;
    font-size: 28px;
  }
}
.head__title span {
  color: #D70C1F;
  font-size: 38px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .head__title span {
    line-height: 1.3;
    font-size: 28px;
  }
}
.head__title small {
  color: #fff;
  font-size: 34px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .head__title small {
    line-height: 1.3;
    font-size: 27px;
  }
}
.head__category span {
  display: block;
  margin: auto;
  color: #fff;
  font-size: 20px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.head__category::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 4px 0 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .head__category::after {
    margin: 12px 0 0 4px;
  }
}
.head__category02 span {
  display: block;
  margin: auto;
  color: #fff;
  font-size: 20px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.head__category02::after {
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  margin: 4px 0 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .head__category02::after {
    margin: 12px 0 0 4px;
  }
}
.head__salesitem01 {
  position: absolute;
  top: 5px;
  right: -21px;
  width: 220px;
}
.head__salesitem02 {
  position: absolute;
  top: 145px;
  right: -113px;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .head__salesitem01 {
    display: none;
  }
  .head__salesitem02 {
    display: none;
  }
}


.o-flow {
  padding: 75px 0 0 0;
}

.o-flow__inner {
  width: 100%;
  height: auto;
  background: url('../../img/t-image/o-bg.jpg') top center no-repeat;
  background-size: cover;
  padding: 30px 0 160px 0;
}

.o-flow__title {
  position: relative;
  text-align: center;
  width: fit-content;
  padding: 12px 24px;
  margin: 0 auto 55px auto;
}

.o-flow__title span {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  z-index: 300;
}

@media screen and (max-width: 767px) {
  .o-flow__title span {
    position: relative;
    font-size: 30px;
  }
}

.o-flow__title::after {
  display: block;
  content: "";
  background: url('../../img/common/connection-title.svg') center center no-repeat;
  width: 66px;
  height: 66px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.o-flow__content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 80px 50px 80px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .o-flow__content {
    position: relative;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 25px 10px 60px;
  }
}

.o-flow__arrow {
  position: absolute;
  top: 45px;
  left: 123px;
  z-index: 0;
  width: 29px;
}

@media screen and (max-width: 767px) {
  .o-flow__arrow {
    display: none;
  }
}

.o-flow__arrow02 {
  position: absolute;
  top: 45px;
  left: 123px;
  z-index: 0;
  width: 25.5px;
}

@media screen and (max-width: 767px) {
  .o-flow__arrow02 {
    display: none;
  }
}

.o-flow__sparrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .o-flow__sparrow {
    display: block;
    position: absolute;
    top: 52px;
    left: 19px;
    z-index: 0;
    width: 21.4px;
  }
}

.o-flow__sparrow02 {
  display: none;
}

@media screen and (max-width: 767px) {
  .o-flow__sparrow02 {
    display: block;
    position: absolute;
    top: 52px;
    left: 19px;
    z-index: 0;
    width: 19.7px;
  }
}

.o-flow__flex {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 767px) {
  .o-flow__flex {
    display: block;
    margin: 0 0 50px 0;
  }
}

.o-flow__block {
  position: relative;
  width: 79%;
}

@media screen and (max-width: 767px) {
  .o-flow__block {
    position: relative;
    width: 100%;
    margin: 17px 0 0 0;
  }
}

.o-flow__img001 {
  position: absolute;
  width: 185px;
  top: -2px;
  right: 0;
  box-shadow: 6px 6px 0 #D70C1F;
}

@media screen and (max-width: 767px) {
  .o-flow__img001 {
    position: inherit;
    width: 98%;
    margin: 20px 0 0 0;
    box-shadow: 6px 6px 0 #D70C1F;
  }
}

.o-flow__time {
  position: relative;
  background-color: #D70C1F;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  padding: 12px 35px;
  margin: 0 65px 0 0;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .o-flow__time {
    position: relative;
    background-color: #D70C1F;
    color: #fff;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 900;
    padding: 7px 35px;
    margin: 0 0px 15px 0;
    z-index: 3;
  }
}

.o-flow__item {
  display: inline-block;
  color: #222222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-size: 19px;
  margin: 0 0 10px 0;
  background: linear-gradient(transparent 40%, #FDF1F2 40%);
}

.o-flow__txt {
  color: #222222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .o-flow__txt {
    font-weight: 500;
  }
}

.o-skill {
  width: 100%;
  height: auto;
}

.o-skill__inner {
  padding: 0px 0 0 0;
}

.o-skill__title {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: fit-content;
  padding: 12px 24px;
  margin: 0 auto 90px auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .o-skill__title {
    position: relative;
    font-size: 30px;
  }
}

.o-skill__title::after {
  content: "";
  background: url('../../img/common/connection-title.svg') center center no-repeat;
  width: 66px;
  height: 66px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.o-skill__content {
  margin: 0 0 90px 0;
}

.o-skill__content02 {
  margin: 0 0 120px 0;
}

.o-skill__item {
  position: relative;
}
.o-skill__item::before {
  position: absolute;
  top: -67px;
  left: 0;
  right: 0;
  font-size: 110px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #F2F2F2;
  margin: 0 auto;
}
.o-skill__01::before {
  content: '01';
  display: block;
}
.o-skill__02::before {
  content: '02';
  display: block;
}
.o-skill__03::before {
  content: '03';
  display: block;
}
.o-skill__item span {
  position: relative;
  width: 230px;
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  color: #222222;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 0 auto;
}
.o-skill__item span::before {
  position: absolute;
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  top: 15px;
  left: -100px;
  background-color: #D70D1F;
}
.o-skill__item span::after {
  position: absolute;
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  top: 15px;
  right: -100px;
  background-color: #D70D1F;
}
@media screen and (max-width: 767px) {
  .o-skill__item span {
    position: relative;
    width: 180px;
  }
  .o-skill__item span::before {
    width: 80px;
    left: -80px;
  }
  .o-skill__item span::after {
    width: 80px;
    right: -80px;
  }
}

.o-skill__flex {
  width: 1000px;
  display: flex;
  margin: 70px auto 0 auto;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
}

.o-skill__image {
  width: 25%;
}

.o-skill__img {
  width: 100%;
}
.o-skill__spimg {
  display: none;
  width: 100%;
}

.o-skill__block {
  width: 75%;
  padding: 40px 0 0 45px;
}

@media screen and (max-width: 767px) {
  .o-skill__flex {
    width: 88%;
    display: block;
    margin: 70px auto 0 auto;
    box-shadow: none;
  }
  
  .o-skill__image {
    width: 100%;
  }

  .o-skill__img {
    display: none;
  }
  .o-skill__spimg {
    display: block;
    width: 100%;
  }
  
  .o-skill__block {
    width: 100%;
    padding: 25px 0 0 0;
  }
}

.o-skill__list {
  display: flex;
  align-items: center;
  text-align: left;
  margin: 0 0 18px 0;
}

.o-skill__list div {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 17px;
}

.o-skill__list::before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background: url('../../img/t-image/o-check-icon.png') center center no-repeat;
  background-size: cover;
  margin: 0 20px 0 0;
}

.o-skill__list div span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  color: #D70C1F;
  font-size: 17px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .o-skill__list::before {
    margin: 0 12px 0 0;
  }

  .o-skill__list div {
    width: 85%;
    font-size: 16px;
  }
  .o-skill__list div span {
    font-size: 16px;
  }
}

.career {
  width: 100%;
  height: auto;
}

.career__inner {
  padding: 50px 0 130px 0;
}

.career__title {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: fit-content;
  padding: 12px 24px;
  margin: 0 auto 0px auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
}

.career__title::after {
  content: "";
  background: url('../../img/common/connection-title.svg') center center no-repeat;
  background-size: cover;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .career__inner {
    padding: 25px 0 100px 0;
  }

  .career__title {
    position: relative;
    text-align: center;
    font-size: 30px;
    margin: 0 auto 40px auto;
  }
}

.career__path {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.career__graph {
  width: 100%;
}

.career__spgraph {
  width: 100%;
  display: none;
}

@media screen and (max-width: 767px) {
  .career__path {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  
  .career__graph {
    display: none;
  }
  
  .career__spgraph {
    display: block;
  }
}

.interview {
  width: 100%;
  height: auto;
  padding: 110px 0 130px 0;
  background: url('../../img/t-image/o-red-bg.jpg') center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .interview {
    padding: 50px 0 90px 0;
  }
}
.interview__inner {
  width: 1000px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .interview__inner {
    width: 100%;
  }
}
.interview__title {
  position: relative;
  width: 100%;
  font-size: 32px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 0 0 26px 0;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .interview__title {
    width: 94%;
    font-size: 26px;
    text-align: left;
    margin: 0 auto;
  }
}
.interview__margin {
  margin: 0 0 20px 0;
}
.interview__category-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.interview__category-item {
  display: inline-block;
  background-color: #5A5A5A;
  font-size: 13px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 3px 10px 4px 10px;
}
.category-senior-interview {
  background-color: #333333!important;
}
.category-sales-position {
  background-color: #0086CD!important;
}
.category-jimu-position {
  background-color: #0086CD!important;
}
.interview__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px auto 0 auto;
}
.interview__box {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70px;
}
.interview__box:hover .interview__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.interview__num {
  position: absolute;
  top: 0;
  right: -4px;
  font-size: 64px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #EBEBEB;
  z-index: -1;
}
.interview__image {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}
.interview__img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.interview__item {
  position: relative;
  font-size: 17px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 18px 0 18px 0;
  padding: 0 0 17px 0;
  border-bottom: 2px solid #F2F2F2;
}
.interview__item small {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 15px 0 0;
}
.interview__item::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 16%;
  height: 2px;
  content: "";
  background: #D70D1F;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.interview__box:hover .interview__item::before {
  width: 100%;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.interview__txt {
  font-size: 14px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
.seminar__flex {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .seminar__flex {
    width: 100%;
    margin: 30px auto 0 auto;
  }
}
.seminar__btn {
  position: relative;
  display: block;
  width: 290px;
  background-color: #fff;
  text-align: center;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .seminar__btn {
    width: 84%;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 110px auto 0 auto;
  }
}
.seminar__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 18px 15px 0;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.seminar__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #D70D1F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.seminar__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #D70C1F;
  border-right: solid 1.5px #D70C1F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.seminar__btn:hover::before {
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  z-index: 100;
}
.seminar__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 0px solid #fff;
}
.seminar__btn:hover::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 2px solid #D70D1F;
}


/* モバイルデバイスでSplideを有効化 */
@media (max-width: 768px) {
  .seminar__flex {
    display: block;
  }
  .splide {
    visibility: visible;
  }
}
/* PCではSplideを非表示 */
@media (min-width: 769px) {
  .splide {
    visibility: visible !important;
  }
  .splide__slide {
    width: 31.5%;
    display: block;
  }
  .splide__width {
    width: 100% !important;
    display: block;
  }
  .splide__slide02 {
    width: 100%;
    display: block;
  }
  .splide__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.splide__pagination__page {
  background: #909090 !important;
  border: 0;
  border-radius: 0% !important;
  display: inline-block;
  height: 10px !important;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 30px !important;
}

.splide__pagination__page.is-active {
  background: #fff !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  z-index: 1;
  opacity: 1!important;
}

.splide__pagination {
  bottom: -40px !important;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: -3.5em !important;
  }
}

.splide__track {
  width: 100% !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: transparent !important;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1 !important;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow--prev {
  left: -45px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.splide__arrow--prev:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6 !important;
}
@media screen and (max-width: 767px) {
  .splide__arrow--prev {
    left: 5px !important;
  }
}

.splide__arrow--next {
  right: -45px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.splide__arrow--next:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6 !important;
}
@media screen and (max-width: 767px) {
  .splide__arrow--next {
    right: 5px !important;
  }
}

.splide__arrow svg {
  fill: #D70D1F !important;
  height: 100px !important;
  width: 100px !important;
}


.w-condition {
  width: 100%;
  height: auto;
}

.w-condition__inner {
  position: relative;
  padding: 110px 0 120px 0;
}

.w-condition__title {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: fit-content;
  padding: 12px 24px;
  margin: 0 auto 55px auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .w-condition__inner {
    position: relative;
    padding: 80px 0 90px 0;
  }
  .w-condition__title {
    position: relative;
    text-align: center;
    font-size: 30px;
  }
}

.w-condition__title::after {
  content: "";
  background: url('../../img/common/connection-title.svg') center center no-repeat;
  width: 66px;
  height: 66px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.w-condition__img01 {
  position: absolute;
  top: 150px;
  left: -62px;
  display: block;
  width: 270px;
}

.w-condition__img02 {
  position: absolute;
  bottom: 115px;
  right: -68px;
  display: block;
  width: 250px;
}

.w-condition__content {
  width: 850px;
  padding: 10px 80px 10px 80px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .w-condition__img01 {
    position: absolute;
    top: -93px;
    left: -55px;
    display: block;
    width: 210px;
    z-index: -1;
  }

  .w-condition__img02 {
    position: absolute;
    bottom: 6px;
    right: -24px;
    display: block;
    width: 190px;
  }

  .w-condition__content {
    position: relative;
    width: 95%;
    padding: 10px 25px 10px 25px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    margin: 0 auto 0 auto;
    z-index: 10;
  }
}

.w-condition__flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #F2F2F2;
  padding: 25px 25px 28px 25px;
}
.w-condition__flex02 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 25px 28px 25px;
}
@media screen and (max-width: 767px) {
  .w-condition__flex {
    width: 100%;
    display: block;
    padding: 20px 25px 20px 25px;
  }
  .w-condition__flex02 {
    width: 100%;
    display: block;
    padding: 20px 25px 20px 25px;
  }
}

.w-condition__item {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  background: linear-gradient(transparent 40%, #FDF1F2 40%);
}
@media screen and (max-width: 767px) {
  .w-condition__item {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 12px 0;
  }
}

.w-condition__txt {
  width: 74%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  text-align: left;
}


.o-process {
  width: 100%;
  height: auto;
}

.o-process__inner {
  width: 100%;
  padding: 110px 0 120px 0;
  background-color: #F4F4F4;
}

.o-process__title {
  position: relative;
  text-align: center;
  width: fit-content;
  padding: 12px 24px;
  margin: 0 auto 55px auto;
}

.o-process__title span {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  color: #2A2A2A;
  z-index: 10;
}

.o-process__title::after {
  content: "";
  background: url('../../img/t-image/process-sankaku.png') center center no-repeat;
  width: 66px;
  height: 66px;
  background-size: cover;
  position: absolute;
  fill: #fff;
  top: 0;
  left: 0;
  z-index: 0;
}

.o-process__stepbox {
  display: none;
}
@media screen and (max-width: 767px) {
  .o-process__inner {
    width: 100%;
    padding: 90px 0 100px 0;
    background-color: #F4F4F4;
  }
  .o-process__stepbox {
    display: block;
    border-right: 3px solid #D70C1F;
  }
}

.o-process__content {
  position: relative;
  width: 850px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .o-process__content {
    position: relative;
    width: 95%;
    margin: 0 auto 0 auto;
  }
}

.o-process__fixed {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 15px;
  letter-spacing: 0.4em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  color: #D70C1F;
  writing-mode: vertical-lr;
  margin: auto;
}

.o-process__fixed::before {
  width: 2px;
  height: 181px;
  background-color: #D70C1F;
  display: block;
  content: '';
  margin: 0 0 30px 0;
}
.o-process__fixed::after {
  width: 2px;
  height: 180px;
  background-color: #D70C1F;
  display: block;
  content: '';
  margin: 30px 0 0 0;
}

.o-process__block {
  width: 95%;
}

.o-process__flex {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 25px 0 25px 0;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
  margin: 0 0 25px 0;
}

.o-process__step {
  width: 200px;
  display: block;
  text-align: center;
  border-right: 3px solid #D70C1F;

  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  color: #D70C1F;
  padding: 22px 0;
}

@media screen and (max-width: 767px) {
  .o-process__fixed::before {
    width: 2px;
    height: 212px;
  }
  .o-process__fixed::after {
    width: 2px;
    height: 212px;
  }

  .o-process__block {
    width: 91%;
  }

  .o-process__flex {
    padding: 25px 25px 25px 0;
    margin: 0 0 15px 0;
  }

  .o-process__step {
    display: none;
  }

  .o-process__spstep {
    display: block;
    text-align: center;
  
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #D70C1F;
    font-family: "noto-sans-cjk-jp", sans-serif;
  }

  .o-process__spicon {
    width: 80px;
    margin: 0 25px;
  }
}

.o-process__icon {
  width: 80px;
  margin: 0 60px;
}

@media screen and (max-width: 767px) {
  .o-process__icon {
    display: none;
  }

  .o-process__box {
    width: 62%;
    padding: 0 0 0 15px;
  }
}

.o-process__name {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  color: #D70C1F;
}

.o-process__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  color: #222222;
  margin: 8px 0 0 0;
}



.sample {
  width: 100%;
  height: auto;
}
.sample__flex {
  width: 100%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sample__flex {
    display: block;
    height: auto;
  }
}
.sample__image {
  width: 50%;
  background: url("../../img/t-image/recruit-cta.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sample__image {
    width: 100%;
    height: 208px;
  }
}
.sample__content {
  width: 50%;
  background: url("../../img/t-image/sample-sec-red.jpg") center no-repeat;
  background-size: cover;
  padding: 135px 0 0 0;
}
@media screen and (max-width: 767px) {
  .sample__content {
    width: 100%;
    padding: 70px 14px 50px 14px;
  }
}
.sample__block {
  width: 500px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sample__block {
    width: 100%;
  }
}
.sample__ul {
  width: 270px;
  margin: 10px 0 0 0;
}
.sample__list {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 0 12px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__list span {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.sample__list:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__list::before {
  position: absolute;
  top: 2px;
  right: 0px;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__list:hover::before {
  right: -8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__btn {
  position: relative;
  display: block;
  width: 390px;
  background-color: #fff;
  margin: 0 auto 28px 0;
}
@media screen and (max-width: 767px) {
  .sample__btn {
    width: 100%;
  }
}
.sample__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 24px 0 24px 80px;
  z-index: 100;
  font-size: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sample__btn:hover::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  z-index: 100;
}
.sample__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__btn:hover::after {
  background-color: #333333;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__icon02 {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 62px;
  z-index: 40;
}
.sample__icon01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 42px;
  margin: auto;
  z-index: 40;
}



.sns {
  width: 100%;
  padding: 120px 0 120px 0;
  background-color: #5A5A5A;
}
@media screen and (max-width: 767px) {
  .sns {
    padding: 40px 0 40px 0;
  }
}
.sns__inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sns__inner {
    width: 70%;
  }
}
.sns__item--btn {
  position: relative;
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 16px 20px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .sns__item--btn {
    width: 64px;
    height: 64px;
    padding: 0 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sns__item--btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sns__item--btn::before {
  position: absolute;
  top: 1px;
  right: 18px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sns__item--btn::before {
    display: none;
  }
}
.sns__item--btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sns__item--btn:hover::after {
  background-color: #D70D1F;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sns__icon02 {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sns__icon02 {
    margin: 0 auto 0 auto;
  }
}
.sns__name {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sns__name {
    display: none;
  }
}
