@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
text.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/*code sample from here*/
/*
[required code]
parent {
  opacity: 0;
}
parent span {
  //translate effect
  position: relative;
  top: xxx;
  left: xxx;
  //fade effect
  opacity: 0;
}
*/
.ex1 {
  opacity: 0;
  font-size: 7.4rem;
  font-weight: bold;
  font-family: 'Sulphur Point', sans-serif;
  text-shadow: 1px 1px 0 #ccc, -1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px -1px 0 #ccc, 0px 1px 0 #ccc, -1px 0 #ccc, -1px 0 0 #ccc, 1px 0 0 #ccc;
  letter-spacing: 0.12em;
  color: #fff;
}

.ex1.trans_y {
  transform: translateY(-50%) !important;
}

.ex1 span {
  position: relative;
  top: 10px;
  left: 10px;
  opacity: 0;
  color: #F08200;
}

.ex2 {
  opacity: 0;
  font-size: 6.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.12em;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  top: 50%;
  font-family: 'Sulphur Point', sans-serif;
  line-height: 1.4;
}

.ex2 span {
  position: relative;
  left: -10px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #F08200;
}

@media screen and (max-width: 767px) {
  .ex1 {
    font-size: 5.4rem;
  }
  .ex2 {
    font-size: 4.0rem;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
header.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
header {
  overflow: hidden;
}

header .mv {
  position: relative;
  background: url(https://www.rockwave.co.jp/img/renewal/mv.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}

header .header_logo {
  position: absolute;
  top: 0;
  left: 0;
}

header .header_logo img {
  width: 200px;
  height: auto;
}

header .heading {
  font-size: 6.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.12em;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  top: 50%;
  font-family: 'Sulphur Point', sans-serif;
  line-height: 1.4;
}

header .header_tag_line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

header .mv_scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  padding-top: 167px;
}

header .mv_scroll::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 2px solid #fff;
  width: 0;
  height: 100%;
  margin: 0 auto;
}

header .mv_scroll::before {
  content: "";
  animation: top_maincopy_scroll_after 3s ease 1.5s infinite both;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 98;
  border-left: 2px solid #F08200;
  margin-left: -1px;
}

header .menu_hamburger {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}

header .menu_hamburger .menu_hamburger_span {
  position: relative;
  height: 18px;
  width: 40px;
  margin: 0 auto;
}

header .menu_hamburger .menu_hamburger_span span {
  width: 40px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}

header .menu_hamburger .menu_hamburger_span span:nth-child(1) {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

header .menu_hamburger .menu_hamburger_span span:nth-child(2) {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  right: 0;
}

header .menu_hamburger .menu_hamburger_span span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
}

header .menu_hamburger p {
  margin-top: 14px;
  font-size: 1.4rem;
  font-family: 'Sulphur Point', sans-serif;
  letter-spacing: 0.12em;
}

header .menu_hamburger.open a {
  color: #fff;
}

header .menu_hamburger.open a .menu_hamburger_span span {
  background: #fff;
  transition: all 0.3s ease;
}

header .menu_hamburger.open a .menu_hamburger_span span:nth-child(1) {
  transform: translateY(8px) rotate(-20deg);
}

header .menu_hamburger.open a .menu_hamburger_span span:nth-child(2) {
  opacity: 0;
}

header .menu_hamburger.open a .menu_hamburger_span span:nth-child(3) {
  transform: translateY(-8px) rotate(20deg);
}

header.under .mv {
  background: url(https://www.rockwave.co.jp/img/renewal/under_mv.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 300px;
}

@media screen and (max-width: 767px) {
  header .mv {
    background-position: center bottom;
  }
  header .header_logo img {
    width: 140px;
    height: 26px;
  }
  header .menu_hamburger {
    top: 20px;
    right: 20px;
  }
  header .heading {
    font-size: 4.0rem;
  }
  header.under .mv {
    height: 160px;
  }
}

.drawer_bg.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.drawer_menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: rgba(29, 32, 136, 0.9);
  z-index: 99;
  transition: right 300ms ease;
}

.drawer_menu.open {
  right: 0;
  transition: right 300ms ease;
}

.drawer_menu .drawer_menu_inner {
  padding-top: 92px;
  padding-left: 30px;
  padding-bottom: 30px;
  height: 100%;
  overflow-y: scroll;
}

.drawer_menu .drawer_menu_inner li {
  margin-bottom: 30px;
}

.drawer_menu .drawer_menu_inner li.dropdown {
  margin-bottom: 0;
}

.drawer_menu .drawer_menu_inner .drawer_contact_bnr {
  margin-bottom: 20px;
}

.drawer_menu .drawer_menu_inner .drawer_contact_bnr a {
  position: relative;
  font-size: 1.5rem;
  color: #FFF;
  background: #F08200;
  width: 270px;
  height: 60px;
  display: flex;
  letter-spacing: 0.075em;
  align-items: center;
  padding-left: 35px;
}

.drawer_menu .drawer_menu_inner .drawer_contact_bnr a span {
  position: relative;
  width: 10px;
  height: 20px;
  right: -40px;
  top: -6px;
  transition: right 0.3s ease;
}

.drawer_menu .drawer_menu_inner .drawer_contact_bnr a span:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  width: 6px;
  height: 1px;
}

.drawer_menu .drawer_menu_inner .drawer_contact_bnr a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  width: 6px;
  height: 1px;
  transform: rotate(-45deg);
}

.drawer_menu .drawer_menu_inner .drawer_contact_bnr a:hover::before {
  transform: scaleX(1);
}

.drawer_menu .drawer_menu_inner .drawer_contact_bnr a:hover span {
  right: -45px;
  transition: right 0.3s ease;
}

.drawer_menu .drawer_menu_inner .drawer_contact_bnr a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 225, 235, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.drawer_menu .drawer_menu_inner .copyright {
  font-size: 1.0rem;
  color: #fff;
  font-family: 'Sulphur Point', sans-serif;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .drawer_menu .drawer_menu_inner {
    padding-top: 68px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .drawer_menu .drawer_menu_inner .drawer_contact_bnr {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .drawer_menu .drawer_menu_inner .drawer_contact_bnr a {
    width: 300px;
    justify-content: center;
    position: relative;
    padding-left: 0;
    margin: 0 auto;
  }
  .drawer_menu .drawer_menu_inner .drawer_contact_bnr a span {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .drawer_menu .drawer_menu_inner .drawer_contact_bnr a span::before {
    border-top: 2px solid #fff;
    width: 10px;
    top: 12px;
  }
  .drawer_menu .drawer_menu_inner .drawer_contact_bnr a span::after {
    border-top: 2px solid #fff;
    width: 10px;
  }
  .drawer_menu .drawer_menu_inner .drawer_contact_bnr a:hover span {
    right: 10px;
  }
  .drawer_menu.open {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .drawer_menu .drawer_menu_inner .drawer_contact_bnr {
    width: 280px;
  }
  .drawer_menu .drawer_menu_inner .drawer_contact_bnr a {
    width: 280px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
footer.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
footer {
  margin-top: 140px;
}

footer .section_join_us {
  position: relative;
}

footer .section_join_us .join_us_bg {
  position: relative;
}

footer .section_join_us .join_us_bg img {
  width: 100%;
  height: auto;
}

footer .section_join_us .join_us_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 32, 136, 0.8);
}

footer .section_join_us .join_us_txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-100%);
  line-height: 2;
  letter-spacing: 0.1em;
}

footer .section_join_us .join_us_txt .heading03 {
  margin-bottom: 20px;
  color: rgba(29, 32, 136, 0.9);
}

footer .section_join_us .join_us_txt p {
  color: #fff;
  margin-bottom: 45px;
  line-height: 1.7;
}

footer .section_join_us .join_us_txt .drawer_contact_bnr {
  font-size: 1.5rem;
  color: #FFF;
  background: #F08200;
  display: flex;
  letter-spacing: 0.075em;
  align-items: center;
  margin: 0 auto;
  width: 270px;
  height: 60px;
  margin-top: 10px;
}

footer .section_join_us .join_us_txt .drawer_contact_bnr a {
  color: #fff;
  position: relative;
  display: block;
  width: 270px;
  height: 60px;
  padding-left: 35px;
  display: flex;
  align-items: center;
}

footer .section_join_us .join_us_txt .drawer_contact_bnr a span {
  position: relative;
  width: 10px;
  height: 20px;
  right: -40px;
  top: -6px;
  transition: right 0.3s ease;
}

footer .section_join_us .join_us_txt .drawer_contact_bnr a span::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  width: 6px;
  height: 1px;
}

footer .section_join_us .join_us_txt .drawer_contact_bnr a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  width: 6px;
  height: 1px;
  transform: rotate(-45deg);
}

footer .section_join_us .join_us_txt .drawer_contact_bnr a:hover::before {
  transform: scaleX(1);
}

footer .section_join_us .join_us_txt .drawer_contact_bnr a:hover span {
  right: -45px;
  transition: right 0.3s ease;
}

footer .section_join_us .join_us_txt .drawer_contact_bnr a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 225, 235, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

