@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
*, *::before, *::after {
  box-sizing: border-box;
}
/* 共通 
============================================================================= */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}
body, p, h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Noto Sans JP", sans-serif;
  /*  font-size: max(0.9vw, 1.1em);*/
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  overflow-x: hidden;
}
h1, h2, h3 {
  font-family: "Murecho", sans-serif;
}
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}
li {
  list-style: none;
}
main.main {
  overflow: hidden;
}
.vk_button, .vk-button, .vk_button-link, [class*="vk_button-style"], [class*="vk_button-color"] {
  all: unset !important;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
ol {
  padding: 0;
}
.ma15 .vk_block-margin-xxl--margin-top {
  margin-top: 15rem !important;
}
.ma20 .vk_block-margin-xxl--margin-top {
  margin-top: 20rem !important;
}
.ma25 .vk_block-margin-xxl--margin-top {
  margin-top: 25rem !important;
}
/* header 
============================================================================= */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: .4s;
}
#header div.headerinner {
  display: grid;
  grid-template-columns: max(22vw, 11rem) minmax(0, 1fr);
  place-items: center start;
  padding: max(1vw, 1.25rem);
  gap: max(2vw, 1.25rem);
  transition: .4s;
  background: #ffffff14;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(22px);
  margin: max(2vw, 1.25rem);
  border-radius: 10px
}
.h-menu {
  display: none;
}
figure.logo {
  margin: 0;
}
figure.logo img {
  width: max(20vw, 35rem);
}
.headerNav_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1.5em;
  font-size: max(0.9vw, 1em);
  transition: .4s;
  width: 100%;
}
.headerNav_list {
  position: relative;
}
.subMenu_child_nav_list_wrapper {
  display: none;
  position: absolute;
  min-width: 300px;
  z-index: 100;
  right: -8rem;
  left: -8rem;
  width: max-content;
  margin: auto;
  padding: 16px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background-color: #ffffffb3;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, .1);
  box-shadow: 8px 8px 8px #0000001a;
}
.headerNav_list:hover .subMenu_child_nav_list_wrapper {
  display: block;
}
.subMenu_child_nav_list a {
  display: flex;
  padding: 15px 15px;
  text-decoration: none;
  color: #333;
  font-family: "Murecho", sans-serif;
  font-weight: 700;
}
.subMenu_child_nav_list a:hover {
  background: #f0f0f0;
}
.headerNav_btn span {
  display: inline-block;
  width: max(8vw, 5rem);
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  line-height: 2.2rem;
}
.headerNav_btn {
  display: flex !important;
  align-items: center;
  flex: 0 0 auto;
}
.headerNav_btn .fa-caret-right:before {
  content: "\f0da";
  font-size: max(1.5vw, 1.25em);
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #444444;
}
li.subMenu_child_nav_list a span {
  padding-left: 1.5rem;
}
.header_ctabtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 56px;
  padding: 0 24px;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 56px;
  cursor: pointer;
}
.header_ctabtn a {
  color: #fff;
}
.headerNav_Entrybtn {
  border: 1px solid #000000;
  background-color: #000000;
}
.header_ctabtn .fa-caret-right:before {
  content: "\f0da";
  font-size: max(1.5vw, 1.25em);
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #ffffff;
}
.headerNav_Contactbtn {
  border: 1px solid #E60018;
  background-color: #E60018;
}
.subMenu_child_nav_list .fa-caret-right:before {
  content: "\f0da";
  font-size: max(1vw, 1.25em);
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #444444;
}
img.header_arrow {
  width: .7vw;
}
img.header_subarrow {
  width: .6vw;
}
a.home {
  color: white;
}
ul.nonstyle.breadcrumbs-wrap {
  color: white;
  margin: 5vw 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
}
ul.nonstyle.breadcrumbs-wrap li:not(:first-child)::before {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/ngwrecruit/img/svg/arrow-white.svg);
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0 2em;
}
.navinner {
  display: none;
}
/* topslide
============================================================================= */
ul.swiper-wrapper {
  margin: 0;
  width: auto;
}
li.swiper-slide {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
li.swiper-slide img {
  width: 100%;
  filter: brightness(0.78);
  transition: filter .25s ease;
  height: 100dvh;
  object-fit: cover;
}
.sp-swiper {
  display: none;
}
.swiper-pagination-bullet, .swiper-pagination-bullet-active {
  background: none !important;
  outline: 0 !important;
}
section.slide {
  position: relative;
}
.slide_under {
  position: absolute;
  width: 100%;
  height: 12vw;
  z-index: 5;
  background: white;
  bottom: calc(-10vw);
}
.slide_block {
  position: absolute;
  width: 30%;
  height: 20%;
  z-index: 5;
  bottom: calc(2vw);
  border-radius: 0 10px 0 0;
  background: white;
}
img.curve_f {
  width: 100%;
  height: auto;
  display: block;
}
.slide_curve {
  position: absolute;
  z-index: 5;
  width: .8%;
  height: auto;
  left: calc(29.99%);
  bottom: calc(1.9vw);
  transform: rotate(90deg);
}
.swiper-pagination {
  left: 9% !important;
  text-align: left !important;
  bottom: 14vw !important;
  height: 30px !important;
  z-index: 9 !important;
}
.copytxt {
  position: absolute;
  padding: 0 1vw 0 0;
  width: 100%;
  z-index: 2;
  top: -17vw;
}
.copytxt img {
  width: 60%;
  display: block;
  margin: 0 0 0 auto;
}
.toprecruit-btn {
  width: max(21.5vw, 25rem);
  background: #E60018;
  background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
  background-repeat: repeat;
  background-size: 10.4166666667vw auto;
  background-blend-mode: multiply;
  padding: 2vw 3vw;
  border-radius: 10px;
}
.recruitbtn-ttl p {
  font-family: "Outfit", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
.recruitbtn-sub p {
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 2.5;
  font-size: 3rem;
  border-top: 1px solid #fff;
}
.toprecruit-wrap {
  position: absolute;
  z-index: 6;
  top: -60%;
  left: 4%;
}
.copytxt_wrap {
  position: relative;
  width: 100%;
  z-index: 6;
}
span.swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0 1vw !important;
  background: none;
  border-radius: 0;
  opacity: 1;
  display: inline-flex;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.swiper-pagination-bullet-active {
  border-bottom: 2px solid #fff;
}
/*
span.swiper-pagination-bullet-active{
	content: "";
  display: block;
  width: 100%;  バレットの幅に合わせる 
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  transform: translateY(5px);
}

*/
.slide_curve_sp {
  display: none;
}
/* about
============================================================================= */
section.about {
  position: relative;
  z-index: 5;
  background: #fff;
}
/*
.about_copy_inner {
  position: absolute;
  top: 8%;
}
*/
.about_copy_inner span {
  line-height: 1.3;
  font-family: "Murecho", sans-serif;
  font-weight: 800;
  font-size: 5.5rem;
  color: #E60018;
  position: relative;
  z-index: 1;
}
.about_wrap {
  position: relative;
  margin-left: 7vw;
  margin-top: 15vw;
  width: calc(100% - 6vw);
  z-index: 6;
  margin-bottom: 16vw;
}
.about_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3vw;
  width: 100%;
  position: relative;
  z-index: 1;
}
.about_txt_inner {
  position: relative;
  width: 35%;
  color: #E60018;
  font-size: 1vw;
  line-height: 1.8vw;
  font-family: "Murecho", sans-serif;
  margin-top: 5rem;
}
.about_back {
  content: "";
  position: absolute;
  right: 0;
  width: calc(100% - 48vw);
  height: 65vw;
  border-radius: max(.5vw, .5em) 0 0 max(.5vw, .5em);
  background: #E60018;
  background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
  background-repeat: repeat;
  background-size: 10.4166666667vw auto;
  background-blend-mode: multiply;
  z-index: 5;
  top: -22vw;
}
.aboutcopytxt_wrap {
  position: relative;
  padding: 0 0 1vw 21vw;
  width: 100%;
  z-index: 6;
  margin-top: -6rem;
}
.about_img_inner img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.about_img_inner {
  position: absolute;
  width: 60vw;
  border-radius: 10px 0 0 10px;
  right: 0;
  top: -10%;
}
.aboutcopytxt img {
  width: 100%;
}
img.toprec_arrow {
  width: 1vw;
  transform: rotate(90deg);
  margin-left: 3rem;
}
.curve img {
  width: 100%;
  height: auto;
  display: block;
}
.curve {
  position: absolute;
  left: calc(47.01vw);
  bottom: calc(0vw);
  width: 1%;
  height: auto;
  z-index: 5;
  transform: rotate(270deg);
}
.aboutcopytxt_sp {
  display: none;
}
/* ourgroup
============================================================================= */
section.ourgroup {
  position: relative;
  background: #E60018;
  color: #fff;
  z-index: 6;
  padding: 5vw 0 10vw;
  background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
  background-repeat: repeat;
  background-size: 10.4166666667vw auto;
  background-blend-mode: multiply;
}
.og_wrap {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
}
.og_inner {
  display: flex;
  align-items: end;
  gap: 3vw;
  padding-bottom: 4vw;
}
span.ttl_ja {
  font-size: 3rem;
  font-weight: 900;
  font-family: "Murecho", sans-serif;
}
span.ttl_en {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 15rem;
  font-weight: 800;
  line-height: 1;
}
.og_txt_inner {
  font-size: 1vw;
  line-height: 1.8vw;
}
.og_img_inner {
  background: #fff;
  padding: 3vw 0 1dvh 4vw;
  width: calc(100% - 8vw);
  border-radius: 0 10px 10px 0;
}
.og_img_inner img {
  width: 95%;
}
/* company
============================================================================= */
section.company {
  position: relative;
}
.com_ttl_inner {
  color: #E60018;
  display: flex;
  flex-direction: column;
}
.com_inner {
  width: 50%;
}
.com_wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  padding: 4vw max(8vw, 1.75rem) 16vw;
}
li.accordion_item {
  background: #E60018;
  background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
  background-repeat: repeat;
  background-size: 10.4166666667vw auto;
  background-blend-mode: multiply;
  color: #fff;
  margin-bottom: 1vw;
}
.accordion_txt_inner {
  padding: 0 2vw 2vw;
}
h3.accordion_ttl {
  color: #fff;
  font-size: 1.5vw;
}
p.accordion_txt {
  color: #fff;
  padding: 2vw 0 6rem;
  font-size: 1vw;
}
ul.ul_company {
  margin-top: 5vw;
  padding: 0;
  height: 45rem;
}
figure.com_img_inner {
  position: absolute;
  padding: 3vw 0 10dvh 4vw;
  width: calc(100% - -6vw);
  z-index: -1;
}
/*
.com_back:before {
  content: "";
  position: absolute;
  margin-left: 0;
  padding: 10vw 4vw 85vw;
  background: #E60018;
  background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
  background-repeat: repeat;
  background-size: 10.4166666667vw auto;
  background-blend-mode: multiply;
  z-index: -2;
  top: -40%;
}
*/
.com_back {
  position: absolute;
  top: 0;
  left: 0; /* margin-left: 0 대신 left: 0 권장 */
  width: 8%;
  height: 100%;
  z-index: -2;
  background-color: #E60018;
  background-image: url("/wp-content/themes/ngwrecruit/img/texture02.png");
  background-repeat: repeat;
  background-size: 10.4166666667vw auto;
  background-blend-mode: multiply;
}
.accordion_link_wrap {
  display: flex;
  justify-content: right;
}
.accordion_link_wrap a {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 3vw;
  padding: 1rem;
  width: 50%;
}
.accordion_link_wrap span {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.fa-caret-square-right:before, .fa-square-caret-right:before {
  content: "\f152";
  font-size: max(1.8vw, 1.25em);
  font-family: "Font Awesome 6 Free";
  color: #ffffff;
}
.accordion_ttl_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw;
}
.accordion_ttl_inner:after {
  content: "＋";
  display: grid;
  place-items: center;
  width: 3.75rem;
  height: 4.55rem;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  transition: .4s;
}
.accordion_ttl_inner.open:after {
  content: "−";
}
img.accordion_arrow {
  width: 13%;
}
.com_copytxt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.com_copytxt {
  width: 85vw;
}
.com_copytxt_wrap {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: -1;
}
img.com_img {
  width: 70vw;
}
.com_curve01 img {
  width: 100%;
  height: auto;
  display: block;
}
.com_curve01 {
  position: absolute;
  width: 1%;
  transform: rotate(90deg);
  left: 8vw;
}
.com_curve02 img {
  width: 100%;
  height: auto;
  display: block;
}
.com_curve02 {
  position: absolute;
  width: 1%;
  bottom: 0;
  left: 8vw;
}
/* business
============================================================================= */
section.business {
  position: relative;
}
.biz_ttl_inner {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2vw;
}
.biz_ttl_wrap {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem) 5vw;
}
.biz_wrap {
  background: #E60018;
  background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
  background-repeat: repeat;
  background-size: 10.4166666667vw auto;
  background-blend-mode: multiply;
  padding: 10vw 0 23vw;
}
.biz_txt_inner {
  color: #fff;
  font-size: 1vw;
  line-height: 1.8vw;
  text-align: center;
}
.biz_slide_ttl_wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.biz_slide_ttl {
  display: flex;
  flex-direction: column;
  background: #E60018;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  margin-left: 1vw;
}
.biz_slide_subttl {
  display: flex;
  flex-direction: column;
  background: #E60018;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  margin-left: 1vw;
  position: absolute;
}
.bottom1 {
  bottom: 34%;
}
.bottom2 {
  bottom: 27%;
}
img.biz_slide_img {
  width: 100%;
}
span.biz_slide_ttl_en, span.biz_slide_subttl_en {
  font-size: 1.8rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}
