.pc-br {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.r-fv {
  width: 100%;
  height: auto;
}

.r-fv__inner {
  width: 99.6%;
  margin: 73px 0 0 auto;
  height: auto;
  background: url("../../img/t-image/recruit-fv.png") top center;
  background-size: cover;
  padding: 130px 0 102px 80px;
}

@media screen and (max-width: 767px) {
  .r-fv__inner {
    width: 100%;
    margin: 78px 0 0 auto;
    background: url("../../img/t-image/sp-mv.png") top center;
    background-size: cover;
    padding: 38px 0 12px 15px;
  }
}

.r-fv__tag {
  display: inline-block;
  background-color: #333333;
  font-size: 18px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 6px 14px;
  margin: 0 0 22px 0;
}

.r-fv__title {
  font-size: 46px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.3;
}

.r-fv__span {
  font-size: 56px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .r-fv__tag {
    font-size: 15px;
    padding: 6px 14px;
    margin: 0 0 12px 0;
  }
  
  .r-fv__title {
    font-size: 32px;
  }
  
  .r-fv__span {
    font-size: 40px;
  }
}

.r-fv__txt {
  font-size: 16px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.9;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 20px 0 25px 0;
}

@media screen and (max-width: 767px) {
  .r-fv__txt {
    font-size: 13px;
    color: #fff;
    margin: 12px 0 61px 0;
    padding: 0 104px 0 0;
  }
}

.r-fv__btn {
  position: relative;
  display: block;
  width: 390px;
  background-color: #fff;
  margin: 0 auto 28px 0;
}
@media screen and (max-width: 767px) {
  .r-fv__btn {
    width: 90%;
    margin: 0 auto 10px auto;
  }
}
.r-fv__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;
}
@media screen and (max-width: 767px) {
  .r-fv__btn span {
    padding: 20px 0 20px 80px;
  }
}
.r-fv__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.r-fv__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);
}
.r-fv__btn:hover::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  z-index: 100;
}
.r-fv__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.r-fv__btn:hover::after {
  background-color: #333333;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__icon01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 42px;
  margin: auto;
  z-index: 40;
}


/* interview */

.we-works__inner {
  position: relative;
  padding: 100px 0 100px 0;
}

.we-works__right {
  position: absolute;
  right: -7%;
  bottom: 31.5%;
  width: 300px;
}

.we-works__left {
  position: absolute;
  left: -6.5%;
  bottom: 16%;
  width: 300px;
  z-index: -1;
}

.we-works__title {
  position: relative;
  width: 1000px;
  font-size: 32px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  padding: 0 0 26px 0;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 767px) {
  .we-works__inner {
    position: relative;
    padding: 80px 0 80px 0;
  }

  .we-works__title {
    width: 90%;
    font-size: 26px;
    text-align: left;
    margin: 0 auto;
  }

  .we-works__right {
    position: absolute;
    right: -26%;
    bottom: auto;
    top: 55px;
    width: 216px;
    z-index: -1;
  }

  .we-works__left {
    position: absolute;
     left: auto;
    right: -104px;
    bottom: 36.2%;
    width: 192px;
    z-index: -1;
  }
}
.we-works__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #D70D1F;
}
.we-works__title::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #0086CD;
}

.we-works__flex {
  width: 88%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 auto 40px 0;
}
.we-works__flex02 {
  width: 88%;
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .we-works__flex {
    width: 95%;
    display: block;
    margin: 60px auto 50px 0;
  }
  .we-works__flex02 {
    width: 95%;
    display: block;
    margin: 0 0 0 auto;
  }
}

.we-works__image {
  width: 55%;
  height: 380px;
  background: url("../../img/t-image/recruit-img001.jpg") center no-repeat;
  background-size: cover;
}
.we-works__image02 {
  width: 55%;
  height: 380px;
  background: url("../../img/t-image/recruit-002.jpg") center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .we-works__image {
    width: 100%;
    height: 216px;
    background: url("../../img/t-image/recruit-img001.jpg") right no-repeat;
    background-size: cover;
  }
  .we-works__image02 {
    width: 100%;
    height: 216px;
    background: url("../../img/t-image/recruit-002.jpg") right no-repeat;
    background-size: cover;
  }
}