footer .copyright {
  background: #1D2088;
  text-align: center;
  color: #fff;
  font-size: 1.0rem;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  footer .section_join_us .join_us_txt {
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 40px;
    margin-top: 0;
  }
  footer .section_join_us {
    background: url(https://www.rockwave.co.jp/img/renewal/rwtop.JPG) no-repeat;
    height: 770px;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  footer .section_join_us .join_us_txt {
    transform: translateY(-50%);
  }
  footer .section_join_us .join_us_txt .drawer_contact_bnr {
    width: 300px;
  }
  footer .section_join_us .join_us_txt .drawer_contact_bnr a {
    width: 300px;
    padding-left: 65px;
  }
  footer .section_join_us .join_us_txt .drawer_contact_bnr a span {
    right: -50px;
    top: -5px;
    transition: right 0.3s ease;
  }
  footer .section_join_us .join_us_txt .drawer_contact_bnr a span::before {
    content: "";
    top: 12px;
    border-top: 2px solid #fff;
    width: 10px;
    height: 2px;
  }
  footer .section_join_us .join_us_txt .drawer_contact_bnr a span::after {
    content: "";
    border-top: 2px solid #fff;
    width: 10px;
    height: 2px;
  }
  footer .section_join_us .join_us_txt .drawer_contact_bnr a:hover span {
    right: -55px;
  }
  footer .section_join_us .join_us_bg img {
    display: none;
  }
  footer .section_join_us::before {
    content: "";
    position: absolute;
    background: rgba(29, 32, 136, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 320px) {
  footer .section_join_us .join_us_txt {
    font-size: 4vw;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
top.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  color: #333;
  overflow: hidden;
}

#sysAll {
  max-width: 100%;
  padding: 0;
}

#sysMain {
  padding: 0;
  margin: 0;
}

#sysHeader,
#sysFooter,
.sysContent {
  padding: 0;
  margin: 0;
}

.p_header .sysContent,
.p_mission .sysContent,
.p_message .sysContent,
.p_bg_image .sysContent,
.p_company .sysContent,
.p_member .sysContent,
.p_service .sysContent,
.p_culture .sysContent,
.p_bg_image03 .sysContent,
.p_bg_image02 .sysContent,
.p_recruit .sysContent,
.p_development .sysContent,
.p_footer .sysContent,
.p_drawer .sysContent,
.p_under_header .sysContent,
.p_under_footer .sysContent {
  padding: 0;
  margin: 0;
}

.slick-slide {
  transition: all 0.3s ease;
}

.slick-slide:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

.mt30 {
  margin-top: 30px;
}

.only_pc {
  display: block;
}

.only_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
}

.fade {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0, 100px);
}

.fade.fade_in {
  opacity: 1;
  transition: all 0.8s ease;
  transform: translate(0, 0);
}

.fade02 {
  opacity: 0;
  transition: all 1.5s ease;
  transform: translate(0, 40px);
}

.fade02.fade_in02 {
  opacity: 1;
  transition: all 1.5s ease;
  transform: translate(0, 0);
}

.fade02.fade_in03 {
  opacity: 1;
  transition: all 1.5s ease;
  transform: translate(0, 40px);
}

.heading {
  font-size: 8.8rem;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.heading02 {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: 'Sulphur Point', sans-serif;
  color: #1D2088;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  letter-spacing: 0.16em;
  transition: all 0.3s ease;
}

.heading02 a {
  color: #1D2088;
  display: block;
}

.heading02 span {
  font-size: 1.2rem;
  display: block;
  text-shadow: none;
  color: #fff;
  margin-top: 4px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}

.heading02.dropdown a {
  margin-bottom: 12px;
  position: relative;
}

.heading02.dropdown a .dropdown_carret {
  position: absolute;
  left: 126px;
  width: 20px;
  height: 7px;
  transition: all 0.3s ease;
  transform: rotate(180deg);
  top: 5px;
}

.heading02.dropdown a .dropdown_carret::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.heading02.dropdown a .dropdown_carret::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.heading02.dropdown .sub_menu_list li {
  margin-bottom: 14px;
}

.heading02.dropdown .sub_menu_list li a {
  margin-bottom: 14px;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
}

.heading02.dropdown .sub_menu_list li:last-child {
  margin-bottom: 0;
}

.heading02.dropdown .sub_menu_list li:last-child a {
  margin-bottom: 0;
}

.heading02.dropdown .sub_menu_list li:hover a {
  color: #F08200;
}

.heading02.dropdown .sub_menu_list li:hover:before {
  content: "";
  background: #F08200;
}

.heading02.dropdown.open a .dropdown_carret {
  transform: rotate(0);
  transition: all 0.3s ease;
  top: 9px;
}

.heading02:hover {
  text-shadow: 1px 1px 0 #F08200, -1px -1px 0 #F08200, -1px 1px 0 #F08200, 1px -1px 0 #F08200, 0px 1px 0 #F08200, -1px 0 #F08200, -1px 0 0 #F08200, 1px 0 0 #F08200;
  transition: all 0.3s ease;
}

.heading02:hover span {
  color: #F08200;
}

.heading02.dropdown:hover a .dropdown_carret::before {
  background: #F08200;
}

.heading02.dropdown:hover a .dropdown_carret::after {
  background: #F08200;
}

.heading03 {
  font-size: 7.4rem;
  font-weight: bold;
  font-family: 'Sulphur Point', sans-serif;
  text-shadow: 1px 1px 0 #ccc, -1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px -1px 0 #ccc, 0px 1px 0 #ccc, -1px 0 #ccc, -1px 0 0 #ccc, 1px 0 0 #ccc;
  letter-spacing: 0.12em;
  color: #fff;
}

.heading03 span {
  font-size: 1.2rem;
  display: block;
  text-shadow: none;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 4.0rem;
  }
  .heading03 {
    font-size: 5.4rem;
  }
  .heading03 span {
    font-size: 1.2rem;
    display: block;
    text-shadow: none;
    color: #fff;
  }
}

.heading04 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.heading04 span {
  position: absolute;
  width: 20px;
  height: 10px;
  top: 10px;
  right: -35px;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

.heading04 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #8B8B8B;
  border-top: 1px solid #8B8B8B;
  width: 12px;
  height: 2px;
  transform: rotate(-45deg);
}

.heading04 span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  background: #8B8B8B;
  border-top: 1px solid #8B8B8B;
  width: 12px;
  height: 2px;
  transform: rotate(-135deg);
}

.heading04.open span {
  transform: rotate(0);
  transition: all 0.3s ease;
  top: 16px;
}

.sub_heading {
  padding-top: 50px;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.sub_heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  background: linear-gradient(to right, #F08200 50%, #1D2088 50%);
}

.sub_heading02 {
  font-size: 2.4rem;
  color: #1D2088;
  font-weight: bold;
  position: relative;
  padding-left: 120px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.sub_heading02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 1px;
  background: #1D2088;
}

.sub_heading03 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.sub_heading03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: linear-gradient(to right, #F08200 50%, #1D2088 50%);
  width: 20px;
  height: 3px;
}

.sub_heading04 {
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 120px;
}

.sub_heading04::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sub_heading02 {
    padding-left: 40px;
  }
  .sub_heading02::before {
    width: 30px;
  }
  .sub_heading04 {
    font-size: 1.375vw;
  }
  .heading {
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 767px) {
  .heading02 {
    font-size: 2.2rem;
  }
  .heading02.dropdown a .dropdown_carret {
    left: 110px;
    width: 13px;
    height: 5px;
    top: 7px;
  }
  .heading02.dropdown a .dropdown_carret::before {
    width: 8px;
  }
  .heading02.dropdown a .dropdown_carret::after {
    width: 8px;
    left: 5px;
  }
  .sub_heading {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .sub_heading02 {
    font-size: 1.6rem;
    padding-left: 55px;
    margin-bottom: 20px;
  }
  .sub_heading02::before {
    width: 45px;
  }
  .sub_heading04 {
    font-size: 1.6rem;
    padding-left: 55px;
  }
  .sub_heading04::before {
    content: "";
    width: 45px;
    height: 1px;
    background: #fff;
  }
}

.sub_menu_list li {
  font-size: 1.3rem;
  position: relative;
}

.sub_menu_list li a {
  color: #fff;
  text-shadow: none;
  margin-left: 40px;
}

.sub_menu_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}

.sub_menu_list li:last-child {
  margin-bottom: 0;
}

.view_more {
  font-size: 1.5rem;
  color: #F08200;
  font-weight: 600;
  width: 148px;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  letter-spacing: 0.12em;
  background: #fff;
  border: 1px solid #F08200;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.view_more p span {
  position: absolute;
  top: 50%;
  right: 25px;
}

.view_more p span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #F08200;
  width: 14px;
  height: 2px;
  background: #F08200;
}

.view_more p span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #F08200;
  width: 14px;
  height: 2px;
  background: #F08200;
  transform: rotate(90deg);
}

.view_more.show {
  border: 1px solid #8B8B8B;
  color: #8B8B8B;
  transition: all 0.3s ease;
}

.view_more.show p span {
  color: #8B8B8B;
}

.view_more.show p span::before {
  border: 1px solid #8B8B8B;
  background: #8B8B8B;
}

