@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  word-wrap: break-word;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute
img:not([alt]) {
  filter: blur(10px);
}
*/
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "M PLUS 1p", Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-weight: 600;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

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

.text-nowrap {
  white-space: nowrap !important;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: vw(375, 16);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: vw(strip-unit(1200px), 16);
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

hr {
  margin: 80px 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.inner {
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.inner-s {
  max-width: 1060px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner-s {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sec-header + .inner,
.sec-person-header + .inner {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec-header + .inner,
  .sec-person-header + .inner {
    padding-top: 40px;
  }
}

h1, .h1 {
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 1380px) {
  h2, .h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1380px) {
  h3, .h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 1.8rem;
  }
}

h4, .h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 1.8rem;
  }
}

.small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .small {
    font-size: 1.2rem;
  }
}

.lead {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1.8rem;
    text-align: left;
  }
}

.ft-min {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

ul.list-style-disc li {
  position: relative;
  padding-left: 1em;
}
ul.list-style-disc li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #60c3e8;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 10px 30px;
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 5px 20px;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.breadcrumb__item {
  font-size: 1.2rem;
}
.breadcrumb__item a {
  display: inline-block;
}
.breadcrumb__item:not(:last-child) a {
  color: #60c3e8;
}
.breadcrumb__item:not(:last-child):after {
  display: inline-block;
  content: "-";
  margin: 0 5px;
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

img.img-parallax {
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1.2);
          transform: translate3d(0px, 0px, 0px) scale(1.2);
}

.top-mainvisual {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  background-color: #e9e3e3;
}
.top-mainvisual [class*=photo-mv-] {
  position: absolute;
  width: 54%;
}
@media screen and (max-width: 768px) {
  .top-mainvisual [class*=photo-mv-] {
    width: 72%;
  }
}
.top-mainvisual .photo-mv-top {
  top: 0;
  left: 0;
}
.top-mainvisual .photo-mv-btm {
  right: 0;
  bottom: 0;
}
.top-mainvisual .mv-btn {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .top-mainvisual .mv-btn {
    bottom: 4%;
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .top-mainvisual .mv-btn {
    bottom: 2%;
    left: 2%;
  }
}
.top-mainvisual .mv-btn > * {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .top-mainvisual .mv-btn > * {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.top-mainvisual .mv-btn > *.mv-btn-1 a {
  background-color: #f5455e;
}
.top-mainvisual .mv-btn > *.mv-btn-1 a:after {
  background-color: #f5455e;
}
.top-mainvisual .mv-btn > *.mv-btn-2 {
  position: relative;
}
.top-mainvisual .mv-btn > *.mv-btn-2 a {
  background-color: #f49a0d;
}
.top-mainvisual .mv-btn > *.mv-btn-2 a:after {
  background-color: #f49a0d;
}
.top-mainvisual .mv-btn > *.mv-btn-2 a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 142px;
  height: 142px;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  background: url(/recruit/assets/images/top/img-mv-new.png) no-repeat 0 0;
  -webkit-animation: rotateAnimation 10s linear infinite;
          animation: rotateAnimation 10s linear infinite;
}
.top-mainvisual .mv-btn > * span {
  position: relative;
  z-index: 2;
}
.top-mainvisual .mv-btn > * a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-bottom: 8px;
  border-radius: 50%;
}
.top-mainvisual .mv-btn > * a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.4;
}
.top-mainvisual .mv-btn > * a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #fff;
}
.top-mainvisual .mv-btn > * .fs-16 {
  font-size: 1.6rem;
}
.top-mainvisual .mv-btn > * .fs-18 {
  font-size: 1.8rem;
}
.top-mainvisual .mv-btn > * .fs-22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .top-mainvisual .mv-btn {
    gap: 16px;
  }
  .top-mainvisual .mv-btn > * {
    width: 125px;
    height: 125px;
  }
  .top-mainvisual .mv-btn > * a {
    padding-bottom: 4px;
  }
  .top-mainvisual .mv-btn > * .fs-16 {
    font-size: 1.2rem;
  }
  .top-mainvisual .mv-btn > * .fs-18 {
    font-size: 1.4rem;
  }
  .top-mainvisual .mv-btn > * .fs-22 {
    font-size: 1.8rem;
  }
}
.top-mainvisual:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 155%;
  background-color: #fff;
  -webkit-transform: skewY(-45deg) translateY(-15vw);
          transform: skewY(-45deg) translateY(-15vw);
}
@media screen and (max-width: 1390px) {
  .top-mainvisual:after {
    height: 145%;
  }
}
@media screen and (max-width: 1150px) {
  .top-mainvisual:after {
    height: 135%;
  }
}
.top-mainvisual:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .top-mainvisual {
    height: 100vh;
    min-height: 100%;
    max-height: 800px;
  }
  .top-mainvisual:after {
    height: 96%;
    -webkit-transform: skewY(-45deg) translateY(3vw);
            transform: skewY(-45deg) translateY(3vw);
  }
}
@media screen and (max-width: 540px) {
  .top-mainvisual {
    height: 100vh;
    min-height: 100%;
    max-height: 500px;
  }
}
.top-mainvisual-contents {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*
  background: url(https://www.jp-noc.co.jp//recruit/assets/images/top/img-mv-text.png) no-repeat center;
  */
}
.top-mainvisual-contents.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-mainvisual-box {
  position: relative;
  width: 80%;
  max-width: 854px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .top-mainvisual-box {
    width: 100%;
  }
}
.top-mainvisual-box .top-mainvisual-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  width: 515px;
}
.top-mainvisual-box .top-mainvisual-title img {
  -webkit-transition: -webkit-transform 0.6s linear 0.008s;
  transition: -webkit-transform 0.6s linear 0.008s;
  transition: transform 0.6s linear 0.008s;
  transition: transform 0.6s linear 0.008s, -webkit-transform 0.6s linear 0.008s;
}
@media screen and (max-width: 768px) {
  .top-mainvisual-box .top-mainvisual-title {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
  }
}
.top-mainvisual-box [class*=icon-mv-] {
  position: absolute;
  display: block;
}
.top-mainvisual-box .icon-mv-1 {
  left: 50%;
}
.top-mainvisual-box .icon-mv-2 {
  left: 50%;
}
.top-mainvisual-box .icon-mv-3 {
  left: 50%;
}
.top-mainvisual-box .icon-mv-4 {
  left: 50%;
}
.top-mainvisual-box .icon-mv-5 {
  left: 50%;
}
.top-mainvisual-box .icon-mv-6 {
  right: 50%;
}
.top-mainvisual-box .icon-mv-7 {
  right: 50%;
}
.top-mainvisual-box .icon-mv-8 {
  right: 50%;
}
.top-mainvisual-box .icon-mv-9 {
  right: 50%;
}
.top-mainvisual-box .icon-mv-10 {
  right: 50%;
}
@media screen and (max-width: 540px) {
  .top-mainvisual-box .icon-mv-1 {
    top: 50%;
  }
  .top-mainvisual-box .icon-mv-1 img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .top-mainvisual-box .icon-mv-2 {
    top: 50%;
  }
  .top-mainvisual-box .icon-mv-2 img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .top-mainvisual-box .icon-mv-3 {
    top: 50%;
  }
  .top-mainvisual-box .icon-mv-3 img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .top-mainvisual-box .icon-mv-4 {
    top: 50%;
  }
  .top-mainvisual-box .icon-mv-4 img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .top-mainvisual-box .icon-mv-5 {
    top: 50%;
  }
  .top-mainvisual-box .icon-mv-5 img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .top-mainvisual-box .icon-mv-6 {
    top: 50%;
  }
  .top-mainvisual-box .icon-mv-6 img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .top-mainvisual-box .icon-mv-7 {
    top: 50%;
  }
  .top-mainvisual-box .icon-mv-7 img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .top-mainvisual-box .icon-mv-8 {
    top: 50%;
  }
  .top-mainvisual-box .icon-mv-8 img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .top-mainvisual-box .icon-mv-9 {
    top: 50%;
  }
  .top-mainvisual-box .icon-mv-9 img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .top-mainvisual-box .icon-mv-10 {
    top: 50%;
  }
  .top-mainvisual-box .icon-mv-10 img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.top-mainvisual-box .icon-mv-1 {
  width: 57px;
  height: 75px;
}
.top-mainvisual-box .icon-mv-2 {
  width: 70px;
  height: 75px;
}
.top-mainvisual-box .icon-mv-3 {
  width: 49px;
  height: 75px;
}
.top-mainvisual-box .icon-mv-4 {
  width: 82px;
  height: 66px;
}
.top-mainvisual-box .icon-mv-5 {
  width: 57px;
  height: 45px;
}
.top-mainvisual-box .icon-mv-6 {
  width: 63px;
  height: 66px;
}
.top-mainvisual-box .icon-mv-7 {
  width: 51px;
  height: 56px;
}
.top-mainvisual-box .icon-mv-8 {
  width: 55px;
  height: 36px;
}
.top-mainvisual-box .icon-mv-9 {
  width: 86px;
  height: 83px;
}
.top-mainvisual-box .icon-mv-10 {
  width: 19px;
  height: 63px;
}
@media screen and (min-width: 541px) {
  .top-mainvisual-box .icon-mv-1 {
    top: 0%;
    margin-left: -15%;
  }
  .top-mainvisual-box .icon-mv-2 {
    top: 12%;
    left: 12%;
  }
  .top-mainvisual-box .icon-mv-3 {
    top: 35%;
    left: 0;
  }
  .top-mainvisual-box .icon-mv-4 {
    bottom: 17%;
    left: 5%;
  }
  .top-mainvisual-box .icon-mv-5 {
    bottom: 0%;
    margin-left: -21%;
  }
  .top-mainvisual-box .icon-mv-6 {
    bottom: 9%;
    right: 18%;
  }
  .top-mainvisual-box .icon-mv-7 {
    bottom: 0%;
    margin-right: -11%;
  }
  .top-mainvisual-box .icon-mv-8 {
    top: 6%;
    margin-right: -12%;
  }
  .top-mainvisual-box .icon-mv-9 {
    bottom: 40%;
    right: 0;
  }
  .top-mainvisual-box .icon-mv-10 {
    top: 12%;
    right: 22%;
  }
}
@media screen and (max-width: 540px) {
  .top-mainvisual-box .icon-mv-1 {
    margin-top: -30%;
    margin-left: -19%;
  }
  .top-mainvisual-box .icon-mv-2 {
    margin-top: -29%;
    left: 8%;
  }
  .top-mainvisual-box .icon-mv-3 {
    margin-top: -11%;
    left: 0;
  }
  .top-mainvisual-box .icon-mv-4 {
    margin-top: 9%;
    left: 5%;
  }
  .top-mainvisual-box .icon-mv-5 {
    margin-top: 15%;
    margin-left: -21%;
  }
  .top-mainvisual-box .icon-mv-6 {
    margin-top: 12%;
    right: 18%;
  }
  .top-mainvisual-box .icon-mv-7 {
    margin-top: 13%;
    margin-right: -11%;
  }
  .top-mainvisual-box .icon-mv-8 {
    margin-top: -24%;
    margin-right: -16%;
  }
  .top-mainvisual-box .icon-mv-9 {
    margin-top: -11%;
    right: -3%;
  }
  .top-mainvisual-box .icon-mv-10 {
    margin-top: -27%;
    right: 22%;
  }
}
.top-mainvisual-box .icon-mv-1 img, .top-mainvisual-box .icon-mv-3 img, .top-mainvisual-box .icon-mv-5 img, .top-mainvisual-box .icon-mv-7 img, .top-mainvisual-box .icon-mv-9 img {
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  transition: -webkit-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
}
.top-mainvisual-box .icon-mv-2 img, .top-mainvisual-box .icon-mv-4 img, .top-mainvisual-box .icon-mv-6 img, .top-mainvisual-box .icon-mv-8 img, .top-mainvisual-box .icon-mv-10 img {
  -webkit-transition: -webkit-transform 0.5s linear 0s;
  transition: -webkit-transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s, -webkit-transform 0.5s linear 0s;
}

.pararaxArea {
  position: relative;
  background-color: #f8f8f8;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pararaxArea .pararaxItem {
  position: absolute;
  opacity: 0.5;
}
.pararaxArea .pararaxItem:nth-child(1) {
  width: 300px;
  height: 300px;
  background-color: rgba(104, 152, 208, 0.85);
  -webkit-transition: -webkit-transform 0.6s linear 0.008s;
  transition: -webkit-transform 0.6s linear 0.008s;
  transition: transform 0.6s linear 0.008s;
  transition: transform 0.6s linear 0.008s, -webkit-transform 0.6s linear 0.008s;
}
.pararaxArea .pararaxItem:nth-child(2) {
  width: 270px;
  height: 270px;
  background-color: rgba(114, 188, 201, 0.71);
  -webkit-transition: -webkit-transform 0.5s linear 0.004s;
  transition: -webkit-transform 0.5s linear 0.004s;
  transition: transform 0.5s linear 0.004s;
  transition: transform 0.5s linear 0.004s, -webkit-transform 0.5s linear 0.004s;
}
.pararaxArea .pararaxItem:nth-child(3) {
  width: 240px;
  height: 240px;
  background-color: rgba(76, 197, 249, 0.68);
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  transition: -webkit-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
}
.pararaxArea .centerObj {
  position: absolute;
  z-index: 100;
  width: 80px;
  height: 80px;
}
.pararaxArea .centerObj img {
  width: 100%;
}

.sec-movie {
  position: relative;
  background-color: #60c3e8;
}
.sec-movie-contents {
  position: relative;
  z-index: 2;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .sec-movie-contents {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.sec-movie-title {
  padding-bottom: 80px;
  font-size: 5.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-movie-title {
    padding-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 700;
  }
}
.sec-movie-box {
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 720px;
}

.bg-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bg-text {
    height: 100px;
  }
}
.bg-text .bg-text-item {
  -webkit-animation: infinity-loop 30s infinite linear;
          animation: infinity-loop 30s infinite linear;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  will-change: transform;
  font-size: 200px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  color: #50b4df;
}
@media screen and (max-width: 768px) {
  .bg-text .bg-text-item {
    font-size: 60px;
  }
}

@-webkit-keyframes infinity-loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.sec-header {
  width: 600px;
  height: 540px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  position: absolute;
  top: -80px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .sec-header {
    width: 250px;
    height: 240px;
    top: -40px;
  }
}
.sec-header .section-title {
  margin: 0 auto;
  padding: 30px;
  padding-top: 0;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(71, 82, 86, 0.2);
  gap: 14px;
}
.sec-header .section-title::before {
  content: attr(data-en);
  font-size: 10rem;
  line-height: 90px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-header .section-title {
    font-size: 1.6rem;
    gap: 0;
  }
  .sec-header .section-title::before {
    font-size: 4rem;
  }
}

.sec-works {
  position: relative;
}
.sec-works .sec-header .section-title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-works-contents {
  position: relative;
  z-index: 30;
  max-width: 1380px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 220px;
  padding-bottom: 180px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec-works-contents {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
.sec-works-boxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec-works-boxs {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-works-img {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-works-img {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.sec-works-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.sec-works-img:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  opacity: 0.3;
}
.sec-works-link {
  position: relative;
  padding: 22px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  text-shadow: 1px 1px 3px rgba(71, 82, 86, 0.2);
}
.sec-works-link .round-btn {
  top: 13px;
  right: 0;
  background-color: #f49a0d;
  border-color: #f49a0d;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-works-link .round-btn {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .sec-works-link {
    padding: 18px 50px;
    font-size: 2rem;
  }
}
.sec-works-box {
  width: calc(100% - 20px);
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (min-width: 769px) {
  .sec-works-box:nth-child(1) {
    margin-top: 0;
  }
  .sec-works-box:nth-child(2) {
    margin-top: 40px;
  }
  .sec-works-box:nth-child(3) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec-works-box:nth-child(1) {
    margin-right: auto;
  }
  .sec-works-box:nth-child(2) {
    margin-left: auto;
  }
  .sec-works-box:nth-child(3) {
    margin-right: auto;
  }
}
.sec-works-box:hover {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.sec-works-box:hover img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-works-box:hover .round-btn {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-animation: hover-arrow 0.4s ease-in 0s;
          animation: hover-arrow 0.4s ease-in 0s;
}

.sec-person {
  position: relative;
  background-color: #e9f4f8;
}
.sec-person .sec-header {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec-person .sec-header .section-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-person .sec-body {
  overflow: hidden;
}
.sec-person-contents {
  position: relative;
  z-index: 30;
  max-width: 1380px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 290px;
  padding-bottom: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec-person-contents {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.sec-person .person-item__inner {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.sec-person .person-item__inner:hover {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.sec-person .person-item__inner:hover img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-person .person-item__inner:hover .round-grd-btn {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-animation: hover-arrow 0.4s ease-in 0s;
          animation: hover-arrow 0.4s ease-in 0s;
}

.person-slide {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.person-slide__inner {
  width: 370px;
}
@media screen and (max-width: 768px) {
  .person-slide__inner {
    width: auto;
  }
}
.person-slide .swiper {
  overflow: visible;
}
.person-slide .swiper-slide {
  display: block;
  width: 370px;
  height: auto;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .person-slide .swiper-slide {
    width: 290px;
    margin-right: 20px;
  }
}
.person-slide .swiper-slide img {
  vertical-align: bottom;
}
.person-slide .swiper-slide.swiper-slide-active {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

.swiper-controller {
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .swiper-controller {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper-controller {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 999;
  place-content: center;
  width: 44px;
  height: 14px;
  top: 40px;
  cursor: pointer;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 12px;
  background: url(https://www.jp-noc.co.jp//recruit/assets/images/arrow-blu.svg) no-repeat 0 0;
  background-size: cover;
}

.swiper-button-prev {
  left: 0;
  right: auto;
}
.swiper-button-prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.swiper-button-next {
  left: auto;
  right: 0;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.swiper-pagination {
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  width: auto !important;
  bottom: auto !important;
  left: auto !important;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff !important;
  border: 2px solid #60c3e8 !important;
  opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #60c3e8 !important;
}

.sec-about {
  position: relative;
}
.sec-about .sec-header .section-title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-about-contents {
  position: relative;
  z-index: 30;
  max-width: 1380px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec-about-contents {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sec-about-boxs-01, .sec-about-boxs-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec-about-boxs-01, .sec-about-boxs-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-about-boxs-01 {
  margin-bottom: 30px;
}
.sec-about-boxs-01 .sec-about-img {
  overflow: hidden;
  position: relative;
}
.sec-about-boxs-01 .sec-about-img:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  opacity: 0.3;
}
.sec-about-boxs-01 .sec-about-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-about-boxs-01 .sec-about-link {
  position: relative;
  padding-right: 70px;
  line-height: 50px;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-about-boxs-01 .sec-about-link {
    font-size: 2rem;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.sec-about-boxs-01 .sec-about-link .round-btn {
  background-color: #f49a0d;
  border-color: #f49a0d;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-about-boxs-01 .sec-about-link .round-btn {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
@media screen and (min-width: 769px) {
  .sec-about-boxs-01 .sec-about-link .round-btn {
    top: -2px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-boxs-01 .sec-about-link .round-btn {
    bottom: -35px;
    left: 50%;
    margin-left: -18px;
  }
}
.sec-about-boxs-02 .sec-about-link {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-about-boxs-02 .sec-about-link {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.sec-about-boxs-02 .sec-about-box {
  position: relative;
  height: 250px;
  width: 100%;
  background: #60c3e8;
  background: -webkit-gradient(linear, left top, right top, from(#60c3e8), to(#52c4dc));
  background: -webkit-linear-gradient(left, #60c3e8 0%, #52c4dc 100%);
  background: linear-gradient(to right, #60c3e8 0%, #52c4dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#60c3e8", endColorstr="#52c4dc",GradientType=1 );
}
@media screen and (max-width: 768px) {
  .sec-about-boxs-02 .sec-about-box {
    height: auto;
    aspect-ratio: 43/20;
  }
}
.sec-about-boxs-02 .sec-about-box > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-about-boxs-02 .sec-about-box > a .round-grd-btn {
  position: absolute;
  left: 50%;
  bottom: 70px;
  margin-left: -25px;
}
@media screen and (max-width: 768px) {
  .sec-about-boxs-02 .sec-about-box > a .round-grd-btn {
    bottom: 35px;
    margin-left: -18px;
  }
}
.sec-about-boxs-02 .sec-about-box > a .round-grd-btn:after {
  -webkit-filter: grayscale(100%) brightness(500%) drop-shadow(1px 1px 3px rgba(71, 82, 86, 0.2));
          filter: grayscale(100%) brightness(500%) drop-shadow(1px 1px 3px rgba(71, 82, 86, 0.2));
}
.sec-about-box {
  position: relative;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-about-box {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.sec-about-box:hover .round-btn {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  -webkit-animation: hover-arrow 0.4s ease-in 0s !important;
          animation: hover-arrow 0.4s ease-in 0s !important;
}
.sec-about-box:hover .round-grd-btn {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  -webkit-animation: hover-arrow-trn 0.4s ease-in 0s !important;
          animation: hover-arrow-trn 0.4s ease-in 0s !important;
}