span.biz_slide_ttl_ja, span.biz_slide_subttl_ja {
  font-size: 3.5rem;
  line-height: 1;
  font-family: "Murecho", sans-serif;
}
img.biz_slide_arrow {
  width: 10%;
  margin-right: 1vw;
}
.biz-slide_wrapper {
  transition-timing-function: linear !important;
}
.biz_slide {
  padding: 1vw !important;
}
.scroll_wrap {
  position: absolute;
  bottom: 10%;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 3;
}
.loop {
  animation: infinity-loop 60s linear infinite;
  width: 100%;
  padding-right: 6vw;
}
.loop2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: infinity-loop 60s -30s linear infinite;
}
@keyframes infinity-loop {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.scrollback_wrap {
  position: absolute;
  bottom: 2%;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 3;
}
.loop_back {
  animation: infinity-loop-back 60s linear infinite;
  width: 100%;
  padding-right: 6vw;
}
.loop2_back {
  position: absolute;
  top: 0;
  left: 0;
  animation: infinity-loop-back 60s -30s linear infinite;
}
@keyframes infinity-loop-back {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.loop img, .loop2 img, .loop_back img, .loop2_back img {
  width: 100%;
}
/* recruit
============================================================================= */
section.recruit {
  padding: 5vw 5vw 10vw;
}
img.re_human01, img.re_human02 {
  width: 100%;
  display: block;
}
.re_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #E60018;
}
.re_left-human {
  display: flex;
}
.re_hum-left, .re_hum-right {
  position: absolute;
}
img.re_human01 {
  z-index: 3;
  position: relative;
}
.re_hum-left {
  bottom: 0;
  left: -8rem;
  width: 20vw;
  z-index: 0;
}
.re_hum-right {
  bottom: 0;
  width: 17vw;
  left: 25rem;
}
.re_inner_box {
  display: flex;
  justify-content: end;
  background-color: #E60018;
  border-radius: 10px;
  height: 38rem;
  padding: 5rem 5rem;
  position: relative;
  background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
  background-repeat: repeat;
  background-size: 10.4166666667vw auto;
  background-blend-mode: multiply;
}
img.re_btn-arrow {
  width: 100%;
  display: block;
}
.re_btn-icon {
  width: 5%;
}
.re_right {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.re_inner {
  margin-top: 10rem;
}
.re_txt {
  color: white;
  font-size: 1vw;
  line-height: 2;
}
.re_btn-txt {
  display: flex;
  flex-direction: column;
}
span.re_btn-jp {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Murecho", sans-serif;
}
span.re_btn-en {
  font-weight: 700;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}
.re_btn_box {
  display: flex;
  gap: 2rem;
}
.re_new-btn, .re_career-btn {
  width: 100%;
}
.re_new-btn a, .re_career-btn a {
  display: flex;
  border: 1px solid white;
  padding: 3rem 2rem;
  justify-content: space-between;
  border-radius: 10px;
  align-items: center;
  color: white;
  transition: all .3s ease;
  width: 100%;
}
.triangle-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid currentColor; /* currentColor = 현재 글자색 */
  transition: transform .3s ease, color .3s ease;
}
.re_new-btn a:hover, .re_career-btn a:hover {
  background-color: white;
  color: #E60018;
  border-color: white;
}
.re_new-btn a:hover .triangle-arrow, .re_career-btn a:hover .triangle-arrow {
  transform: translateX(4px);
}
.recruittop-btns {
  width: 60%;
}
.recruittop-btns a {
  padding: 3rem 2rem;
  border: 1px solid white;
  transition: 0.3s;
  background: transparent;
}
.recruittop-btns a strong {
  display: flex;
  gap: 2rem;
  font-size: 2.5rem;
  align-items: center;
  transition: 0.3s;
  font-family: "Murecho", sans-serif;
  justify-content: center;
}
.recruittop-btns a strong::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #ffffff;
  transition: 0.3s;
  transform: translateX(0);
}
.recruittop-btns a:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.recruittop-btns a:hover strong {
  color: #E60018;
}
.recruittop-btns a:hover strong::after {
  border-left-color: #E60018;
  transform: translateX(6px);
}
.recruittop-btns_box {
  justify-content: center;
}
.recruittop-page_title {
  font-size: 6rem;
  font-weight: 800;
  line-height: 2;
  color: #fff;
  font-family: "Murecho", sans-serif;
}
.recruittop-box {
  gap: 10rem;
}
.recruittop-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.recruittop-txtcol {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.recruittop-txtcol p {
  color: #fff;
}
/* 下層ページ
============================================================================= */
main.page-main {
  background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
  background-repeat: repeat;
  background-size: 10.4166666667vw auto;
  background-blend-mode: multiply;
  background-color: #E60018;
  position: relative;
}
.contents-wrep {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem) 30rem;
}
.page-ttl-wrap {
  position: relative;
  padding-top: max(12vw, 12rem);
  margin-bottom: max(20vw, 3rem);
}
.page-ttl-wrap span.en {
  font-size: 8rem;
  line-height: 1.3;
  letter-spacing: .03em;
  font-weight: 700;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  color: #fff;
}
.sub-left {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem) 30rem;
}
span.jp {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  font-size: max(1.4vw, 1.125em);
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.sub-page-img {
  position: absolute;
  margin: -12vw auto;
  height: 25vw;
  overflow: hidden;
  width: 98vw;
  margin-left: calc((100% - 98vw) / 2);
  background-color: white;
  border-radius: 10px;
}
.recruittop .sub-page-img img {
  width: 100%;
  position: relative;
  top: -21rem;
}
.sub-page-img img {
  width: 100%;
  position: relative;
  top: -35rem;
}
.newgra_btn a {
  width: 65%;
  border-radius: 0;
  padding: 1vw 0 !important;
  font-size: 3rem !important;
  border: 3px solid #E60018 !important;
}
.event_wrapper {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  padding-top: 7vw;
}
.event_inner {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem) 20rem;
}
h2.page_title-en {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  font-family: 'Outfit';
}
h3.page_title-jp {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  font-family: "Murecho", sans-serif;
}
.event_column {
  margin-top: 3vw;
}
.subgra-btn_inner a {
  padding: 3rem 2rem;
  border: 1px solid white;
  transition: 0.3s;
  background: transparent;
}
.subgra-btn_inner a strong {
  display: flex;
  justify-content: space-between;
  font-size: 2.5rem;
  align-items: center;
  transition: 0.3s;
  font-family: "Murecho", sans-serif;
}
.subgra-btn_inner a strong::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #ffffff;
  transition: 0.3s;
  transform: translateX(0);
}
.subgra-btn_inner a:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.subgra-btn_inner a:hover strong {
  color: #E60018;
}
.subgra-btn_inner a:hover strong::after {
  border-left-color: #E60018;
  transform: translateX(6px);
}
/* 各グループ会社ページ
============================================================================= */
.group-page-topbox {
  width: 98vw;
  margin-left: calc((100% - 98vw) / 2);
  background-color: white;
  border-radius: 10px;
  margin-top: 10px;
  padding: 5rem;
}
.group-page-topinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.group-page_ttl {
  font-size: 8rem;
  font-weight: 800;
  color: #e60018;
  font-family: "Murecho", sans-serif;
  text-align: center;
  word-break: auto-phrase;
}
.group-page_ttl .midline {
  display: inline-block;
  width: 100px;
  height: 5px;
  background: #e60018;
}
.group-topinner-txt {
  font-weight: 700;
  line-height: 2.5em;
  font-size: 1.2em;
}
.group-page_title-jp {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  font-family: "Murecho", sans-serif;
}
.group-page_title-en {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.strong-area {
  margin-top: 5rem;
}
.strong-left p {
  font-weight: 700;
  font-size: 1.5em;
}
.strong-about p {
  color: white;
}
p.strong-box-ttl {
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.5em;
}
.strong-about {
  gap: 1rem;
  margin-top: 3rem;
}
p.strong-box-txt {
  line-height: 2em;
}
.strong-img {
  border-radius: 5px;
  overflow: hidden;
}
.strong-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
p.work-box_ttl {
  font-size: 1.5em;
  color: white;
  font-weight: 700;
  margin-top: 1rem;
}
p.work-box_txt {
  color: white;
  margin-top: 2rem;
}
.work-img img {
  object-fit: cover;
}
.work-img {
  border-radius: 5px;
  overflow: hidden;
}
.work-box {
  margin-bottom: 0;
}
.works_wrapper {
  margin-bottom: 5rem;
}
.company-btns a {
  padding: 3rem 2rem;
  border: 1px solid white;
  transition: 0.3s;
  background: transparent;
}
.company-btns a strong {
  display: flex;
  gap: 2rem;
  font-size: 2.5rem;
  align-items: center;
  transition: 0.3s;
  font-family: "Murecho", sans-serif;
}
.company-btns a strong::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #ffffff;
  transition: 0.3s;
  transform: translateX(0);
}
.company-btns a:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.company-btns a:hover strong {
  color: #E60018;
}
.company-btns a:hover strong::after {
  border-left-color: #E60018;
  transform: translateX(6px);
}
.company-btns_box {
  justify-content: center;
}
.company-table {
  color: #fff;
}
.company-table tbody tr:nth-child(odd) td {
  background-color: #dd4a4a !important;
  border: none !important;
  padding: 20px !important;
}
.company-table tbody tr:nth-child(even) td {
  background-color: transparent !important;
  border: none !important;
  padding: 20px !important;
}
.subgra-btn_flex {
  width: 60%;
  margin: 0 auto;
}
.info_il {
  padding: 0 12rem;
}
/* イベント関連
============================================================================= */
.event_post {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.event_contentsbox {
  width: 98vw;
  margin-left: calc((100% - 98vw) / 2);
  background-color: white;
  border-radius: 10px;
  margin-top: 10px;
}
.event-all .event {
  display: flex;
  width: 80%;
}
.event-all {
  padding: 0 10rem;
  justify-items: center;
}
.event-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.event-img {
  flex-grow: 1;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.event-img img {
  object-fit: contain !important;
}
.event-img a {
  display: flex;
  height: 100%;
}
.event-btn a {
  color: #E60018;
  font-size: 2rem;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  border: 1px solid #E60018;
  padding: 2rem;
  transition: 0.3s;
  font-family: "Murecho", sans-serif;
  align-items: center;
  height: 90px;
}
.event-btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #E60018;
  transition: 0.3s;
  transform: translateX(0);
  flex-shrink: 0;
  margin-left: auto;
}
.event-btn a:hover {
  background: #E60018;
  border-color: #E60018;
  color: #fff;
}
.event-btn:hover a::after {
  border-left-color: #fff;
  transform: translateX(6px);
}
.single-ttlwrap {
  position: relative;
  padding-top: max(12vw, 12rem);
  margin-bottom: max(6vw, 3rem);
}
h1.single-title {
  font-size: max(2vw, 1.5em);
  font-weight: 600;
}
.single-inner, .single-content-inner {
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
  position: relative;
  padding-bottom: max(calc(5vw + 1rem), 3rem);
}
.single-content {
  margin-bottom: 20rem;
}
.single-info {
  margin-top: max(2vw, 1.5em);
  font-size: max(0.8vw, 0.875em);
}
.single-ttlwrap:after {
  content: '';
  position: absolute;
  left: 8vw;
  bottom: 0;
  width: calc(100% - 16vw);
  height: 3px;
  background: #e60318;
}
a.event-btn {
  position: relative;
  display: block;
  padding: 1em 2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  width: 20%;
  color: #ffffff;
  border: 2px solid;
  background: #e60318;
  font-size: 1.1vw;
}
/* accordion
============================================================================= */
.accordion-title {
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  margin: 0 auto;
  background-color: #F7E4E4;
  padding: 3rem;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-title-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-title p {
  color: #E60018;
  font-size: 2rem;
  font-weight: 700;
}
.accordion-box {
  margin-bottom: 0;
}
.accordion-title .arrow {
  transition: transform 0.4s ease;
  color: #E60018;
  font-size: 2rem;
}
.accordion-title.open .arrow {
  transform: rotate(180deg);
}
.accordion-title.open {
  background-color: white;
  border-radius: 5px 5px 0 0;
}
.newgra-table-box {
  max-height: 0;
  overflow: hidden;
  background-color: #F7E4E4;
  border-radius: 0 0 5px 5px;
  padding: 0 8rem;
  transition:
    max-height 0.5s ease, padding 0.5s ease, background-color 0.3s ease;
}
.newgra-table-box.open {
  background-color: white;
  padding: 2rem 8rem 6rem;
  max-height: 2000px;
}
  .newgra-table table, .newgra-table td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
.newgra-table td {
  padding: 3rem !important;
  border-bottom: 1px solid #D5D5D5 !important;
}
.newgra-table tr:last-child td {
  border-bottom: none !important;
}
.newgra-flow .vk_borderBox_body p {
  font-size: 2rem;
  font-weight: 700;
}
p.entry_txt {
  color: #fff;
  margin: 5rem 0;
}
.mynavi-bnr {
  width: 25%;
  margin: 0 auto;
}
/* 新卒フロー
============================================================================= */
.newgra-flow {
  display: flex;
  width: 100% !important;
  justify-content: space-between;
  margin-top: 2em !important;
}
.newgra-flow .vk_borderBox_body {
  width: 100%;
  display: flex;
  align-items: center;
}
.newgra-flow .vk_borderBox_title_container.has-background {
  align-items: center;
  display: flex;
  padding: 3rem 4rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.newgra-flow-box {
  width: 98vw;
  margin-left: calc((100% - 98vw) / 2);
  background: url(/wp-content/themes/ngwrecruit/img/A7300615.jpg) no-repeat center / cover;
  border-radius: 10px;
  margin-top: 10px;
  padding: 4rem max(7vw, 1.75rem) 4rem;
  position: relative;
  overflow: hidden;
}
.newgra-flow-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
/* Q&A
============================================================================= */
.accordion-title_qna {
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  margin: 0 auto;
  background-color: #CB1124;
  padding: 3rem;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-title-in_qna {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-title_qna p {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.accordion-box_qna {
  margin-bottom: 0;
}
.accordion-title_qna .arrow {
  transition: transform 0.4s ease;
  color: #fff;
  font-size: 2rem;
}
.accordion-title_qna.open .arrow {
  transform: rotate(180deg);
}
.accordion-title_qna.open {
  background-color: #CB1124;
  border-radius: 5px 5px 0 0;
}
.newgra-qna-box {
  max-height: 0;
  overflow: hidden;
  background-color: #CB1124;
  border-radius: 0 0 5px 5px;
  padding: 0 8rem;
  transition:
    max-height 0.5s ease, padding 0.5s ease, background-color 0.3s ease;
}
.newgra-qna-box.open {
  background-color: #CB1124;
  padding: 2rem 8rem 6rem;
  max-height: 2000px;
}
p.newgra-qna {
  font-size: 2rem;
  line-height: 4rem;
  color: white;
}
/* 数字で見るページ
============================================================================= */
h3.num-ttl-en {
  font-family: 'Outfit';
  font-size: 3rem;
  color: #e60018;
}
h3.num-ttl-jp {
  font-size: 10rem;
  color: #e60018;
  line-height: 13rem;
  margin-top: 1rem;
  font-family: "Murecho", sans-serif;
}
.num-info_inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.content-background {
  width: 98vw;
  margin-left: calc((100% - 98vw) / 2);
  background-color: white;
  border-radius: 10px;
  margin-top: 10px;
  padding: 5rem 10rem;
}
.num-info {
  margin-top: 5rem;
}
.counter {
  font-size: 10rem;
  font-weight: bold;
}
.nb-img img {
  width: 100%;
}
.nb-img {
  width: 58%;
  position: absolute;
  z-index: -1;
  bottom: 8rem;
}
.nb-img_map img {
  width: 100%;
}
.nb-img_map {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%
}
h3.info-ttl {
  font-family: "Murecho", sans-serif;
  font-size: 4rem;
}
.nb-txt {
  display: flex;
  align-items: baseline;
  font-family: "Murecho", sans-serif;
}
.nb-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.redline {
  border: 2px solid #E60018;
  border-radius: 5px;
  padding: 5rem;
}
.red {
  background: #E60018;
  border-radius: 5px;
  padding: 5rem;
}
.num-info_1st, .num-info_2nd, .num-info_3rd, .num-info_5th {
  display: flex;
  gap: 5rem;
}
.info-1st_left {
  width: 30%;
  position: relative;
  z-index: 0;
}
.info-1st_right {
  width: 70%;
  padding: 5rem 10rem;
}
.white {
  color: #fff;
  text-shadow: -2px -2px 0 #E60018, 2px -2px 0 #E60018, -2px 2px 0 #E60018, 2px 2px 0 #E60018;
}
.green {
  color: #009688;
  text-shadow:
    -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
}
.counter-sub {
  font-size: 4rem;
  line-height: 0;
  font-weight: 700;
}
.biginner-img img {
  width: 100%;
}
.biginner-img {
  width: 100%;
}
.big {
  font-size: 15rem;
  line-height: 1;
}
.middle {
  font-size: 7rem;
}
.middle-up {
  font-size: 10rem;
  line-height: 1;
}
.small {
  font-size: 3.5rem;
}
.biginner-top {
  display: flex;
  flex-direction: column;
}
.biginner-under {
  display: flex;
  justify-content: left;
  gap: 3rem;
}
.under-left {
  display: flex;
  flex-direction: column;
}
.under-txt {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
}
.biginner-half {
  display: flex;
  justify-content: space-between;
}
.biginner-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.biginner-right {
  width: 40%;
}
.no-counter-img img {
  width: 100%;
}
.no-counter-img {
  width: 90%;
}
.info-2nd_left, .info-2nd_right {
  width: 50%;
  z-index: 0;
  position: relative;
}
.no-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.graph-img img {
  width: 100%;
}
.graph-img {
  width: 85%;
  position: relative;
}
.graph-wrap {
  display: flex;
  align-items: baseline;
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.graph-sub {
  font-size: 3rem;
}
.graph-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-3rd_left, .info-3rd_middle, .info-3rd_right {
  width: 33.3%;
  position: relative;
  z-index: 0;
  height: 28vw;
}
.info-5th_left, .info-5th_middle, .info-5th_right {
  width: 33.3%;
  position: relative;
  z-index: 0;
  height: 26vw;
}
.info-4th_graph img {
  width: 100%;
}
.nb-img.seibetu-img {
  bottom: 13rem;
  width: 64%;
}
/* 社内での取り組み
============================================================================= */
.wel-top-ttl {
  color: #fff;
  font-size: 5.5em;
  font-family: "Murecho", sans-serif;
  font-weight: 700;
}
.wel-top-txt {
  color: #fff;
  font-family: "Murecho", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 3rem;
  line-height: 3;
}
.wel-2co {
  border-top: 1px solid #fff;
  padding: 3rem;
  color: #fff;
  margin-top: 5rem;
}
.wel-2col_left p {
  color: #fff;
  font-family: "Murecho", sans-serif;
  font-size: 2em;
  font-weight: 700;
}
.wel_list-box li {
  position: relative;
  padding-left: 1.4em;
  font-size: 1.2em;
  margin-bottom: 5rem;
  font-family: "Murecho", sans-serif;
}
.wel_list-box li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.list-hypen {
  line-height: 0;
  margin-bottom: 2.5em;
}
.m0 li {
  margin-bottom: 0;
}
.kenshu-list p {
  color: #fff;
  padding-inline-start: 60px;
}
/* キャリア採用
============================================================================= */
.subcar-btn_inner a {
  padding: 3rem 2rem;
  border: 1px solid white;
  transition: 0.3s;
  background: transparent;
}
.subcar-btn_inner a strong {
  display: flex;
  justify-content: space-between;
  font-size: 2.5rem;
  align-items: center;
  transition: 0.3s;
  font-family: "Murecho", sans-serif;
}
.subcar-btn_inner a strong::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #ffffff;
  transition: 0.3s;
  transform: translateX(0);
}
.subcar-btn_inner a:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.subcar-btn_inner a:hover strong {
  color: #E60018;
}
.subcar-btn_inner a:hover strong::after {
  border-left-color: #E60018;
  transform: translateX(6px);
}
.company-area {
  margin-bottom: 15rem;
}
.company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-image {
  border-radius: 5px;
  width: 100%;
  height: 30vw;
  overflow: hidden;
}
.info-t_left {
  width: 40%;
}
.job-info_top {
  display: flex;
}
h2.company-name {
  font-family: "Murecho", sans-serif;
  font-size: 7rem;
  color: #fff;
}
p.company-about {
  color: #fff;
  font-family: "Murecho", sans-serif;
  line-height: 1.8;
  margin-top: 2rem;
}
.info-t_right {
  padding-left: 3em;
  display: flex;
  width: 60%;
  flex-direction: column;
  gap: 5rem;
}
.job-info_under {
  background: #fff;
  border-radius: 5px;
  padding: 2rem 4rem;
  margin-bottom: 3rem;
}
.job-info_under p {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
}
li.job-item {
  display: flex;
  justify-content: space-between;
}
ul.job-list {
  padding-left: 0;
}
.job-list li {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}
.job-list li:last-child {
  border-bottom: none;
}
li.job-item h3 {
  font-size: 2rem;
  font-family: "Murecho", sans-serif;
}
.job-item a {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: color 0.3s;
}
.job-item a::after {
  content: "";
  display: inline-block;
  margin-left: 2rem;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #000;
  transition: 0.3s;
  transform: translateX(0);
}
.job-item a:hover {
  color: #E60018;
}
.job-item a:hover::after {
  transform: translateX(5px);
  border-left-color: #E60018;
}
ul.event-all.wp-block-post-template.is-layout-grid {
  display: grid !important;
}
/* お問い合わせ　contact
============================================================================= */
div#wpcf7-f619-p28-o1 {
  background-color: #fff;
  border-radius: 10px;
  padding: 7rem 5rem;
}
p.contact_toptxt {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
}
.inputitems {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1em;
  padding: 2em 1em;
  border-top: 1px solid #bbb;
  align-items: center;
}
input.wpcf7-form-control.wpcf7-text {
  outline: none;
  padding: 2rem;
  border: 1px solid #bbb;
  border-radius: 5px;
  transition: .4s;
  width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  outline: none;
  padding: 2rem;
  border: 1px solid #bbb;
  border-radius: 5px;
  transition: .4s;
  width: 100%;
}
span.equ {
  position: relative;
  background: #000;
  color: #fff;
  padding: .3em;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Murecho", sans-serif;
  display: flex;
  justify-content: center;
  width: 7rem;
}
.formbox {
  width: 90% !important;
  margin: 0 auto;
}
.form-left p {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Murecho", sans-serif;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
.privacy-box {
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #bbb;
  border-radius: 5px;
  line-height: 1.3em;
  font-size: .9em;
  margin-bottom: 1.5em;
  text-align: left;
  padding: 1rem 3.5rem;
  margin-top: 0.8em;
  width: 100%;
  background: #fff;
}
.doui-btn {
  margin-bottom: 2rem;
  font-weight: 700;
  text-align: center;
}
.contact-check {
  margin-bottom: 2rem;
  text-align: center;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  position: relative;
  border: 2px solid #E60018;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  width: 30%;
  margin: 0 auto;
  padding: 2rem;
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  color: #E60018;
  cursor: pointer;
  transition: all .3s ease;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #E60018;
  color: #fff;
}
.wpcf7-response-output {
  border: none !important;
  text-align: center;
  color: #E60018;
  font-weight: 700;
  font-size: 2rem;
}
select.wpcf7-form-control.wpcf7-select {
  padding: 1.5rem;
  width: 33%;
  margin-top: 1rem;
  font-size: 1.5rem;
  border: 1px solid #bbb;
  border-radius: 4px;
}
/* footer
============================================================================= */
.footer_upper {
  width: 100%;
  margin: 0 auto;
  padding: 0 max(8vw, 1.75rem);
}
.footer_upper {
  background: #EADCDD url(../img/contact_bold.png) no-repeat;
  background-size: 80%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background-position: 50% 0;
}
.footercontact_area {
  display: flex;
  background-size: 70%;
  position: relative;
  overflow: hidden;
  padding: 16% 0 13%;
  z-index: 1;
  justify-content: center;
}
h4.footercontact_ttl {
  margin-bottom: 30px;
  color: #d02620;
  font-size: 6rem;
  top: -80%;
  font-family: "Murecho", sans-serif;
  font-weight: 900;
}
p.footercontact_lead {
  text-align: center;
  font-size: 1.1vw;
  top: -20%;
  font-weight: 600;
  line-height: 1.6;
}
.footercontact_btn {
  display: flex;
  justify-content: center;
}
a.footercontact_btntxt {
  text-align: center;
  padding: 15px 0;
  font-size: 3rem;
  font-weight: bold;
  color: #E60018;
  background: #EADCDD;
  border: #E60018 2px solid;
  letter-spacing: .1em;
  width: 35%;
  font-family: "Outfit", sans-serif;
  border-radius: 10px;
}
a.footercontact_btntxt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.btm_human {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
  position: absolute;
}
.btm_human img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
section.footer {
  background: #E60018;
  background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
  background-repeat: repeat;
  background-size: 10.4166666667vw auto;
  background-blend-mode: multiply;
}
.footerinner {
  display: flex;
  color: #fff;
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  padding: 8rem max(8vw, 1.75rem);
}
.col-3 {
  width: 33.3333333%;
  padding: 0 80px;
}
.left, .center {
  border-right: 1.5px solid #fff;
}
.inner-ttl {
  font-size: 1.1vw;
}
.ul_footer li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
.ul_footer li {
  list-style: disc;
  line-height: 2.5;
}
p.copy-txt {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 15px 0;
}
.footer_rightbtn {
  width: 70%;
}
.footer_rightbtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  /*  padding: 0 24px;*/
  font-weight: 700;
  font-size: 16px;
  line-height: 56px;
  cursor: pointer;
  color: #fff;
  width: 100%;
}
.footer_rightbtn .btn_text {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.footer_ctabtn {
  background: #CB1124;
  border: #CB1124;
  margin-top: 4rem;
}
.footer_cpbtn {
  border: 1px solid #000000;
  background-color: #000000;
  margin-top: 2rem;
}
.page_top {
  position: relative;
  background: url(../img/backtotop.png) no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  cursor: pointer;
  transition: .4s;
}
img.f_cta_arrow {
  width: 1vw;
}
.footercontact_btntxt {
  transition: all .3s ease;
}
.footercontact_btntxt:hover {
  transform: scale(1.05);
}
.footercontact_btntxt .f_cta_arrow {
  transition: transform .3s ease;
}
.footercontact_btntxt:hover .f_cta_arrow {
  transform: translateX(8px);
}
.page_top a {
  width: 100%;
  height: 100%;
}
.btm_human_sp {
  display: none;
}
/* レスポンシブ
============================================================================= */
@media screen and (max-width: 1792px) {
  h4.footercontact_ttl {
    top: -68%;
  }
  .col-3 {
    width: 33.333333%;
    padding: 0 3vw;
  }
  .swiper-pagination {
    bottom: 20vw !important;
  }
  figure.com_img_inner {
    padding: 5vw 0 10dvh 4vw;
    width: calc(100% - -3vw);
  }
}
@media screen and (max-width: 1680px) {
  .com_wrap {
    padding: 4vw max(8vw, 1.75rem) 14vw;
  }
}
@media screen and (max-width: 1600px) {
  .com_wrap {
    padding: 4vw max(8vw, 1.75rem) 12vw;
  }
}
@media screen and (max-width: 1536px) {
  body, p, h1, h2, h3, h4, h5, h6 {
    font-size: 1.6rem;
  }
  .re_hum-right {
    left: 20rem;
  }
  h4.footercontact_ttl {
    top: -50%;
  }
  .biginner-half {
    align-items: center;
  }
  h3.info-ttl {
    font-size: 3.5rem;
  }
  .small {
    font-size: 3rem;
  }
  p.newgra-qna {
    font-size: 1.6rem;
    line-height: 4rem;
    color: white;
  }
  .redline, .red {
    padding: 4.5rem;
  }
  .subcar-btn_inner a strong {
    font-size: 2rem;
  }
  .footercontact_area {
    padding: 12% 0 13%;
  }
  section.slide:after {
    bottom: -15vw;
    left: -3vw;
  }
  .toprecruit-btn {
    width: max(22vw, 25rem);
  }
  .recruitbtn-sub p {
    font-size: 2.8rem;
  }
  .about_back:before {
    padding: 10vw 10vw 85vw;
  }
  span.ttl_en {
    font-size: 12rem;
  }
  span.biz_slide_ttl_ja, span.biz_slide_subttl_ja {
    font-size: 2.8rem;
  }
  span.biz_slide_ttl_en, span.biz_slide_subttl_en {
    font-size: 1.4rem;
  }
  span.rec_ttl {
    font-size: 5rem;
  }
  .ul_footer li a {
    font-size: 1.6rem;
  }
  .about_txt_inner, .og_txt_inner, .biz_txt_inner, .rec_txt_inner, p.accordion_txt, .re_txt {
    font-size: 1.6rem;
  }
  .group-page_ttl {
    font-size: 6.5rem;
  }
  p.strong-box-txt {
    line-height: 2.5rem;
  }
  .company-table {
    font-size: 1.6rem;
  }
  .newgra-table {
    font-size: 1.6rem;
  }
  .newgra-table td {
    padding: 2rem 3rem !important;
  }
  .group-topinner-txt {
    line-height: 2em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1440px) {
  section.slide:after {
    bottom: -17vw;
    left: -5vw;
  }
  .slide_under {
    height: 17vw;
    bottom: calc(-15vw);
  }
  .about_wrap {
    margin-bottom: 12vw;
  }
  .about_back {
    top: -25vw;
    height: 80vw;
  }
  .aboutcopytxt_wrap {
    padding: 0 0 4dvh 18vw;
  }
  span.ttl_en {
    font-size: 10.5rem;
  }
  span.ttl_ja {
    font-size: 2.8rem;
  }
  .og_img_inner {
    padding: 5vw 0 10dvh 4vw;
  }
  h3.accordion_ttl {
    font-size: 1.6vw;
  }
  img.com_img {
    width: 73vw;
  }
  .com_curve02, .com_curve01 {
    left: 7vw;
  }
  span.biz_slide_ttl_ja, span.biz_slide_subttl_ja {
    font-size: 2.6rem;
  }
  h4.footercontact_ttl {
    font-size: 5rem;
  }
  .page_top {
    width: 18rem;
    height: 18rem;
  }
  .re_hum-right {
    left: 18rem;
  }
  .re_right {
    width: 68%;
  }
  h3.num-ttl-jp {
    font-size: 7rem;
    line-height: 8rem;
  }
  .big {
    font-size: 12rem;
  }
  .middle-up {
    font-size: 8rem;
  }
  h3.info-ttl {
    font-size: 2.8rem;
  }
  .recruittop-page_title {
    font-size: 5rem;
  }
  .recruittop-btns {
    width: 70%;
  }
  .subgra-btn_inner a strong {
    font-size: 2.2rem;
  }
  div#wpcf7-f619-p28-o1 {
    padding: 7rem 3rem;
  }
  span.re_btn-jp {
    font-size: 2.1em;
  }
  .re_txt {
    font-size: 2rem;
  }
  .headerNav_btn {
    font-size: 1.6rem;
  }
  .sub-left {
    margin: 0 auto;
    padding: 0 max(8vw, 1.75rem) 25rem;
  }
  .group-page_ttl {
    font-size: 5.5rem;
  }
  .small {
    font-size: 2.5rem;
  }
  .nb-img {
    width: 52%;
  }
  .nb-img.seibetu-img {
    bottom: 13rem;
    width: 60%;
  }
  .wel-top-txt {
    font-size: 2rem;
    line-height: 2;
  }
  .wel_list-box li {
    padding-left: 1.4em;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .recruittop-txtcol p {
    font-size: 1.6rem;
  }
  .event-btn a {
    font-size: 1.8rem;
  }
  p.entry_txt {
    font-size: 1.6rem;
  }
  .newgra-flow .vk_borderBox_body p {
    font-size: 1.8rem;
  }
  .newgra-flow .vk_borderBox_title_container.has-background {
    padding: 2rem 4rem;
  }
  .formbox {
    width: 95% !important;
  }
}
@media screen and (max-width: 1366px) {
  figure.logo img {
    width: max(20vw, 30rem);
  }
  section.slide:after {
    left: -8vw;
  }
  .swiper-pagination {
    bottom: 18vw !important;
  }
  .recruitbtn-ttl p {
    font-size: 3rem;
  }
  .recruitbtn-sub p {
    font-size: 2.2rem;
  }
  .bottom2 {
    bottom: 24%;
  }
  .scrollback_wrap {
    bottom: 4%;
  }
  .about_copy_inner span {
    font-size: 5rem;
  }
  .com_wrap {
    padding: 4vw max(8vw, 1.75rem) 10vw;
  }
  span.biz_slide_ttl_ja, span.biz_slide_subttl_ja {
    font-size: 3rem;
  }
  span.biz_slide_ttl_en, span.biz_slide_subttl_en {
    font-size: 1.8rem;
  }
  a.footercontact_btntxt {
    font-size: 2.5rem;
  }
  .col-3 {
    padding: 0 2vw;
  }
  .slide_under {
    height: 17vw;
    bottom: calc(-15vw);
  }
  .com_copytxt {
    width: 83vw;
  }
  .re_hum-right {
    left: 16rem;
  }
  span.re_btn-jp {
    font-size: 2.4rem;
  }
  .group-page_ttl {
    font-size: 6rem;
  }
  .group-page_title-jp {
    font-size: 6rem;
  }
  h3.num-ttl-jp {
    font-size: 8rem;
    line-height: 10rem;
  }
  .big {
    font-size: 10rem;
  }
  .middle {
    font-size: 6rem;
  }
  .redline, .red {
    padding: 3.5rem;
  }
  .contents-wrep {
    padding: 0 max(5vw, 1.75rem) 25rem;
  }
  .sub-left {
    padding: 0 max(5vw, 1.75rem) 25rem;
  }
  .subcar-btn_inner a {
    padding: 3rem 1rem;
  }
  .formbox {
    width: 95% !important;
  }
  p.strong-box-ttl, p.work-box_ttl {
    font-size: 2.2rem;
  }
  .company-btns a strong {
    font-size: 2.2rem;
  }
  .footerinner {
    padding: 8rem max(5vw, 1.75rem);
  }
  h3.num-ttl-jp {
    font-size: 6rem;
    line-height: 8rem;
  }
  .middle-up {
    font-size: 6rem;
  }
  .wel-top-ttl {
    font-size: 6.5rem;
  }
  .kenshu-list p, .wel_list-box li {
    line-height: 1.8;
  }
  .event_inner {
    padding: 0 max(5vw, 1.75rem) 25rem;
  }
}
@media screen and (max-width: 1280px) {
  section.slide:after {
    left: -11vw;
    bottom: -18vw;
  }
  .about_back:before {
    top: -22vw;
  }
  .recruitbtn-ttl p {
    font-size: 3rem;
  }
  .recruitbtn-sub p {
    font-size: 2.5rem;
  }
  .about_copy_inner span {
    font-size: 4.5rem;
  }
  .about_wrap {
    margin-top: 15vw;
  }
  span.ttl_en {
    font-size: 10rem;
  }
  ul.ul_company {
    margin-top: 2vw;
  }
  .inner-ttl {
    font-size: 1.4vw;
  }
  .re_hum-right {
    left: 14rem;
  }
  .re_right {
    width: 70%;
  }
  h4.footercontact_ttl {
    top: -40%;
  }
  h3.info-ttl {
    font-size: 3rem;
  }
  .redline, .red {
    padding: 3rem;
  }
  .recruittop-btns {
    width: 75%;
  }
  .subcar-btn_inner a strong {
    font-size: 1.8rem;
  }
  li.job-item h3 {
    font-size: 1.8rem;
    font-family: "Murecho", sans-serif;
  }
  .job-item a {
    font-size: 1.8rem;
  }
  .com_copytxt {
    width: 75vw;
  }
  .re_txt {
    font-size: 1.8rem;
  }
  p.footercontact_lead {
    font-size: 1.8rem;
  }
  .strong-left p {
    font-size: 1.8rem;
  }
  .counter {
    font-size: 8rem;
  }
  .big {
    font-size: 8rem;
  }
  .middle-up {
    font-size: 5rem;
  }
  .small {
    font-size: 2.2rem;
  }
  .nb-img {
    width: 60%;
    bottom: 4rem;
  }
  .info-3rd_left, .info-3rd_middle, .info-3rd_right {
    height: 25vw;
  }
  .recruittop-btns a strong {
    font-size: 2.2rem;
  }
  .event-btn a {
    font-size: 1.6rem;
    gap: .5em;
  }
  .accordion-title_qna p {
    font-size: 1.8rem;
  }
  .accordion-title_qna {
    padding: 2rem 3rem;
  }
  .newgra-qna-box.open {
    padding: 2rem 6rem 3rem;
  }
  .form-left p {
    font-size: 1.6rem;
  }
  .inputitems {
    grid-template-columns: 240px 1fr;
  }
  .event-all {
    padding: 0 5rem;
  }
  .event-all .event {
    width: 90%;
  }
  .ma25 .vk_block-margin-xxl--margin-top {
    margin-top: 18rem !important;
  }
  .ma20 .vk_block-margin-xxl--margin-top {
    margin-top: 12rem !important;
  }
  .ma15 .vk_block-margin-xxl--margin-top {
    margin-top: 10rem !important;
  }
  p.strong-box-ttl, p.work-box_ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1221px) {
  section.slide:after {
    bottom: -22vw;
    left: -13vw;
  }
  figure.logo img {
    width: max(20vw, 25rem);
  }
  .header_ctabtn {
    width: 160px;
    height: 45px;
    gap: 10px;
    font-size: 14px;
  }
  img.com_img {
    width: 80vw;
  }
  .com_wrap {
    padding: 4vw max(8vw, 1.75rem) 12vw;
  }
  span.biz_slide_ttl_ja, span.biz_slide_subttl_ja {
    font-size: 2.8rem;
  }
  span.biz_slide_ttl_en, span.biz_slide_subttl_en {
    font-size: 1.6rem;
  }
  span.rec_ttl {
    font-size: 4.5rem;
  }
  h4.footercontact_ttl {
    font-size: 4.5rem;
  }
  .footercontact_area {
    padding: 16% 0 15%;
  }
  .btm_human img {
    width: 100%;
  }
  .page_top {
    width: 16rem;
    height: 16rem;
  }
  span.re_btn-jp {
    font-size: 2.4rem;
  }
  .re_hum-left {
    left: -5rem;
  }
  .subgra-btn_flex {
    width: 65%;
  }
  h3.info-ttl {
    font-size: 2.8rem;
  }
  .wel-2col_inner {
    margin: 0;
  }
  .subgra-btn_inner a strong {
    font-size: 2rem;
  }
  .newgra-table-box.open {
    padding: 2rem 5rem 6rem;
  }
  h2.company-name {
    font-size: 5.5rem;
  }
  ul.job-list {
    margin: 0;
  }
  .footer_rightbtn {
    width: 80%;
  }
  .page-ttl-wrap span.en {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1160px) {
  section.slide:after {
    bottom: -24vw;
    left: -15vw;
  }
  span.ttl_en {
    font-size: 8rem;
  }
  h3.accordion_ttl {
    font-size: 1.8vw;
  }
  span.biz_slide_ttl_ja, span.biz_slide_subttl_ja {
    font-size: 2.6rem;
  }
  span.biz_slide_ttl_en, span.biz_slide_subttl_en {
    font-size: 1.5rem;
  }
  span.ttl_ja {
    font-size: 2.6rem;
  }
  span.rec_ttl {
    font-size: 4.2rem;
  }
  p.footercontact_lead {
    font-size: 1.4vw;
  }
  h4.footercontact_ttl {
    top: -38%;
  }
  .recruitbtn-ttl p {
    font-size: 2.6rem;
  }
  .recruitbtn-sub p {
    font-size: 2.2rem;
  }
  .re_inner_box {
    padding: 5rem 3rem;
  }
  .footercontact_area {
    padding: 13% 0 15%;
  }
  .subMenu_child_nav_list a {
    padding: 10px 15px 10px;
  }
  .sub-left {
    padding: 0 max(5vw, 1.75rem) 18rem;
  }
  .group-page_ttl {
    font-size: 5.5rem;
  }
  .group-page_title-jp {
    font-size: 5rem;
  }
  .subgra-btn_flex {
    width: 75%;
  }
  .ma25 .vk_block-margin-xxl--margin-top {
    margin-top: 15rem !important;
  }
  .ma20 .vk_block-margin-xxl--margin-top {
    margin-top: 10rem !important;
  }
  .content-background {
    padding: 5rem 8rem;
  }
  .wel-2col_left p {
    font-size: 1.8em;
  }
  .recruittop-page_title {
    font-size: 4rem;
  }
  .event_inner {
    padding: 0 max(5vw, 1.75rem) 8rem;
  }
  h2.company-name {
    font-size: 4.5rem;
  }
  p.contact_toptxt {
    font-size: 2rem;
  }
  .inputitems {
    grid-template-columns: 180px 1fr;
    padding: 2.5rem 2rem;
  }
  select.wpcf7-form-control.wpcf7-select {
    width: 50%;
  }
  .privacy-box p {
    font-size: 1.5rem;
  }
  .ul_footer li a {
    font-size: 1.5rem;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 40%;
  }
  .info_il {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_txt_inner {
    margin-top: 3rem;
  }
  .about_img_inner {
    width: 65vw;
    right: -6rem;
  }
  section.slide:after {
    bottom: -30vw;
    left: -23vw;
  }
  .toprecruit-btn {
    width: max(22vw, 20rem);
  }
  .recruitbtn-ttl p {
    font-size: 2.5rem;
  }
  .recruitbtn-sub p {
    font-size: 2.2rem;
  }
  .about_back:before {
    top: -28vw;
  }
  .copytxt img {
    width: 63%;
  }
  .header_ctabtn {
    width: 140px;
    height: 41px;
    gap: 10px;
    font-size: 14px;
    padding: 0 20px;
  }
  .headerNav_btn span {
    width: max(9vw, 5rem);
  }
  .about_copy_inner span {
    font-size: 4rem;
  }
  .aboutcopytxt_wrap {
    padding: 0 0 10dvh 11vw;
    margin-top: -7rem;
  }
  .aboutcopy_ja img {
    width: 95%;
  }
  span.ttl_ja {
    font-size: 2.4rem;
  }
  .og_img_inner {
    padding: 5vw 0 7dvh 4vw;
  }
  p.accordion_txt {
    padding: 0 0 3rem;
  }
  .accordion_link_wrap span {
    font-size: 1.6rem;
  }
  .com_wrap {
    padding: 4vw max(8vw, 1.75rem) 6vw;
  }
  span.biz_slide_ttl_ja, span.biz_slide_subttl_ja {
    font-size: 2.4rem;
  }
  span.biz_slide_ttl_en, span.biz_slide_subttl_en {
    font-size: 1.4rem;
  }
  span.rec_ttl {
    font-size: 3.8rem;
  }
  h4.footercontact_ttl {
    font-size: 3.8rem;
  }
  a.footercontact_btntxt {
    width: 40%;
    padding: 10px 0;
  }
  .page_top {
    width: 14rem;
    height: 14rem;
  }
  .footerinner {
    padding: 5rem max(6vw, 1.75rem);
  }
  .re_btn_box {
    flex-direction: column;
    margin: 0;
    width: 90%;
  }
  .re_new-btn a, .re_career-btn a {
    padding: 2rem 2rem;
    width: 100%;
  }
  .re_new-btn a {
    margin-top: 2rem;
  }
  span.re_btn-jp {
    font-size: 2rem;
  }
  .re_hum-right {
    width: 21vw;
  }
  .re_hum-left {
    width: 25vw;
  }
  .swiper-pagination {
    left: 0 !important;
    bottom: 19vw !important;
  }
  .slide_curve {
    width: 2%;
  }
  .og_txt_inner {
    line-height: 1.5;
  }
  .curve {
    left: calc(46.1vw);
    width: 2%;
  }
  .com_curve01, .com_curve02 {
    width: 2%;
    left: 7.9vw;
  }
  .re_hum-right {
    left: 18rem;
  }
  .re_right {
    width: 60%;
    justify-content: center;
    align-items: center;
  }
  .biginner-under {
    margin-top: 1.5rem;
  }
  .num-info_1st, .num-info_2nd, .num-info_3rd, .num-info_5th {
    gap: 2rem;
  }
  .num-info_inner {
    gap: 2rem;
  }
  .nb-txt {
    margin-bottom: 2rem;
  }
  .nb-img.seibetu-img {
    bottom: 7rem;
  }
  .work-box {
    flex-direction: column;
    gap: 0rem;
  }
  .recruittop-txtcol p {
    font-size: 2rem;
  }
  .subcar-btn_flex {
    gap: 1rem;
  }
  .recruittop-btns {
    width: 100%;
  }
  .subcar-btn_flex {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .subcar-btn_flex {
    align-items: stretch !important;
  }
  .subcar-btn_flex .wp-block-column {
    display: flex;
    flex-direction: column;
  }
  .subcar-btn_flex .subcar-btn, .subcar-btn_flex .subcar-btn_inner, .subcar-btn_flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    min-height: 60px;
  }
  .eventbtn-wrap a span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 950px) {
  #header div.headerinner {
    padding: max(1vw, 3rem);
  }
  figure.logo img {
    width: max(20vw, 29rem);
  }
  .info_il {
    padding: 0;
  }
  .h-menu {
    display: flex;
    position: fixed;
    right: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 23px;
    width: 8rem;
    height: 7.8rem;
    cursor: pointer;
    transition: .4s;
    z-index: 90;
    background: #222420;
    color: white;
  }
  .nav_wrap nav.nav ul.nonstyle li a {
    color: white !important;
    font-family: "Murecho", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  nav.nav ul.nonstyle {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 0;
  }
  .headerNav_wrapper {
    display: none;
  }
  .openbtn {
    position: relative;
    width: 30px;
    height: 20px;
  }
  .openbtn span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all .4s;
  }
  .openbtn span:nth-of-type(1) {
    top: 0;
  }
  .openbtn span:nth-of-type(2) {
    top: 9px;
  }
  .openbtn span:nth-of-type(3) {
    top: 18px;
  }
  .h-menu.active .openbtn span:nth-of-type(1) {
    top: 9px;
    transform: rotate(-45deg);
  }
  .h-menu.active .openbtn span:nth-of-type(2) {
    opacity: 0;
  }
  .h-menu.active .openbtn span:nth-of-type(3) {
    top: 9px;
    transform: rotate(45deg);
  }
  .navinner.active {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    transition: opacity 0.6s ease, top 0.6s ease;
    z-index: 11;
  }
  .navinner {
    position: fixed;
    top: -1rem;
    right: 0;
    height: 100%;
    opacity: 0;
    z-index: 20;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.9);
    transition: .6s;
    animation: blur-anim-re .3s linear forwards;
  }
  .navinner {
    padding: max(10vw, 5rem) max(5vw, 2.5rem) 0;
    width: 50vw;
    gap: 2rem;
    display: block;
  }
  .navinner {
    height: 90vh;
  }
  .nav_wrap nav.nav ul.nonstyle li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ffffff;
    transition: 0.3s;
    transform: translateX(0);
  }
  .about_back {
    display: none;
  }
  .toprecruit-btn {
    display: none;
  }
  section.about {
    background: #E60018;
    background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
    background-repeat: repeat;
    background-size: 10.4166666667vw auto;
    background-blend-mode: multiply;
  }
  .slide_under {
    background: #E60018;
    background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
    background-repeat: repeat;
    background-size: 10.4166666667vw auto;
    background-blend-mode: multiply;
    height: 5vw;
    width: 100%;
    bottom: 0;
  }
  .slide_block {
    right: 0;
    width: 80%;
    border-radius: 10px 0 0 0;
    background: #E60018;
    background-image: url(/wp-content/themes/ngwrecruit/img/texture02.png);
    background-repeat: repeat;
    background-size: 10.4166666667vw auto;
    background-blend-mode: multiply;
    bottom: calc(5vw);
    height: 15%;
  }
  .slide_curve {
    display: none;
  }
  .about_wrap {
    margin-top: 0;
  }
  .swiper-pagination {
    pointer-events: none;
    display: flex;
    justify-content: center;
    width: 100% !important;
    gap: 1rem;
    left: 0;
    bottom: calc(5vw + 17%) !important;
  }
  .copytxt {
    top: -53rem;
    width: 95%;
    left: 1rem;
    padding: 0;
  }
  .copytxt img {
    width: 100%;
  }
  .about_copy_inner span {
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .about_txt_inner {
    color: white;
    line-height: 1.8;
  }
  .about_inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about_copy_wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .about_wrap {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .about_txt_inner {
    width: 100%;
    padding: 2rem 10rem;
    display: flex;
    text-align: center;
    font-size: 2rem;
  }
  .about_copy_inner {
    margin-top: 2rem;
  }
  .about_img_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .about_img_inner {
    width: 100%;
    position: relative;
    height: 50vw;
    inset: 0;
    margin-left: 4rem;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
  }
  .curve {
    display: none;
  }
  .aboutcopytxt {
    display: none;
  }
  section.ourgroup {
    padding-bottom: 10vw;
  }
  .og_ttl_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .og_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .og_txt_inner {
    font-size: 2rem;
    line-height: 1.8;
    text-align: center;
  }
  .og_img_inner {
    width: 100%;
    border-radius: 0;
    padding: 5vw 0 5vw;
  }
  .og_img_inner img {
    width: 100%;
  }
  .com_curve01 {
    display: none;
  }
  .com_back {
    display: none;
  }
  figure.com_img_inner {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .com_wrap {
    flex-direction: column;
    padding: 0;
    margin-bottom: 3rem;
  }
  .com_inner {
    width: 100%;
    padding: 0 max(8vw, 1.75rem);
    margin-top: 5rem;
  }
  ul.ul_company {
    height: 35rem;
  }
  img.com_img {
    width: 100%;
    object-fit: cover;
  }
  figure.com_img_inner {
    padding: 0;
    padding-right: 2rem;
  }
  .com_copytxt_wrap {
    display: none;
  }
  .com_curve02 {
    display: none;
  }
  .com_ttl_inner {
    justify-content: center;
    align-items: center;
  }
  .biz_txt_inner {
    font-size: 2rem;
    line-height: 1.8;
  }
  .re_hum-left {
    width: 25vw;
    bottom: calc(40vw);
    left: calc(-2vw);
  }
  .re_hum-right {
    bottom: calc(40vw);
    left: calc(66vw);
  }
  .re_inner {
    margin-top: 5rem;
  }
  section.recruit {
    padding: 8vw 5vw 10vw;
  }
  .re_inner_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1rem;
    height: 40vw;
    padding: 3rem;
  }
  .re_right {
    width: 100%;
    gap: 2rem;
  }
  .re_txt {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
  .re_btn_box {
    flex-direction: revert;
    margin: 0;
    width: 100%;
    justify-content: center;
  }
  .re_new-btn a, .re_career-btn a {
    margin-top: 0;
    color: #E60018;
    background: white;
    padding: 5rem 2rem;
  }
  .slide_curve_sp {
    position: absolute;
    z-index: 5;
    width: 2%;
    height: auto;
    left: calc(20% - 2%);
    bottom: calc(5vw);
    transform: rotate(-90deg);
    display: block;
  }
  img.curve_sp1 {
    width: 100%;
    height: auto;
    display: block;
  }
  .aboutcopytxt_sp img {
    width: 100%;
  }
  .aboutcopytxt_sp {
    display: block;
  }
  .aboutcopytxt_wrap {
    padding: 0;
    margin-top: 0;
  }
  .aboutcopytxt_wrap {
    padding: 0 2rem 0 2rem;
    margin-top: 0;
    bottom: 15rem;
  }
  .btm_human_sp {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
    position: absolute;
    display: block;
  }
  .btm_human_sp img {
    width: 100%;
    display: block;
  }
  .btm_human {
    display: none;
  }
  .footer_upper {
    padding: 0;
  }
  .footercontact_area {
    padding: 13% 0 36%;
  }
  .text_area {
    padding: 0 max(8vw, 1.75rem);
  }
  .group-topinner-txt {
    font-size: 2rem;
  }
  .strong-area {
    flex-direction: column;
  }
  .strong-img {
    height: auto;
  }
  p.strong-box-ttl, p.work-box_ttl {
    font-size: 3rem;
  }
  p.strong-box-txt {
    line-height: 1.6;
    font-size: 2rem;
  }
  p.work-box_txt {
    font-size: 2rem;
    line-height: 1.6;
  }
  .company-table {
    font-size: 2rem;
  }
  .subgar-btn_flex {
    display: flex !important;
    align-items: stretch !important;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .subgar-btn_flex .wp-block-column {
    display: flex !important;
    flex-direction: column;
  }
  .subgar-btn_flex .subgra-btn, .subgar-btn_flex .subgra-btn_inner, .subgar-btn_flex {
    display: flex !important;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    min-height: 60px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  ul.event-all.wp-block-post-template.is-layout-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
  ul.event-all.wp-block-post-template.is-layout-grid > li {
    width: 100% !important;
    max-width: 100% !important;
  }
  .event-btn a {
    font-size: 1.8rem;
  }
  .newgra-table {
    font-size: 2rem;
  }
  p.entry_txt {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
  }
  .accordion-title_qna p {
    font-size: 2.2rem;
  }
  p.newgra-qna {
    font-size: 2rem;
  }
  .nb-txt {
    line-height: 0;
  }
  .counter {
    font-size: 6rem;
  }
  .counter-sub {
    font-size: 3rem;
  }
  nav.menu ul li a {
    color: white !important;
    font-size: 2rem !important;
    font-weight: 700;
  }
  nav.menu ul li {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  h3.accordion_ttl {
    font-size: 2.2rem;
    margin-left: 2rem;
  }
  p.accordion_txt {
    font-size: 2rem;
  }
  p.footercontact_lead {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Murecho", sans-serif;
  }
  .footer_upper {
    background-size: 100%;
  }
  h4.footercontact_ttl {
    top: -57%;
  }
  .text_area {
    padding: 6rem max(4vw, 1.75rem) 0;
  }
  .footerinner {
    flex-direction: column;
  }
  .col-3 {
    width: 100%;
  }
  .page_top {
    display: none;
  }
  .inner-ttl {
    font-size: 2.2rem;
  }
  .ul_footer li a {
    font-size: 1.8rem;
  }
  .left, .center {
    border-right: 0;
  }
  .footer_rightbtn {
    margin: 2rem auto;
  }
  .footer_rightbtn {
    width: 45%;
  }
  .num-info_1st, .num-info_2nd, .num-info_3rd, .num-info_5th {
    flex-wrap: wrap;
  }
  .info-1st_left {
    width: 100%;
    height: 60rem;
  }
  h3.info-ttl {
    font-size: 4rem;
  }
  .counter {
    font-size: 8rem;
  }
  .info-1st_right {
    width: 100%;
  }
  .info-2nd_left {
    width: 100%;
    height: 60rem;
  }
  .info-2nd_right {
    width: 100%;
    z-index: 0;
    height: 70rem;
    position: relative;
  }
  .info-3rd_left, .info-3rd_middle, .info-3rd_right {
    height: 60rem;
    width: 100%;
  }
  .info-5th_left {
    width: 100%;
    height: 60rem;
  }
  .nb-img {
    width: 60%;
    bottom: 7rem;
  }
  .info-5th_middle, .info-5th_right {
    width: 48%;
    height: 30rem;
  }
  .sub-page-img img {
    top: -23rem;
  }
  .job-info_top {
    flex-direction: column;
  }
  .info-t_left {
    width: 100%;
  }
  .info-t_right {
    margin-top: 2rem;
    gap: 3rem;
    width: 100%;
    padding-left: 0;
  }
  .wel_list-box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .copytxt {
    top: -42rem;
  }
  .slide_block {
    height: 10%
  }
  .swiper-pagination {
    bottom: calc(5vw + 12%) !important;
  }
  .text_area {
    padding: 0rem max(4vw, 1.75rem) 0;
  }
  h4.footercontact_ttl {
    top: -26%;
    font-size: 3.5rem;
  }
  a.event-btn {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .newgra-table tbody tr td {
    border: none !important;
  }
  .newgra-table tbody tr:nth-child(odd) td {
    background-color: #dd4a4a !important;
    color: #ffffff !important;
  }
}
@media screen and (max-width: 744px) {
  .info-1st_left {
    height: 50rem;
  }
  .info-2nd_left {
    height: 50rem;
  }
  .info-2nd_right {
    height: 60rem;
  }
  .info-3rd_left, .info-3rd_middle, .info-3rd_right {
    height: 50rem;
  }
  .info-5th_left {
    height: 50rem;
  }
  h3.info-ttl {
    font-size: 3.8rem;
  }
  .info-5th_middle, .info-5th_right {
    height: 28rem;
  }
  h4.footercontact_ttl {
    font-size: 3.2rem;
  }
  p.footercontact_lead {
    font-weight: 500;
  }
  img.f_cta_arrow {
    width: 2vw;
  }
  .sub-page-img {
    height: 40vw;
  }
  .sub-page-img img {
    top: -16rem;
  }
  .page-ttl-wrap {
    margin-bottom: max(33vw, 3rem);
  }
  section.contents {
    margin-top: 18rem;
  }
  .sub-left {
    padding: 0 max(5vw, 1.75rem) 11rem;
  }
  .wel-2col_inner {
    gap: 0;
  }
}
@media screen and (max-width: 640px) {
  .about_txt_inner {
    padding: 2rem 7rem;
    font-size: 1.8rem;
  }
  .aboutcopytxt_wrap {
    bottom: 11rem;
  }
  .og_txt_inner {
    font-size: 1.8rem;
  }
  .og_ttl_inner {
    gap: 1rem;
  }
  .og_inner {
    padding-bottom: 6vw;
  }
  .com_ttl_inner {
    gap: 1rem;
  }
  p.accordion_txt {
    font-size: 1.8rem;
  }
  ul.ul_company {
    margin-top: 4vw;
  }
  .biz_ttl_inner {
    padding-bottom: 3vw;
    gap: 1rem;
  }
  .biz_txt_inner {
    font-size: 1.8rem;
  }
  .biz_wrap {
    padding: 10vw 0 36vw;
  }
  section.recruit {
    padding: 8vw 0vw 10vw;
  }
  .re_inner_box {
    width: 100%;
    gap: 1rem;
    border-radius: 0;
  }
  .re_hum-right {
    bottom: calc(58vw);
    left: calc(75vw);
    width: 23vw;
  }
  .re_hum-left {
    width: 27vw;
    bottom: calc(58vw);
    left: calc(-3vw);
  }
  .re_txt {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .re_right {
    gap: 3rem;
  }
  .re_btn_box {
    align-items: stretch;
  }
  .re_new-btn, .re_career-btn {
    width: 100%;
    flex: 1;
    display: flex;
    height: auto;
  }
  p.footercontact_lead {
    font-size: 1.8rem;
    top: -13%;
  }
  h4.footercontact_ttl {
    margin-bottom: 42px;
    top: -15%;
    font-size: 2.8rem;
  }
  .footercontact_area {
    padding: 13% 0 40%;
  }
  a.footercontact_btntxt {
    width: 50%;
    border: #E60018 1px solid;
  }
  .sub-page-img img {
    top: -15rem;
  }
  .content-background {
    padding: 5rem 3rem;
  }
  .wel-top-ttl {
    font-size: 6rem;
    line-height: 1.3;
  }
  .wel-top-txt {
    font-size: 1.8rem;
  }
  p.strong-box-txt {
    font-size: 1.8rem;
  }
  p.strong-box-ttl, p.work-box_ttl {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .company-table {
    font-size: 1.8rem;
  }
  p.work-box_txt {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .company-btns a strong {
    font-size: 2rem;
  }
  .wp-block-columns.subgar-btn_flex {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .subgar-btn_flex .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .subgar-btn_flex .subgra-btn_inner, .subgar-btn_flex .wp-block-button__link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    text-align: center;
    width: 100% !important;
    padding: 4px 5px !important;
    font-size: 14px;
  }
  .subgra-btn_inner a strong {
    display: inline-flex;
    align-items: center;
    gap: 15px;
  }
  .subgra-btn_inner a strong::after {
    content: "";
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #ffffff;
    transition: 0.3s;
    transform: translateX(0);
    flex-shrink: 0;
  }
  .subgar-btn_flex.wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .subgar-btn_flex .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .subgar-btn_flex .wp-block-button__link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 10px !important;
  }
  .event-btn a::after {
    margin-right: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #E60018;
  }
  .event-all {
    padding: 0 2rem;
  }
  .newgra-table-box.open {
    padding: 2rem 2rem 2rem;
  }
  .newgra-table {
    font-size: 1.8rem;
  }
  p.entry_txt {
    font-size: 1.8rem;
  }
  p.newgra-qna {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .accordion-title_qna p {
    font-size: 2rem;
  }
  .subcar-btn_flex.wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .subcar-btn_flex .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .subcar-btn_flex .wp-block-button__link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 10px !important;
    box-sizing: border-box;
  }
  .subcar-btn_inner a strong {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    line-height: 1.2;
  }
  .subcar-btn_inner a strong::after {
    content: "";
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ffffff;
    transition: 0.3s;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 601px) {
  h3.info-ttl {
    font-size: 3.4rem;
  }
  .navinner {
    width: 96vw;
  }
  .page-ttl-wrap span.en {
    font-size: 5.5rem;
  }
  h3.num-ttl-jp {
    font-size: 4.5rem;
    line-height: 6rem;
  }
  h3.num-ttl-en {
    font-family: 'Outfit';
    font-size: 2rem;
    color: #e60018;
  }
  .wel-top-ttl {
    font-size: 5rem;
  }
  h2.page_title-en {
    font-size: 7rem;
  }
  h3.page_title-jp {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  a.event-btn {
    width: 18rem;
    padding: 1rem;
  }
  div#wpcf7-f619-p28-o1 {
    padding: 3rem 1rem;
  }
  .contents-wrep {
    padding: 0 max(1vw, 0.75rem) 25rem;
  }
  .pc-swiper {
    display: none;
  }
  .sp-swiper {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .re_inner_box {
    height: 98vw;
    padding: 2rem;
  }
  .re_hum-left {
    bottom: calc(98vw);
  }
  .re_hum-right {
    bottom: calc(98vw);
  }
  span.ttl_en {
    font-size: 6rem;
  }
  .ul_footer li a {
    font-size: 1.5rem;
  }
  .inner-ttl {
    font-size: 1.8rem;
  }
  .footer_rightbtn {
    width: 55%;
  }
  .copytxt {
    top: -31rem;
  }
  .job-info_under {
    padding: 2rem;
  }
  .company-area {
    margin-bottom: 10rem;
  }
  span.swiper-pagination-bullet {
    font-size: 12px;
  }
  .mynavi-bnr {
    width: 80%;
  }
  .sub-page-img img {
    top: -9rem;
  }
  .nav_wrap nav.nav ul.nonstyle li a {
    font-size: 1.6rem;
    gap: 1.2rem;
  }
  nav.nav ul.nonstyle {
    padding: 3rem;
  }
  .inputitems {
    display: flex;
    flex-wrap: wrap;
  }
  .form-right {
    width: 100%;
  }
  select.wpcf7-form-control.wpcf7-select {
    width: 100%;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 70%;
  }
  span.biz_slide_ttl_ja, span.biz_slide_subttl_ja {
    font-size: 2rem;
  }
  .bottom2 {
    bottom: 27%;
  }
}
@media screen and (max-width: 440px) {
  .headerinner {
    margin: 0 !important;
  }
  .copytxt {
    top: -33rem;
  }
  .slide_curve_sp {
    width: 4%;
    left: calc(18% - 2%);
  }
  .about_copy_inner span {
    font-size: 3.5rem;
    padding: 3rem;
  }
  .about_txt_inner {
    padding: 0rem 5rem 4rem;
  }
  .aboutcopytxt_wrap {
    bottom: 7rem;
  }
  span.ttl_en {
    font-size: 5.5rem;
  }
  span.ttl_ja {
    font-size: 2rem;
  }
  .og_inner {
    gap: 5vw;
  }
  .com_inner {
    padding: 0 max(3vw, 0.75rem);
  }
  .biz_ttl_inner {
    padding-bottom: 4vw;
  }
  .re_inner_box {
    height: 98vw;
    padding: 2rem;
  }
  section.recruit {
    padding: 13vw 0vw;
  }
  .re_hum-left {
    bottom: calc(98vw);
  }
  .re_hum-right {
    bottom: calc(98vw);
  }
  .re_btn_box {
    gap: 1rem;
  }
  h4.footercontact_ttl {
    margin-bottom: 32px;
    top: -11%;
    font-size: 3rem;
    text-align: center;
  }
  img.f_cta_arrow {
    width: 4vw;
  }
  a.footercontact_btntxt {
    width: 80%;
  }
  .footer_rightbtn {
    width: 100%;
  }
  .info-1st_left {
    height: 40rem;
  }
  .biginner-half {
    flex-direction: column;
  }
  .biginner-left {
    width: 100%;
    justify-content: center;
  }
  .counter {
    font-size: 6.2rem;
  }
  .redline, .red {
    padding: 1rem;
  }
  .biginner-half {
    flex-direction: column;
    gap: 2rem;
  }
  .biginner-under {
    justify-content: space-around;
    margin-top: 0;
  }
  .info-2nd_left {
    height: 40rem;
  }
  .info-2nd_right {
    height: 45rem;
  }
  .info-3rd_left, .info-3rd_middle, .info-3rd_right {
    height: 38rem;
  }
  .info-5th_left {
    height: 38rem;
  }
  .info-5th_middle, .info-5th_right {
    height: 26rem;
    width: 100%;
  }
  .contents-wrep {
    padding: 2rem max(5vw, 1.75rem) 12rem;
  }
  h3.num-ttl-jp {
    font-size: 4.2rem;
    line-height: 5rem;
  }
  .sub-page-img {
    height: 50vw;
  }
  .sub-page-img img {
    top: -4rem;
  }
  .sub-left {
    padding: 0 max(5vw, 1.75rem) 7rem;
  }
  .page-ttl-wrap span.en {
    font-size: 5rem;
  }
  .wel-top-ttl {
    font-size: 4rem;
  }
  .group-page-topbox {
    padding: 2rem;
  }
  .group-page_ttl {
    font-size: 3rem;
  }
  h2.page_title-en {
    font-size: 5rem;
  }
  h2.company-name {
    font-size: 4rem;
  }
  .company-image {
    height: 45vw;
  }
  ul.event-all.wp-block-post-template.is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .re_new-btn a, .re_career-btn a {
    margin-top: 0;
    color: #E60018;
    background: white;
    padding: 2rem 2rem;
  }
  .re_btn_box {
    gap: 1rem;
    flex-direction: column;
  }
  .subgra-btn_inner a strong {
    font-size: 1.6rem;
    gap: 25px;
  }
  .subgra-btn_inner a strong::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ffffff;
  }
  .newgra-flow .vk_borderBox_title_container.has-background {
    padding: 2rem 3rem;
  }
  .accordion-title_qna {
    padding: 2rem 2rem;
  }
  .accordion-title_qna p {
    font-size: 1.6rem;
  }
  p.newgra-qna {
    font-size: 1.6rem;
  }
  .subcar-btn_inner a strong {
    font-size: 1.6rem;
  }
  .group-topinner-txt {
    font-size: 1.6rem;
    line-height: 1.6em;
  }
  .wel-top-txt {
    line-height: 1.6;
  }
  .bottom2 {
    bottom: 26%;
  }
  figure.logo img {
    width: max(17vw, 26rem);
  }
  .h-menu {
    padding: 7px 20px;
    width: 7rem;
    height: 6.8rem;
  }
  ul.nonstyle.breadcrumbs-wrap {
    font-size: 1.3rem;
  }
  .subgar-btn_flex.wp-block-columns {
    gap: 1px !important;
  }
  .strong-left p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 430px) {
  .accordion_txt_inner {
    padding: 0 4vw 2vw;
  }
  .about_copy_inner span {
    padding: 2rem;
  }
  .about_txt_inner {
    padding: 0rem 3rem 4rem;
  }
  h3.accordion_ttl {
    font-size: 2rem;
    margin-left: 1rem;
  }
  .info-1st_left {
    height: 35rem;
  }
  .info-2nd_left {
    height: 35rem;
  }
  .info-2nd_right {
    height: 42rem;
  }
  .info-3rd_left, .info-3rd_middle, .info-3rd_right {
    height: 35rem;
  }
  .info-5th_left {
    height: 35rem;
  }
  .about_txt_inner {
    line-height: 1.6;
  }
  .og_txt_inner {
    line-height: 1.6;
  }
  .biz_txt_inner {
    line-height: 1.6;
  }
  .re_txt {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .subgra-btn_flex {
    width: 95%;
  }
  .company-btns a strong {
    font-size: 1.6rem;
  }
  .company-btns a strong::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #ffffff;
  }
  .copytxt {
    top: -28rem;
  }
  ul.nonstyle.breadcrumbs-wrap li:not(:first-child)::before {
    margin: 0 1em;
  }
}
@media screen and (max-width: 393px) {
  .info-1st_left {
    height: 32rem;
  }
  .info-2nd_left {
    height: 32rem;
  }
  .info-2nd_right {
    height: 38rem;
  }
  .info-3rd_left, .info-3rd_middle, .info-3rd_right {
    height: 32rem;
  }
  .info-5th_left {
    height: 32rem;
  }
  .info-5th_middle, .info-5th_right {
    height: 24rem;
  }
  .nb-img.seibetu-img {
    bottom: 5rem;
  }
  .nb-img {
    width: 60%;
    bottom: 5rem;
  }
  .newgra-table {
    font-size: 1.6rem;
  }
  .accordion-title p {
    font-size: 1.8rem;
  }
  .bottom2 {
    bottom: 30%;
  }
  span.biz_slide_ttl_ja, span.biz_slide_subttl_ja {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 390px) {
  .page-ttl-wrap span.en {
    font-size: 4rem;
  }
  h3.num-ttl-jp {
    font-size: 3.6rem;
    line-height: 4.3rem;
  }
  h3.num-ttl-en {
    font-size: 1.8rem;
  }
  .num-info {
    margin-top: 2rem;
  }
  ul.nonstyle.breadcrumbs-wrap {
    font-size: 1.1rem;
  }
  .newgra-qna-box.open {
    padding: 2rem 2rem 3rem;
  }
}
@media screen and (max-width: 375px) {
  .re_inner_box {
    height: 106vw;
  }
  .re_hum-left {
    bottom: calc(106vw);
    left: calc(-6vw);
  }
  .re_hum-right {
    bottom: calc(106vw);
  }
  .h-menu {
    padding: 7px 20px;
    width: 6rem;
    height: 5.8rem;
  }
  #header div.headerinner {
    padding: max(1vw, 2rem);
  }
  .copytxt {
    top: -28rem;
  }
  h3.accordion_ttl {
    font-size: 1.8rem;
  }
  p.accordion_txt {
    font-size: 1.6rem;
  }
  span.jp {
    font-size: max(1.4vw, 1em);
  }
  .newgra-flow .vk_borderBox_title_container.has-background {
    padding: 1rem 2rem;
  }
  h3.info-ttl {
    font-size: 3rem;
  }
  .wel_list-box {
    padding: 0;
  }
  .wel_list-box li {
    font-size: 1.6rem;
  }
  .kenshu-list p {
    padding: 0;
  }
  a.footercontact_btntxt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .wel-top-ttl {
    font-size: 3rem;
  }
  .wel-top-txt {
    font-size: 1.6rem;
  }
  p.strong-box-ttl, p.work-box_ttl {
    font-size: 2rem;
  }
  p.strong-box-txt {
    font-size: 1.6rem;
  }
  h4.footercontact_ttl {
    font-size: 2rem;
  }
  p.footercontact_lead {
    font-size: 1.6rem;
  }
  p.work-box_txt {
    font-size: 1.6rem;
  }
  .company-table {
    font-size: 1.6rem;
  }
  .subgar-btn_flex.wp-block-columns {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  p.entry_txt {
    font-size: 1.6rem;
  }
  figure.logo img {
    width: max(17vw, 21rem);
  }
  .subcar-btn_flex.wp-block-columns {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  span.re_btn-jp {
    font-size: 1.8rem;
  }
  span.re_btn-en {
    font-size: 1.3rem;
  }
  .re_txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}