.view_more.show p span::after {
  content: none;
}

.recruit_list {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.recruit_list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 1em;
  line-height: 2;
}

.recruit_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://www.rockwave.co.jp/img/renewal/ico_list.png) no-repeat;
  background-size: cover;
  width: 7px;
  height: 9px;
  margin-top: 12px;
}

.recruit_list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .recruit_list {
    font-size: 1.4rem;
  }
}

.bg_image {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
  height: 375px;
}

.bg_image .bg_image_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(https://www.rockwave.co.jp/img/renewal/-7jh4m720QMKfeXjO-0.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 375px;
}

.bg_image.bg_image02 .bg_image_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(https://www.rockwave.co.jp/img/renewal/bg_image02.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 375px;
}

@media screen and (max-width: 767px) {
  .bg_image {
    margin-bottom: 45px;
    height: 200px;
  }
  .bg_image .bg_image_img {
    height: 95px;
  }
  .bg_image.bg_image02 {
    height: 110px;
  }
  .bg_image.bg_image02 .bg_image_img {
    height: 110px;
  }
}

@keyframes top_maincopy_scroll_after {
  0% {
    transform: scaleY(0);
    transform-origin: center top;
  }
  25% {
    transform: scaleY(1);
    transform-origin: center top;
  }
  26% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
}

@keyframes anime_bg {
  100% {
    background-position: -10000px 0;
  }
}

@keyframes next_arrow {
  0% {
    transform: translate(0, -100%);
  }
  10% {
    transform: translate(3px, -100%);
  }
  20% {
    transform: translate(0, -100%);
  }
  30% {
    transform: translate(3px, -100%);
  }
  40% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, -100%);
  }
}

@keyframes prev_arrow {
  0% {
    transform: translate(0, -100%) scale(-1, 1);
  }
  10% {
    transform: translate(-3px, -100%) scale(-1, 1);
  }
  20% {
    transform: translate(0, -100%) scale(-1, 1);
  }
  30% {
    transform: translate(-3px, -100%) scale(-1, 1);
  }
  40% {
    transform: translate(0, -100%) scale(-1, 1);
  }
  100% {
    transform: translate(0, -100%) scale(-1, 1);
  }
}

.slick_next {
  animation: next_arrow 3s ease infinite;
  cursor: pointer;
}

.slick_prev {
  animation: prev_arrow 3s ease infinite;
  cursor: pointer;
}

.section_mission {
  height: 100vh;
  margin: 5vw auto 10.9375vw;
}

.section_mission .lead_content {
  position: relative;
}

.section_mission .lead_content .lead_img {
  max-width: 50vw;
  margin: 0 auto;
}

.section_mission .lead_content .lead_img img {
  width: 100%;
  height: auto;
}

.section_mission .lead_content .mission_bg {
  position: relative;
  width: 100%;
  height: 315px;
  background-image: url("https://www.rockwave.co.jp/img/renewal/bg_anime.png");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: anime_bg;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 9;
}

.section_mission .lead_content .lead_txt {
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 39.375vw;
  height: 340px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding-top: 75px;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}