.we-works__img {
  width: 100%;
}

.we-works__content {
  width: 45%;
  padding: 0 55px;
}
.we-works__content02 {
  width: 45%;
  padding: 0 55px;
}

@media screen and (max-width: 767px) {
  .we-works__content {
    width: 100%;
    padding: 0 0px 0 19px;
  }
  .we-works__content02 {
    width: 100%;
    padding: 0 19px 0 0;
  }
}

.we-works__head {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.we-works__number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #D70D1F;
  border-radius: 50px;
  padding: 0 0 2px 0;

  font-size: 17px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #D70D1F;
}

.we-works__border {
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #D70D1F;
}

.we-works__subtitle {
  font-size: 17px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #D70D1F;
  padding: 0 0 0 35px;
}

.we-works__concept {
  margin: 18px 0 19px 0;
  padding: 0 0 0 35px;

  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #333333;
}
.we-works__concept span {
  position: relative;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #333333;
  /* background: linear-gradient(transparent 70%, #FDF1F2 70%); */
}

.we-works__concept span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0.02em;
  width: 96%;
  height: 0.6em;
  background: #FDF1F2;
  z-index: -1;
  border-radius: 2px;
}

.we-works__txt {
  padding: 0 0 0 35px;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .we-works__subtitle {
    font-size: 17px;
    padding: 0 0 0 0;
  }
  .we-works__concept {
    margin: 18px 0 19px 0;
    padding: 0 0 0 0;
  }
  .we-works__txt {
    padding: 0 0 0 0;
    font-weight: 500;
    margin: 0 0 35px 0;
  }
}



.type {
  width: 100%;
  background: url("../../img/t-image/recruit-bg003.jpg") center no-repeat;
  background-size: cover;
  padding: 100px 0 100px 0;
}

.type__inner {
  width: 1000px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 767px) {
  .type {
    width: 100%;
    background: url("../../img/t-image/recruit-bg003.jpg") center no-repeat;
    background-size: cover;
    padding: 80px 0 40px 0;
  }

  .type__inner {
    width: 90%;
    margin: 0 auto 0 auto;
  }
}

.type__title {
  position: relative;
  font-size: 32px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  padding: 0 0 26px 0;
  margin: 0 auto 60px auto;
}
.type__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 55px;
  height: 6px;
  margin: auto;
  background: #fff;
}

.type__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.type__box {
  width: 47%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .type__flex {
    display: block;
  }
  
  .type__box {
    width: 100%;
    display: block;
    margin: 0 0 40px 0;
  }
}

.type__img {
  width: 100%;
  transition: .3s;
}

.type__content {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
}
.type__content 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 45px;
  z-index: 100;
  font-size: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.type__content::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);
}

.type__box:hover .type__img {
  opacity: .35;
  transition: .3s;
}



.interview {
  width: 100%;
  height: auto;
  padding: 110px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .interview {
    padding: 70px 0 70px 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: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  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__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #D70D1F;
}
.interview__title::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #0086CD;
}
.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: #333333;
  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: #333333;
  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: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
.seminar__btn {
  position: relative;
  display: block;
  width: 290px;
  background-color: #D70D1F;
  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: #fff;
  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;
}
@media screen and (max-width: 767px) {
  .seminar__btn span {
    position: relative;
    display: block;
    padding: 15px 42px 15px 0;
    text-align: center;
  }
}
.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 #fff;
  border-right: solid 1.5px #fff;
  -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: #333333 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  z-index: 1;
}

.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;
}


.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;
}

.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;
  }
}





.benefit {
  position: relative;
  width: 100%;
  height: auto;
}

