@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  color: #576063;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-box: trim-both cap alphabetic;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 1280px) {
  * {
    line-height: 1.8;
  }
}

html {
  font-size: 56.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-size: 1.6rem;
  overflow-x: hidden;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ebffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999999999;
}

li {
  list-style: none;
}

a {
  display: block;
  width: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
a *, a::before, a::after {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  line-height: inherit;
}

img,
iframe,
video {
  display: block;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

br.under480 {
  display: block;
}
@media print, screen and (min-width: 480px) {
  br.under480 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}
br.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.over768 {
    display: block;
  }
}

body:not(.r-top) main {
  padding-top: 0 !important;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  -webkit-animation: fade 0.5s forwards;
          animation: fade 0.5s forwards;
}

.inner {
  width: 90%;
  margin: auto;
}
.inner.max1080 {
  max-width: 1080px;
}
.inner.max1200 {
  max-width: 1200px;
}
.inner.max1400 {
  max-width: 1400px;
}

h2.section_title {
  font-size: 2rem;
  position: relative;
  z-index: 10;
}

span.section_en_title {
  color: #c1cadb;
  font-family: "Inter", sans-serif;
  font-size: clamp(5.5rem, 10vw, 18.4rem);
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.3;
}

h3.catch {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-weight: bold;
  position: relative;
  z-index: 10;
}

p.lead {
  margin-top: clamp(3rem, 4vw, 6.4rem);
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 1280px) {
  p.lead {
    line-height: 2.2;
  }
}

section.page_top {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/616;
  min-height: 30rem;
  background: center/cover no-repeat;
}
section.page_top .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.page_top h1.page_title {
  width: clamp(17rem, 34vw, 34rem);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 9999px;
  padding: 1em 0;
}

.r-requirements section.page_top {
  background-image: url(../img/requirements/page_top.webp);
}

.r-work section.page_top {
  background-image: url(../img/work/page_top.webp);
}

.r-environment section.page_top {
  background-image: url(../img/environment/page_top.webp);
}

.r-interview section.page_top {
  background-image: url(../img/interview/page_top.webp);
}
.r-interview.interview01 section.page_top {
  background-image: url(../img/interview/worker01/page_top.webp);
}
.r-interview.interview02 section.page_top {
  background-image: url(../img/interview/worker02/page_top.webp);
}
.r-interview.interview03 section.page_top {
  background-image: url(../img/interview/worker03/page_top.webp);
}
.r-interview.interview04 section.page_top {
  background-image: url(../img/interview/worker04/page_top.webp);
}
.r-interview.interview05 section.page_top {
  background-image: url(../img/interview/worker05/page_top.webp);
}

.r-faq section.page_top {
  background-image: url(../img/faq/page_top.webp);
}

section.page_intro {
  position: relative;
  padding-top: clamp(5rem, 6vw, 10rem);
}
section.page_intro::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99999;
}
section.page_intro::after {
  content: "";
  width: 100%;
  height: calc(100% - clamp(5rem, 6vw, 10rem));
  background-color: #00a2ff;
  border-top-left-radius: clamp(6rem, 8vw, 15rem);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -999;
}
@media print, screen and (min-width: 1600px) {
  section.page_intro::after {
    border-top-left-radius: calc(2 * clamp(6rem, 7vw, 12rem));
  }
}
section.page_intro .inner {
  padding: clamp(5rem, 6vw, 10rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  section.page_intro .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.page_intro .inner.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  section.page_intro .text_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
section.page_intro .text_area h3.catch {
  margin-top: clamp(5rem, 6vw, 10rem);
  color: #fff;
}
section.page_intro .text_area p.lead {
  color: #fff;
}
section.page_intro .text_area p.name {
  width: 100%;
  max-width: 28rem;
  color: #00a2ff;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 1em;
}
section.page_intro .text_area dl.profile {
  margin-top: clamp(3rem, 4vw, 6.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 0;
}
section.page_intro .text_area dl.profile dt {
  color: #fff;
  width: 3.25em;
}
section.page_intro .text_area dl.profile dt::before {
  content: "・";
}
section.page_intro .text_area dl.profile dt::after {
  content: "：";
}
section.page_intro .text_area dl.profile dd {
  width: calc(100% - 3.25em);
  color: #fff;
}
section.page_intro .image_area {
  width: 100%;
  max-width: 68.5rem;
  aspect-ratio: 688/424;
  background: center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  section.page_intro .image_area {
    width: 50%;
  }
}
section.page_intro .image_area.work {
  background-image: url(../img/work/intro_img.webp);
}
section.page_intro .image_area.environment {
  background-image: url(../img/environment/intro_img.webp);
}
section.page_intro .image_area.interview {
  background-image: url(../img/interview/intro_img.webp);
}
section.page_intro .image_area.faq {
  background-image: url(../img/faq/intro_img.webp);
}
section.page_intro .movie_area {
  width: 100%;
  max-width: 68.5rem;
  aspect-ratio: 688/415;
}
section.page_intro .movie_area figure {
  position: relative;
  height: 100%;
  cursor: pointer;
}
section.page_intro .movie_area figure::before, section.page_intro .movie_area figure::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
section.page_intro .movie_area figure::before {
  width: 6rem;
  aspect-ratio: 1/1;
  background-color: #ff0000;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.page_intro .movie_area figure::after {
  width: 1.8rem;
  aspect-ratio: 0.8/1;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 50.3%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.page_intro .movie_area figure:hover::before {
  aspect-ratio: 125/100;
  border-radius: 1rem;
}
section.page_intro .movie_area figure.playing::before, section.page_intro .movie_area figure.playing::after {
  content: none;
}
section.page_intro .movie_area figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.page_intro .movie_area figure img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

header.page_section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.5vw, 2.5rem) 0;
  position: relative;
  z-index: 10;
}
header.page_section_title.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.page_section_title h2 {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-weight: bold;
  line-height: 1;
}
header.page_section_title span {
  font-size: 2rem;
  line-height: 1;
}
header.page_section_title h2.color_white,
header.page_section_title span.color_white {
  color: #fff;
}
header.page_section_title h2.color_blue,
header.page_section_title span.color_blue {
  color: #00a2ff;
}

header.page_section_title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem) 0;
}
header.page_section_title02 span.icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: clamp(3rem, 4.5vw, 4.5rem);
  aspect-ratio: 45/70;
  background: url(../img/icon_light.svg) center/contain no-repeat;
}
header.page_section_title02 h2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  line-height: 1;
}
header.page_section_title02 span.en_title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-weight: bold;
  line-height: 1;
}

nav.breadcrumb {
  display: none;
}
@media print, screen and (min-width: 768px) {
  nav.breadcrumb {
    display: block;
    padding-top: clamp(2rem, 4vw, 4rem);
    border-image-source: linear-gradient(#fff, #fff);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
  }
}
nav.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
}
nav.breadcrumb ol li {
  color: #00a2ff;
}
nav.breadcrumb ol li:not(:last-of-type) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
}
nav.breadcrumb ol li:not(:last-of-type)::after {
  content: ">";
}
nav.breadcrumb ol li a {
  color: inherit;
}
nav.breadcrumb ol li a:hover {
  text-decoration: underline;
}

.btn {
  margin: 0 auto;
  width: 100%;
  max-width: 35rem;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  border: 0.1rem solid;
  border-radius: 9999px;
  padding: min(2vw, 2rem) 2rem;
}
.btn a .icon {
  width: 4rem;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border: 0.1rem solid;
  border-radius: 50%;
}
.btn a .icon::after {
  content: "→";
}
.btn a p span {
  border-bottom: 0.1rem solid;
}
.btn.color01 a {
  background-color: #00a2ff;
  border-color: #00a2ff;
}
.btn.color01 a .icon {
  background-color: #fff;
  border-color: #00a2ff;
}
.btn.color01 a .icon::after {
  color: #00a2ff;
}
.btn.color01 a p {
  color: #fff;
}
.btn.color01 a p span {
  border-color: #fff;
}
.btn.color01 a:hover {
  background-color: #fff;
}
.btn.color01 a:hover p {
  color: #00a2ff;
}
.btn.color01 a:hover p span {
  border-color: #00a2ff;
}
.btn.color02 a {
  background-color: #fff;
  border-color: #fff;
}
.btn.color02 a .icon {
  background-color: #00a2ff;
  border-color: #fff;
}
.btn.color02 a .icon::after {
  color: #fff;
}
.btn.color02 a p {
  color: #00a2ff;
}
.btn.color02 a:hover {
  background-color: #00a2ff;
}
.btn.color02 a:hover p {
  color: #fff;
}
.btn.entry {
  max-width: 40rem;
}
.btn.entry a {
  color: #fff;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#ffa63c), to(#ff5031));
  background: linear-gradient(to right, #ffa63c, #ff5031);
  border: none;
}
.btn.entry a:hover {
  opacity: 0.5;
}

ul.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem clamp(3rem, 4vw, 6rem);
}
ul.anchor_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(2rem, 4vw, 4rem);
  color: #00a2ff;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  background-color: #fff;
  border-radius: 9999px;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem #576063;
          box-shadow: 0.3rem 0.3rem 0.5rem #576063;
  padding: min(2.5vw, 2.5rem) clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  ul.anchor_list li a {
    padding: min(2.5vw, 2.5rem) clamp(4rem, 5vw, 8rem);
  }
}
ul.anchor_list li a:hover {
  -webkit-transform: translate(0.3rem, 0.3rem);
          transform: translate(0.3rem, 0.3rem);
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
ul.anchor_list li a .icon {
  width: clamp(6rem, 6vw, 9rem);
  aspect-ratio: 1/1;
  background: center/contain no-repeat;
}
ul.anchor_list li a .icon.icon01 {
  background-image: url(../img/requirement_icon01.webp);
}
ul.anchor_list li a .icon.icon02 {
  background-image: url(../img/requirement_icon02.webp);
}

.anchor_area {
  padding: clamp(5rem, 6vw, 10rem) 0;
  background-color: #00a2ff;
  margin-bottom: clamp(5rem, 6vw, 10rem);
}
@media print, screen and (min-width: 768px) {
  .anchor_area {
    padding-bottom: calc(2 * clamp(4rem, 5vw, 8rem));
    margin-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}

#header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9999999999;
  width: 100%;
  max-width: 1920px;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  #header {
    height: clamp(6rem, 6.5vw, 12rem);
    background-color: #00a2ff;
  }
}
#header h1.logo,
#header p.logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  align-self: stretch;
  display: grid;
  place-items: center;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #header h1.logo,
  #header p.logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#header h1.logo a,
