.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.flex__sp {
  display: block;
}

@media screen and (max-width: 768px) {
  .flex__sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.clearboth {
  clear: both;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.r__commonr__btn.whiteBtn a {
  font-weight: 700;
  color: #0058A6;
  background-color: #fff;
  border: 1px solid #0058A6;
}

.tech__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 0 5.5%;
}

.tech__flex.p-0 {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .tech__flex.sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tech__flex.sp-reverse .tech__storySec__right {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .tech__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.tech__position {
  position: relative;
}

.tech__box, .tech__box--blue {
  padding: 50px;
  padding: 50px;
  margin: 100px auto;
}

@media screen and (max-width: 768px) {
  .tech__box, .tech__box--blue {
    padding: 40px;
    padding: 10px;
    margin: 40px auto;
  }
}

.tech__box__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .tech__box__title {
    margin-bottom: 20px;
  }
}

.tech__box--blue {
  border: 1px solid #E1F3FF;
  background-color: #F2FAFF;
}

.tech__box--blue.m0 {
  margin-top: 0;
  margin-bottom: 0;
}

.tech__left {
  width: 50%;
  padding-right: 3%;
}

@media screen and (max-width: 768px) {
  .tech__left {
    width: 100%;
    padding-right: 0;
  }
}

.tech__right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .tech__right {
    width: 100%;
    margin-top: 10px;
  }
}

.tech__img__list {
  display: block;
}

.tech__img__item {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .tech__img__item {
    width: 75%;
  }
}

.tech__img__item:last-of-type {
  margin-top: 35px;
  margin-left: auto;
}

.tech__img__item img {
  -webkit-box-shadow: 10px 10px 0 #1e1e1e;
          box-shadow: 10px 10px 0 #1e1e1e;
}

.tech__img__shadow--blue img {
  width: 97%;
  -webkit-box-shadow: 10px 10px 0 #0058A6;
          box-shadow: 10px 10px 0 #0058A6;
}

.tech__img__shadow--black img {
  width: 97%;
  -webkit-box-shadow: 10px 10px 0 #1E1E1E;
          box-shadow: 10px 10px 0 #1E1E1E;
}

.tech__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.tech__text__trpt {
  color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
}

.tech__text.bold {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tech__text.bold {
    font-size: 16px;
  }
}

.tech__text.small {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .tech__text.small {
    font-size: 13px;
  }
}

.tech__button {
  width: 90%;
  max-width: 600px;
}

.tech__button.r__commonr__btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .tech__button.r__commonr__btn {
    margin: 20px auto 0;
  }
}

.tech__button.r__commonr__btn a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

.tech__button.r__commonr__btn a::after {
  content: none;
}

.tech__float__item {
  margin-left: 1%;
  margin-bottom: 1.5%;
  width: 40%;
  float: right;
}

@media screen and (max-width: 768px) {
  .tech__float__item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.tech__float__item--left {
  margin-right: 1%;
  margin-bottom: 1.5%;
  width: 40%;
  float: left;
}

@media screen and (max-width: 768px) {
  .tech__float__item--left {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.tech__storySec {
  padding: 50px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .tech__storySec {
    padding: 50px 0 0;
  }
}

.tech__storySec:last-of-type {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .tech__storySec:last-of-type {
    margin-top: 30px;
  }
}

.tech__storySec__left.w-60 {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .tech__storySec__left.w-60 {
    width: 100%;
  }
}

.tech__storySec__right {
  width: 50%;
}

.tech__storySec__right.w40 {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .tech__storySec__right.w40 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .tech__storySec__right {
    width: 100%;
    margin-top: 30px;
  }
}

.tech__storySec__no {
  position: absolute;
  top: 5%;
  right: 0;
  font-weight: 700;
  font-family: 'Roboto', serif;
  font-size: 90px;
  color: #D3E2EF;
}

@media screen and (max-width: 768px) {
  .tech__storySec__no {
    font-size: 58px;
    top: -50px;
    color: rgba(0, 88, 166, 0.1);
  }
}

.tech__storySec__title {
  width: 45%;
  position: absolute;
  bottom: 0;
  left: 5%;
}

@media screen and (max-width: 1000px) {
  .tech__storySec__title {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .tech__storySec__title {
    width: 100%;
    padding: 0;
    position: relative;
    left: 0;
    margin-top: -30px;
  }
}

.tech__storySec__titleWrap {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.tech__storySec__titleWrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 80%;
  background: #E5EEF6;
}

@media screen and (max-width: 768px) {
  .tech__storySec__titleWrap::after {
    content: none;
  }
}

.tech__storySec__title__main {
  display: block;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 30px;
  background-color: #0058A6;
}

@media screen and (max-width: 768px) {
  .tech__storySec__title__main {
    font-size: 20px;
  }
}

.tech__storySec__title__sub {
  width: 80%;
  padding: 5px 40px 3px 20px;
  display: inline-block;
  background-color: #1E1E1E;
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .tech__storySec__title__sub {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .tech__storySec__title__sub {
    font-size: 14px;
    padding: 5px 20px 3px 20px;
  }
}

.tech__storySec__title__middle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0px 0 30px;
  color: #0058A6;
}

@media screen and (max-width: 768px) {
  .tech__storySec__title__middle {
    padding: 30px 0 16px;
    line-height: 1.7;
    font-size: 18px;
  }
}

.tech__storySec__title__commonH4ttl {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .tech__storySec__title__commonH4ttl {
    margin-top: 40px;
  }
}

.tech__storySec__img {
  width: 83%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tech__storySec__img {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}

.tech__storySec__img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.tech__storySec__text {
  padding-left: 2%;
  font-size: 16px;
  font-weight: 500;
}

.tech__storySec__textWrap {
  width: 38%;
  padding: 30px 40px;
}

@media screen and (max-width: 1000px) {
  .tech__storySec__textWrap {
    width: 100%;
    margin-top: 3%;
  }
}

@media screen and (max-width: 768px) {
  .tech__storySec__textWrap {
    width: 100%;
    padding: 0;
  }
}

.tech__storySec__item {
  width: 100%;
  max-width: 100%;
}

.tech__storySec__item .rPageWorkFieldContents__intro__img {
  height: auto;
}

.tech__intro__img {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .tech__intro__img {
    width: 70%;
  }
}

.tech__introList {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .tech__introList {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .tech__introItem:not(:first-child) {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .tech__introBox {
    width: 70%;
    padding-left: 6%;
  }
}

.tech__introBox__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .tech__introBox__name {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.tech__introBox__job {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .tech__introBox__job {
    font-size: 13px;
    margin-bottom: 16px;
  }
}

.tech__intro__descrBox {
  border-top: 1px solid #0058A6;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .tech__intro__descrBox {
    padding-top: 5px;
  }
}

.tech__linkList .r_training__voice__item {
  width: 30%;
}

.tech__linkList .r_training__voice__item .r_training__voice__img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .tech__linkList .r_training__voice__item {
    width: 98%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tech__linkList .r_training__voice__item:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=new_technical.css.map */