.benefit__right {
  position: absolute;
  right: -30.5%;
  bottom: 7.5%;
  width: 270px;
}

.benefit__left {
  position: absolute;
  left: -30%;
  top: 11%;
  width: 270px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .benefit__right {
    position: absolute;
    right: -24.5%;
    bottom: -3%;
    width: 215px;
    z-index: -1;
  }
  
  .benefit__left {
    position: absolute;
    left: auto;
    right: -95px;
    top: -2%;
    width: 230px;
    z-index: -1;
    transform: scale(-1, 1);
  }
}

.benefit {
  width: 1000px;
  padding: 95px 0 110px 0;
  height: auto;
  margin: 0 auto 0 auto;
}

.benefit__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.benefit__box {
  position: relative;
  width: 18.5%;
  padding: 28px 0 23px 0;
  margin: 0 0 19px 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .benefit {
    width: 90%;
    padding: 80px 0 80px 0;
    height: auto;
    margin: 0 auto 0 auto;
  }
  
  .benefit__box {
    position: relative;
    width: 48%;
    padding: 24px 0 20px 0;
    margin: 0 0 19px 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.benefit__border {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 38px;
  height: 5px;
  margin: auto;
  background-color: #D70C1F;
}

.benefit__item {
  text-align: center;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
}

.benefit__title {
  position: relative;
  width: 100%;
  font-size: 32px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  padding: 0 0 26px 0;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .benefit__title {
    width: 100%;
    font-size: 26px;
    text-align: left;
    margin: 0 auto 60px auto;
  }
  .benefit__item {
    font-size: 15px;
  }
}
.benefit__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #D70D1F;
}
.benefit__title::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #0086CD;
}

.benefit__img01 {
  width: 132px;
  display: block;
  margin: 0 auto;
}
.benefit__img02 {
  width: 102px;
  display: block;
  margin: 0 auto;
}
.benefit__img03 {
  width: 79px;
  display: block;
  margin: 0 auto;
}
.benefit__img04 {
  width: 116px;
  display: block;
  margin: 0 auto;
}
.benefit__img05 {
  width: 123px;
  display: block;
  margin: 0 auto;
}
.benefit__img06 {
  width: 101px;
  display: block;
  margin: 0 auto;
}
.benefit__img07 {
  width: 93px;
  display: block;
  margin: 0 auto;
}
.benefit__img08 {
  width: 137px;
  display: block;
  margin: 0 auto;
}
.benefit__img09 {
  width: 88px;
  display: block;
  margin: 0 auto;
}
.benefit__img10 {
  width: 95px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .benefit__img01 {
    width: 100px;
  }
  .benefit__img02 {
    width: 92px;
  }
  .benefit__img03 {
    width: 70px;
  }
  .benefit__img04 {
    width: 98px;
  }
  .benefit__img05 {
    width: 100px;
    transform: translateX(6px);
  }
  .benefit__img06 {
    width: 82px;
  }
  .benefit__img07 {
    width: 81px;
    transform: translateX(5px);
  }
  .benefit__img08 {
    width: 122px;
    transform: translateX(-3px);
  }
  .benefit__img09 {
    width: 80px;
    transform: translateX(-4px);
  }
  .benefit__img10 {
    width: 91px;
    transform: translateX(-3px);
  }
}

.benefit__space01 {
  margin: 0 0 31px 0;
}
.benefit__space02 {
  margin: 0 0 23px 0;
}
.benefit__space03 {
  margin: 0 0 19px 0;
}
.benefit__space04 {
  margin: 0 0 30px 0;
}
.benefit__space05 {
  margin: 0 0 21px 0;
}
.benefit__space06 {
  margin: 0 0 27px 0;
}
.benefit__space07 {
  margin: 0 0 3px 0;
}
.benefit__space08 {
  margin: 0 0 0px 0;
}
.benefit__space09 {
  margin: 0 0 18px 0;
}
.benefit__space10 {
  margin: 0 0 13px 0;
}