#header p.logo a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center left;
  padding: 0 clamp(3rem, 4vw, 6rem);
}
#header h1.logo a:hover,
#header p.logo a:hover {
  opacity: 0.5;
}
#header h1.logo a img,
#header p.logo a img {
  height: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #header h1.logo a img,
  #header p.logo a img {
    height: min(3.5vw, 6rem);
  }
}
#header nav.header_nav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header nav.header_nav {
    display: block;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
#header nav.header_nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(1.5vw, 2rem);
}
#header nav.header_nav ul li {
  height: 100%;
  display: grid;
  place-items: center;
}
#header nav.header_nav ul li a:not(.nav_entry) {
  width: min(9vw, 13rem);
  color: #00a2ff;
  font-size: min(1.5vw, 1.6rem);
  text-align: center;
  background-color: #fff;
  border: 0.1rem solid #fff;
  border-radius: 9999px;
  padding: 0.8em 0;
}
#header nav.header_nav ul li a:not(.nav_entry):hover {
  color: #fff;
  background-color: #00a2ff;
}
#header nav.header_nav ul li a.nav_entry {
  height: 100%;
  color: #fff;
  font-size: min(1.5vw, 2rem);
  font-weight: bold;
  display: grid;
  place-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#ffa63c), to(#ff5031));
  background: linear-gradient(to right, #ffa63c, #ff5031);
  border-bottom-left-radius: 2rem;
  padding: 0 min(2.5vw, 2.5em);
}
#header nav.header_nav ul li a.nav_entry:hover {
  opacity: 0.5;
}
#header button.menu_toggle {
  position: relative;
  width: 6rem;
  height: 100%;
  background-color: transparent;
  background-color: #00a2ff;
}
@media print, screen and (min-width: 768px) {
  #header button.menu_toggle {
    display: none;
  }
}
#header button.menu_toggle span {
  display: block;
  width: 3rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#header button.menu_toggle span:nth-of-type(1) {
  top: 50%;
}
#header button.menu_toggle span:nth-of-type(2) {
  top: calc(50% - 1rem);
}
#header button.menu_toggle span:nth-of-type(3) {
  top: calc(50% + 1rem);
}
#header button.menu_toggle.active span:nth-of-type(1) {
  opacity: 0;
}
#header button.menu_toggle.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#header button.menu_toggle.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#header .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow-y: scroll;
}
#header .overlay.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#header nav.sp_menu {
  padding: clamp(4rem, 8vw, 8rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#header nav.sp_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
#header nav.sp_menu ul > li > a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
}
#header nav.sp_menu ul > li > a::before {
  content: "";
  width: 2px;
  height: calc(100% + 1rem);
  background-color: #00a2ff;
  position: absolute;
  top: 50%;
  left: -1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
#header nav.sp_menu ul > li > a.nav_corporate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
#header nav.sp_menu ul > li > a.nav_corporate::after {
  content: "";
  width: 0.7em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/icon_window.svg) center/contain no-repeat;
          mask: url(../img/icon_window.svg) center/contain no-repeat;
  background-color: #333;
}

#footer section.entry {
  position: relative;
  border-top-left-radius: clamp(6rem, 7vw, 12rem);
  padding: clamp(5rem, 6vw, 10rem) 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #footer section.entry {
    border-top-left-radius: calc(2 * clamp(6rem, 7vw, 12rem));
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
#footer section.entry::before, #footer section.entry::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer section.entry::before {
  background: url(../img/recruit/entry_bg.webp) center/cover no-repeat;
  z-index: -100;
}
#footer section.entry::after {
  background-color: rgba(0, 162, 255, 0.6);
  z-index: -10;
  mix-blend-mode: multiply;
}
#footer section.entry .inner {
  position: relative;
}
#footer section.entry h2.section_title {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
#footer section.entry span.section_en_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#footer section.entry h3.catch {
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: bold;
  text-align: center;
}
#footer section.entry .btn_area {
  margin-top: clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  #footer section.entry .btn_area {
    margin-top: clamp(6rem, 8vw, 15rem);
  }
}
#footer section.navigation {
  background-color: #00a2ff;
}
#footer section.navigation .inner {
  padding: clamp(4rem, 5vw, 8rem) 0;
}
@media print, screen and (min-width: 768px) {
  #footer section.navigation .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer section.navigation .area_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #footer section.navigation .area_left {
    margin-top: clamp(6rem, 7vw, 12rem);
    width: 35%;
    max-width: 42.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer section.navigation .area_left h2.logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  #footer section.navigation .area_left h2.logo {
    width: 100%;
  }
}
#footer section.navigation .area_left h2.logo a {
  aspect-ratio: 423/96;
  display: grid;
  place-items: center;
  background-color: #fff;
  padding: 0 2rem;
}
#footer section.navigation .area_left h2.logo a:hover {
  opacity: 0.5;
}
#footer section.navigation .area_left h2.logo a img {
  max-width: none;
}
#footer section.navigation .area_left ul.address_list li + li {
  margin-top: 4rem;
}
#footer section.navigation .area_left ul.address_list li address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
#footer section.navigation .area_left ul.address_list li address * {
  color: #fff;
  font-size: 1.8rem;
}
#footer section.navigation .area_left ul.address_list li address p.name::before {
  content: "[";
  margin-right: 0.25rem;
}
#footer section.navigation .area_left ul.address_list li address p.name::after {
  content: "]";
  margin-left: 0.25rem;
}
#footer section.navigation .area_left ul.address_list li address p.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
#footer section.navigation .area_left ul.address_list li address p.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
#footer section.navigation .area_left ul.address_list li address p.number a {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  #footer section.navigation .area_left ul.address_list li address p.number a {
    text-decoration: none;
  }
}
#footer section.navigation .area_left .corporate_link a {
  width: 23.5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #0000d2;
  border: 0.1rem solid #0000d2;
  border-radius: 9999px;
  padding: 1em 0;
}
#footer section.navigation .area_left .corporate_link a:hover {
  color: #0000d2;
  background-color: transparent;
}
#footer section.navigation .area_right {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #footer section.navigation .area_right {
    display: block;
  }
}
#footer section.navigation .area_right nav.footer_nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer section.navigation .area_right nav.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 min(1.5vw, 2rem);
}
#footer section.navigation .area_right nav.footer_nav ul:nth-of-type(1) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer section.navigation .area_right nav.footer_nav ul:not(:first-of-type) {
  margin-top: 4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#footer section.navigation .area_right nav.footer_nav ul li a:not(.nav_privacy) {
  width: min(10vw, 13rem);
  color: #00a2ff;
  font-size: min(1.5vw, 1.6rem);
  text-align: center;
  background-color: #fff;
  border: 0.1rem solid #fff;
  border-radius: 9999px;
  padding: 0.8em;
}
#footer section.navigation .area_right nav.footer_nav ul li a:not(.nav_privacy):hover {
  color: #fff;
  background-color: transparent;
}
#footer section.navigation .area_right nav.footer_nav ul li a.nav_privacy {
  color: #fff;
}
#footer section.navigation .area_right nav.footer_nav ul li a.nav_privacy:hover {
  opacity: 0.5;
}
#footer .to_top {
  position: fixed;
  right: min(4vw, 2.5rem);
  bottom: min(4vw, 2.5rem);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20rem);
          transform: translateY(20rem);
  -webkit-transition: 1s;
  transition: 1s;
}
#footer .to_top.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#footer .to_top a {
  position: relative;
  width: clamp(4rem, 4vw, 6.4rem);
  aspect-ratio: 1/1;
  background-color: #1a1a1a;
}
#footer .to_top a::before {
  content: "";
  width: 35%;
  aspect-ratio: 1/1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
#footer p.copyright {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 1em 0;
  background-color: #576063;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fv-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes fv-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes float {
  0% {
    opacity: 0;
    top: 80%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}