.section_mission .lead_content .lead_txt p:first-child {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section_mission .lead_content .lead_img {
    max-width: 90%;
  }
  .section_mission .lead_content .lead_txt {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .section_mission {
    margin-top: 60px;
    margin-bottom: 60px;
    height: auto;
  }
  .section_mission .lead_content .lead_img {
    max-width: 100%;
  }
  .section_mission .lead_content .lead_txt {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 1.4rem;
    padding-top: 45px;
  }
}

.section_message {
  position: relative;
  margin-bottom: 140px;
}

.section_message .message_bg {
  background: linear-gradient(to right, #EDF7FF 75vw, #fff 75vw);
  min-height: 44.0625vw;
}

.section_message .message_bg .message_inner {
  max-width: 75vw;
  width: 100%;
  margin: 0 auto;
}

.section_message .message_bg .message_inner .message_inner_left {
  max-width: 35.3125vw;
  position: relative;
  padding-bottom: 80px;
}

.section_message .message_bg .message_inner .message_inner_left .heading03 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}

.section_message .message_bg .message_inner .message_inner_left .message_txt01 {
  padding-top: 45px;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 35px;
}

.section_message .message_bg .message_inner .message_inner_left .message_txt01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  background: linear-gradient(to right, #F08200 50%, #1D2088 50%);
}

.section_message .message_bg .message_inner .message_inner_left .message_txt02 {
  font-size: 1.2rem;
  color: #8B8B8B;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.section_message .message_bg .message_inner .message_inner_left .message_txt03 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

.section_message .message_bg .message_inner .message_inner_left .message_txt04 {
  font-size: 1.2rem;
  color: #F08200;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.section_message .message_bg .message_inner .message_inner_left .message_txt_content p,
.section_message .message_bg .message_inner .message_inner_left .message_txt_content02 p {
  margin-bottom: 35px;
  font-size: 1.5rem;
  line-height: 1.9;
}

.section_message .message_thumb {
  position: absolute;
  top: 3.75vw;
  right: 0;
  width: 50vw;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section_message {
    margin-bottom: 80px;
  }
  .section_message .message_bg .message_inner {
    max-width: 90%;
  }
  .section_message .message_bg .message_inner .message_inner_left {
    max-width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .section_message {
    background: #EDF7FF;
    margin-bottom: 60px;
  }
  .section_message .heading_group {
    padding-left: 20px;
    position: relative;
    margin-bottom: 40px;
  }
  .section_message .heading_group .heading03 {
    transform: translateY(-50%);
  }
  .section_message .heading_group .sub_heading {
    padding-top: 0;
    margin-bottom: 20px;
    margin-top: -20px;
  }
  .section_message .message_thumb {
    width: 100%;
    position: static;
  }
  .section_message .message_bg {
    background: none;
  }
  .section_message .message_bg .message_inner {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_message .message_bg .message_inner .message_inner_left {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .section_message .message_bg .message_inner .message_inner_left .message_txt02 {
    margin-top: 40px;
  }
  .section_message .message_bg .message_inner .message_inner_left .message_txt04 {
    margin-bottom: 20px;
  }
}

.section_company {
  max-width: 75vw;
  width: 100%;
  margin: 0 auto 145px;
}

.section_company .sub_heading {
  padding-top: 10px;
}

.section_company table {
  width: 100%;
  border-collapse: collapse;
}

.section_company table tr {
  border-top: 1px solid #E9EBF3;
  letter-spacing: 0.1em;
}

.section_company table tr th {
  width: 280px;
  text-align: left;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #E9EBF3;
}

.section_company table tr td {
  border-top: 1px solid #E9EBF3;
  text-align: left;
  padding-top: 23px;
  padding-bottom: 23px;
}

.section_company table tr td .table_dl01 {
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.section_company table tr td .table_dl01 dt {
  margin-bottom: 10px;
}

.section_company table tr td .table_dl01 dt span {
  margin-left: 20px;
}

.section_company table tr td .table_dl01 dd {
  font-size: 1.3rem;
  color: #8B8B8B;
  margin-left: 10px;
}

.section_company table tr td .table_dl01:last-child {
  margin-bottom: 0;
}

.section_company table tr td .table_dl02 {
  margin-bottom: 20px;
  line-height: 2.1;
}

.section_company table tr td .table_dl02 dt {
  margin-bottom: 2px;
}

.section_company table tr td .table_dl02:last-child {
  margin-bottom: 0;
}

.section_company table tr td .table_list li {
  margin-bottom: 20px;
}

.section_company table tr td .table_list li:last-child {
  margin-bottom: 0;
}

.section_company table tr:last-child {
  border-bottom: 1px solid #E9EBF3;
}

.section_company table.company_tbl02 tr:first-child {
  border-top: none;
}

.section_company table.company_tbl02 tr:first-child td,
.section_company table.company_tbl02 tr:first-child th {
  border-top: none;
}

.section_company table.company_tbl03 {
  margin-top: 30px;
}

.section_company .company_tbl_inner02 {
  margin-top: 50px;
}

.section_company .view_more {
  margin-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .section_company {
    max-width: 90%;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .section_company {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }
  .section_company table tr th {
    width: 40vw;
    font-size: 1.4rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .section_company table tr td {
    font-size: 1.4rem;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1.7;
  }
  .section_company table tr td .table_dl01 dd {
    margin-left: 0;
    line-height: 1.7;
  }
  .section_company table tr td .table_dl02 {
    line-height: 1.6;
  }
  .section_company .company_tbl_inner {
    margin-top: 40px;
  }
  .section_company .company_tbl_inner02 {
    margin-top: 65px;
  }
  .section_company .view_more {
    margin-top: 30px;
  }
}

.section_member {
  overflow-x: hidden;
  padding-top: 35px;
}

.section_member .member_bg {
  background: linear-gradient(to right, #FFF 25vw, #EDF7FF 25vw);
  padding-bottom: 0.3125vw;
}

.section_member .member_bg .heading03,
.section_member .member_bg .ex1 {
  max-width: 75vw;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
}

.section_member .member_bg .sub_heading {
  max-width: 75vw;
  width: 100%;
  margin: -80px auto 15px;
}

.section_member .member_bg .sub_heading02 {
  max-width: 75vw;
  width: 100%;
  margin: 0 auto 30px;
}

.section_member .member_bg .member_list {
  position: relative;
}

.section_member .member_bg .slider {
  position: relative;
}

.section_member .member_bg .slider .slick-dots {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  transform: translateY(-100%);
  height: 20px;
  max-width: 75vw;
  margin: 0 auto;
  text-align: right;
  padding-right: 12.5vw;
}

.section_member .member_bg .slider .slick-dots li {
  width: 35px;
  height: 4px;
}

.section_member .member_bg .slider .slick-dots li button {
  width: 35px;
  height: 4px;
  background: #E9EBF3;
  padding: 0;
}

.section_member .member_bg .slider .slick-dots li button::before {
  width: 35px;
  height: 4px;
  background: #E9EBF3;
  font-size: 0;
}

.section_member .member_bg .slider .slick-dots li.slick-active button::before {
  content: "";
  background: #8B8B8B;
}

.section_member .member_bg .slider .slick_next {
  background: url(https://www.rockwave.co.jp/img/renewal/ico_arrow.png) no-repeat;
  width: 12px;
  height: 22px;
  background-size: cover;
  position: absolute;
  left: 86.875vw;
  top: 20px;
  transform: translateY(-100%);
  z-index: 9;
}

.section_member .member_bg .slider .slick_prev {
  background: url(https://www.rockwave.co.jp/img/renewal/ico_arrow.png) no-repeat;
  width: 12px;
  height: 22px;
  background-size: cover;
  position: absolute;
  left: 82.5vw;
  top: 20px;
  transform: translateY(-100%) scale(-1, 1);
  z-index: 9;
}

.section_member .member_bg .slider .slick-list {
  overflow: visible;
}

.section_member .member_bg .member_inner {
  width: 100%;
  margin: 0 auto 70px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
}

.section_member .member_bg .member_inner .heading03 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}

.section_member .member_bg .member_inner .member_thumb {
  max-width: 37.5vw;
  width: 100%;
}

.section_member .member_bg .member_inner .member_label {
  background: #F08200;
  background: rgba(240, 130, 0, 0.9);
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 2.4rem;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 0.1em;
}

.section_member .member_bg .member_inner.show {
  transition: all 0.3s ease;
}

.section_member .member_bg .memver_graph {
  width: 400px;
  height: auto;
}

.section_member .member_bg .member_inner_left {
  position: relative;
  margin-left: 12.5vw;
}

.section_member .member_bg .member_inner_left .member_inner_left_group {
  position: relative;
}

.section_member .member_bg .member_inner_right {
  position: relative;
  width: 53.75vw;
  margin-left: -3.75vw;
  z-index: 1;
  margin-top: 9.375vw;
}

.section_member .member_bg .member_inner_right .member_txt {
  background: #fff;
  padding: 60px;
}

.section_member .member_bg .member_inner_right .member_txt .member_text01 {
  font-size: 1.2rem;
  color: #8B8B8B;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #E9EBF3;
  padding-bottom: 8px;
  margin-bottom: 5px;
}

.section_member .member_bg .member_inner_right .member_txt .member_text02 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.section_member .member_bg .member_inner_right .member_txt .member_text03 {
  font-size: 1.2rem;
  font-family: 'Sulphur Point', sans-serif;
  color: #F08200;
  letter-spacing: 0.1em;
}

.section_member .member_bg .member_inner_right .member_txt .member_text04,
.section_member .member_bg .member_inner_right .member_txt .member_text05,
.section_member .member_bg .member_inner_right .member_txt .member_text06 {
  margin-bottom: 30px;
  line-height: 2;
}

.section_member .member_bg .member_inner_right .member_txt .member_txt_content {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.section_member .member_bg .member_inner_right .member_txt .view_more {
  margin-top: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .section_member .member_bg .heading03,
  .section_member .member_bg .ex1 {
    max-width: 100%;
    width: 90%;
  }
  .section_member .member_bg .sub_heading {
    max-width: 100%;
    width: 90%;
  }
  .section_member .member_bg .sub_heading02 {
    max-width: 100%;
    width: 90%;
  }
  .section_member .member_bg .member_inner {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .section_member .member_bg .member_inner .member_inner_left {
    margin-left: 5%;
    width: 45%;
  }
  .section_member .member_bg .member_inner .member_inner_right .member_txt {
    padding: 30px;
  }
  .section_member .member_bg .member_inner .member_thumb {
    max-width: 100%;
  }
  .section_member .member_bg .member_inner .member_label {
    font-size: 2.0rem;
    height: 50px;
    top: 37.5vw;
  }
  .section_member .member_bg .slider .slick-dots {
    max-width: 100%;
    width: 90%;
    padding-right: 8%;
  }
  .section_member .member_bg .slider .slick_next {
    left: auto;
    right: 20px;
  }
  .section_member .member_bg .slider .slick_prev {
    left: auto;
    right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .section_member {
    padding-top: 30px;
  }
  .section_member .member_bg {
    background: #EDF7FF;
  }
  .section_member .member_bg .heading03,
  .section_member .member_bg .ex1 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_member .member_bg .sub_heading {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    margin-top: -20px;
  }
  .section_member .member_bg .sub_heading::before {
    left: 20px;
  }
  .section_member .member_bg .sub_heading02 {
    max-width: 100%;
    margin-left: 20px;
  }
  .section_member .member_bg .member_inner {
    max-width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    display: block;
  }
  .section_member .member_bg .member_inner .member_label {
    bottom: 60px;
    font-size: 2.0rem;
    height: 45px;
  }
  .section_member .member_bg .member_inner .member_thumb {
    max-width: 100%;
  }
  .section_member .member_bg .member_inner.show {
    height: auto;
  }
  .section_member .member_bg .member_inner_left {
    margin-left: 0;
    float: none;
  }
  .section_member .member_bg .member_inner_right {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .section_member .member_bg .member_inner_right .member_txt .member_txt_content {
    font-size: 1.4rem;
  }
  .section_member .member_bg .member_inner_right .member_txt .view_more {
    margin-top: 20px;
  }
  .section_member .member_bg .member_inner_right .member_txt .member_text04,
  .section_member .member_bg .member_inner_right .member_txt .member_text05,
  .section_member .member_bg .member_inner_right .member_txt .member_text06 {
    font-size: 1.4rem;
  }
  .section_member .member_bg .member_inner_right {
    width: 100%;
    top: auto;
    bottom: 0;
    position: relative;
    top: -16vw;
    right: -20px;
  }
  .section_member .member_bg .member_inner_right .member_txt {
    padding: 20px;
    width: 85%;
    margin-left: auto;
  }
  .section_member .member_bg .slider {
    margin-bottom: 0;
  }
  .section_member .member_bg .slider .slick-dots {
    max-width: 100%;
    padding: 0;
    text-align: left;
    left: 20px;
  }
  .section_member .member_bg .slider .slick-dots li {
    width: 30px;
  }
  .section_member .member_bg .slider .slick-dots li button {
    width: 30px;
  }
  .section_member .member_bg .slider .slick_next {
    width: 18px;
    height: 30px;
    right: 20px;
    left: auto;
    right: 10px;
    top: 59.73333vw;
  }
  .section_member .member_bg .slider .slick_prev {
    width: 18px;
    height: 30px;
    right: 70px;
    left: 10px;
    top: 59.73333vw;
  }
  .section_member .member_bg .memver_graph {
    width: 100%;
    height: auto;
  }
}

.section_service {
  max-width: 75vw;
  width: 100%;
  margin: 140px auto 140px;
}

.section_service .sub_heading {
  padding-top: 10px;
}

.section_service .service_inner .service_list {
  display: flex;
}

.section_service .service_inner .service_list li {
  width: 50%;
  border-right: 1px solid #E9EBF3;
  padding-right: 20px;
  padding-left: 20px;
}

.section_service .service_inner .service_list li img {
  width: 260px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}

.section_service .service_inner .service_list li p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.section_service .service_inner .service_list li:last-child {
  border-right: none;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .section_service {
    max-width: 90%;
    margin: 80px auto;
  }
  .section_service .service_inner .service_list li img {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .section_service {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .section_service .service_inner .service_list {
    display: block;
  }
  .section_service .service_inner .service_list li {
    width: 100%;
    border-right: none;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .section_service .service_inner .service_list li::after {
    content: "";
    border-bottom: 1px solid #E9EBF3;
    width: 100px;
    margin: 0 auto;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 40px;
  }
  .section_service .service_inner .service_list li:first-child {
    padding-top: 0;
  }
  .section_service .service_inner .service_list li:last-child::after {
    border-bottom: none;
  }
  .section_service .service_inner .service_list li p {
    font-size: 1.4rem;
  }
}

.section_culture {
  margin: 0 auto 140px;
}

.section_culture .culture_bg {
  background: linear-gradient(to right, #EDF7FF 75vw, #fff 75vw);
}

.section_culture .culture_bg .culture_inner {
  max-width: 75vw;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.section_culture .culture_bg .culture_inner .heading03,
.section_culture .culture_bg .culture_inner .ex1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}

.section_culture .culture_bg .culture_inner .culture_movie {
  width: 100%;
  max-width: 75vw;
  height: 42.375vw;
  margin: 0 auto 60px;
}

.section_culture .culture_bg .culture_inner .culture_movie iframe {
  width: 100%;
  height: 100%;
}

.section_culture .culture_bg .culture_inner .culture_txt01 {
  padding-bottom: 55px;
  font-size: 1.6rem;
  line-height: 2;
}

.section_culture .culture_slider_inner {
  margin-top: 100px;
}

.section_culture .culture_slider_inner .culture_ttl_group {
  max-width: 75vw;
  margin: 0 auto;
  display: flex;
  /*
      .culture_slider_num {
        font-size: 2.4rem;
        font-family: 'Sulphur Point', sans-serif;
        letter-spacing: 0.12em;
        display: flex;
        margin-left: 175px;
        position: relative;
        li {
          margin-right: 45px;
          &:first-child {
            margin-left: 20px;
          }
        }
      }
      */
}

.section_culture .culture_slider_inner .culture_ttl_group .culture_ttl {
  font-size: 2.4rem;
  font-family: 'Sulphur Point', sans-serif;
  letter-spacing: 0.12em;
  color: #F08200;
  position: relative;
}

.section_culture .culture_slider_inner .culture_ttl_group .culture_ttl::after {
  content: "";
  position: absolute;
  width: 135px;
  height: 1px;
  background: #E9EBF3;
  top: 50%;
  transform: translateX(100%);
  left: 0;
}

.section_culture .culture_slider_inner .slider02 {
  position: relative;
}

.section_culture .culture_slider_inner .slider02 .slick-dots {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  max-width: 75vw;
  font-family: 'Sulphur Point', sans-serif;
  font-size: 2.4rem;
  height: 20px;
  transform: translateY(-100%);
  padding-left: 290px;
}

.section_culture .culture_slider_inner .slider02 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  margin-right: 50px;
}

.section_culture .culture_slider_inner .slider02 .slick-dots li .slider02_num {
  font-size: 2.4rem;
  color: #E9EBF3;
  letter-spacing: 0.12em;
}

.section_culture .culture_slider_inner .slider02 .slick-dots li.slick-active .slider02_num {
  color: #F08200;
}

.section_culture .culture_slider_inner .slider02 .slick-dots li:last-child {
  margin-right: 0;
}

.section_culture .culture_slider_inner .slider02 .slick-list {
  position: relative;
}

.section_culture .culture_slider_inner .slider02 .slick-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
}

.section_culture .culture_slider_inner .slider02 .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
}

.section_culture .culture_slider_inner .slider02 .slick-slide {
  margin: 1.875vw;
}

.section_culture .culture_slider_inner .slider02 .slick-slide img {
  width: 100%;
  height: auto;
}

.section_culture .culture_slider_inner .slider02 .slick_prev {
  background: url(https://www.rockwave.co.jp/img/renewal/ico_arrow.png) no-repeat;
  width: 12px;
  height: 22px;
  background-size: cover;
  position: absolute;
  left: 10.625vw;
  top: 17.5vw;
  transform: translateY(-100%) scale(-1, 1);
  z-index: 10;
  cursor: pointer;
}

.section_culture .culture_slider_inner .slider02 .slick_next {
  background: url(https://www.rockwave.co.jp/img/renewal/ico_arrow.png) no-repeat;
  width: 12px;
  height: 22px;
  background-size: cover;
  position: absolute;
  left: 88.75vw;
  top: 17.5vw;
  transform: translateY(-100%);
  z-index: 10;
  cursor: pointer;
}

.section_culture .culture_slider_inner .slider02 .culture_txt01 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #F08200;
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
}

.section_culture .culture_slider_inner .slider02 .culture_txt02,
.section_culture .culture_slider_inner .slider02 .culture_txt03,
.section_culture .culture_slider_inner .slider02 .culture_txt04 {
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.section_culture .culture_slider_inner .slider02 .sub_heading03 span {
  width: 20px;
  height: 7px;
  position: absolute;
  top: 14px;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.section_culture .culture_slider_inner .slider02 .sub_heading03 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background: #8B8B8B;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.section_culture .culture_slider_inner .slider02 .sub_heading03 span::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 12px;
  height: 2px;
  background: #8B8B8B;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.section_culture .culture_slider_inner .slider02 .culture_sug_heading {
  cursor: pointer;
}

.section_culture .culture_slider_inner .slider02 .culture_sug_heading span {
  transform: rotate(180deg);
  top: 10px;
}

.section_culture .culture_slider_inner .slider02 .culture_sug_heading.open span {
  transition: all 0.3s ease;
  transform: rotate(0);
  top: 12px;
}

.section_culture .culture_slider_inner .slider02 .culture_txt_content {
  line-height: 2;
}

.section_culture .culture_slider_inner .slider02 .culture_txt_content p {
  margin-bottom: 30px;
}

.section_culture .culture_slider_inner .slider02 .culture_txt_content .schedule_inner {
  margin-bottom: 30px;
}

.section_culture .culture_slider_inner .slider02 .culture_txt_content .schedule_inner .schedule_ttl {
  font-size: 1.5rem;
  color: #1D2088;
  width: 220px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1D2088;
}

.section_culture .culture_slider_inner .slider02 .culture_txt_content .schedule_inner .schedule_tbl th {
  text-align: left;
  width: 154px;
}

.section_culture .culture_slider_inner .slider02 .culture_txt_content .schedule_inner .schedule_tbl th span {
  color: #1D2088;
  font-size: 1.1rem;
  margin-right: 5px;
}

.section_culture .culture_slider_inner .slider02 .culture_txt_content .schedule_inner .schedule_tbl td {
  position: relative;
  padding-left: 20px;
}

.section_culture .culture_slider_inner .slider02 .culture_txt_content .schedule_inner .schedule_tbl td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://www.rockwave.co.jp/img/renewal/ico_list.png) no-repeat;
  background-size: cover;
  width: 7px;
  height: 9px;
  margin-top: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .section_culture {
    margin-bottom: 80px;
  }
  .section_culture .culture_bg .culture_inner {
    max-width: 90%;
  }
  .section_culture .culture_bg .culture_inner .culture_movie {
    max-width: 100%;
  }
  .section_culture .culture_slider_inner .culture_ttl_group {
    max-width: 100%;
    width: 90%;
  }
  .section_culture .culture_slider_inner .slider02 .slick_prev {
    right: auto;
    left: 10%;
  }
  .section_culture .culture_slider_inner .slider02 .slick_next {
    right: 10%;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .section_culture {
    margin-bottom: 30px;
  }
  .section_culture .sub_heading {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .section_culture .culture_bg {
    background: #EDF7FF;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_culture .culture_bg .culture_inner {
    max-width: 100%;
  }
  .section_culture .culture_bg .culture_inner .culture_movie {
    max-width: 100%;
    height: 50.66667vw;
    margin-bottom: 30px;
  }
  .section_culture .culture_bg .culture_inner .culture_txt01 {
    font-size: 1.4rem;
    padding-bottom: 35px;
  }
  .section_culture .culture_slider_inner {
    margin-top: 30px;
  }
  .section_culture .culture_slider_inner .culture_ttl_group {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
    position: relative;
    /*
        .culture_slider_num {
          margin-left: 0;
          margin-top: 15px;
          li {
            margin-right: 30px;
            &:first-child {
              margin-left: 0;
            }
          }
        }
        */
  }
  .section_culture .culture_slider_inner .culture_ttl_group .culture_ttl {
    display: inline-block;
    background: #fff;
    padding-right: 20px;
  }
  .section_culture .culture_slider_inner .culture_ttl_group .culture_ttl::after {
    content: none;
  }
  .section_culture .culture_slider_inner .culture_ttl_group::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E9EBF3;
  }
  .section_culture .culture_slider_inner .slider02 .slick-dots {
    position: absolute;
    top: -28px;
    left: 20px;
    right: 20px;
    text-align: left;
    max-width: 100%;
    transform: translateY(0);
    padding-left: 0;
    margin-left: initial;
    width: 205px;
  }
  .section_culture .culture_slider_inner .slider02 .slick-dots li {
    margin-right: 30px;
  }
  .section_culture .culture_slider_inner .slider02 .slick-dots li button {
    width: auto;
    height: auto;
    font-size: 2.4rem;
    padding: 0;
    color: #E9EBF3;
  }
  .section_culture .culture_slider_inner .slider02 .slick-dots li button::before {
    content: "";
  }
  .section_culture .culture_slider_inner .slider02 .slick-list {
    position: relative;
    margin-top: 35px;
  }
  .section_culture .culture_slider_inner .slider02 .slick-list::before {
    content: none;
  }
  .section_culture .culture_slider_inner .slider02 .slick-list::after {
    content: none;
  }
  .section_culture .culture_slider_inner .slider02 .slick-slide {
    margin: 4.53333vw;
    transition: opacity 0.3s ease;
  }
  .section_culture .culture_slider_inner .slider02 .slick-slide:not(.slick-current) {
    opacity: 0.3;
    transition: opacity 0.3s ease;
  }
  .section_culture .culture_slider_inner .slider02 .slick_next {
    left: 100%;
  }
  .section_culture .culture_slider_inner .slider02 .slick_prev {
    width: 18px;
    height: 30px;
    right: auto;
    left: 12vw;
    top: 36vw;
  }
  .section_culture .culture_slider_inner .slider02 .slick_next {
    width: 18px;
    height: 30px;
    right: 12vw;
    left: auto;
    top: 36vw;
  }
  .section_culture .culture_slider_inner .slider02 .culture_txt02,
  .section_culture .culture_slider_inner .slider02 .culture_txt03,
  .section_culture .culture_slider_inner .slider02 .culture_txt04 {
    font-size: 1.4rem;
  }
  .section_culture .culture_slider_inner .slider02 .culture_txt_content .schedule_inner .schedule_tbl th {
    width: 40%;
    font-size: 1.4rem;
  }
  .section_culture .culture_slider_inner .slider02 .culture_txt_content .schedule_inner .schedule_tbl td {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 374px) {
  .section_culture .culture_slider_inner .slider02 .sub_heading03 {
    font-size: 4.8vw;
  }
}

.bg_anime {
  position: relative;
  width: 100%;
  height: 315px;
  background-image: url(https://www.rockwave.co.jp/img/renewal/bg_anime.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: anime_bg;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 160px;
}

.bg_anime p {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .bg_anime {
    margin-bottom: 60px;
  }
  .bg_anime p {
    font-size: 1.4rem;
  }
}

.section_office {
  position: relative;
  height: 175vw;
}

.section_office .office_ttl {
  max-width: 75vw;
  width: 100%;
  margin: 135px auto 140px;
}

.section_office .office_ttl .sub_heading {
  padding-top: 10px;
}

.section_office .office_inner .office_img01 {
  position: absolute;
  top: 12.1875vw;
  left: 0;
  width: 34.375vw;
}

.section_office .office_inner .office_img02 {
  position: absolute;
  top: 23.625vw;
  left: 25vw;
  width: 13.875vw;
}

.section_office .office_inner .office_img03 {
  position: absolute;
  top: 7.8125vw;
  right: 36.25vw;
  width: 13.75vw;
}

.section_office .office_inner .office_img04 {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.375vw;
}

.section_office .office_inner .office_img05 {
  position: absolute;
  top: 41.25vw;
  left: 0;
  width: 18.75vw;
}

.section_office .office_inner .office_img06 {
  position: absolute;
  top: 55.625vw;
  left: 12.5vw;
  width: 26.375vw;
}

.section_office .office_inner .office_img07 {
  position: absolute;
  top: 41.25vw;
  left: 43.125vw;
  width: 13.875vw;
}

.section_office .office_inner .office_img08 {
  position: absolute;
  top: 48.75vw;
  right: 0;
  width: 36.25vw;
}

.section_office .office_inner .office_img09 {
  position: absolute;
  top: 79.375vw;
  left: 0;
  width: 14.375vw;
}

.section_office .office_inner .office_img10 {
  position: absolute;
  top: 84.25vw;
  left: 25vw;
  width: 31.9375vw;
}

.section_office .office_inner .office_img11 {
  position: absolute;
  top: 79.25vw;
  right: 15.625vw;
  width: 20.625vw;
}

.section_office .office_inner .office_img12 {
  position: absolute;
  top: 86.875vw;
  right: 0;
  width: 18.125vw;
}

.section_office .office_inner .office_img13 {
  position: absolute;
  top: 107.1875vw;
  left: 5.625vw;
  width: 13.75vw;
}

.section_office .office_inner .office_img14 {
  position: absolute;
  top: 110.9375vw;
  left: 30vw;
  width: 10.9375vw;
}

.section_office .office_inner .office_img15 {
  position: absolute;
  top: 110.9375vw;
  right: 12.5vw;
  width: 38.125vw;
}

.section_office .office_inner .office_img16 {
  position: absolute;
  top: 127.8125vw;
  right: 0;
  width: 13.75vw;
}

.section_office .office_inner .office_img17 {
  position: absolute;
  top: 134.5625vw;
  left: 5.625vw;
  width: 17.375vw;
  z-index: 1;
}

.section_office .office_inner .office_img18 {
  position: absolute;
  top: 130.9375vw;
  left: 21.25vw;
  width: 16.25vw;
}

.section_office .office_inner .office_img19 {
  position: absolute;
  top: 151.5vw;
  left: 0;
  width: 25vw;
}

.section_office .office_inner .office_img20 {
  position: absolute;
  top: 148.125vw;
  left: 31.875vw;
  width: 36.875vw;
}

.section_office .office_inner .office_img21 {
  position: absolute;
  top: 144.5625vw;
  right: 17.5vw;
  width: 20vw;
  z-index: 1;
}

.section_office .office_inner .office_img22 {
  position: absolute;
  top: 153.5vw;
  right: 0;
  width: 25vw;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .section_office .office_ttl {
    max-width: 90%;
    margin: 80px auto;
  }
}

@media screen and (max-width: 767px) {
  .section_office {
    height: 546.66667vw;
  }
  .section_office .office_ttl {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section_office .office_inner .office_img01 {
    width: 45.33333vw;
    top: 35.2vw;
  }
  .section_office .office_inner .office_img02 {
    width: 26.66667vw;
    left: 0;
    top: 130.66667vw;
  }
  .section_office .office_inner .office_img03 {
    width: 26.66667vw;
    left: 5.33333vw;
    top: 73.33333vw;
  }
  .section_office .office_inner .office_img04 {
    width: 45.33333vw;
    right: 0;
    top: 26.66667vw;
  }
  .section_office .office_inner .office_img05 {
    width: 24vw;
    right: 0;
    top: 235.46667vw;
    left: auto;
  }
  .section_office .office_inner .office_img06 {
    width: 77.33333vw;
    right: 0;
    top: 176vw;
    left: auto;
  }
  .section_office .office_inner .office_img07 {
    width: 31.2vw;
    left: 45.33333vw;
    top: 113.6vw;
    z-index: 1;
  }
  .section_office .office_inner .office_img08 {
    width: 34.66667vw;
    right: 20;
    top: 106.13333vw;
  }
  .section_office .office_inner .office_img09 {
    width: 34.66667vw;
    right: 0;
    top: 216.53333vw;
  }
  .section_office .office_inner .office_img10 {
    width: 48vw;
    left: 22.66667vw;
    top: 249.33333vw;
  }
  .section_office .office_inner .office_img11 {
    width: 32vw;
    right: 0;
    top: 289.06667vw;
  }
  .section_office .office_inner .office_img12 {
    width: 24vw;
    right: 20vw;
    top: 305.06667vw;
  }
  .section_office .office_inner .office_img13 {
    width: 24vw;
    right: 26.13333vw;
    top: 426.66667vw;
    left: auto;
    z-index: 1;
  }
  .section_office .office_inner .office_img14 {
    width: 21.33333vw;
    left: 0;
    top: 340.26667vw;
  }
  .section_office .office_inner .office_img15 {
    width: 60vw;
    right: 0;
    top: 354.66667vw;
  }
  .section_office .office_inner .office_img16 {
    width: 21.33333vw;
    right: 0;
    top: 453.33333vw;
  }
  .section_office .office_inner .office_img17 {
    width: 49.86667vw;
    left: 0;
    top: 385.33333vw;
  }
  .section_office .office_inner .office_img18 {
    width: 50.13333vw;
    left: 0;
    top: 294.66667vw;
  }
  .section_office .office_inner .office_img19 {
    width: 44.53333vw;
    right: 5.33333vw;
    top: 500vw;
    left: auto;
    z-index: 1;
  }
  .section_office .office_inner .office_img20 {
    width: 56vw;
    left: 0;
    top: 476vw;
  }
  .section_office .office_inner .office_img21 {
    width: 37.33333vw;
    left: 5.33333vw;
    top: 432vw;
  }
  .section_office .office_inner .office_img22 {
    width: 37.33333vw;
    right: 5.33333vw;
    top: 407.46667vw;
  }
}

.section_recruit {
  max-width: 75vw;
  width: 100%;
  margin: 135px auto 140px;
}

.section_recruit .sub_heading {
  padding-top: 10px;
}

.section_recruit .sub_heading02 {
  margin-top: 30px;
}

.section_recruit table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 40px;
}

.section_recruit table tr {
  border-top: 1px solid #E9EBF3;
  letter-spacing: 0.1em;
}

.section_recruit table tr th {
  width: 280px;
  text-align: left;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #E9EBF3;
}

.section_recruit table tr td {
  border-top: 1px solid #E9EBF3;
  text-align: left;
  padding-top: 23px;
  padding-bottom: 23px;
}

.section_recruit table tr:last-child {
  border-bottom: 1px solid #E9EBF3;
}

.section_recruit table.company_tbl02 tr:first-child {
  border-top: none;
}

.section_recruit table.company_tbl02 tr:first-child td,
.section_recruit table.company_tbl02 tr:first-child th {
  border-top: none;
}

.section_recruit table.company_tbl03 {
  margin-top: 30px;
}

.section_recruit .recruit_inner {
  display: flex;
  justify-content: space-between;
  max-width: 75vw;
}

.section_recruit .recruit_inner .recruit_txt_group {
  max-width: 36.25vw;
}

.section_recruit .recruit_inner .recruit_txt_group .recruit_list {
  margin-bottom: 35px;
}

.section_recruit .recruit_inner .recruit_img {
  max-width: 36.25vw;
}

.section_recruit .recruit_inner .recruit_img img {
  width: 100%;
  height: auto;
}

.section_recruit .recruit_inner02 {
  margin-top: 35px;
}

.section_recruit .recruit_inner02 .recruit_txt01 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 30px;
}

.section_recruit .recruit_inner02 .recruit_txt02 {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.section_recruit .recruit_inner02 .recruit_txt03 {
  letter-spacing: 0.1em;
  line-height: 2;
}

.section_recruit .recruit_inner02 .recruit_list02 li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.section_recruit .recruit_inner02 .recruit_list02 li span.num {
  font-size: 3.4rem;
  font-family: 'Sulphur Point', sans-serif;
  letter-spacing: 0.12em;
  color: #1D2088;
  min-width: 50px;
}

.section_recruit .recruit_inner02 .recruit_list02 li p {
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}

.section_recruit .recruit_inner02 .recruit_list02 li p span {
  color: #8B8B8B;
  font-size: 1.3rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .section_recruit {
    max-width: 90%;
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .section_recruit .recruit_inner {
    max-width: 100%;
  }
  .section_recruit .recruit_inner .recruit_txt_group {
    max-width: 48%;
  }
  .section_recruit .recruit_inner .recruit_img {
    max-width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .section_recruit {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section_recruit .recruit_inner {
    display: block;
    max-width: 100%;
  }
  .section_recruit .recruit_inner .recruit_txt_group {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .section_recruit .recruit_inner .recruit_img {
    max-width: 100%;
  }
  .section_recruit .recruit_inner02 .recruit_list02 li {
    align-items: center;
  }
  .section_recruit .recruit_inner02 .recruit_list02 li:nth-child(3) {
    align-items: end;
  }
  .section_recruit .recruit_inner02 .recruit_list02 li p span {
    margin-top: 10px;
    display: block;
  }
  .section_recruit .recruit_inner02 .recruit_txt01,
  .section_recruit .recruit_inner02 .recruit_txt02,
  .section_recruit .recruit_inner02 .recruit_txt03 {
    font-size: 1.4rem;
  }
  .section_recruit table tr th {
    width: 40vw;
    font-size: 1.4rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .section_recruit table tr td {
    font-size: 1.4rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.section_develop {
  margin-bottom: 250px;
}

.section_develop .develop_bg {
  position: relative;
}

.section_develop .develop_bg img {
  width: 87.5vw;
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 99;
}

.section_develop .develop_bg::before {
  content: "";
  position: absolute;
  top: 5vw;
  left: 0;
  width: 50vw;
  height: 65.625vw;
  background: #F08200;
  z-index: 1;
}

.section_develop .develop_bg .sub_heading04 {
  position: absolute;
  top: 67%;
  left: 8.375vw;
  z-index: 99;
}

.section_develop .develop_bg .heading {
  position: absolute;
  z-index: 99;
  top: 70%;
  left: 8.375vw;
}

.section_develop .develop_bg .develop_txt01 {
  position: absolute;
  bottom: 2.5vw;
  left: 87.5vw;
  color: #fff;
  text-align: right;
  z-index: 99;
  font-size: 1.8rem;
  line-height: 2;
  transform: translateX(-100%);
  width: 100%;
  letter-spacing: 0.2em;
}

.section_develop .develop_bg .view_more {
  position: absolute;
  left: 87.5vw;
  bottom: -5vw;
  transform: translateX(-100%);
}

.section_develop .develop_inner {
  display: flex;
  justify-content: space-between;
  max-width: 75vw;
  margin: 10vw auto;
  position: relative;
}

.section_develop .develop_inner .develop_txt_group {
  max-width: 36.25vw;
  width: 100%;
  margin: 0 auto;
}

.section_develop .develop_inner .develop_txt_group .develop_txt01,
.section_develop .develop_inner .develop_txt_group .develop_txt02 {
  margin-bottom: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.section_develop .develop_inner .develop_txt_group .develop_txt03 {
  line-height: 2;
  letter-spacing: 0.1em;
}

.section_develop .develop_inner .develop_txt_group .recruit_list {
  margin-bottom: 30px;
  font-weight: bold;
}

.section_develop .develop_inner .develop_txt_group .recruit_list span {
  margin-left: -1em;
  display: block;
  margin-top: 5px;
}

.section_develop .develop_inner .develop_img {
  max-width: 36.25vw;
}

.section_develop .develop_inner .develop_img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.section_develop .develop_inner .develop_img:last-child img {
  margin-bottom: 0;
}

.section_develop .develop_inner .view_more {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
}

.section_develop.bg_blue .develop_bg::before {
  background: #1D2088;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .section_develop {
    margin-bottom: 160px;
  }
  .section_develop .develop_bg .develop_txt01 {
    font-size: 1.125vw;
    left: 95%;
  }
  .section_develop .develop_bg::before {
    top: 80px;
  }
  .section_develop .develop_bg .view_more {
    bottom: -80px;
    left: 95%;
  }
  .section_develop .develop_inner {
    max-width: 100%;
    width: 90%;
    margin-top: 150px;
  }
  .section_develop .develop_inner .develop_img {
    max-width: 48%;
  }
  .section_develop .develop_inner .develop_txt_group {
    max-width: 48%;
  }
  .section_develop .develop_inner .develop_txt_group .view_more {
    transform: translateY(100%);
  }
  .section_develop .develop_inner .develop_txt_group .develop_txt03 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section_develop {
    margin-bottom: 50px;
  }
  .section_develop .develop_bg img {
    width: 84vw;
  }
  .section_develop .develop_bg::before {
    top: 20px;
    right: 20px;
    width: 100%;
    left: auto;
  }
  .section_develop .develop_bg .sub_heading04 {
    bottom: auto;
    top: 37.33333vw;
    height: 25px;
    left: 20px;
    font-size: 4.26667vw;
  }
  .section_develop .develop_bg .heading {
    bottom: auto;
    top: 45.33333vw;
    left: 20px;
    line-height: 1;
    font-size: 10.13333vw;
  }
  .section_develop .develop_bg .develop_txt01 {
    position: static;
    color: #F08200;
    text-align: center;
    transform: inherit;
    font-size: 1.6rem;
    margin-top: 21.33333vw;
    margin-bottom: 40px;
  }
  .section_develop .develop_bg .view_more {
    position: relative;
    transform: inherit;
    margin-left: 20px;
    margin-bottom: 20px;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .section_develop .develop_inner {
    max-width: 100%;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }
  .section_develop .develop_inner .develop_img {
    max-width: 100%;
  }
  .section_develop .develop_inner .develop_img img:last-child {
    display: none;
  }
  .section_develop .develop_inner .develop_txt_group {
    max-width: 100%;
  }
  .section_develop .develop_inner .develop_txt_group .develop_txt03 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .section_develop .develop_inner .view_more {
    position: relative;
    transform: translateY(0);
  }
  .section_develop.bg_blue .develop_bg .sub_heading04 {
    top: 44vw;
  }
  .section_develop.bg_blue .develop_bg .heading {
    top: 58.66667vw;
  }
  .section_develop.bg_blue .develop_bg::before {
    content: "";
    height: 89.6vw;
  }
  .section_develop.bg_blue .develop_bg .develop_txt01 {
    margin-top: 42.66667vw;
    color: #1D2088;
  }
}

@media screen and (max-width: 374px) {
  .section_develop .develop_bg .develop_bg .develop_txt01 {
    font-size: 4.26667vw;
  }
  .section_develop.bg_blue .develop_bg .develop_txt01 {
    font-size: 4.26667vw;
  }
}

.contact_bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.contact_bnr p {
  background: #F08200;
  writing-mode: vertical-rl;
  position: relative;
}

.contact_bnr p a {
  color: #fff;
  font-size: 1.3rem;
  display: block;
  display: flex;
  align-items: center;
  padding-top: 36px;
  width: 38px;
  height: 190px;
  letter-spacing: 0.1em;
  position: relative;
}

.contact_bnr p a:hover::before {
  transform: scaleX(1);
}

.contact_bnr p a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 225, 235, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.contact_bnr p span {
  position: relative;
  width: 10px;
  height: 20px;
  right: -2px;
  top: -6px;
}

.contact_bnr p span::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  width: 6px;
  height: 1px;
}

.contact_bnr p span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  width: 6px;
  height: 1px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .contact_bnr {
    width: 100%;
    right: 0;
  }
  .contact_bnr p {
    writing-mode: inherit;
  }
  .contact_bnr p a {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 1.5rem;
    justify-content: center;
  }
  .contact_bnr p span {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .contact_bnr p span::before {
    border-top: 2px solid #fff;
    width: 10px;
    top: 12px;
  }
  .contact_bnr p span::after {
    border-top: 2px solid #fff;
    width: 10px;
  }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
form.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.sysErrorMessage.errorMessage {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  margin-bottom: 20px;
}

#sysFormIndex #sysMain > h2,
#sysFormThanks #sysMain > h2,
#sysFormConfirm #sysMain > h2 {
  display: none;
}

#sysFormIndex form,
#sysFormThanks form,
#sysFormConfirm form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

#sysFormIndex form .sysFormLabel,
#sysFormThanks form .sysFormLabel,
#sysFormConfirm form .sysFormLabel {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#sysFormIndex form .sysFormField,
#sysFormThanks form .sysFormField,
#sysFormConfirm form .sysFormField {
  margin-bottom: 30px;
  margin-top: 15px;
}

#sysFormIndex form .sysFormField input,
#sysFormIndex form .sysFormField textarea,
#sysFormThanks form .sysFormField input,
#sysFormThanks form .sysFormField textarea,
#sysFormConfirm form .sysFormField input,
#sysFormConfirm form .sysFormField textarea {
  width: 100%;
  border: 1px solid #E9EBF2;
  padding: 8px 10px;
  background: #FAFAFA;
}

#sysFormIndex form input[type="submit"],
#sysFormThanks form input[type="submit"],
#sysFormConfirm form input[type="submit"] {
  width: 270px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  background: #F08200;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
}

#sysFormIndex form input[type="submit"]:hover,
#sysFormThanks form input[type="submit"]:hover,
#sysFormConfirm form input[type="submit"]:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

#sysFormConfirm #sysMain > h2 {
  display: none;
}

#sysFormConfirm #sysMain > h2.comfirm_ttl {
  display: block;
  font-size: 7.4rem;
  text-align: center;
  font-family: serif;
  font-family: 'Sulphur Point', sans-serif;
  letter-spacing: 0.12em;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #ccc, -1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px -1px 0 #ccc, 0px 1px 0 #ccc, -1px 0 #ccc, -1px 0 0 #ccc, 1px 0 0 #ccc;
  transform: translateY(-50%);
}

#sysFormConfirm #sysMain form button[type="submit"] {
  width: 270px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  background: #8B8B8B;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
}

#sysFormConfirm #sysMain form button[type="submit"]:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

#sysFormConfirm #sysMain form .sysFormField {
  width: 100%;
  border: 1px solid #E9EBF2;
  padding: 8px 10px;
  background: #FAFAFA;
}

#sysFormConfirm #sysMain form input[type="submit"] {
  margin-top: 30px;
}

.sysRequired {
  background: #F08200;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-left: 10px;
}

.sysRequired::before {
  content: none;
}

.sysRequired::after {
  content: none;
}

.sysFormLabel {
  font-size: 1.4rem;
}

.under_txt_inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.under_txt_inner .under_heading {
  font-size: 7.4rem;
  text-align: center;
  font-family: serif;
  font-family: 'Sulphur Point', sans-serif;
  letter-spacing: 0.12em;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #ccc, -1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px -1px 0 #ccc, 0px 1px 0 #ccc, -1px 0 #ccc, -1px 0 0 #ccc, 1px 0 0 #ccc;
  transform: translateY(-50%);
}

.under_txt_inner .sub_heading05 {
  font-size: 1.5rem;
  font-family: 'Sulphur Point', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  margin-top: -30px;
}

.under_txt_inner .sub_heading05::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 3px;
  background: linear-gradient(to right, #F08200 50%, #1D2088 50%);
  margin: 0 auto;
}

.under_txt_inner .contact_form_txt01,
.under_txt_inner .contact_form_txt02 {
  letter-spacing: 0.1em;
  line-height: 2;
 text-align:left;
}

.under_txt_inner .contact_form_txt02 {
  color: #8B8B8B;
  font-size: 1.3rem;
  margin-top: 20px;
}

.under_txt_inner02 {
  text-align: center;
}

.under_txt_inner02 .complete_heading {
  font-size: 4.4rem;
  font-family: serif;
  font-family: 'Sulphur Point', sans-serif;
  letter-spacing: 0.12em;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #F08200, -1px -1px 0 #F08200, -1px 1px 0 #F08200, 1px -1px 0 #F08200, 0px 1px 0 #F08200, -1px 0 #F08200, -1px 0 0 #F08200, 1px 0 0 #F08200;
  margin-bottom: 10px;
}

.under_txt_inner02 .complete_txt01 {
  font-size: 1.5rem;
  font-family: 'Sulphur Point', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 25px;
}

.under_txt_inner02 .complete_txt02,
.under_txt_inner02 .complete_txt03 {
  letter-spacing: 0.07em;
  line-height: 2;
}

.under_txt_inner02 .complete_txt02 {
  margin-bottom: 50px;
text-align:left;
}

.under_txt_inner02 .under_btn a {
  position: relative;
  font-size: 1.5rem;
  color: #FFF;
  background: #F08200;
  width: 270px;
  height: 60px;
  display: flex;
  letter-spacing: 0.075em;
  align-items: center;
  padding-left: 10px;
  margin: 0 auto;
  justify-content: center;
}

.under_txt_inner02 .under_btn a span {
  position: relative;
  width: 10px;
  height: 20px;
  right: -75px;
  top: -6px;
  transition: right 0.3s ease;
}

.under_txt_inner02 .under_btn a span::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  width: 6px;
  height: 1px;
}

.under_txt_inner02 .under_btn a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  width: 6px;
  height: 1px;
  transform: rotate(-45deg);
}

.under_txt_inner02 .under_btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 225, 235, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.under_txt_inner02 .under_btn a:hover span {
  right: -80px;
}

.under_txt_inner02 .under_btn a:hover::before {
  transform: scaleX(1);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .under_txt_inner {
    width: 90%;
  }
  #sysFormIndex form,
  #sysFormThanks form,
  #sysFormConfirm form {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .sysRequired {
    font-size: 1.0rem;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 5px;
  }
  .under_txt_inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }
  .under_txt_inner .under_heading {
    font-size: 5.4rem;
  }
  .under_txt_inner .sub_heading05 {
    font-size: 1.6rem;
    margin-top: -20px;
  }
  .under_txt_inner .contact_form_txt01 {
    font-size: 1.4rem;
  }
  .under_txt_inner .contact_form_txt02 {
    line-height: 2.4;
    margin-top: 15px;
  }
  .under_txt_inner02 .complete_heading {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
  .under_txt_inner02 .complete_txt01 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .under_txt_inner02 .complete_txt02,
  .under_txt_inner02 .complete_txt03 {
    letter-spacing: 0.07em;
    line-height: 2;
  }
  .under_txt_inner02 .complete_txt02 {
    margin-bottom: 35px;
    font-size: 1.4rem;
  }
  .under_txt_inner02 .under_btn a {
    width: 300px;
  }
  .under_txt_inner02 .under_btn a span {
    right: -85px;
    top: -5px;
    transition: right 0.3s ease;
  }
  .under_txt_inner02 .under_btn a span::before {
    content: "";
    top: 12px;
    border-top: 2px solid #fff;
    width: 10px;
    height: 2px;
  }
  .under_txt_inner02 .under_btn a span::after {
    content: "";
    border-top: 2px solid #fff;
    width: 10px;
    height: 2px;
  }
  .under_txt_inner02 .under_btn a:hover span {
    right: -90px;
  }
  .sysErrorMessage.errorMessage {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  #sysFormIndex form,
  #sysFormThanks form,
  #sysFormConfirm form {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sysFormIndex form input[type="submit"],
  #sysFormThanks form input[type="submit"],
  #sysFormConfirm form input[type="submit"] {
    width: 300px;
    margin-top: 40px;
  }
  #sysFormIndex footer,
  #sysFormThanks footer,
  #sysFormConfirm footer {
    margin-bottom: 0;
    margin-top: 100px;
  }
  #sysFormConfirm #sysMain > h2.comfirm_ttl {
    display: block;
    font-size: 5.4rem;
  }
  #sysFormConfirm #sysMain form button[type="submit"] {
    width: 300px;
  }
}

@media screen and (max-width: 320px) {
  .under_txt_inner .under_heading {
    font-size: 14.4vw;
  }
  .under_txt_inner .sub_heading05 {
    margin-top: -5.33333vw;
  }
  #sysFormIndex form input[type="submit"],
  #sysFormThanks form input[type="submit"] {
    width: 100%;
  }
  #sysFormConfirm #sysMain form button[type="submit"] {
    width: 100%;
  }
  #sysFormConfirm #sysMain form input[type="submit"] {
    width: 100%;
  }
}

@media screen and (max-width:480px){
.under_txt_inner02 .complete_txt02 {
  margin-bottom: 50px;
margin-right:50px;
margin-left:50px;
text-align:left;
}

.section_member .member_bg .member_inner_right .member_txt .member_text02 {
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.space{
padding-bottom:90px;
}
}
@media screen and (min-width:481px) and (max-width:900px){

}
@media screen and (min-width:901px){
.under_txt_inner02 .complete_txt02 {
  margin-bottom: 50px;
margin-right:150px;
margin-left:150px;
text-align:left;
}

ul.recruit_list.fade.fade_in.shokushu {
    margin: 0 280px;
}

.occupation_green {
    margin: 0 280px;
}

}
/* #END_OF_RESOURCE_FILE */