.r-blog {
  width: 100%;
  height: auto;
}

.r-blog__inner {
  width: 100%;
  height: auto;
  background: url("../../img/t-image/about-bg-top.jpg") center no-repeat;
  background-size: cover;
  padding: 105px 0 105px 0;
}

@media screen and (max-width: 767px) {
  .r-blog__inner {
    width: 100%;
    padding: 80px 0 80px 0;
  }
}

.r-blog__title {
  width: 1000px;
  position: relative;
  font-size: 32px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  padding: 0 0 26px 0;
  margin: 0 auto 60px auto;
}
.r-blog__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 55px;
  height: 6px;
  margin: auto;
  background: #fff;
}

.r-blog__content {
  width: 1030px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .r-blog__content {
    width: 100%;
    margin: 0 auto;
  }
  .r-blog__title {
    width: 90%;
    position: relative;
    font-size: 26px;
  }
  .r-blog .splide__pagination__page.is-active {
    background: #fff !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    z-index: 1;
  }
  .r-blog .splide__pagination__page {
    opacity: 1!important;
  }
}

.posts__post {
  width: 1030px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .posts__post {
    width: 92%;
  }
}
.posts__post li {
  display: block;
  width: 313px;
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin: 0 15px 40px 15px;
}
@media screen and (max-width: 767px) {
  .posts__post li {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.posts__box {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
.posts__detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 2000;
  visibility: hidden;
}
.posts__detail span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 21px;
  margin: auto;
  font-size: 13px;
  text-align: center;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  z-index: 2001;
}
.posts__box:hover .posts__detail {
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.posts__content {
  padding: 15px 15px 20px 15px;
}
.posts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.posts__cat {
  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: 4px 12px;
}
.posts__date {
  font-size: 12px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 5px 0 0 0;
}
.posts__border {
  width: 100%;
  height: 2px;
  background-color: #F2F2F2;
  margin: 10px 0 12px 0;
}
.posts__blogtitle {
  font-size: 15px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}



.posts__btn {
  position: relative;
  display: block;
  width: 290px;
  background-color: #FFFFFF;
  text-align: center;
  margin: 55px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .posts__box {
    background-color: #fff;
  }
  .posts__btn {
    width: 84%;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 110px auto 0 auto;
  }
}
.posts__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;
}
@media screen and (max-width: 767px) {
  .posts__btn span {
    padding: 17px 44px 17px 0;
    text-align: center;
  }
}
.posts__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #D70D1F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.posts__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);
}



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

.number__inner {
  width: 1000px;
  margin: 0 auto 0 auto;
  padding: 120px 0 95px 0;
}

@media screen and (max-width: 767px) {
  .number__inner {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 80px 0 80px 0;
  }
}

.number__title {
  position: relative;
  width: 100%;
  font-size: 32px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  padding: 0 0 26px 0;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .number__title {
    width: 100%;
    font-size: 26px;
    text-align: left;
    margin: 0 auto 60px auto;
  }
}
.number__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #D70D1F;
}
.number__title::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #0086CD;
}

.number__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.number__box {
  position: relative;
  width: 31.5%;
  margin: 0 0 26px 0;
  padding: 20px 0 6px 0;
  background-color: #fff;
  border: 3px solid #D70C1F;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .number__flex {
    display: block;
  }
  
  .number__box {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 25px 0 0px 0;
    transition: .3s;
  }
}

.number__number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #D70C1F;
  padding: 0 2px 5px 0px;

  font-size: 16px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  transition: .3s;
}

.number__name {
  text-align: center;
  color: #2C2C2C;
  font-size: 22px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 -15px 0;
  transition: .3s;
}
.number__name span {
  text-align: center;
  color: #2C2C2C;
  font-size: 18px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  transition: .3s;
}

.number__redtxt {
  text-align: center;
  color: #D70C1F;
  font-size: 70px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  transition: .3s;
}