@keyframes float {
  0% {
    opacity: 0;
    top: 80%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}
.r-top #header .overlay nav.sp_menu a.nav_recruit {
  color: #00a2ff;
}
.r-top #header .overlay nav.sp_menu a.nav_recruit::before {
  opacity: 1;
}
.r-top section.fv {
  position: relative;
}
.r-top section.fv .movie_area {
  position: relative;
  aspect-ratio: 320/240;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .r-top section.fv .movie_area {
    aspect-ratio: 1920/800;
  }
}
.r-top section.fv .movie_area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(184, 184, 184, 0.7);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.r-top section.fv .movie_area figure {
  position: relative;
  aspect-ratio: 1/1;
  margin-top: -12.5%;
}
@media print, screen and (min-width: 768px) {
  .r-top section.fv .movie_area figure {
    margin-top: -7%;
    aspect-ratio: 560/315;
  }
}
.r-top section.fv .movie_area figure iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -100;
  width: 180vw;
  max-width: none;
  height: 100%;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .r-top section.fv .movie_area figure iframe {
    position: static;
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.r-top section.fv .movie_area h2.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: min(8vw, 7.2rem);
  font-weight: 900;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .r-top section.fv .movie_area h2.hero {
    font-size: min(5vw, 7.2rem);
  }
}
.r-top section.fv .movie_area h2.hero span {
  margin-top: -0.6em;
}
.r-top section.fv button.youtube {
  position: relative;
  z-index: 1;
  margin: 4rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#161573), color-stop(#2352a2), color-stop(#3173b9), color-stop(#81b5e1), to(#85cee8));
  background: linear-gradient(to right, #161573, #2352a2, #3173b9, #81b5e1, #85cee8);
  border-radius: 1rem;
  padding: 2.5rem 4rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .r-top section.fv button.youtube {
    position: absolute;
    right: 0;
    bottom: clamp(2rem, 4vw, 4rem);
    font-size: min(2vw, 2.4rem);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.r-top section.fv button.youtube::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-50deg, transparent 30%, rgba(255, 255, 255, 0.8) 50%, transparent 70%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.r-top section.fv button.youtube:hover::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.r-top section.fv button.youtube .icon {
  width: 5rem;
  aspect-ratio: 1/1;
  background: url(../img/icon_logo.svg) center/contain no-repeat;
}
.r-top section.fv .modal_area {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100dvw;
  height: calc(100dvh - 6rem);
  background-color: rgba(0, 0, 0, 0.7);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.r-top section.fv .modal_area.active {
  opacity: 1;
  visibility: visible;
}
.r-top section.fv .modal_area figure {
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  padding: clamp(2rem, 4vw, 4rem);
}
.r-top section.fv .modal_area figure iframe {
  max-width: none;
  aspect-ratio: 560/315;
}
.r-top section.fv .modal_area .close_btn {
  position: absolute;
  top: 5vw;
  right: 5vw;
  width: 4rem;
  aspect-ratio: 1/1;
}
.r-top section.fv .modal_area .close_btn span {
  display: block;
  width: 4rem;
  height: 2px;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.r-top section.fv .modal_area .close_btn span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.r-top section.fv .modal_area .close_btn span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.r-top section.message {
  position: relative;
  z-index: 10;
  padding: clamp(6rem, 7vw, 12rem) 0 clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  .r-top section.message {
    padding: calc(2 * clamp(6rem, 7vw, 12rem)) 0 calc(2 * clamp(4rem, 5vw, 8rem));
  }
}
.r-top section.message::after {
  content: "";
  width: min(150vw, 269rem);
  aspect-ratio: 2690/1077;
  background: url(../img/recruit/message_bg.webp) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -99999;
  opacity: 0.3;
}
@media print, screen and (min-width: 768px) {
  .r-top section.message::after {
    top: clamp(5rem, 6vw, 10rem);
    left: calc(-1 * min(27.5vw, 53rem));
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media print, screen and (min-width: 1280px) {
  .r-top section.message::after {
    opacity: 1;
  }
}
.r-top section.message .inner {
  max-width: 1080px;
}
.r-top section.message .message_area {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .r-top section.message .message_area {
    width: 61.5rem;
  }
}
.r-top section.message .message_area .btn_area {
  margin-top: clamp(5rem, 6vw, 10rem);
}
@media print, screen and (min-width: 768px) {
  .r-top section.message .message_area .btn_area .btn {
    margin-left: 0;
  }
}
.r-top section.message ul.page_list {
  margin-top: clamp(5rem, 6vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  .r-top section.message ul.page_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.r-top section.message ul.page_list li {
  width: 100%;
  max-width: 34.5rem;
}
@media print, screen and (min-width: 768px) {
  .r-top section.message ul.page_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.r-top section.message ul.page_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  background-color: #fff;
  padding: clamp(2rem, 4vw, 4rem) clamp(4rem, 5vw, 8rem);
  -webkit-box-shadow: 0.7rem 0.7rem 0.5rem rgba(87, 96, 99, 0.5);
          box-shadow: 0.7rem 0.7rem 0.5rem rgba(87, 96, 99, 0.5);
}
@media print, screen and (min-width: 768px) {
  .r-top section.message ul.page_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: clamp(3rem, 4vw, 6rem) 0;
  }
}
.r-top section.message ul.page_list li a:hover {
  -webkit-transform: translate(0.7rem, 0.7rem);
          transform: translate(0.7rem, 0.7rem);
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.r-top section.message ul.page_list li a span.icon {
  position: relative;
  width: clamp(6rem, 9vw, 9rem);
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: #00a2ff;
  border: 0.1rem solid #00a2ff;
  border-radius: 50%;
}
.r-top section.message ul.page_list li a span.icon::before {
  content: "";
  -webkit-mask: center/contain no-repeat;
          mask: center/contain no-repeat;
  background-color: #fff;
}
.r-top section.message ul.page_list li a span.icon.icon01::before {
  width: 30%;
  aspect-ratio: 28/72;
  -webkit-mask-image: url(../img/recruit/icon_work.svg);
          mask-image: url(../img/recruit/icon_work.svg);
}
.r-top section.message ul.page_list li a span.icon.icon02::before {
  width: 45%;
  aspect-ratio: 40/50;
  -webkit-mask-image: url(../img/recruit/icon_requirements.svg);
          mask-image: url(../img/recruit/icon_requirements.svg);
}
.r-top section.message ul.page_list li a span.icon.icon03::before {
  width: 52%;
  aspect-ratio: 47/57;
  -webkit-mask-image: url(../img/recruit/icon_environment.svg);
          mask-image: url(../img/recruit/icon_environment.svg);
}
.r-top section.message ul.page_list li a span.text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #00a2ff;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  text-align: center;
}
.r-top section.message .instagram_link {
  margin: clamp(5rem, 6vw, 10rem) auto 0;
  width: 100%;
  max-width: 34rem;
}
.r-top section.message .instagram_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  background-color: #fff;
  border: 0.1rem solid #0000d2;
  border-radius: 1.6rem;
  padding: 2rem 0;
}
.r-top section.message .instagram_link a span.icon.logo {
  width: 4.3rem;
  aspect-ratio: 1/1;
  background: url(../img/icon_logo.svg) center/contain no-repeat;
}
.r-top section.message .instagram_link a span.icon.instagram {
  width: 3.2rem;
  aspect-ratio: 1/1;
  background: url(../img/recruit/icon_instagram.svg) center/contain no-repeat;
}
.r-top section.message .instagram_link a p {
  color: #333;
  text-align: center;
}
.r-top section.message .instagram_link a:hover {
  background-color: #0000d2;
}
.r-top section.message .instagram_link a:hover p {
  color: #fff;
}
.r-top section.work {
  padding: clamp(5rem, 6vw, 10rem) 0;
  background-color: #00a2ff;
  border-top-right-radius: clamp(5rem, 8vw, 15rem);
  border-bottom-left-radius: clamp(5rem, 8vw, 15rem);
}
@media print, screen and (min-width: 768px) {
  .r-top section.work {
    padding-top: calc(2 * clamp(4rem, 5vw, 8rem));
  }
}
.r-top section.work .inner {
  position: relative;
}
.r-top section.work h2.section_title {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.r-top section.work span.section_en_title {
  position: absolute;
  top: 0;
  right: 0;
}
.r-top section.work h3.catch,
.r-top section.work p.lead {
  color: #fff;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .r-top section.work h3.catch,
  .r-top section.work p.lead {
    width: 61.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .r-top section.work h3.catch {
    padding-top: clamp(3rem, 4vw, 6rem);
  }
}
.r-top section.work ul.work_list {
  margin-top: clamp(4rem, 5vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  .r-top section.work ul.work_list {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.r-top section.work ul.work_list li {
  width: 100%;
  max-width: 38.5rem;
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .r-top section.work ul.work_list li {
    width: calc((100% - 2 * clamp(2rem, 4vw, 4rem)) / 3);
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.r-top section.work ul.work_list li:nth-of-type(1) {
  -webkit-box-shadow: 1rem 1rem 0 #fbb03b;
          box-shadow: 1rem 1rem 0 #fbb03b;
}
@media print, screen and (min-width: 768px) {
  .r-top section.work ul.work_list li:nth-of-type(1) {
    -webkit-transform: translateY(calc(2 * clamp(4rem, 5vw, 8rem)));
            transform: translateY(calc(2 * clamp(4rem, 5vw, 8rem)));
  }
}
.r-top section.work ul.work_list li:nth-of-type(2) {
  -webkit-box-shadow: 1rem 1rem 0 #22b573;
          box-shadow: 1rem 1rem 0 #22b573;
}
@media print, screen and (min-width: 768px) {
  .r-top section.work ul.work_list li:nth-of-type(2) {
    -webkit-transform: translateY(clamp(4rem, 5vw, 8rem));
            transform: translateY(clamp(4rem, 5vw, 8rem));
  }
}
.r-top section.work ul.work_list li:nth-of-type(3) {
  -webkit-box-shadow: 1rem 1rem 0 #ed1e79;
          box-shadow: 1rem 1rem 0 #ed1e79;
}
.r-top section.work ul.work_list li figure figcaption {
  padding: clamp(2rem, 4vw, 4rem);
  background-color: #fff;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .r-top section.work ul.work_list li figure figcaption {
    padding: clamp(2rem, 4vw, 4rem) min(2vw, 2rem);
  }
}
.r-top section.work ul.work_list li figure figcaption dl dt {
  font-size: 2.4rem;
  text-align: center;
}
.r-top section.work ul.work_list li figure figcaption dl dd {
  margin-top: 2.5rem;
  font-size: 1.8rem;
}
.r-top section.work .btn_area {
  margin-top: clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  .r-top section.work .btn_area {
    margin-top: calc(2 * clamp(4rem, 5vw, 8rem));
  }
}
@media print, screen and (min-width: 768px) {
  .r-top section.work .btn_area .btn {
    margin: 0 0 0 auto;
  }
}
.r-top section.interview {
  padding: clamp(5rem, 6vw, 10rem) 0;
}
@media print, screen and (min-width: 768px) {
  .r-top section.interview {
    padding: calc(2 * clamp(5rem, 6vw, 10rem)) 0;
  }
}
.r-top section.interview .title_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6em;
}
.r-top section.interview .title_area span.section_en_title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.r-top section.interview .title_area h3.catch {
  color: #00a2ff;
  text-align: center;
}
.r-top section.interview .swiper_container {
  position: relative;
  margin-top: clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  .r-top section.interview .swiper_container {
    height: min(32vw, 59.5rem);
  }
}
.r-top section.interview .swiper_container .swiper {
  overflow: visible;
}
@media print, screen and (min-width: 768px) {
  .r-top section.interview .swiper_container .swiper-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: clamp(6rem, 7vw, 12rem);
  }
}
.r-top section.interview .swiper_container .swiper-slide {
  -webkit-transition: 1s;
  transition: 1s;
}
.r-top section.interview .swiper_container .swiper-slide a {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.r-top section.interview .swiper_container .swiper-slide a .image {
  overflow: hidden;
}
.r-top section.interview .swiper_container .swiper-slide a p.info {
  position: absolute;
  left: 5%;
  bottom: 5%;
  max-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 1em;
}
@media print, screen and (min-width: 768px) {
  .r-top section.interview .swiper_container .swiper-slide a p.info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.r-top section.interview .swiper_container .swiper-slide a p.info span.name {
  color: #00a2ff;
  font-weight: bold;
}
.r-top section.interview .swiper_container .swiper-slide a p.info span.position {
  margin-top: 1em;
  font-size: 1.4rem;
}
.r-top section.interview .swiper_container .swiper-slide a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media print, screen and (min-width: 768px) {
  .r-top section.interview .swiper_container .swiper-slide-active {
    width: min(25vw, 45.5rem) !important;
  }
}
.r-top section.interview .swiper_container .swiper-slide-active a p.info {
  opacity: 1;
  visibility: visible;
}
.r-top section.interview .swiper_container .swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .r-top section.interview .swiper_container .swiper-button {
    top: calc(100% - 4rem);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0 1rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .r-top section.interview .swiper_container .swiper-button {
    top: calc(100% - clamp(4rem, 5vw, 8rem));
  }
}
@media print, screen and (min-width: 1800px) {
  .r-top section.interview .swiper_container .swiper-button {
    top: calc(100% - clamp(6rem, 8vw, 15rem));
  }
}
.r-top section.interview .swiper_container .swiper-button-prev, .r-top section.interview .swiper_container .swiper-button-next {
  position: static;
  top: 0;
  margin: 0;
  width: 4rem;
  aspect-ratio: 1/1;
  background: url(../img/recruit/swiper_button.svg) center/contain no-repeat;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.r-top section.interview .swiper_container .swiper-button-prev:hover, .r-top section.interview .swiper_container .swiper-button-next:hover {
  opacity: 0.5;
}
.r-top section.interview .swiper_container .swiper-button-prev::before, .r-top section.interview .swiper_container .swiper-button-next::before {
  color: #fff;
}
.r-top section.interview .swiper_container .swiper-button-prev svg, .r-top section.interview .swiper_container .swiper-button-next svg {
  display: none;
}
.r-top section.interview .swiper_container .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.r-top section.interview .btn_area {
  margin-top: clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 1024px) {
  .r-top section.interview .btn_area {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1600px) {
  .r-top section.interview .btn_area {
    margin-top: -8rem;
    position: relative;
    z-index: 100;
  }
}
@media print, screen and (min-width: 1024px) {
  .r-top section.interview .btn_area .btn {
    margin: 0 0 0 auto;
  }
}
.r-top section.environment {
  position: relative;
  padding: clamp(5rem, 6vw, 10rem) 0;
}
@media print, screen and (min-width: 768px) {
  .r-top section.environment {
    padding-top: calc(2 * clamp(4rem, 5vw, 8rem));
  }
}
.r-top section.environment::before {
  content: "";
  width: 95%;
  height: 100%;
  background-color: #00a2ff;
  border-radius: clamp(4rem, 5vw, 8rem);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -10;
}
.r-top section.environment .title_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6em;
}
.r-top section.environment .title_area h2.section_title {
  color: #fff;
}
.r-top section.environment .title_area span.section_en_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.r-top section.environment .title_area h3.catch {
  color: #fff;
  text-align: center;
}
.r-top section.environment ul.environment_intro {
  margin: clamp(5rem, 6vw, 10rem) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  gap: 4rem clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  .r-top section.environment ul.environment_intro {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  .r-top section.environment ul.environment_intro {
    gap: 0 clamp(3rem, 4vw, 6.4rem);
  }
}
.r-top section.environment ul.environment_intro li {
  position: relative;
  container-type: inline-size;
  width: 100%;
  max-width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 1rem;
}
.r-top section.environment ul.environment_intro li p.title {
  margin-top: clamp(2rem, 4vw, 4rem);
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
.r-top section.environment ul.environment_intro li p.balloon {
  position: absolute;
  top: 0;
  right: 0;
  width: min(70cqw, 17rem);
}
.r-top section.environment ul.environment_intro li p.balloon img {
  max-width: none;
}
.r-top section.environment ul.environment_intro li .image {
  aspect-ratio: 1/1;
  background: center/contain no-repeat;
}
.r-top section.environment ul.environment_intro li .image.environment01 {
  background-image: url(../img/recruit/environment01_img.webp);
}
.r-top section.environment ul.environment_intro li .image.environment02 {
  background-image: url(../img/recruit/environment02_img.webp);
}
.r-top section.environment ul.environment_intro li .image.environment03 {
  background-image: url(../img/recruit/environment03_img.webp);
}
.r-top section.environment ul.environment_intro li .image.environment04 {
  background-image: url(../img/recruit/environment04_img.webp);
}
.r-top section.environment .btn_area {
  margin-top: clamp(4rem, 5vw, 8rem);
}
.r-top section.data {
  padding: clamp(4rem, 5vw, 8rem) 0;
}
@media print, screen and (min-width: 768px) {
  .r-top section.data {
    padding: clamp(6rem, 8vw, 15rem) 0 calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-top section.data .inner {
  position: relative;
}
.r-top section.data h2.section_title {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.r-top section.data span.section_en_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.r-top section.data ul.data_list {
  margin: clamp(4rem, 5vw, 8rem) auto 0;
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem min(5vw, 5rem);
}
@media print, screen and (min-width: 1280px) {
  .r-top section.data ul.data_list {
    max-width: none;
  }
}
.r-top section.data ul.data_list li {
  width: 100%;
  max-width: 32.5rem;
  aspect-ratio: 1/1;
  max-height: 29rem;
  background-color: #fff;
  padding: 2.5rem 0;
  -webkit-box-shadow: 0 0.3rem 0.3rem rgba(87, 96, 99, 0.2);
          box-shadow: 0 0.3rem 0.3rem rgba(87, 96, 99, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 1280px) {
  .r-top section.data ul.data_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    aspect-ratio: unset;
    height: 29rem;
  }
}
.r-top section.data ul.data_list li.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.r-top section.data ul.data_list li dl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-top section.data ul.data_list li dl dt {
  color: #00a2ff;
  font-size: 2rem;
  text-align: center;
}
.r-top section.data ul.data_list li dl dd {
  display: contents;
}
.r-top section.data ul.data_list li dl dd .center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-top section.data ul.data_list li dl dd p {
  color: #00a2ff;
  font-size: 3.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.r-top section.data ul.data_list li dl dd p span.count {
  color: #ff0069;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5.6rem;
  line-height: 1;
  padding: 0 0.1em;
}
.r-top section.data ul.data_list li dl dd p span.dot {
  -ms-flex-item-align: center;
      align-self: center;
  width: 1em;
  color: #576063;
  text-align: center;
}
.r-top section.data ul.data_list li dl dd p.position {
  position: relative;
}
.r-top section.data ul.data_list li dl dd p.position span.left,
.r-top section.data ul.data_list li dl dd p.position span.right {
  color: #576063;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 100%;
}
.r-top section.data ul.data_list li dl dd p.position span.left {
  left: 20%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.r-top section.data ul.data_list li dl dd p.position span.right {
  right: 20%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.r-top section.data ul.data_list li dl dd figure.graph {
  position: relative;
  width: 160px;
}
.r-top section.data ul.data_list li dl dd figure.graph canvas {
  pointer-events: none;
}
.r-top section.data ul.data_list li dl dd figure.graph img {
  width: 260px;
  max-width: none;
  position: absolute;
  top: 10px;
  left: 55%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}
.r-top section.data ul.data_list li dl dd figure.graph figcaption {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.r-top section.data ul.data_list li dl dd small {
  font-size: 1.6rem;
  font-weight: 400;
}
.r-top section.data .btn_area {
  margin-top: clamp(5rem, 6vw, 10rem);
}

.r-requirements #header nav.header_nav a.nav_requirements {
  color: #fff;
  background-color: transparent;
}
.r-requirements #header .overlay nav.sp_menu a.nav_requirements {
  color: #00a2ff;
}
.r-requirements #header .overlay nav.sp_menu a.nav_requirements::before {
  opacity: 1;
}
.r-requirements #footer nav.footer_nav a.nav_requirements {
  color: #fff !important;
  background-color: transparent !important;
}
.r-requirements section.message {
  padding: clamp(4rem, 5vw, 8rem) 0;
  border-image-source: linear-gradient(#fff, #fff);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.message {
    padding-bottom: calc(2 * clamp(4rem, 5vw, 8rem));
  }
}
.r-requirements section.message .inner {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .r-requirements section.message header.page_section_title {
    padding-top: min(2vw, 3.5rem);
  }
}
.r-requirements section.message span.section_en_title {
  position: absolute;
  top: 0;
  right: 0;
}
.r-requirements section.message .flex {
  position: relative;
  margin-top: clamp(5rem, 6vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem calc(2 * clamp(4rem, 5vw, 8rem));
}
.r-requirements section.message .flex::before {
  content: "";
  width: 92.5%;
  max-width: 1294px;
  aspect-ratio: 1294/1074;
  background: url(../img/requirements/message_bg.webp) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 43%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 1024px) {
  .r-requirements section.message .flex::before {
    top: 10%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.r-requirements section.message .area_left {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  .r-requirements section.message .area_left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(6rem, 7vw, 12rem) 0;
  }
}
.r-requirements section.message .area_left h3.catch {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .r-requirements section.message .area_left h3.catch {
    text-align: left;
  }
}
.r-requirements section.message .area_left .ceo_img {
  max-width: 35rem;
}
@media print, screen and (min-width: 1024px) {
  .r-requirements section.message .area_left .ceo_img {
    max-width: none;
  }
}
.r-requirements section.message .area_right {
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 1024px) {
  .r-requirements section.message .area_right {
    width: 45%;
  }
}
.r-requirements section.message .area_right p {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 1280px) {
  .r-requirements section.message .area_right p {
    line-height: 2.2;
  }
}
.r-requirements section.message .area_right p.ceo_name {
  margin: clamp(6rem, 7vw, 12rem) 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(2vw, 2rem) 0;
  font-size: 2.4rem;
  line-height: 1;
}
.r-requirements section.message .area_right p.ceo_name span {
  font-size: 2rem;
}
.r-requirements section.requirements .upper {
  padding: clamp(5rem, 6vw, 10rem) 0;
  background-color: #00a2ff;
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.requirements .upper {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-requirements section.requirements .lower {
  padding: clamp(4rem, 5vw, 8rem) 0 clamp(5rem, 6vw, 10rem);
  background-color: #ebffff;
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.requirements .lower {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-requirements section.requirements .inner.max1400 {
  position: relative;
}
.r-requirements section.requirements span.section_en_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.r-requirements section.requirements ul.anchor_list {
  margin-top: clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.requirements ul.anchor_list {
    margin-top: calc(2 * clamp(4rem, 5vw, 8rem));
  }
}
.r-requirements section.requirements .requirement_detail h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(2rem, 4vw, 4rem);
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  border-bottom: 0.2rem solid;
  padding-bottom: min(4vw, 2rem);
}
.r-requirements section.requirements .requirement_detail h3 span.icon {
  width: min(12vw, 9rem);
  aspect-ratio: 1/1;
  background: center/contain no-repeat;
}
.r-requirements section.requirements .requirement_detail h3 span.icon.icon01 {
  background-image: url(../img/requirements/requirement_icon01_wh.webp);
}
.r-requirements section.requirements .requirement_detail h3 span.icon.icon02 {
  background-image: url(../img/requirement_icon02.webp);
}
.r-requirements section.requirements .requirement_detail dl.requirement_table {
  margin-top: clamp(5rem, 6vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.requirements .requirement_detail dl.requirement_table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 0;
  }
}
.r-requirements section.requirements .requirement_detail dl.requirement_table dt {
  font-size: clamp(1.6rem, 2vw, 2rem);
  text-align: center;
  padding: 1.2em 0;
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.requirements .requirement_detail dl.requirement_table dt {
    width: 23.5rem;
  }
}
.r-requirements section.requirements .requirement_detail dl.requirement_table dt:not(:first-of-type) {
  margin-top: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.requirements .requirement_detail dl.requirement_table dt:not(:first-of-type) {
    margin-top: 0;
  }
}
.r-requirements section.requirements .requirement_detail dl.requirement_table dd {
  font-size: clamp(1.6rem, 2vw, 2rem);
  padding: 1.2em clamp(2rem, 4vw, 4rem);
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.requirements .requirement_detail dl.requirement_table dd {
    width: calc(100% - 23.5rem);
  }
}
@media print, screen and (min-width: 1280px) {
  .r-requirements section.requirements .requirement_detail dl.requirement_table dd {
    line-height: 2;
  }
}
.r-requirements section.requirements .requirement_detail dl.requirement_table dd a {
  display: inline;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.requirements .requirement_detail dl.requirement_table dd a {
    text-decoration: none;
  }
}
.r-requirements section.requirements .requirement_detail ul.system_list {
  margin-top: clamp(4rem, 5vw, 8rem);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.requirements .requirement_detail ul.system_list {
    grid-template-columns: repeat(3, 1fr);
    place-items: unset;
  }
}
.r-requirements section.requirements .requirement_detail ul.system_list > li {
  width: 100%;
  max-width: 35rem;
  background-color: #fff;
  border: 0.2rem solid;
  padding: clamp(2rem, 4vw, 4rem) 2rem;
}
.r-requirements section.requirements .requirement_detail ul.system_list > li h4 {
  color: #00a2ff;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  text-align: center;
}
.r-requirements section.requirements .requirement_detail ul.system_list > li h4::before {
  content: "【";
}
.r-requirements section.requirements .requirement_detail ul.system_list > li h4::after {
  content: "】";
}
.r-requirements section.requirements .requirement_detail ul.system_list > li dl {
  margin: clamp(2rem, 4vw, 4rem) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em 0;
}
.r-requirements section.requirements .requirement_detail ul.system_list > li dl dt {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.r-requirements section.requirements .requirement_detail ul.system_list > li dl dt::before {
  content: "■";
}
.r-requirements section.requirements .requirement_detail ul.system_list > li dl dd {
  margin-left: 2em;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.r-requirements section.requirements .requirement_detail ul.system_list > li dl dd::before {
  content: "・";
  margin-right: 0.25em;
}
.r-requirements section.requirements .requirement_detail ul.system_list > li ul {
  margin: clamp(2rem, 4vw, 4rem) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em 0;
}
.r-requirements section.requirements .requirement_detail ul.system_list > li ul li {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.r-requirements section.requirements .requirement_detail ul.system_list > li ul li::before {
  content: "・";
  margin-right: 0.25em;
}
.r-requirements section.requirements .requirement_detail .btn_area {
  margin-top: clamp(5rem, 6vw, 10rem);
}
.r-requirements section.requirements .requirement_detail .btn_area.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem clamp(4rem, 5vw, 8rem);
}
.r-requirements section.requirements .requirement_detail .btn_area.flex .btn {
  margin: 0;
}
.r-requirements section.requirements .requirement_detail#graduated {
  margin-top: clamp(5rem, 6vw, 10rem);
}
@media print, screen and (min-width: 768px) {
  .r-requirements section.requirements .requirement_detail#graduated {
    margin-top: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-requirements section.requirements .requirement_detail#graduated h3 {
  color: #fff;
  border-color: #fff;
}
.r-requirements section.requirements .requirement_detail#graduated dl.requirement_table dt {
  background-color: #ebffff;
}
.r-requirements section.requirements .requirement_detail#graduated ul.system_list li {
  border-color: #fff;
}
.r-requirements section.requirements .requirement_detail#career h3 {
  color: #00a2ff;
  border-color: #00a2ff;
}
.r-requirements section.requirements .requirement_detail#career dl.requirement_table dt {
  background-color: #e6e6e6;
}
.r-requirements section.requirements .requirement_detail#career ul.system_list > li {
  border-color: #00a2ff;
}

.r-work #header nav.header_nav a.nav_work {
  color: #fff;
  background-color: transparent;
}
.r-work #header .overlay nav.sp_menu a.nav_work {
  color: #00a2ff;
}
.r-work #header .overlay nav.sp_menu a.nav_work::before {
  opacity: 1;
}
.r-work #footer nav.footer_nav a.nav_work {
  color: #fff !important;
  background-color: transparent !important;
}
.r-work header.page_section_title02 h2 {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-weight: bold;
  text-align: center;
}
.r-work section.page_intro .inner {
  position: relative;
}
.r-work section.page_intro span.section_en_title {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.r-work section.work {
  padding: clamp(5rem, 6vw, 10rem) 0;
  background-color: #9fdcff;
}
.r-work section.work .swiper_container {
  margin-top: clamp(5rem, 6vw, 10rem);
}
.r-work section.work .swiper_container .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  .r-work section.work .swiper_container .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 clamp(4rem, 5vw, 8rem);
  }
}
.r-work section.work .swiper_container .swiper-slide {
  width: 100%;
  max-width: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem) 2rem;
  background-color: #fff;
  border-radius: clamp(2rem, 4vw, 4rem);
  padding: clamp(2rem, 4vw, 4rem);
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(87, 96, 99, 0.5);
          box-shadow: 0.5rem 0.5rem 1rem rgba(87, 96, 99, 0.5);
}
@media print, screen and (min-width: 1024px) {
  .r-work section.work .swiper_container .swiper-slide {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.r-work section.work .swiper_container .swiper-slide .image {
  width: 100%;
  max-width: 29.5rem;
}
@media print, screen and (min-width: 768px) {
  .r-work section.work .swiper_container .swiper-slide .image {
    width: calc((100% - 2rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  .r-work section.work .swiper_container .swiper-slide .image {
    width: 100%;
  }
}
@media print, screen and (min-width: 1280px) {
  .r-work section.work .swiper_container .swiper-slide .image {
    width: calc((100% - 2rem) / 2);
  }
}
.r-work section.work .swiper_container .swiper-slide .title {
  width: 100%;
  max-width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  .r-work section.work .swiper_container .swiper-slide .title {
    width: calc((100% - 2rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  .r-work section.work .swiper_container .swiper-slide .title {
    width: 100%;
  }
}
@media print, screen and (min-width: 1280px) {
  .r-work section.work .swiper_container .swiper-slide .title {
    width: calc((100% - 2rem) / 2);
  }
}
.r-work section.work .swiper_container .swiper-slide .title h3 {
  width: 100%;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  .r-work section.work .swiper_container .swiper-slide .title h3 {
    font-size: min(2vw, 3.2rem);
  }
}
.r-work section.work .swiper_container .swiper-slide .title .category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  padding: 2.5rem 0;
}
.r-work section.work .swiper_container .swiper-slide .title .category span {
  width: 11.5rem;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 9999px;
  padding: 0.8em 0;
}
.r-work section.work .swiper_container .swiper-slide .title .category p {
  color: #fff;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  line-height: 1;
}
@media print, screen and (min-width: 1280px) {
  .r-work section.work .swiper_container .swiper-slide .title .category p {
    font-size: min(1.5vw, 2.4rem);
  }
}
.r-work section.work .swiper_container .swiper-slide p.detail {
  width: 100%;
  color: #333;
}
.r-work section.work .swiper_container .swiper-slide.career .title h3 {
  color: #ff0069;
}
.r-work section.work .swiper_container .swiper-slide.career .title .category {
  background-color: #ff0069;
}
.r-work section.work .swiper_container .swiper-slide.graduated .title h3 {
  color: #00a2ff;
}
.r-work section.work .swiper_container .swiper-slide.graduated .title .category {
  background-color: #00a2ff;
}
.r-work section.work .swiper_container .swiper-button-prev, .r-work section.work .swiper_container .swiper-button-next {
  width: 4rem;
  aspect-ratio: 1/1;
  background: url(../img/work/swiper_button.svg) center/contain no-repeat;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.r-work section.work .swiper_container .swiper-button-prev:hover, .r-work section.work .swiper_container .swiper-button-next:hover {
  opacity: 0.5;
}
.r-work section.work .swiper_container .swiper-button-prev svg, .r-work section.work .swiper_container .swiper-button-next svg {
  display: none;
}
.r-work section.work .swiper_container .swiper-button-prev {
  left: -2rem;
}
.r-work section.work .swiper_container .swiper-button-next {
  right: -2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.r-work .anchor_area {
  margin-bottom: 0;
}
.r-work section.type {
  padding: clamp(5rem, 6vw, 10rem) 0;
}
.r-work section.type p {
  margin: 4rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}
.r-work section.type ul {
  margin-top: clamp(5rem, 6vw, 10rem);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  .r-work section.type ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.r-work section.type ul li {
  width: 100%;
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #00a2ff;
  padding: clamp(3rem, 4vw, 6rem) 0;
}
.r-work section.type ul li span {
  font-size: 1.6rem;
  font-weight: 500;
}
.r-work section.role {
  padding: clamp(5rem, 6vw, 10rem) 0;
}
.r-work section.role ul {
  margin-top: clamp(5rem, 6vw, 10rem);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 480px) {
  .r-work section.role ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .r-work section.role ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.r-work section.role ul li {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #fff;
}
.r-work section.role ul li dl dt {
  color: #00a2ff;
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  background-color: #bde7f8;
  padding: 0.8em 0;
}
.r-work section.role ul li dl dd {
  padding: clamp(2rem, 4vw, 4rem);
}
.r-work section.flow {
  padding: clamp(5rem, 6vw, 10rem) 0;
}
@media print, screen and (min-width: 768px) {
  .r-work section.flow {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-work section.flow .flow_area {
  position: relative;
  margin-top: clamp(6rem, 8vw, 15rem);
  padding: clamp(4rem, 5vw, 8rem) clamp(2rem, 4vw, 4rem) clamp(2rem, 4vw, 4rem);
  background-color: #00a2ff;
  border-radius: 2rem;
}
.r-work section.flow .flow_area::before {
  content: "";
  width: min(40vw, 30rem);
  aspect-ratio: 298/180;
  background: url(../img/work/flow_illust02.webp) center/contain no-repeat;
  position: absolute;
  top: calc(-1 * clamp(2rem, 4vw, 4rem));
  left: calc(-1 * clamp(5rem, 6vw, 10rem));
  z-index: 10;
}
.r-work section.flow .flow_area::after {
  content: "";
  width: min(45vw, 56rem);
  aspect-ratio: 600/385;
  background: url(../img/work/flow_illust03.webp) center/contain no-repeat;
  position: absolute;
  right: -20vw;
  bottom: clamp(6rem, 7vw, 12rem);
}
.r-work section.flow .flow_area h3 {
  position: relative;
  font-size: clamp(1.8rem, 2.4vw, 3.2rem);
  font-weight: 900;
  text-align: center;
  background-color: #fff;
  padding: 0.8em 0;
}
.r-work section.flow .flow_area h3::after {
  content: "";
  height: 150%;
  aspect-ratio: 1/1;
  background: url(../img/work/flow_illust01.webp) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 65vw;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
}
@media print, screen and (min-width: 768px) {
  .r-work section.flow .flow_area h3::after {
    height: 350%;
    left: auto;
    right: 1rem;
  }
}
.r-work section.flow .flow_area ul {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem clamp(2rem, 4vw, 4rem);
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .r-work section.flow .flow_area ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.r-work section.flow .flow_area ul li {
  background-color: #fff;
}
.r-work section.flow .flow_area ul li > p {
  color: #fff;
  font-size: clamp(1.8rem, 2.4vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  background-color: #576063;
  padding: 0.8em 0;
}
.r-work section.flow .flow_area ul li .flow_image {
  display: grid;
  place-items: center;
  border-bottom: 0.3rem solid #00a2ff;
  padding-top: clamp(2rem, 4vw, 4rem);
}
.r-work section.flow .flow_area ul li .flow_image img {
  width: 90%;
  max-width: 50rem;
}
.r-work section.flow .flow_area ul li .btn_area {
  padding: clamp(4rem, 5vw, 8rem) 2rem;
}

.r-environment #header nav.header_nav a.nav_environment {
  color: #fff;
  background-color: transparent;
}
.r-environment #header .overlay nav.sp_menu a.nav_environment {
  color: #00a2ff;
}
.r-environment #header .overlay nav.sp_menu a.nav_environment::before {
  opacity: 1;
}
.r-environment #footer nav.footer_nav a.nav_environment {
  color: #fff !important;
  background-color: transparent !important;
}
.r-environment header.page_section_title02 h2 {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 10;
}
.r-environment section.page_intro .inner {
  position: relative;
}
.r-environment section.page_intro span.section_en_title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.r-environment section.environment {
  padding: clamp(5rem, 6vw, 10rem) 0;
  background-color: #9fdcff;
}
.r-environment section.environment .swiper_container {
  margin-top: clamp(5rem, 6vw, 10rem);
}
.r-environment section.environment .swiper_container .swiper {
  width: 100%;
  max-width: 615px;
  overflow: visible;
}
.r-environment section.environment .swiper_container .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.r-environment section.environment .swiper_container .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem) 2rem;
  background-color: #fff;
  border-radius: clamp(2rem, 4vw, 4rem);
  padding: clamp(2rem, 4vw, 4rem);
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(87, 96, 99, 0.5);
          box-shadow: 0.5rem 0.5rem 1rem rgba(87, 96, 99, 0.5);
}
.r-environment section.environment .swiper_container .swiper-slide .image {
  width: 100%;
  max-width: 29.5rem;
}
@media print, screen and (min-width: 768px) {
  .r-environment section.environment .swiper_container .swiper-slide .image {
    width: calc((100% - 2rem) / 2);
  }
}
.r-environment section.environment .swiper_container .swiper-slide .title {
  width: 100%;
  max-width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  .r-environment section.environment .swiper_container .swiper-slide .title {
    width: calc((100% - 2rem) / 2);
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.r-environment section.environment .swiper_container .swiper-slide .title h3 {
  color: #00a2ff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .r-environment section.environment .swiper_container .swiper-slide .title h3 {
    margin-top: auto;
  }
}
.r-environment section.environment .swiper_container .swiper-slide .title .category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  padding: 2.5rem 0;
}
.r-environment section.environment .swiper_container .swiper-slide .title .category span {
  width: 11.5rem;
  text-align: center;
  line-height: 1;
  background-color: #fff;
  border-radius: 9999px;
  padding: 0.8em 0;
}
.r-environment section.environment .swiper_container .swiper-slide .title .category p {
  color: #fff;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  line-height: 1;
}
.r-environment section.environment .swiper_container .swiper-slide p.detail {
  width: 100%;
  color: #333;
}
.r-environment section.environment .swiper_container .swiper-slide.environment01 .title .category {
  background-color: #fbb03b;
}
.r-environment section.environment .swiper_container .swiper-slide.environment02 .title .category {
  background-color: #22b573;
}
.r-environment section.environment .swiper_container .swiper-slide.environment03 .title .category {
  background-color: #f15a24;
}
.r-environment section.environment .swiper_container .swiper-slide.environment04 .title .category {
  background-color: #ff0069;
}
.r-environment section.environment .swiper_container .swiper-button-prev, .r-environment section.environment .swiper_container .swiper-button-next {
  width: 4rem;
  aspect-ratio: 1/1;
  background: url(../img/work/swiper_button.svg) center/contain no-repeat;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.r-environment section.environment .swiper_container .swiper-button-prev:hover, .r-environment section.environment .swiper_container .swiper-button-next:hover {
  opacity: 0.5;
}
.r-environment section.environment .swiper_container .swiper-button-prev svg, .r-environment section.environment .swiper_container .swiper-button-next svg {
  display: none;
}
.r-environment section.environment .swiper_container .swiper-button-prev {
  left: -2rem;
}
.r-environment section.environment .swiper_container .swiper-button-next {
  right: -2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.r-environment .anchor_area {
  margin-bottom: 0;
}
.r-environment section.data {
  padding: clamp(5rem, 6vw, 10rem) 0;
}
@media print, screen and (min-width: 768px) {
  .r-environment section.data {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-environment section.data .inner {
  position: relative;
}
.r-environment section.data span.section_en_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.r-environment section.data p.section_info {
  margin: 4rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}
@media print, screen and (min-width: 480px) {
  .r-environment section.data p.section_info {
    text-align: center;
  }
}
.r-environment section.data ul {
  margin: clamp(4rem, 5vw, 8rem) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(3rem, 4vw, 6rem) min(5vw, 2.5rem);
}
.r-environment section.data ul li {
  width: 100%;
  max-width: 32.5rem;
  aspect-ratio: 1/1;
  max-height: 29rem;
  background-color: #fff;
  padding: 2.5rem 0;
  -webkit-box-shadow: 0 0.3rem 0.3rem rgba(87, 96, 99, 0.2);
          box-shadow: 0 0.3rem 0.3rem rgba(87, 96, 99, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 1280px) {
  .r-environment section.data ul li {
    aspect-ratio: unset;
    height: 29rem;
  }
}
.r-environment section.data ul li.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.r-environment section.data ul li dl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-environment section.data ul li dl dt {
  color: #00a2ff;
  font-size: 2rem;
  text-align: center;
}
.r-environment section.data ul li dl dd {
  display: contents;
}
.r-environment section.data ul li dl dd > .center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-environment section.data ul li dl dd p {
  color: #00a2ff;
  font-size: 3.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.r-environment section.data ul li dl dd p span.count {
  color: #ff0069;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5.6rem;
  line-height: 1;
  padding: 0 0.1em;
}
.r-environment section.data ul li dl dd p span.dot {
  -ms-flex-item-align: center;
      align-self: center;
  color: #576063;
  text-align: center;
}
.r-environment section.data ul li dl dd p.position {
  position: relative;
}
.r-environment section.data ul li dl dd p.position span.left,
.r-environment section.data ul li dl dd p.position span.center,
.r-environment section.data ul li dl dd p.position span.right {
  color: #576063;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  position: absolute;
  top: 100%;
}
.r-environment section.data ul li dl dd p.position span.left {
  left: 20%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.r-environment section.data ul li dl dd p.position span.center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.r-environment section.data ul li dl dd p.position span.right {
  right: 20%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.r-environment section.data ul li dl dd figure.graph {
  position: relative;
  width: 160px;
}
.r-environment section.data ul li dl dd figure.graph canvas {
  pointer-events: none;
}
.r-environment section.data ul li dl dd figure.graph img {
  width: 260px;
  max-width: none;
  position: absolute;
  top: 10px;
  left: 55%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}
.r-environment section.data ul li dl dd figure.graph figcaption {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.r-environment section.data ul li dl dd small {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.r-environment section.data ul li dl dd .illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 0;
}
.r-environment section.career_pass {
  padding-top: clamp(5rem, 6vw, 10rem);
  background-color: #f2f2f2;
}
.r-environment section.career_pass .inner {
  position: relative;
}
.r-environment section.career_pass span.section_en_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.r-environment section.career_pass .step_flow {
  margin-top: clamp(3rem, 4vw, 6rem);
}
.r-environment section.career_pass .step_flow figure {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 115rem;
  aspect-ratio: 1150/505;
}
@media print, screen and (min-width: 768px) {
  .r-environment section.career_pass .step_flow figure {
    aspect-ratio: 1150/360;
  }
}
.r-environment section.career_pass .step_flow figure img {
  width: 140%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-55%, 0);
          transform: translate(-55%, 0);
}
@media print, screen and (min-width: 768px) {
  .r-environment section.career_pass .step_flow figure img {
    width: 100%;
  }
}
.r-environment section.career_pass .step_flow ol {
  margin-top: clamp(5rem, 6vw, 10rem);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem clamp(3rem, 4vw, 6rem);
}
@media print, screen and (min-width: 768px) {
  .r-environment section.career_pass .step_flow ol {
    grid-template-columns: repeat(2, 1fr);
  }
}
.r-environment section.career_pass .step_flow ol li {
  background-color: #fff;
  border-radius: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
}
@media print, screen and (min-width: 1280px) {
  .r-environment section.career_pass .step_flow ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.r-environment section.career_pass .step_flow ol li p.number {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5em 0;
}
@media print, screen and (min-width: 1280px) {
  .r-environment section.career_pass .step_flow ol li p.number {
    width: min(15vw, 25rem);
    display: grid;
    place-items: center;
    font-size: min(1.25vw, 2rem);
  }
}
.r-environment section.career_pass .step_flow ol li .desc {
  padding: 2.5rem clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 1280px) {
  .r-environment section.career_pass .step_flow ol li .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.r-environment section.career_pass .step_flow ol li .desc p + p {
  margin-top: 2rem;
}
.r-environment section.career_pass .step_flow ol li .desc p strong {
  display: block;
  font-size: clamp(1.6rem, 1.3vw, 2rem);
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  .r-environment section.career_pass .step_flow ol li .desc p strong {
    text-align: left;
  }
}
.r-environment section.career_pass .step_flow ol li:nth-of-type(1) p.number {
  background-color: #ff0069;
}
.r-environment section.career_pass .step_flow ol li:nth-of-type(1) .desc p strong {
  color: #ff0069;
}
.r-environment section.career_pass .step_flow ol li:nth-of-type(2) p.number {
  background-color: #00a2ff;
}
.r-environment section.career_pass .step_flow ol li:nth-of-type(2) .desc p strong {
  color: #00a2ff;
}
.r-environment section.career_pass .step_flow ol li:nth-of-type(3) p.number {
  background-color: #f7931e;
}
.r-environment section.career_pass .step_flow ol li:nth-of-type(3) .desc p strong {
  color: #f7931e;
}
.r-environment section.career_pass .step_flow ol li:nth-of-type(4) p.number {
  background-color: #00a99d;
}
.r-environment section.career_pass .step_flow ol li:nth-of-type(4) .desc p strong {
  color: #00a99d;
}
.r-environment section.career_pass .step_flow ol li:nth-of-type(5) p.number {
  background-color: #39b54a;
}
.r-environment section.career_pass .step_flow ol li:nth-of-type(5) .desc p strong {
  color: #39b54a;
}
.r-environment section.certified_staff {
  padding: clamp(5rem, 6vw, 10rem) 0;
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 768px) {
  .r-environment section.certified_staff {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-environment section.certified_staff table {
  margin: clamp(3rem, 4vw, 6rem) auto 0;
  border-collapse: collapse;
  background-color: #fff;
}
.r-environment section.certified_staff table th,
.r-environment section.certified_staff table td {
  border: 0.1rem solid #576063;
  padding: 1.2em 1em;
}
.r-environment section.certified_staff table thead {
  background-color: #e7ffff;
}
.r-environment section.certified_staff table thead th {
  white-space: nowrap;
}
.r-environment section.certified_staff table tbody th {
  text-align: left;
}
.r-environment section.certified_staff table tbody th span {
  display: inline-block;
}
.r-environment section.certified_staff table tbody td {
  text-align: center;
}
.r-environment section.benefits {
  padding: clamp(5rem, 6vw, 10rem) 0;
}
@media print, screen and (min-width: 768px) {
  .r-environment section.benefits {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-environment section.benefits .inner {
  padding: clamp(5rem, 6vw, 10rem) 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .r-environment section.benefits .inner {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-environment section.benefits p.section_info {
  margin: 4rem auto 0;
  width: 90%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
}
.r-environment section.benefits ul.benefits_list {
  margin: clamp(5rem, 6vw, 10rem) auto 0;
  width: 90%;
  max-width: 1200px;
}
.r-environment section.benefits ul.benefits_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 0;
  border-top: 0.1rem solid #576063;
  padding: clamp(4rem, 5vw, 8rem) 0;
}
@media print, screen and (min-width: 1024px) {
  .r-environment section.benefits ul.benefits_list > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: clamp(4rem, 5vw, 8rem) clamp(3rem, 4vw, 6rem);
  }
}
.r-environment section.benefits ul.benefits_list > li:last-of-type {
  padding-bottom: 0;
}
.r-environment section.benefits ul.benefits_list > li h3 {
  font-size: clamp(2.4rem, 2.4vw, 3.6rem);
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .r-environment section.benefits ul.benefits_list > li h3 {
    width: min(25vw, 45rem);
    text-align: left;
  }
}
.r-environment section.benefits ul.benefits_list > li dl {
  width: 100%;
  max-width: 45rem;
}
@media print, screen and (min-width: 1024px) {
  .r-environment section.benefits ul.benefits_list > li dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: none;
  }
}
.r-environment section.benefits ul.benefits_list > li dl dt {
  position: relative;
  color: #00a2ff;
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: bold;
  padding-left: 1.5em;
}
.r-environment section.benefits ul.benefits_list > li dl dt::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #00a2ff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.r-environment section.benefits ul.benefits_list > li dl dt:not(:first-of-type) {
  margin-top: 2rem;
}
.r-environment section.benefits ul.benefits_list > li dl dd {
  margin-top: 1em;
  font-size: 1.8rem;
  padding-left: 1.5em;
}
.r-environment section.benefits ul.benefits_list > li dl dd ul li {
  width: 100%;
  max-width: 38rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.r-environment section.benefits ul.benefits_list > li dl dd ul li + li {
  margin-top: 1em;
}
.r-environment section.work_life {
  padding: clamp(5rem, 6vw, 10rem) 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .r-environment section.work_life {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-environment section.work_life p.section_info {
  margin: 4rem auto 0;
  width: 90%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
}
@media print, screen and (min-width: 768px) {
  .r-environment section.work_life p.section_info {
    text-align: center;
  }
}
.r-environment section.work_life ul {
  margin-top: clamp(5rem, 6vw, 10rem);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  .r-environment section.work_life ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 clamp(1.6rem, 3.2vw, 3.2rem);
  }
}
.r-environment section.work_life ul li .image img {
  border-radius: 2rem;
}
.r-environment section.work_life ul li p.caption {
  margin-top: clamp(2rem, 4vw, 4rem);
  color: #00a2ff;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  font-weight: bold;
}
.r-environment section.work_life .btn_area {
  margin-top: clamp(5rem, 6vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  .r-environment section.work_life .btn_area {
    margin-top: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-environment section.work_life .btn_area .btn {
  margin: 0;
}

.r-interview #header nav.header_nav a.nav_interview {
  color: #fff;
  background-color: transparent;
}
.r-interview #header .overlay nav.sp_menu a.nav_interview {
  color: #00a2ff;
}
.r-interview #header .overlay nav.sp_menu a.nav_interview::before {
  opacity: 1;
}
.r-interview #footer nav.footer_nav a.nav_interview {
  color: #fff !important;
  background-color: transparent !important;
}
.r-interview section.page_intro .inner {
  position: relative;
}
.r-interview section.page_intro span.section_en_title {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.r-interview section.interview {
  position: relative;
  padding: clamp(5rem, 6vw, 10rem) 0;
  background-color: #9fdcff;
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-interview section.interview::before, .r-interview section.interview::after {
  content: "";
  width: min(140vw, 269rem);
  aspect-ratio: 2690/735;
  background: url(../img/illust_buildings.webp) center/contain no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.r-interview section.interview::before {
  top: 29rem;
}
.r-interview section.interview::after {
  bottom: 77rem;
}
.r-interview section.interview ul.interview_list {
  margin-top: clamp(5rem, 6vw, 10rem);
  position: relative;
  z-index: 10;
}
.r-interview section.interview ul.interview_list li {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  background-color: #fff;
  border: 0.4rem solid #00a2ff;
  border-radius: clamp(2rem, 4vw, 4rem);
  padding: clamp(2rem, 4vw, 4rem);
}
.r-interview section.interview ul.interview_list li + li {
  margin-top: clamp(5rem, 6vw, 10rem);
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview ul.interview_list li {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 clamp(3rem, 4vw, 6rem);
    padding: clamp(3rem, 4vw, 6rem);
  }
}
.r-interview section.interview ul.interview_list li .image_area {
  width: 100%;
  max-width: 35rem;
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview ul.interview_list li .image_area {
    width: 55%;
    max-width: 64rem;
  }
}
.r-interview section.interview ul.interview_list li .image_area img {
  border-radius: clamp(2rem, 4vw, 4rem);
}
.r-interview section.interview ul.interview_list li .text_area {
  width: 100%;
  max-width: 35rem;
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview ul.interview_list li .text_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: none;
  }
}
.r-interview section.interview ul.interview_list li .text_area p.message {
  color: #00a2ff;
  font-size: clamp(1.8rem, 2vw, 3.6rem);
  font-weight: bold;
  border: 0.4rem solid #00a2ff;
  padding: clamp(1.6rem, 3.2vw, 3.2rem) min(2vw, 4rem);
}
.r-interview section.interview ul.interview_list li .text_area p.name {
  margin-top: 2rem;
  width: 100%;
  color: #fff;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  background-color: #00a2ff;
  padding: 1em 0;
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview ul.interview_list li .text_area p.name {
    max-width: 28rem;
  }
}
.r-interview section.interview ul.interview_list li .text_area dl.profile {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 0;
}
.r-interview section.interview ul.interview_list li .text_area dl.profile dt {
  width: 3.25em;
}
.r-interview section.interview ul.interview_list li .text_area dl.profile dt::before {
  content: "・";
}
.r-interview section.interview ul.interview_list li .text_area dl.profile dt::after {
  content: "：";
}
.r-interview section.interview ul.interview_list li .text_area dl.profile dd {
  width: calc(100% - 3.25em);
}
.r-interview section.interview ul.interview_list li .text_area .btn_area {
  margin-top: clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview ul.interview_list li .text_area .btn_area .btn {
    margin-right: 0;
  }
}
.r-interview section.interview .interview_detail {
  margin-top: clamp(5rem, 6vw, 10rem);
  background-color: #fff;
  border: min(1vw, 1rem) solid #00a2ff;
  border-radius: clamp(4rem, 5vw, 8rem);
  padding: clamp(3rem, 4vw, 6rem) clamp(3rem, 4vw, 6rem) clamp(5rem, 6vw, 10rem);
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview .interview_detail {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-interview section.interview .interview_detail .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(4rem, 5vw, 8rem);
}
.r-interview section.interview .interview_detail .block + .block {
  margin-top: clamp(5rem, 6vw, 10rem);
}
@media print, screen and (min-width: 1024px) {
  .r-interview section.interview .interview_detail .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .r-interview section.interview .interview_detail .block.even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.r-interview section.interview .interview_detail .block .image_area {
  width: 100%;
  max-width: 57.5rem;
  border-radius: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .r-interview section.interview .interview_detail .block .image_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .r-interview section.interview .interview_detail .block .text_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.r-interview section.interview .interview_detail .block .text_area p {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}
.r-interview section.interview .interview_detail .block .text_area p + p {
  margin-top: 2.5em;
}
.r-interview section.interview .interview_detail .block .text_area p strong {
  display: block;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  margin-bottom: 1em;
}
.r-interview section.interview .interview_detail figure.schedule {
  margin-top: clamp(5rem, 6vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(3rem, 4vw, 6.4rem) 0;
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview .interview_detail figure.schedule {
    margin-top: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-interview section.interview .interview_detail figure.schedule figcaption {
  color: #00a2ff;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-weight: bold;
  text-box: unset;
}
.r-interview section.interview .interview_detail figure.schedule .image {
  width: 100%;
  max-width: 900px;
  overflow-x: scroll;
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview .interview_detail figure.schedule .image {
    overflow: auto;
  }
}
.r-interview section.interview .interview_detail figure.schedule .image::-webkit-scrollbar {
  height: 0.75rem;
}
.r-interview section.interview .interview_detail figure.schedule .image::-webkit-scrollbar-track {
  background-color: transparent;
}
.r-interview section.interview .interview_detail figure.schedule .image::-webkit-scrollbar-thumb {
  background-color: #00a2ff;
  border: 0.2rem solid #fff;
  border-radius: 9999px;
}
.r-interview section.interview .interview_detail figure.schedule .image img {
  width: 900px;
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview .interview_detail figure.schedule .image img {
    width: 100%;
  }
}
.r-interview section.interview .interview_detail .btn_area {
  margin-top: clamp(5rem, 6vw, 10rem);
}
@media print, screen and (min-width: 768px) {
  .r-interview section.interview .interview_detail .btn_area {
    margin-top: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}

.r-interview.interview01 section.page_intro header.page_section_title,
.r-interview.interview02 section.page_intro header.page_section_title,
.r-interview.interview03 section.page_intro header.page_section_title,
.r-interview.interview04 section.page_intro header.page_section_title,
.r-interview.interview05 section.page_intro header.page_section_title {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.r-faq #header nav.header_nav a.nav_faq {
  color: #fff;
  background-color: transparent;
}
.r-faq #header .overlay nav.sp_menu a.nav_faq {
  color: #00a2ff;
}
.r-faq #header .overlay nav.sp_menu a.nav_faq::before {
  opacity: 1;
}
.r-faq #footer nav.footer_nav a.nav_faq {
  color: #fff !important;
  background-color: transparent !important;
}
.r-faq header.page_section_title02 h2 {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 10;
}
.r-faq section.page_intro .inner {
  position: relative;
}
.r-faq section.page_intro span.section_en_title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.r-faq section.faq {
  position: relative;
  padding: clamp(5rem, 6vw, 10rem) 0;
  background-color: #9fdcff;
}
@media print, screen and (min-width: 768px) {
  .r-faq section.faq {
    padding-bottom: calc(2 * clamp(5rem, 6vw, 10rem));
  }
}
.r-faq section.faq::before, .r-faq section.faq::after {
  content: "";
  width: min(140vw, 269rem);
  aspect-ratio: 2690/735;
  background: url(../img/illust_buildings.webp) center/contain no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.r-faq section.faq::before {
  top: 29rem;
}
.r-faq section.faq::after {
  bottom: 77rem;
}
.r-faq section.faq p.section_info {
  margin: 4rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}
.r-faq section.faq .faq_list {
  margin-top: clamp(5rem, 6vw, 10rem);
  background-color: #fff;
  border: 0.4rem solid #00a2ff;
  border-radius: clamp(2rem, 4vw, 4rem);
  padding: clamp(4rem, 5vw, 8rem) 0;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .r-faq section.faq .faq_list {
    padding: calc(2 * clamp(4rem, 5vw, 8rem)) 0;
  }
}
.r-faq section.faq .faq_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.5rem;
  color: #00a2ff;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
}
.r-faq section.faq .faq_list dl dt:not(:first-of-type) {
  margin-top: clamp(6rem, 8vw, 15rem);
}
.r-faq section.faq .faq_list dl dt::before {
  content: "Q.";
  color: #0000d2;
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
}
.r-faq section.faq .faq_list dl dd {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.5rem;
  font-size: 1.8rem;
  padding-top: clamp(2rem, 4vw, 4rem);
  border-top: 0.1rem solid #576063;
}
.r-faq section.faq .faq_list dl dd::before {
  content: "A.";
  color: #fbb03b;
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
  line-height: 1;
}/*# sourceMappingURL=style.css.map */