@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@font-face {
  font-family: "gen-g-b";
  src: url("/career-exp/assets/font/genjyuugothic-bold.woff2") format("woff2"), url("/career-exp/assets/font/genjyuugothic-bold.woff") format("woff");
  font-display: swap;
}
@-webkit-keyframes maskOut {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes maskOut {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
body#company-profile {
  padding-top: 20rem;
}
@media (max-width: 767px) {
  body#company-profile {
    padding-top: 12.5rem;
  }
}
body#company-profile #main {
  z-index: 1;
  position: relative;
}
body#company-profile #main h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  body#company-profile #main h1 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
body#company-profile h2 {
  font-size: 16rem;
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: -0.5rem;
  top: 0;
  line-height: 1;
  color: #abc3d6;
  opacity: 0.5;
  -webkit-transform: rotate(90deg) translate3d(-63%, 0, 0);
          transform: rotate(90deg) translate3d(-63%, 0, 0);
  z-index: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media (max-width: 767px) {
  body#company-profile h2 {
    font-size: 6rem;
  }
}
body#company-profile #content section .inner {
  margin: 0 auto 10rem;
  width: 100%;
  padding: 0 12.482%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  body#company-profile #content section .inner {
    width: 100%;
    margin: 0 auto 8rem;
    padding: 0 5%;
  }
}
body#company-profile #content section .inner:last-of-type {
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  body#company-profile #content section .inner:last-of-type {
    margin-bottom: 14rem;
  }
}
body#company-profile #content section .inner:nth-of-type(1), body#company-profile #content section .inner:nth-of-type(4) {
  position: relative;
}
body#company-profile #content section .inner:nth-of-type(1)::after, body#company-profile #content section .inner:nth-of-type(4)::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
  position: absolute;
  top: -11rem;
  left: 50%;
  z-index: -3;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-clip-path: polygon(0 0, 100% 20rem, 100% 100%, 0 calc(100% - 20rem));
          clip-path: polygon(0 0, 100% 20rem, 100% 100%, 0 calc(100% - 20rem));
  padding: 30rem 0 0rem;
}
@media (max-width: 767px) {
  body#company-profile #content section .inner:nth-of-type(1)::after, body#company-profile #content section .inner:nth-of-type(4)::after {
    top: -4rem;
    -webkit-clip-path: polygon(0 0, 100% 7rem, 100% 100%, 0 calc(100% - 7rem));
            clip-path: polygon(0 0, 100% 7rem, 100% 100%, 0 calc(100% - 7rem));
    padding-top: 12rem;
  }
}
body#company-profile #content section .inner:nth-of-type(4)::after {
  top: 0;
  padding-top: 22rem;
}
@media (max-width: 767px) {
  body#company-profile #content section .inner:nth-of-type(4)::after {
    top: 3rem;
    padding-top: 10rem;
  }
}
body#company-profile #content section .inner h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  body#company-profile #content section .inner h3 {
    font-size: 2rem;
  }
}
body#company-profile .bl_box {
  padding: 0rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f9f9f9;
  background-color: rgba(249, 249, 249, 0.7);
}
@media (max-width: 767px) {
  body#company-profile .bl_box {
    padding: 1rem 1.2rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
  }
}
body#company-profile .bl_box .bl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  text-align: justify;
  padding: 1.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 0.1rem #d5d8db;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  body#company-profile .bl_box .bl_list {
    padding: 1.2rem 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
body#company-profile .bl_box .bl_list:last-of-type {
  border-bottom: none;
}
body#company-profile .bl_box .bl_list > dt {
  font-size: 1.7rem;
  font-weight: bold;
  width: 20rem;
}
@media (max-width: 767px) {
  body#company-profile .bl_box .bl_list > dt {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    padding-right: 1rem;
  }
}
body#company-profile .bl_box .bl_list > dd {
  font-size: 1.6rem;
  width: calc(100% - 20rem);
}
@media (max-width: 767px) {
  body#company-profile .bl_box .bl_list > dd {
    width: 100%;
    font-size: 1.2rem;
  }
}
body#company-profile .bl_box .bl_list > dd a {
  text-decoration: underline;
}
body#company-profile .bl_box .bl_list > dd dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  body#company-profile .bl_box .bl_list > dd dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body#company-profile .bl_box .bl_list > dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
body#company-profile #welfare .bl_box {
  margin-bottom: 3rem;
  padding: 0;
}
@media (max-width: 767px) {
  body#company-profile #welfare .bl_box {
    padding: 0;
  }
}
body#company-profile #welfare .bl_box:last-of-type {
  margin-bottom: 0;
}
body#company-profile #welfare .bl_box .bl_list {
  padding: 0;
}
@media (max-width: 767px) {
  body#company-profile #welfare .bl_box .bl_list {
    padding: 0;
  }
}
body#company-profile #welfare .bl_box .bl_list > dt {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 3rem 0 0;
  width: 22.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 4rem;
}
@media (max-width: 767px) {
  body#company-profile #welfare .bl_box .bl_list > dt {
    width: 100%;
    margin-right: 0;
    padding: 1rem 0 2rem 0;
  }
}
body#company-profile #welfare .bl_box .bl_list > dt span {
  position: relative;
  z-index: 1;
}
body#company-profile #welfare .bl_box .bl_list > dt::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
          clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  background-color: #E64737;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  body#company-profile #welfare .bl_box .bl_list > dt::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  }
}
body#company-profile #welfare .bl_box .bl_list dd {
  padding: 2rem 2rem 3rem 0rem;
}
@media (max-width: 767px) {
  body#company-profile #welfare .bl_box .bl_list dd {
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}