.number__txt {
  text-align: center;
  color: #2C2C2C;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 -15px 0;
  transition: .3s;
}

.number__detail {
  color: #fff;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  padding: 0 25px 25px 25px;
  display: none;
  transition: .3s;
}

.number__item01 {
  display: block;
  margin: 0 auto;
  width: 162px;
  transition: .3s;
}
.number__item02 {
  display: block;
  margin: 0 auto;
  width: 162px;
  transition: .3s;
}
.number__item03 {
  display: block;
  margin: 0 auto;
  width: 162px;
  transition: .3s;
}
.number__item04 {
  display: block;
  margin: 14px auto 0 auto;
  width: 185px;
  transition: .3s;
}
.number__item05 {
  display: block;
  margin: 0 auto;
  width: 162px;
  transition: .3s;
}
.number__item06 {
  display: block;
  margin: 0 auto;
  width: 167px;
  transition: .3s;
}
.number__item07 {
  display: block;
  margin: 0 auto;
  width: 162px;
  transition: .3s;
}
.number__item08 {
  display: block;
  margin: 0 auto;
  width: 162px;
  transition: .3s;
}
.number__item09 {
  display: block;
  margin: 0 auto;
  width: 174px;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .number__item01 {
    display: block;
    margin: 10px auto;
    width: 100px;
    transition: .3s;
  }
  .number__item02 {
    display: block;
    margin: 10px auto;
    width: 100px;
    transition: .3s;
  }
  .number__item03 {
    display: block;
    margin: 0px auto;
    width: 120px;
    transition: .3s;
  }
  .number__item04 {
    display: block;
    margin: 20px auto 10px auto;
    width: 110px;
    transition: .3s;
  }
  .number__item05 {
    display: block;
    margin: 10px auto;
    width: 100px;
    transition: .3s;
  }
  .number__item06 {
    display: block;
    margin: 10px auto;
    width: 100px;
    transition: .3s;
  }
  .number__item07 {
    display: block;
    margin: 10px auto;
    width: 100px;
    transition: .3s;
  }
  .number__item08 {
    display: block;
    margin: 10px auto;
    width: 100px;
    transition: .3s;
  }
  .number__item09 {
    display: block;
    margin: 10px auto;
    width: 100px;
  }
  .number__detail {
    color: #222222;
    font-size: 14px;
    padding: 0 25px 25px 25px;
    display: block;
    transition: .3s;
  }
}

@media screen and (min-width: 768px) {
  .number__box:hover .number__number {
    background-color: #fff;
    color: #D70C1F;
    transition: .3s;
  }
  
  .number__box:hover {
    background-color: #D70C1F;
    transition: .3s;
  }
  
  .number__box:hover .number__name {
    color: #fff;
    transition: .3s;
  }
  
  .number__box:hover .number__name span {
    color: #fff;
    transition: .3s;
  }
  
  .number__box:hover .number__txt {
    color: #fff;
    transition: .3s;
  }
  
  .number__box:hover .number__redtxt {
    color: #fff;
    transition: .3s;
  }
  
  .number__box:hover .number__item01 {
    display: none;
    transition: .3s;
  }
  .number__box:hover .number__item02 {
    display: none;
    transition: .3s;
  }
  .number__box:hover .number__item03 {
    display: none;
    transition: .3s;
  }
  .number__box:hover .number__item04 {
    display: none;
    transition: .3s;
  }
  .number__box:hover .number__item05 {
    display: none;
    transition: .3s;
  }
  .number__box:hover .number__item06 {
    display: none;
    transition: .3s;
  }
  .number__box:hover .number__item07 {
    display: none;
    transition: .3s;
  }
  .number__box:hover .number__item08 {
    display: none;
    transition: .3s;
  }
  .number__box:hover .number__item09 {
    display: none;
    transition: .3s;
  }
  
  .number__box:hover .number__detail {
    display: block;
    margin: 20px 0 0 0;
    transition: .3s;
  }
}