/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
}
#page-ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #111111;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right top;
  animation: 0.8s colorFlow forwards;
}
#page-ttl .pgttl-bgimg {
  width: 100%;
  height: 25vw;
}
@media screen and (max-width: 1599px) {
  #page-ttl .pgttl-bgimg {
    height: 31.25vw;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-bgimg {
    height: 43.75vw;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-bgimg {
    height: 300px;
  }
}
#page-ttl .pgttl-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-ttl .pgttl-bgimg::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.3333333333vw;
  height: 25vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  opacity: 0;
  animation: 0.4s colorFlow-opacity forwards 0.4s;
}
@media screen and (max-width: 1599px) {
  #page-ttl .pgttl-bgimg::before {
    height: 31.25vw;
  }
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg::before {
    width: 50vw;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-bgimg::before {
    width: 58.3333333333vw;
    height: 43.75vw;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-bgimg::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 48% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 48% 100%, 0% 100%);
    width: 200px;
    height: 300px;
  }
}
#page-ttl .pgttl-txt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 7.5rem);
  opacity: 0;
  animation: 0.4s colorFlow-opacity forwards 0.4s;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-txt {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-txt {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-txt {
    width: calc(100% - 40px);
  }
}

.__breadcrumbs {
  color: #fff;
  background-color: #d90000;
  padding: 0.2em 0;
}
@media screen and (max-width: 991px) {
  .__breadcrumbs {
    padding: 0.4em 0;
  }
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  .__breadcrumbs ul {
    width: calc(100% - 3.75rem);
  }
}
@media screen and (max-width: 1199px) {
  .__breadcrumbs ul {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__breadcrumbs ul {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__breadcrumbs ul {
    width: calc(100% - 40px);
  }
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  font-size: 0.9em;
}
.__breadcrumbs ul li::after {
  content: ">";
  margin: 0 1em;
}
.__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__page-intro {
  background: linear-gradient(90deg, #fff, #f8f8f8);
  padding: 3.75rem 0;
}
@media screen and (max-width: 1599px) {
  .__page-intro {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 1199px) {
  .__page-intro {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .__page-intro {
    padding: 40px 0;
  }
}
.__page-intro h3 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.4em;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  border-bottom: solid 1px #111111;
}
.__page-intro h3 em {
  color: #e60000;
}

@media screen and (max-width: 1199px) {
  .content-wrap.__style02 {
    align-items: center;
  }
}
.content-wrap.__style02 .sec-img {
  width: 31.875rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__style02 .sec-img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__style02 .sec-img {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.content-wrap.__style02 .sec-txt {
  width: calc(100% - 31.875rem - 3.75rem);
}
@media screen and (max-width: 1599px) {
  .content-wrap.__style02 .sec-txt {
    width: calc(100% - 31.875rem - 5rem);
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__style02 .sec-txt {
    width: 100%;
  }
}

.__overview-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__overview-table dl {
    display: block;
  }
}
.__overview-table dl dt {
  color: #cc0000;
  font-size: 1.125em;
  font-weight: 900;
  width: 12em;
  padding: 2em 0;
  border-bottom: solid 3px #111111;
}
@media screen and (max-width: 767px) {
  .__overview-table dl dt {
    width: 100%;
    padding: 1.6em 0;
    border-bottom: none;
  }
}
.__overview-table dl dd {
  font-size: 1.125em;
  width: calc(100% - 12em);
  padding: 2em 0;
  padding-left: 2em;
  border-bottom: solid 1px #111111;
}
@media screen and (max-width: 767px) {
  .__overview-table dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.6em;
    padding-left: 0;
  }
}
.__overview-table dl:nth-of-type(1) dt, .__overview-table dl:nth-of-type(1) dd {
  padding-top: 0;
}

/* works.html
---------------------------------------------------- */
.sec-works01 {
  padding-top: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-works01 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-works01 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-works01 {
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works01 {
    padding-top: 40px;
  }
}
.sec-works01 .sec-img {
  width: 48.4375vw;
  height: 36.4583333333vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
@media screen and (max-width: 1599px) {
  .sec-works01 .sec-img {
    height: 45.5729166667vw;
  }
}
@media screen and (max-width: 1199px) {
  .sec-works01 .sec-img {
    width: 72.65625vw;
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-works01 .sec-img {
    width: 84.765625vw;
    height: 63.8020833333vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works01 .sec-img {
    height: 72.9166666667vw;
  }
}
.sec-works01 .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-works01 .sec-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-works01 .sec-content {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-top: 0;
  }
}
.sec-works01 .sec-content .content-wrap {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-works01 .sec-content .content-wrap {
    margin-left: 0;
  }
}
.sec-works01 .sec-content .content-wrap .content-inner h3 {
  font-size: 3em;
  line-height: 1.4em;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-works01 .sec-content .content-wrap .content-inner h3 {
    font-size: 2.125em;
  }
}
.sec-works01 .sec-content .content-wrap .content-inner h3::before {
  color: #e60000;
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.125em;
}
.sec-works01 .sec-content .content-wrap .content-inner h3 span.__sub {
  display: block;
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-works01 .sec-content .content-wrap .content-inner h3 span.__sub {
    margin-top: 0.4em;
  }
}

.sec-works02 {
  padding-top: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-works02 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-works02 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sec-works02 {
    padding-top: 48px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works02 {
    padding-top: 40px;
  }
}
.sec-works02 .sec-content {
  padding: 2.5rem 0;
}
@media screen and (max-width: 1599px) {
  .sec-works02 .sec-content {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec-works02 .sec-content {
    padding: 40px 0;
  }
}
.sec-works02 .sec-content:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.sec-works02 .sec-content:nth-of-type(even) .content-wrap {
  flex-direction: row-reverse;
}
.sec-works02 .sec-content .content-wrap .sec-txt h3 {
  font-size: 1em;
}

/* recruit.html
---------------------------------------------------- */
.sec-recruit01 {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-recruit01 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit01 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit01 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 {
    padding-bottom: 72px;
  }
}
.sec-recruit01 .content-txt p {
  line-height: 2em;
}

.sec-recruit02 {
  color: #fff;
  background-image: url(../images/recruit/schedule-bgimg.jpg);
  background-size: cover;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-recruit02 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit02 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit02 {
    padding-bottom: 72px;
  }
}
.sec-recruit02 .sec-ttl {
  margin-top: 1em;
}
.sec-recruit02 .sec-ttl span.__note {
  color: #c1c1c1;
  font-size: 0.9em;
  margin-top: 1em;
}
.sec-recruit02 .schedule-list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-recruit02 .schedule-list {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .schedule-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .schedule-list {
    margin-top: 48px;
  }
}
.sec-recruit02 .schedule-list ul .schedule-list-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-recruit02 .schedule-list ul .schedule-list-item {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .schedule-list ul .schedule-list-item {
    padding-top: 60px;
  }
}
.sec-recruit02 .schedule-list ul .schedule-list-item:nth-of-type(1) {
  padding-top: 0;
}
.sec-recruit02 .schedule-list ul .schedule-list-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: 10px;
  width: 1px;
  height: 100%;
  background-color: #c1c1c1;
}
.sec-recruit02 .schedule-list ul .schedule-list-item .item-point::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e60000;
}
.sec-recruit02 .schedule-list ul .schedule-list-item .item-inner {
  width: calc(100% - 20px - 2em);
}
@media screen and (max-width: 991px) {
  .sec-recruit02 .schedule-list ul .schedule-list-item .item-inner {
    width: calc(100% - 20px - 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .schedule-list ul .schedule-list-item .item-inner {
    width: calc(100% - 20px - 20px);
  }
}
.sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-name span {
  font-size: 1.5em;
  display: inline;
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-name span {
    font-size: 1.25em;
  }
}
.sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-name span.__time {
  font-family: "Teko", sans-serif;
  font-family: "Teko", sans-serif;
  margin-right: 0.6em;
}
.sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-name span.__txt {
  font-size: 2em;
}
.sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.4em;
}
@media screen and (max-width: 991px) {
  .sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-content {
    display: block;
  }
}
.sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-content .item-img {
  width: 23.4375rem;
  aspect-ratio: 3/2;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 4px 4px 12px -6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 991px) {
  .sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-content .item-img {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-content .item-img {
    width: 100%;
  }
}
.sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-content .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-content .item-detail {
  font-size: 1.125em;
  line-height: 2em;
  width: calc(100% - 23.4375rem - 3.75rem);
}
@media screen and (max-width: 1599px) {
  .sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-content .item-detail {
    width: calc(100% - 23.4375rem - 5rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit02 .schedule-list ul .schedule-list-item .item-inner .item-content .item-detail {
    width: 100%;
    margin-top: 1em;
  }
}

.sec-recruit03 {
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  .sec-recruit03 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit03 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit03 {
    padding-top: 72px;
  }
}
.sec-recruit03 .sec-img {
  width: 48.4375vw;
  height: 36.4583333333vw;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  margin-left: auto;
}
@media screen and (max-width: 1599px) {
  .sec-recruit03 .sec-img {
    height: 41.015625vw;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit03 .sec-img {
    width: 72.65625vw;
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit03 .sec-img {
    width: 84.765625vw;
    height: 63.8020833333vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .sec-img {
    height: 72.9166666667vw;
  }
}
.sec-recruit03 .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-recruit03 .sec-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .sec-recruit03 .sec-content {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-top: 0;
  }
}

.sec-recruit04 {
  color: #fff;
  background-color: #cc0000;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1599px) {
  .sec-recruit04 {
    padding-bottom: 12.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit04 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit04 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit04 {
    padding-bottom: 72px;
  }
}
.sec-recruit04 .sec-ttl {
  margin-top: 1em;
}
.sec-recruit04 .recruitment-list {
  color: #111111;
  background-color: #fff;
  border-radius: 4px;
  padding: 4em 7.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-recruit04 .recruitment-list {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit04 .recruitment-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit04 .recruitment-list {
    margin-top: 48px;
  }
}
.sec-recruit04 .recruitment-list dl dd span.__small {
  font-size: 0.9em;
}
.sec-recruit04 .recruit-message {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-recruit04 .recruit-message {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit04 .recruit-message {
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit04 .recruit-message {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit04 .recruit-message {
    margin-top: 72px;
  }
}
.sec-recruit04 .recruit-message h3 {
  text-align: center;
  font-size: 2em;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  .sec-recruit04 .recruit-message h3 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit04 .recruit-message h3 {
    font-size: min(5.6vw, 1.75em);
    line-height: 2em;
  }
}
.sec-recruit04 .recruit-message h3 em {
  color: #111111;
}
.sec-recruit04 .recruit-message .__linkbtn {
  margin: 0 auto;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-recruit04 .recruit-message .__linkbtn {
    width: 100%;
  }
}

/* benefit.html
---------------------------------------------------- */
.sec-benefit01 .sec-ttl, .sec-benefit02 .sec-ttl {
  padding-bottom: 1em;
  border-bottom: solid 1px #111111;
}
.sec-benefit01 .sec-content, .sec-benefit02 .sec-content {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-benefit01 .sec-content, .sec-benefit02 .sec-content {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-benefit01 .sec-content, .sec-benefit02 .sec-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-benefit01 .sec-content, .sec-benefit02 .sec-content {
    margin-top: 48px;
  }
}
.sec-benefit01 .content-wrap, .sec-benefit02 .content-wrap {
  align-items: flex-start;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-benefit01 .content-wrap, .sec-benefit02 .content-wrap {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-benefit01 .content-wrap, .sec-benefit02 .content-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-benefit01 .content-wrap, .sec-benefit02 .content-wrap {
    margin-top: 48px;
  }
}
.sec-benefit01 .content-wrap:nth-of-type(2n), .sec-benefit02 .content-wrap:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.sec-benefit01 .content-wrap .sec-txt, .sec-benefit02 .content-wrap .sec-txt {
  margin-left: 0;
  margin-right: 0;
}
.sec-benefit01 .content-wrap .sec-txt h3, .sec-benefit02 .content-wrap .sec-txt h3 {
  font-size: 2.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .sec-benefit01 .content-wrap .sec-txt h3, .sec-benefit02 .content-wrap .sec-txt h3 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-benefit01 .content-wrap .sec-txt h3, .sec-benefit02 .content-wrap .sec-txt h3 {
    font-size: min(5.6vw, 1.75em);
  }
}
.sec-benefit01 .content-wrap .sec-txt h3::before, .sec-benefit02 .content-wrap .sec-txt h3::before {
  color: #c1c1c1;
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.125em;
}
.sec-benefit01 .content-wrap .sec-txt ul, .sec-benefit02 .content-wrap .sec-txt ul {
  margin-top: 1em;
}
.sec-benefit01 .content-wrap .sec-txt ul li, .sec-benefit02 .content-wrap .sec-txt ul li {
  margin-top: 0.4em;
}

.sec-benefit02 {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-benefit02 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-benefit02 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-benefit02 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-benefit02 {
    padding-bottom: 72px;
  }
}

.benefit-pom {
  position: relative;
}
.benefit-pom .pom-bgimg {
  width: 100%;
  height: 20.8333333333vw;
}
@media screen and (max-width: 1599px) {
  .benefit-pom .pom-bgimg {
    height: 26.0416666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .benefit-pom .pom-bgimg {
    height: 36.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .benefit-pom .pom-bgimg {
    height: 360px;
  }
}
.benefit-pom .pom-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.benefit-pom .pom-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .benefit-pom .pom-inner {
    margin-top: -30px;
  }
}
.benefit-pom .pom-inner h3 {
  font-size: 3em;
  font-weight: 900;
  line-height: 1.4em;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  .benefit-pom .pom-inner h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .benefit-pom .pom-inner h3 {
    font-size: 2em;
  }
}
.benefit-pom .pom-inner h3::before {
  color: #fff;
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.125em;
}
.benefit-pom .pom-inner p span.__small {
  font-size: 0.9em;
}

/* training.html
---------------------------------------------------- */
.sec-training {
  padding-top: 5rem;
}
@media screen and (max-width: 1599px) {
  .sec-training {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-training {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-training {
    padding-top: 72px;
  }
}
.sec-training .sec-img {
  width: 48.4375vw;
  height: 36.4583333333vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
@media screen and (max-width: 1599px) {
  .sec-training .sec-img {
    height: 41.015625vw;
  }
}
@media screen and (max-width: 1199px) {
  .sec-training .sec-img {
    width: 72.65625vw;
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-training .sec-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
    width: 84.765625vw;
    height: 51.0416666667vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-training .sec-img {
    height: 72.9166666667vw;
  }
}
.sec-training .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-training .sec-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-training .sec-content {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-top: 0;
  }
}
.sec-training .sec-content .content-wrap {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-training .sec-content .content-wrap {
    margin-left: 0;
  }
}
.sec-training .sec-content .content-wrap .sec-ttl {
  padding-bottom: 1em;
  border-bottom: solid 1px #111111;
}
.sec-training .sec-content .content-wrap .content-inner {
  margin-top: 1.5em;
}

/* company.html
---------------------------------------------------- */
.sec-company01 {
  color: #fff;
  background-color: #333333;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-company01 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-company01 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-company01 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 {
    padding-bottom: 72px;
  }
}
.sec-company01 .overview-list {
  color: #111111;
  background-color: #fff;
  border-radius: 4px;
  padding: 4em 7.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-company01 .overview-list {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-company01 .overview-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 .overview-list {
    margin-top: 48px;
  }
}/*# sourceMappingURL=sub.css.map */