@charset "UTF-8";
/* CSS Document */
html,
body,
main,
nav,
section,
article,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea,
button,
figure,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
}

address,
cite {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-weight: normal;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*iOS*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.Open-Sans {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

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

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1A1A1A;
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  font-weight: 500;
}

li {
  list-style: none;
}

img {
  width: 100%;
  pointer-events: none;
  vertical-align: middle;
}

a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a *, a::before, a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media print, screen and (min-width: 500px) {
  a[href*=tel] {
    pointer-events: none;
  }
}

img,
video,
iframe {
  display: block;
  height: auto;
}

address {
  font-style: normal;
}

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;
  }
}
br.between768-1024 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.between768-1024 {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  br.between768-1024 {
    display: none;
  }
}
br.under1024 {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  br.under1024 {
    display: none;
  }
}
br.over1024 {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  br.over1024 {
    display: block;
  }
}
br.over1280 {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  br.over1280 {
    display: block;
  }
}

.inner {
  padding: 5rem 0;
}
@media print, screen and (min-width: 768px) {
  .inner {
    padding: 10rem 0;
  }
}

.max768 {
  max-width: 768px;
  width: 95%;
  margin: auto;
}

.max860 {
  max-width: 860px;
  width: 95%;
  margin: auto;
}

.max1024 {
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

.max1200 {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.max1250 {
  max-width: 1250px;
  width: 95%;
  margin: auto;
}

.max1400 {
  max-width: 1400px;
  width: 95%;
  margin: auto;
}

.max1500 {
  max-width: 1500px;
  width: 95%;
  margin: auto;
}

.mg80 {
  margin: 6.4rem 0;
}
@media print, screen and (min-width: 768px) {
  .mg80 {
    margin: 8rem 0;
  }
}

.mg-top80 {
  margin-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .mg-top80 {
    margin-top: 8rem;
  }
}

.mg-top160 {
  margin-top: 8rem;
}
@media print, screen and (min-width: 768px) {
  .mg-top160 {
    margin-top: 16rem;
  }
}

.mg-bottom40 {
  margin-bottom: 4rem;
}

.mg-bottom80 {
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .mg-bottom80 {
    margin-bottom: 8rem;
  }
}

.pd80 {
  padding: 6.4rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd80 {
    padding: 8rem 0;
  }
}

.pd-top80 {
  padding-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .pd-top80 {
    padding-top: 8rem;
  }
}

.pd-bottom80 {
  padding-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .pd-bottom80 {
    padding-bottom: 8rem;
  }
}

.pd100 {
  padding: 6.4rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd100 {
    padding: 10rem 0;
  }
}

.pd-top100 {
  padding-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .pd-top100 {
    padding-top: 10rem;
  }
}

.pd-bottom100 {
  padding-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .pd-bottom100 {
    padding-bottom: 10rem;
  }
}

.pd160 {
  padding: 8rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd160 {
    padding: 16rem 0;
  }
}

.pd-top160 {
  padding-top: 8rem;
}
@media print, screen and (min-width: 768px) {
  .pd-top160 {
    padding-top: 16rem;
  }
}

.pd-bottom160 {
  padding-bottom: 8rem;
}
@media print, screen and (min-width: 768px) {
  .pd-bottom160 {
    padding-bottom: 16rem;
  }
}

.page-head {
  position: relative;
  background: url(../img/page-head-background.webp) no-repeat left/cover;
  margin-top: 5rem;
}
@media print, screen and (min-width: 1200px) {
  .page-head {
    margin-top: 10rem;
  }
}
.page-head .page-head-inner {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
}
.page-head .page-head-inner img.page-head-img {
  max-width: 1320px;
  margin-left: auto;
  width: 75vw;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30%;
     object-position: 30%;
}
@media print, screen and (min-width: 500px) {
  .page-head .page-head-inner img.page-head-img {
    height: 42rem;
    -o-object-position: left;
       object-position: left;
  }
}
.page-head .page-head-inner hgroup.page-head-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 22%;
}
.page-head .page-head-inner hgroup.page-head-title h2 {
  font-size: min(6.4rem, 7vw);
  color: #fff;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-right: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 500px) {
  .page-head .page-head-inner hgroup.page-head-title h2 {
    margin-bottom: 2rem;
  }
}
.page-head .page-head-inner hgroup.page-head-title p {
  font-size: min(2rem, 5vw);
  color: #fff;
}

#recruit-page-head {
  position: relative;
  padding-top: 8rem;
}
@media print, screen and (min-width: 1200px) {
  #recruit-page-head {
    padding-top: 9rem;
  }
}
#recruit-page-head .recruit-page-head-inner figure:first-child img {
  height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media print, screen and (min-width: 500px) {
  #recruit-page-head .recruit-page-head-inner figure:first-child img {
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: initial;
       object-position: initial;
  }
}
#recruit-page-head .recruit-page-head-inner figure.recruit-page-head-attached {
  max-width: 325px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4%;
}

#requirements #recruit-page-head .recruit-page-head-inner figure:first-child img {
  -o-object-position: right;
     object-position: right;
}

#interview #recruit-page-head .recruit-page-head-inner figure:first-child img {
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
  -o-object-position: initial;
     object-position: initial;
}

.recruit-page-top {
  background: #095ce0;
  padding: 2rem 0;
}
@media print, screen and (min-width: 500px) {
  .recruit-page-top {
    padding: 6.4rem 0;
  }
}
.recruit-page-top .max1200 hgroup {
  position: relative;
}
.recruit-page-top .max1200 hgroup h2 {
  color: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.recruit-page-top .max1200 hgroup h2::before {
  display: block;
  content: "●";
  color: #fff;
  font-size: min(2.4rem, 4.5vw);
}
.recruit-page-top .max1200 hgroup p {
  font-size: min(8rem, 8vw);
  font-weight: bold;
  color: #2770e4;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
}
.recruit-page-top .max1200 > p {
  text-align: center;
  color: #fff;
}

.bread {
  display: none;
}
@media print, screen and (min-width: 500px) {
  .bread {
    display: block;
    position: absolute;
    right: 13%;
  }
}
.bread ul.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
}
.bread ul.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
  color: #fff;
}
.bread ul.breadcrumbs li::after {
  content: ">";
  margin-left: 2rem;
}
.bread ul.breadcrumbs li:last-child::after {
  content: none;
}
.bread ul.breadcrumbs li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bread ul.breadcrumbs li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.scroll-down {
  background: #fff;
  width: 4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media print, screen and (min-width: 500px) {
  .scroll-down {
    width: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .scroll-down {
    width: 10rem;
  }
}
.scroll-down .scroll-down-contents {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #095ce0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scroll-down .scroll-down-contents .mouse-icon {
  display: block;
  width: 16px;
  height: 32px;
  border: 1px solid #095ce0;
  border-radius: 10000px;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 500px) {
  .scroll-down .scroll-down-contents .mouse-icon {
    width: 28px;
    height: 54px;
    margin-bottom: 4rem;
  }
}
.scroll-down .scroll-down-contents .mouse-icon::before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #095ce0;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
@media print, screen and (min-width: 500px) {
  .scroll-down .scroll-down-contents .mouse-icon::before {
    height: 45px;
    top: 20px;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }
}
h2.contents-title {
  font-size: min(3.2rem, 6vw);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
h2.contents-title.blue {
  color: #095ce0;
}
h2.contents-title.white {
  color: #fff;
}
h2.contents-title.blue::before {
  display: block;
  content: "●";
  color: #095ce0;
  font-size: min(2.4rem, 4.5vw);
}
h2.contents-title.white::before {
  display: block;
  content: "●";
  color: #fff;
  font-size: min(2.4rem, 4.5vw);
}

div.contents-catch p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(3.2rem, 4.5vw);
  font-weight: bold;
  padding: 1.6rem 2rem;
  line-height: 1.2;
}
div.contents-catch p:last-child {
  margin-top: 1rem;
}
div.contents-catch p.white {
  color: #fff;
  background: #095ce0;
}
div.contents-catch p.blue {
  color: #095ce0;
  background: #fff;
}

#top.top span.en-title {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #top.top span.en-title {
    display: block;
  }
}

span.en-title {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: min(6.4rem, 5vw);
  font-weight: 100;
  line-height: 1;
  opacity: 0.5;
}
span.en-title.opacity {
  opacity: 1 !important;
}
span.en-title.white {
  color: #fff;
}
span.en-title.blue {
  color: #095ce0;
}
span.en-title.white-reversible {
  color: #095ce0;
}
@media print, screen and (min-width: 500px) {
  span.en-title.white-reversible {
    color: #fff;
  }
}
span.en-title.blue-reversible {
  color: #fff;
}
@media print, screen and (min-width: 500px) {
  span.en-title.blue-reversible {
    color: #095ce0;
  }
}

h2.recruit-contents-title {
  position: relative;
  font-size: min(3.2rem, 6vw);
  font-weight: bold;
  color: #095ce0;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 500px) {
  h2.recruit-contents-title {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  h2.recruit-contents-title {
    margin-bottom: 6.4rem;
  }
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 1024px) {
  .button-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.button-wrap a {
  color: #fff;
  background: #095ce0;
  font-size: min(1.8rem, 3vw);
  padding: 1.6rem 1rem;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.button-wrap a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button01 a {
  color: #fff;
  background: #095ce0;
  font-size: 1.8rem;
  max-width: 290px;
  width: 100%;
  text-align: center;
  padding: 1.6rem 1rem;
}
.button01 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button02 a {
  color: #31be77;
  background: #fff;
  font-size: 1.8rem;
  max-width: 290px;
  width: 100%;
  text-align: center;
  padding: 1.6rem 1rem;
}
.button02 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button03 a {
  color: #095ce0;
  background: #fff;
  font-size: 1.8rem;
  max-width: 290px;
  width: 100%;
  text-align: center;
  padding: 1.6rem 1rem;
}
.button03 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ToTop {
  border-radius: 50%;
  background: #fff;
  border: 4px solid #31be77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 3%;
  bottom: 30px;
}
.ToTop p img {
  padding: 15px 10px;
}
.ToTop:hover p {
  -webkit-animation: ToTop-animation 0.7s both;
          animation: ToTop-animation 0.7s both;
}
@-webkit-keyframes ToTop-animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes ToTop-animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.ToTop .speech-bubble {
  position: absolute;
  z-index: 10;
  width: 120px;
  top: -20px;
  background: #fff;
  border: 4px solid #31be77;
  color: #31be77;
  padding: 5px 10px;
  border-radius: 5px;
  display: none;
  text-align: center;
  font-weight: bold;
}
.ToTop .speech-bubble::before {
  position: absolute;
  content: "▼";
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.ToTop:hover .speech-bubble {
  top: -57px;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.ToTop {
  border-radius: 50%;
  background: #fff;
  border: 4px solid #31be77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  right: 10%;
  bottom: 30px;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 500px) {
  .ToTop {
    right: 6%;
  }
}
@media print, screen and (min-width: 1024px) {
  .ToTop {
    right: 4%;
  }
}
.ToTop.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ToTop p img {
  padding: 15px 10px;
}
.ToTop:hover p {
  -webkit-animation: ToTop-animation 0.7s both;
          animation: ToTop-animation 0.7s both;
}
@keyframes ToTop-animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.ToTop .speech-bubble {
  position: absolute;
  z-index: 10;
  width: 120px;
  top: -20px;
  background: #fff;
  border: 4px solid #31be77;
  color: #31be77;
  padding: 5px 10px;
  border-radius: 5px;
  display: none;
  text-align: center;
  font-weight: bold;
}
.ToTop .speech-bubble::before {
  position: absolute;
  content: "▼";
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.ToTop:hover .speech-bubble {
  top: -57px;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.ttl__clip {
  position: relative;
  font-size: clamp(3rem, 4vw, 7rem);
  -webkit-transition: clip-path 1s cubic-bezier(0.18, 0.06, 0.23, 1) 1s;
  transition: clip-path 1s cubic-bezier(0.18, 0.06, 0.23, 1) 1s;
  clip-path: inset(0 100% 0 0);
}
.ttl__clip.slid__open {
  clip-path: inset(0);
}

.js-fadeup {
  position: relative;
  overflow: hidden;
}
.js-fadeup::after {
  content: "";
  width: 100%;
  height: 102%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.js-fadeup.js-after::after {
  -webkit-transform: translate3d(0, -102%, 0);
          transform: translate3d(0, -102%, 0);
}
.js-fadeup.js-after img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-fadeup img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s;
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.attached-block .max740 {
  max-width: 740px;
  width: 95%;
  margin: 0 auto;
}
.attached-block .max740 .button01 a {
  margin: 0 auto;
}
.attached-block .max740 .tel-button {
  border: 3px solid #095ce0;
  border-radius: 30px;
  padding: 4rem 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .attached-block .max740 .tel-button {
    padding: 6.4rem 1.6rem;
  }
}
.attached-block .max740 .tel-button p {
  text-align: center;
  font-size: min(2rem, 4.5vw);
  font-weight: 400;
  margin-bottom: 2rem;
  color: #095ce0;
}
.attached-block .max740 .tel-button p span {
  font-size: min(2.4rem, 4.5vw);
  font-weight: bold;
  display: block;
}
.attached-block .max740 .tel-button a {
  font-size: min(4rem, 7vw);
  font-weight: bold;
  color: #095ce0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

header#header {
  position: fixed;
  top: 0;
  z-index: 100000000;
  background: #fff;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .header-inner {
  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;
  gap: 0.5rem;
  padding: 0 0.8rem;
}
@media print, screen and (min-width: 500px) {
  header#header .header-inner {
    gap: 2rem;
    padding: 0 1.6rem;
  }
}
@media print, screen and (min-width: 1200px) {
  header#header .header-inner {
    padding: 0 0 0 2rem;
  }
}
header#header .header-inner h1 {
  max-width: 242px;
  min-width: 130px;
  width: 13vw;
}
header#header .header-inner h1 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .header-inner .header-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
header#header .header-inner .header-link-wrap ul.left-link {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  header#header .header-inner .header-link-wrap ul.left-link {
    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;
  }
}
header#header .header-inner .header-link-wrap ul.left-link li {
  border-left: 1px solid #999;
}
header#header .header-inner .header-link-wrap ul.left-link li:last-child {
  border-right: 1px solid #999;
}
header#header .header-inner .header-link-wrap ul.left-link li a {
  font-size: calc(0.3vw + 1rem);
  padding: 1.6rem 1.8vw;
}
header#header .header-inner .header-link-wrap ul.left-link li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .header-inner .header-link-wrap ul.left-link li.header-youtube {
  border-left: none;
  margin-left: 2.5vw;
  max-width: 151px;
  min-width: 90px;
  width: 8vw;
}
header#header .header-inner .header-link-wrap ul.left-link li.header-youtube a {
  padding: 0;
}
header#header .header-inner .header-link-wrap div.right-link {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  header#header .header-inner .header-link-wrap div.right-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header#header .header-inner .header-link-wrap div.right-link div.header-recruit {
  color: #fff;
}
header#header .header-inner .header-link-wrap div.right-link div.header-recruit a {
  background: #31be77;
}
header#header .header-inner .header-link-wrap div.right-link div.header-recruit a::after {
  display: block;
  content: "";
  background: url(../img/recruit-icon.webp) no-repeat center/contain;
  width: 2.5rem;
  aspect-ratio: 1/1;
}
header#header .header-inner .header-link-wrap div.right-link div.header-contact {
  color: #fff;
}
header#header .header-inner .header-link-wrap div.right-link div.header-contact a {
  background: #095ce0;
}
header#header .header-inner .header-link-wrap div.right-link div.header-contact a::after {
  display: block;
  content: "";
  background: url(../img/contact-icon.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
header#header .header-inner .header-link-wrap div.right-link div a {
  height: 100%;
  padding: 2rem 1vw;
  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;
  font-size: calc(0.3vw + 1rem);
}
header#header .header-inner .header-link-wrap div.right-link div a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .header-inner .sp-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media print, screen and (min-width: 1200px) {
  header#header .header-inner .sp-menu-wrap {
    display: none;
  }
}
header#header .header-inner .sp-menu-wrap ul.sp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media print, screen and (min-width: 1200px) {
  header#header .header-inner .sp-menu-wrap ul.sp-link {
    display: none;
  }
}
header#header .header-inner .sp-menu-wrap ul.sp-link li:last-child a {
  background: #095ce0;
  padding: 1rem;
}
header#header .header-inner .sp-menu-wrap ul.sp-link li:last-child a img {
  max-width: 151px;
}
header#header .overlay_toggle {
  width: 40px;
  height: 25px;
  cursor: pointer;
  display: block;
  position: relative;
}
header#header .overlay_toggle span {
  display: block;
  width: 4rem;
  height: 2px;
  background: #095ce0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .overlay_toggle span:nth-of-type(1) {
  position: absolute;
  top: 0;
}
header#header .overlay_toggle span:nth-of-type(2) {
  position: absolute;
  top: 10px;
}
header#header .overlay_toggle span:nth-of-type(3) {
  position: absolute;
  top: 20px;
}
header#header .overlay_toggle.active span:nth-of-type(1) {
  top: 12px;
  -webkit-transform: translate(0, 0) rotate(30deg);
          transform: translate(0, 0) rotate(30deg);
}
header#header .overlay_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
header#header .overlay_toggle.active span:nth-of-type(3) {
  top: 12px;
  -webkit-transform: translate(0, 0) rotate(-30deg);
          transform: translate(0, 0) rotate(-30deg);
}
header#header .overlay {
  position: fixed;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background: #095ce0;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .overlay.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header#header .overlay nav {
  margin: 5rem 0 10rem;
}
header#header .overlay nav > p {
  padding-top: 2rem;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > p {
    padding-top: 4rem;
  }
}
header#header .overlay nav > p > span {
  display: block;
  color: #fff;
  font-weight: bolder;
  -moz-text-align-last: justify;
       text-align-last: justify;
  background: #004a98;
  width: 10rem;
  padding: 0.5rem 2rem;
  margin-left: 5%;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > p > span {
    margin: auto;
  }
}
header#header .overlay nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 0;
  padding: 0 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > ul {
    gap: 5rem 0;
    padding: 0 5rem 2rem;
  }
}
header#header .overlay nav > ul > li {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  header#header .overlay nav > ul > li {
    width: 50%;
  }
}
header#header .overlay nav > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
}
header#header .overlay nav > ul > li > a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .overlay nav > ul > li > a img {
  width: auto;
  height: min(5vw, 1.5em);
  margin: 0 0.5em;
  vertical-align: baseline;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > ul > li > a img {
    height: min(2.5vw, 1.5em);
  }
}
header#header .overlay nav > ul > li > ul {
  margin-left: 1rem;
  width: 100%;
}
header#header .overlay nav > ul > li > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header#header .overlay nav > ul > li > ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 0.5rem;
}
header#header .overlay nav > ul > li > ul li::before {
  content: "－";
  color: #fff;
}
header#header .overlay nav > ul > li > ul li a {
  font-size: 14px;
  color: #fff;
}
header#header .overlay nav > ul > li > ul li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .overlay nav .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  padding: 0 3rem;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 500px) {
  header#header .overlay nav .btn_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav .btn_area {
    gap: 0 4rem;
    padding: 0 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  header#header .overlay nav .btn_area:nth-of-type(3) {
    display: none;
  }
}
header#header .overlay nav .btn_area .btn {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  header#header .overlay nav .btn_area .btn {
    width: calc(50% - 2rem);
  }
}
header#header .overlay nav .btn_area .btn:first-child a {
  background: #31be77;
  border: 1px solid #31be77;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
header#header .overlay nav .btn_area .btn:first-child a::before {
  content: "";
  display: block;
  background: url(../img/recruit-icon.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
header#header .overlay nav .btn_area .btn:last-child a {
  background: #095ce0;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
header#header .overlay nav .btn_area .btn:last-child a::before {
  content: "";
  display: block;
  background: url(../img/contact-icon.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
header#header .overlay nav .btn_area .btn a {
  text-align: center;
  padding: 1.6rem 0;
  font-weight: bold;
}
header#header .overlay nav .btn_area .btn a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .overlay nav .attached_area {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 0 3rem;
}
@media print, screen and (min-width: 500px) {
  header#header .overlay nav .attached_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav .attached_area {
    gap: 0 4rem;
    padding: 0 5rem;
  }
}
header#header .overlay nav .attached_area div {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  header#header .overlay nav .attached_area div {
    width: calc(50% - 2rem);
  }
}
header#header .overlay nav .attached_area div a {
  text-align: center;
  padding: 1rem 0;
  font-weight: bold;
}
header#header .overlay nav .attached_area div a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .overlay nav .attached_area div.youtube_btn a {
  background: #fff;
}
header#header .overlay nav .attached_area div.youtube_btn a img {
  max-width: 151px;
  margin: 0 auto;
}
header#header .overlay nav .attached_area div.tel_btn a {
  background: #313131;
  border: 1px solid #313131;
  color: #fff;
  font-size: min(2.4rem, 4.5vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
header#header .overlay nav .attached_area div.tel_btn a::before {
  display: block;
  content: "";
  background: url(../img/tel-icon.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}

footer#footer #top-recruit .top-recruit-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer#footer #top-recruit .top-recruit-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  footer#footer #top-recruit .top-recruit-inner ul li {
    width: 50%;
  }
}
footer#footer #top-recruit .top-recruit-inner ul li:last-child {
  background: #31be77;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer#footer #top-recruit .top-recruit-inner ul li:last-child .top-recruit-contents {
  padding: 4rem 0 4rem 3rem;
}
@media print, screen and (min-width: 1200px) {
  footer#footer #top-recruit .top-recruit-inner ul li:last-child .top-recruit-contents {
    padding: 4rem 0 4rem 10rem;
  }
}
footer#footer #top-recruit .top-recruit-inner ul li:last-child .top-recruit-contents span {
  display: block;
  color: #fff;
  font-size: min(6.4rem, 5vw);
  font-weight: 100;
  line-height: 1;
}
footer#footer #top-recruit .top-recruit-inner ul li:last-child .top-recruit-contents p {
  font-size: min(2.4rem, 3.5vw);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
}
footer#footer #top-recruit .top-recruit-inner ul li:last-child .top-recruit-contents p br.br-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
  footer#footer #top-recruit .top-recruit-inner ul li:last-child .top-recruit-contents p br.br-none {
    display: block;
  }
}
footer#footer .footer-inner .footer-contact-contents ul {
  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;
}
@media print, screen and (min-width: 500px) {
  footer#footer .footer-inner .footer-contact-contents ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer#footer .footer-inner .footer-contact-contents ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  footer#footer .footer-inner .footer-contact-contents ul li {
    width: 50%;
  }
}
footer#footer .footer-inner .footer-contact-contents ul li:first-child a {
  color: #fff;
  background: #1a1a1a;
  font-size: min(3.2rem, 5vw);
  font-weight: bold;
  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: 1.6rem;
  height: 100%;
  padding: 4rem 1rem;
}
@media print, screen and (min-width: 500px) {
  footer#footer .footer-inner .footer-contact-contents ul li:first-child a {
    padding: 6rem 1rem;
  }
}
footer#footer .footer-inner .footer-contact-contents ul li:first-child a::after {
  display: block;
  content: "";
  background: url(../img/contact-icon.webp) no-repeat center/contain;
  width: 4.8rem;
  aspect-ratio: 1/1;
}
footer#footer .footer-inner .footer-contact-contents ul li:first-child a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#footer .footer-inner .footer-contact-contents ul li:last-child {
  background: #095ce0;
  display: grid;
  place-items: center;
  padding: 4rem 1rem;
}
footer#footer .footer-inner .footer-contact-contents ul li:last-child p {
  color: #fff;
}
footer#footer .footer-inner .footer-contact-contents ul li:last-child p span {
  display: block;
  color: #fff;
  font-size: min(6.4rem, 5vw);
  font-weight: 200;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
}
footer#footer .footer-inner .footer-contents {
  background: #095ce0;
}
footer#footer .footer-inner .footer-contents ul.max1500 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1rem 5rem;
}
@media print, screen and (min-width: 500px) {
  footer#footer .footer-inner .footer-contents ul.max1500 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 1200px) {
  footer#footer .footer-inner .footer-contents ul.max1500 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
  }
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.left a {
  max-width: 248px;
  min-width: 180px;
  width: 15vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 500px) {
  footer#footer .footer-inner .footer-contents ul.max1500 > li.left a {
    margin: 0;
  }
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.left a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.left p {
  margin-top: 3rem;
  color: #fff;
  line-height: 1.6;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  footer#footer .footer-inner .footer-contents ul.max1500 > li.center {
    display: block;
  }
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center > ul > li:last-child div.button-wrap {
  border-right: 1px solid #fff;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center > ul > li div.button-wrap {
  margin-bottom: 2rem;
  border-left: 1px solid #fff;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center > ul > li div.button-wrap a {
  color: white;
  font-size: calc(0.3vw + 1rem);
  text-align: center;
  padding: 2rem 2vw;
  white-space: nowrap;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center > ul > li div.button-wrap a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center > ul > li > ul {
  display: grid;
  place-content: center;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center > ul > li > ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center > ul > li > ul > li > a {
  color: #fff;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center > ul > li > ul > li > a::before {
  display: block;
  content: "-";
  color: #fff;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.center > ul > li > ul > li > a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.right div:not(:last-child) {
  margin-bottom: 2rem;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.right div a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.right div.footer-youtube a {
  background: #fff;
  padding: 1rem 3rem;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.right div.footer-youtube a img {
  max-width: 151px;
  min-width: 100px;
  width: 9vw;
  margin: 0 auto;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.right div.footer-recruit a {
  background: #31be77;
  color: #fff;
  padding: 1.5rem 0.8rem;
  text-align: center;
  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;
  gap: 1.6rem;
}
@media print, screen and (min-width: 1200px) {
  footer#footer .footer-inner .footer-contents ul.max1500 > li.right div.footer-recruit a {
    gap: 0;
    font-size: calc(0.3vw + 0.8rem);
  }
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.right div.footer-recruit a::before {
  display: block;
  content: "";
  background: url(../img/recruit-icon.webp) no-repeat center/contain;
  width: 2.5rem;
  aspect-ratio: 1/1;
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.right div.footer-link {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  footer#footer .footer-inner .footer-contents ul.max1500 > li.right div.footer-link {
    display: block;
  }
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.right div.footer-link a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(0.3vw + 1rem);
}
footer#footer .footer-inner .footer-contents ul.max1500 > li.right div.footer-link a::before {
  display: block;
  content: "-";
}
footer#footer .footer-inner .copyright {
  background: #1A1A1A;
  padding: 1.6rem 1rem;
}
footer#footer .footer-inner .copyright p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

header#r-header {
  position: fixed;
  top: 0;
  z-index: 100000000;
  width: 100%;
  background: #fff;
}
header#r-header .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 1.6rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  header#r-header .header-main {
    padding: 2rem 4rem;
  }
}
header#r-header .header-main h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
header#r-header .header-main h1 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#r-header .header-main h1 a img {
  max-width: 243px;
  min-width: 150px;
  width: 14vw;
}
header#r-header .header-main h1 a p {
  color: #fff;
  background: #31be77;
  padding: 0 1rem;
  white-space: nowrap;
  font-size: 1.4rem;
}
header#r-header .header-main div.main-link {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  header#r-header .header-main div.main-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}
header#r-header .header-main div.main-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#r-header .header-main div.main-link ul li {
  border-left: 1px solid #1A1A1A;
}
header#r-header .header-main div.main-link ul li:last-child {
  border-right: 1px solid #1A1A1A;
}
header#r-header .header-main div.main-link ul li a {
  font-size: calc(0.3vw + 1rem);
  padding: 0.5rem 1.5vw;
}
header#r-header .header-main div.main-link ul li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#r-header .header-main div.main-link .header-youtube a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#r-header .header-main div.main-link .header-youtube a img {
  max-width: 151px;
  width: 9vw;
}
header#r-header .header-main .overlay_toggle {
  width: 40px;
  height: 45px;
  cursor: pointer;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  header#r-header .header-main .overlay_toggle {
    display: none;
  }
}
header#r-header .header-main .overlay_toggle span {
  display: block;
  width: 40px;
  height: 2px;
  background: #1A1A1A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#r-header .header-main .overlay_toggle span:nth-of-type(1) {
  position: absolute;
  top: 0;
}
header#r-header .header-main .overlay_toggle span:nth-of-type(2) {
  position: absolute;
  top: 10px;
}
header#r-header .header-main .overlay_toggle span:nth-of-type(3) {
  position: absolute;
  top: 20px;
}
header#r-header .header-main .overlay_toggle.active span:nth-of-type(1) {
  top: 12px;
  -webkit-transform: translate(0, 0) rotate(30deg);
          transform: translate(0, 0) rotate(30deg);
}
header#r-header .header-main .overlay_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
header#r-header .header-main .overlay_toggle.active span:nth-of-type(3) {
  top: 12px;
  -webkit-transform: translate(0, 0) rotate(-30deg);
          transform: translate(0, 0) rotate(-30deg);
}
header#r-header .header-main .overlay_toggle p {
  position: absolute;
  top: 30px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #1A1A1A;
}
header#r-header .overlay {
  position: fixed;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background: #31be77;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#r-header .overlay.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header#r-header .overlay nav {
  padding-bottom: 4rem;
}
header#r-header .overlay nav > p {
  padding-top: 2rem;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  header#r-header .overlay nav > p {
    padding-top: 4rem;
  }
}
header#r-header .overlay nav > p > span {
  display: block;
  color: #fff;
  font-weight: bolder;
  -moz-text-align-last: justify;
       text-align-last: justify;
  background-color: #004a98;
  width: 10rem;
  padding: 0.5rem 2rem;
  margin-left: 5%;
}
@media print, screen and (min-width: 768px) {
  header#r-header .overlay nav > p > span {
    margin: auto;
  }
}
header#r-header .overlay nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 0;
  padding: 3rem 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  header#r-header .overlay nav > ul {
    gap: 5rem 0;
    padding: 5rem 5rem 2rem;
  }
}
header#r-header .overlay nav > ul > li {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  header#r-header .overlay nav > ul > li {
    width: 50%;
  }
}
header#r-header .overlay nav > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
}
header#r-header .overlay nav > ul > li > a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#r-header .overlay nav > ul > li > a img {
  width: auto;
  height: min(5vw, 1.5em);
  margin: 0 0.5em;
  vertical-align: baseline;
}
@media print, screen and (min-width: 768px) {
  header#r-header .overlay nav > ul > li > a img {
    height: min(2.5vw, 1.5em);
  }
}
header#r-header .overlay nav > ul > li > ul {
  margin-left: 1rem;
}
header#r-header .overlay nav > ul > li > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header#r-header .overlay nav > ul > li > ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 0.5rem;
}
header#r-header .overlay nav > ul > li > ul li::before {
  content: "－";
  color: #fff;
}
header#r-header .overlay nav > ul > li > ul li a {
  font-size: 14px;
  color: #fff;
}
header#r-header .overlay nav > ul > li > ul li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#r-header .overlay nav .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 500px) {
  header#r-header .overlay nav .btn_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media print, screen and (min-width: 768px) {
  header#r-header .overlay nav .btn_area {
    gap: 0 4rem;
    padding: 0 5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  header#r-header .overlay nav .btn_area:nth-of-type(3) {
    display: none;
  }
}
header#r-header .overlay nav .btn_area .btn {
  width: 100%;
}
header#r-header .overlay nav .btn_area .btn:first-child a {
  background: #095ce0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
header#r-header .overlay nav .btn_area .btn:first-child a::before {
  content: "";
  display: block;
  background: url(../img/corpo-icon.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
header#r-header .overlay nav .btn_area .btn:last-child a {
  background: #ffff00;
  color: #005eb8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
header#r-header .overlay nav .btn_area .btn:last-child a::before {
  content: "";
  display: block;
  background: url(../img/contact-icon02.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
header#r-header .overlay nav .btn_area .btn a {
  text-align: center;
  padding: 1.6rem 0;
  font-weight: bold;
}
header#r-header .overlay nav .btn_area .btn a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#r-header .overlay nav .tel_area {
  padding: 0 3rem;
}
@media print, screen and (min-width: 768px) {
  header#r-header .overlay nav .tel_area {
    padding: 0 5rem;
  }
}
header#r-header .overlay nav .tel_area .btn {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
header#r-header .overlay nav .tel_area .btn a {
  font-size: min(2.4rem, 5vw);
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  padding: 1.6rem;
  background: #3d3d3d;
  line-height: 1;
}
header#r-header .overlay nav .tel_area .btn a::before {
  content: "";
  display: block;
  background: url(../img/tel-icon.webp) no-repeat center/contain;
  width: 4rem;
  aspect-ratio: 1/1;
}
header#r-header .entry-button-block {
  position: fixed;
  bottom: 1%;
  left: 7%;
}
@media print, screen and (min-width: 1024px) {
  header#r-header .entry-button-block {
    top: auto;
    bottom: 2%;
    right: 10%;
    left: auto;
  }
}
header#r-header .entry-button-block .entry-button-wrap .entry-button-circle {
  max-width: 146px;
  min-width: 95px;
  width: 8vw;
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
}
@media print, screen and (min-width: 500px) {
  header#r-header .entry-button-block .entry-button-wrap .entry-button-circle {
    min-width: 120px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
header#r-header .entry-button-block .entry-button-wrap a {
  max-width: 130px;
  min-width: 80px;
  width: 7vw;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media print, screen and (min-width: 500px) {
  header#r-header .entry-button-block .entry-button-wrap a {
    min-width: 110px;
  }
}
header#r-header .entry-button-block .entry-button-wrap a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer#r-footer .footer-inner .footer-contact {
  background: url(../img/recruit/r-footer/footer-contact01.webp) no-repeat center/cover;
  position: relative;
}
footer#r-footer .footer-inner .footer-contact > figure {
  position: absolute;
  top: -9%;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  footer#r-footer .footer-inner .footer-contact > figure {
    top: -10%;
  }
}
footer#r-footer .footer-inner .footer-contact > figure img {
  max-width: 128px;
  min-width: 56px;
  width: 10vw;
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner {
  background: #fff;
  border: 3px solid #31be77;
  border-radius: 30px;
  padding: 2rem;
  position: relative;
}
@media print, screen and (min-width: 500px) {
  footer#r-footer .footer-inner .footer-contact .footer-contact-inner {
    padding: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  footer#r-footer .footer-inner .footer-contact .footer-contact-inner {
    border-radius: 55px;
  }
}
@media print, screen and (min-width: 1024px) {
  footer#r-footer .footer-inner .footer-contact .footer-contact-inner {
    padding: 6.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  footer#r-footer .footer-inner .footer-contact .footer-contact-inner {
    padding: 12rem;
  }
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner > figure {
  position: absolute;
  top: -6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 500px) {
  footer#r-footer .footer-inner .footer-contact .footer-contact-inner > figure {
    top: -10%;
  }
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner > figure img {
  max-width: 684px;
  width: 45vw;
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner h2 {
  color: #095ce0;
  font-size: min(4.8rem, 5vw);
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner > p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  footer#r-footer .footer-inner .footer-contact .footer-contact-inner > p {
    margin-bottom: 8rem;
  }
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  footer#r-footer .footer-inner .footer-contact .footer-contact-inner ul li {
    width: calc(50% - 1rem);
  }
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner ul li a {
  padding: 4rem 1rem;
  height: 100%;
  display: grid;
  place-items: center;
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner ul li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner ul li:first-child a {
  color: #fff;
  background: #1a9697;
  font-size: min(3.2rem, 4.5vw);
  font-weight: bold;
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner ul li:first-child a p {
  font-size: 1.6rem;
}
footer#r-footer .footer-inner .footer-contact .footer-contact-inner ul li:last-child a {
  color: #fff;
  background: #31be77;
  font-size: min(2.4rem, 4.5vw);
  font-weight: bold;
}
footer#r-footer .footer-inner .footer-contents {
  background: #333333;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-top {
  background: #095ce0;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-top figure img {
  max-width: 325px;
  margin: 0 auto;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:first-child a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:first-child a.button02 {
  color: #fff;
  background: #f08719;
  padding: 0.2rem 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:first-child a.button02 {
    margin: 0;
  }
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:first-child p {
  margin: 4rem 0;
  color: #fff;
  line-height: 1.8;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child {
    display: block;
  }
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8rem;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child ul li {
  border-left: 1px solid #fff;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child ul li:last-child {
  border-right: 1px solid #fff;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child ul li a {
  padding: 0.8rem 1.4vw;
  color: #fff;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child ul li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child .sub-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child .sub-link a {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child .sub-link a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#r-footer .footer-inner .footer-contents .footer-contents-bottom > li:last-child .sub-link a:first-child {
  margin-bottom: 2rem;
}
footer#r-footer .footer-inner .footer-contents .copyright {
  padding: 0.8rem 1rem;
}
footer#r-footer .footer-inner .footer-contents .copyright p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

#top article {
  overflow: hidden;
}
#top article #mv {
  position: relative;
}
#top article #mv .mv-inner .swiper-container {
  overflow: hidden;
}
#top article #mv .mv-inner .swiper-container .swiper-slide:nth-of-type(even) img.slide-img {
  -o-object-position: 76%;
     object-position: 76%;
}
@media print, screen and (min-width: 500px) {
  #top article #mv .mv-inner .swiper-container .swiper-slide:nth-of-type(even) img.slide-img {
    -o-object-position: initial;
       object-position: initial;
  }
}
#top article #mv .mv-inner .swiper-container .swiper-slide img.slide-img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
#top article #mv .mv-inner .mv-catchcopy {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 10;
}
@media print, screen and (min-width: 500px) {
  #top article #mv .mv-inner .mv-catchcopy {
    left: 13%;
  }
}
@media print, screen and (min-width: 1200px) {
  #top article #mv .mv-inner .mv-catchcopy {
    left: 10%;
  }
}
#top article #mv .mv-inner .mv-catchcopy h2 {
  font-size: min(8rem, 6vw);
  color: #fff;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2px;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
}
@media print, screen and (min-width: 500px) {
  #top article #mv .mv-inner .mv-catchcopy h2 {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
#top article #mv .mv-inner .mv-catchcopy h3 {
  font-size: min(4rem, 4.2vw);
  color: #fff;
  line-height: 1;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 500px) {
  #top article #mv .mv-inner .mv-catchcopy h3 {
    margin-bottom: 5rem;
  }
}
#top article #mv .mv-inner .mv-catchcopy p {
  font-size: min(2.4rem, 3vw);
  font-weight: bold;
  color: #1A1A1A;
  background: #fff;
  padding: 0.8rem 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#top article #mv .mv-inner .mv-catchcopy p:nth-of-type(1) {
  margin-bottom: 1rem;
}
#top article #mv .mv-inner .ttl__clip01 {
  position: relative;
  -webkit-transition: clip-path 1.5s cubic-bezier(0.18, 0.06, 0.23, 1) 1s;
  transition: clip-path 1.5s cubic-bezier(0.18, 0.06, 0.23, 1) 1s;
  clip-path: inset(100% 0 0 0);
}
#top article #mv .mv-inner .ttl__clip01.slid__open01 {
  clip-path: inset(0);
}
#top article #mv .mv-inner .ttl__clip02 {
  position: relative;
  -webkit-transition: clip-path 1.5s cubic-bezier(0.18, 0.06, 0.23, 1) 1s;
  transition: clip-path 1.5s cubic-bezier(0.18, 0.06, 0.23, 1) 1s;
  clip-path: inset(0 100% 0 0);
}
#top article #mv .mv-inner .ttl__clip02.slid__open02 {
  clip-path: inset(0);
}
#top article #mv .swiper-slide-active .slide-img,
#top article #mv .swiper-slide-duplicate-active .slide-img,
#top article #mv .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}
#top article #top-about {
  position: relative;
}
#top article #top-about .top-about-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-about .top-about-inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#top article #top-about .top-about-inner ul li:first-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-about .top-about-inner ul li:first-child {
    width: 45%;
  }
}
#top article #top-about .top-about-inner ul li:first-child .top-about-contents {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-about .top-about-inner ul li:first-child .top-about-contents {
    margin-bottom: 10rem;
  }
}
#top article #top-about .top-about-inner ul li:first-child .top-about-contents br.br-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #top article #top-about .top-about-inner ul li:first-child .top-about-contents br.br-none {
    display: block;
  }
}
#top article #top-about .top-about-inner ul li:first-child .top-about-contents h3 {
  font-size: min(2.4rem, 4vw);
  font-weight: bold;
  margin-bottom: 2rem;
}
#top article #top-about .top-about-inner ul li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-about .top-about-inner ul li:last-child {
    width: 50%;
  }
}
#top article #top-about .top-about-inner ul li:last-child .figure-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 500px) {
  #top article #top-about .top-about-inner ul li:last-child .figure-wrap {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top article #top-about .top-about-inner ul li:last-child .figure-wrap {
    margin-bottom: 8rem;
  }
}
#top article #top-about .top-about-inner ul li:last-child .figure-wrap figure img {
  max-width: 365px;
  margin: 0 auto;
}
#top article #top-about .top-about-inner ul li:last-child span.en-title {
  text-align: right;
}
#top article #top-about figure.background-circle {
  display: none;
  opacity: 0;
  -webkit-transform: translateX(150%) translateY(-130%);
          transform: translateX(150%) translateY(-130%);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media print, screen and (min-width: 500px) {
  #top article #top-about figure.background-circle {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) {
  #top article #top-about figure.background-circle {
    top: 50%;
    bottom: auto;
  }
}
#top article #top-about figure.background-circle.bgcircle-in {
  -webkit-transform: translateX(80%) translateY(0%);
          transform: translateX(80%) translateY(0%);
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  #top article #top-about figure.background-circle.bgcircle-in {
    -webkit-transform: translateX(80%) translateY(-50%);
            transform: translateX(80%) translateY(-50%);
    opacity: 1;
  }
}
#top article #top-about figure.background-circle img {
  max-width: 1165px;
  width: 70vw;
}
#top article figure.top-attached img {
  max-width: 1710px;
  margin-left: auto;
}
#top article #top-company {
  position: relative;
}
#top article #top-company .top-company-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-company .top-company-inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#top article #top-company .top-company-inner ul li:first-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-company .top-company-inner ul li:first-child {
    width: 50%;
  }
}
#top article #top-company .top-company-inner ul li:first-child .figure-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 500px) {
  #top article #top-company .top-company-inner ul li:first-child .figure-wrap {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top article #top-company .top-company-inner ul li:first-child .figure-wrap {
    margin-bottom: 8rem;
  }
}
#top article #top-company .top-company-inner ul li:first-child .figure-wrap figure {
  width: 60%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top article #top-company .top-company-inner ul li:first-child .figure-wrap figure {
    width: auto;
  }
}
#top article #top-company .top-company-inner ul li:first-child .figure-wrap figure img {
  max-width: 365px;
  margin: 0 auto;
}
#top article #top-company .top-company-inner ul li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-company .top-company-inner ul li:last-child {
    width: 45%;
  }
}
#top article #top-company .top-company-inner ul li:last-child .top-company-contents {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-company .top-company-inner ul li:last-child .top-company-contents {
    margin-bottom: 10rem;
  }
}
#top article #top-company .top-company-inner ul li:last-child .top-company-contents br.br-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #top article #top-company .top-company-inner ul li:last-child .top-company-contents br.br-none {
    display: block;
  }
}
#top article #top-company .top-company-inner ul li:last-child .top-company-contents h3 {
  font-size: min(2.4rem, 4vw);
  font-weight: bold;
  margin-bottom: 2rem;
}
#top article #top-company .top-company-inner ul li:last-child .top-company-contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top article #top-company .top-company-inner ul li:last-child .top-company-contents dl :not(:last-child) {
  margin-bottom: 4rem;
}
#top article #top-company figure.background-circle {
  display: none;
  opacity: 0;
  -webkit-transform: translateX(-150%) translateY(-130%);
          transform: translateX(-150%) translateY(-130%);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media print, screen and (min-width: 500px) {
  #top article #top-company figure.background-circle {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) {
  #top article #top-company figure.background-circle {
    top: 50%;
    bottom: auto;
  }
}
#top article #top-company figure.background-circle.bgcircle-in {
  -webkit-transform: translateX(-16%) translateY(0%);
          transform: translateX(-16%) translateY(0%);
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  #top article #top-company figure.background-circle.bgcircle-in {
    -webkit-transform: translateX(-16%) translateY(-50%);
            transform: translateX(-16%) translateY(-50%);
    opacity: 1;
  }
}
#top article #top-company figure.background-circle img {
  max-width: 1165px;
  width: 70vw;
}
#top article #top-business {
  position: relative;
  overflow: hidden;
}
#top article #top-business::after {
  display: block;
  content: "";
  background: url(../img/top/top-business-background.webp) no-repeat top/cover;
  width: 100%;
  height: 55vh;
  position: absolute;
  top: 0;
  z-index: -1;
  background-size: 500%;
  -webkit-transition: background-size 1.5s ease;
  transition: background-size 1.5s ease;
}
@media print, screen and (min-width: 1024px) {
  #top article #top-business.in-view::after {
    background-size: 100%;
  }
}
#top article #top-business .top-business-inner {
  position: relative;
}
#top article #top-business .top-business-inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top article #top-business .top-business-inner span.en-title {
  position: absolute;
  top: 0;
  right: 0;
}
#top article #top-business .top-business-inner p.top-business-detail {
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
  line-height: 1.8;
}
#top article #top-business .top-business-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 0.5%;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner ul {
    margin-bottom: 8rem;
  }
}
#top article #top-business .top-business-inner ul li:first-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner ul li:first-child {
    width: 60%;
  }
}
#top article #top-business .top-business-inner ul li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner ul li:last-child {
    width: 39.5%;
  }
}
#top article #top-business .top-business-inner ul li:last-child a:first-child {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner ul li:last-child a:first-child {
    margin-bottom: 0.5rem;
  }
}
#top article #top-business .top-business-inner ul li a {
  position: relative;
}
#top article #top-business .top-business-inner ul li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top article #top-business .top-business-inner ul li a p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 1.6rem;
  font-size: 1.8rem;
}
#top article #top-business .top-business-inner .button01 a {
  margin: 0 auto;
}
#top article #top-training {
  position: relative;
}
#top article #top-training .top-training-inner ul {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4rem 10rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-training .top-training-inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top article #top-training .top-training-inner ul li:first-child h3 {
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 4rem;
}
#top article #top-training .top-training-inner ul li:first-child p {
  margin-bottom: 4rem;
}
#top article #top-training .top-training-inner ul li:first-child .button01 a {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top article #top-training .top-training-inner ul li:first-child .button01 a {
    margin: 0;
  }
}
#top article #top-training .top-training-inner ul li:last-child figure img {
  max-width: 871px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top article #top-training .top-training-inner ul li:last-child figure img {
    width: 50vw;
  }
}
#top article #top-training .background-circle {
  display: none;
  opacity: 0;
  left: 100%;
  -webkit-transform: translateX(100%) translateY(-85%);
          transform: translateX(100%) translateY(-85%);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media print, screen and (min-width: 500px) {
  #top article #top-training .background-circle {
    display: block;
    position: absolute;
    top: -5%;
    left: 100%;
    z-index: -1;
  }
}
#top article #top-training .background-circle.bgcircle-in {
  -webkit-transform: translateX(-60%) translateY(-5%);
          transform: translateX(-60%) translateY(-5%);
  opacity: 1;
}
#top article #top-training .background-circle img {
  max-width: 642px;
  width: 70vw;
}
#top article #top-news {
  position: relative;
  background: #095ce0;
}
#top article #top-news .top-news-inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
#top article #top-news .top-news-inner > p {
  text-align: center;
  margin-bottom: 4rem;
  color: #fff;
}
#top article #top-news .top-news-inner .news-contents {
  background: #fff;
  border-radius: 3rem;
  margin-bottom: 4rem;
  padding: 6rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-news .top-news-inner .news-contents {
    margin-bottom: 6.4rem;
  }
}
#top article #top-news .top-news-inner .news-contents a.news-contents-block {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  border-bottom: 1px solid #095ce0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top article #top-news .top-news-inner .news-contents a.news-contents-block:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) {
  #top article #top-news .top-news-inner .news-contents a.news-contents-block {
    padding: 1.6rem 4rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 4rem;
  }
}
#top article #top-news .top-news-inner .news-contents a.news-contents-block p.news-date {
  white-space: nowrap;
}
#top article #top-news .top-news-inner .news-contents a.news-contents-block h3 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-news .top-news-inner .news-contents a.news-contents-block h3 {
    width: 60%;
  }
}
#top article #top-news .top-news-inner .button03 a {
  margin: 0 auto;
}
#top article #top-movie {
  background: url(../img/top/top-movie-background.webp) no-repeat center/cover;
}
#top article #top-movie .top-movie-inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top article #top-movie .top-movie-inner > p {
  text-align: center;
  color: #095ce0;
  margin-bottom: 4rem;
}
#top article #top-movie .top-movie-inner ul.movie-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 6rem;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #top article #top-movie .top-movie-inner ul.movie-contents {
    gap: 3rem 12rem;
  }
}
#top article #top-movie .top-movie-inner ul.movie-contents li.movie-block {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-movie .top-movie-inner ul.movie-contents li.movie-block {
    width: calc((100% - 6rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #top article #top-movie .top-movie-inner ul.movie-contents li.movie-block {
    width: calc((100% - 12rem) / 2);
  }
}
#top article #top-movie .top-movie-inner ul.movie-contents li.movie-block .movie-detail iframe {
  max-width: 700px;
  width: 100%;
  height: 330px;
  margin: 0 auto;
}

.news-category {
  display: block;
  border-radius: 3px;
  width: 120px;
  text-align: center;
  color: #fff;
  padding-bottom: 0.2rem;
  background: #fd6d43;
  white-space: nowrap;
}

.recruit-category {
  display: block;
  border-radius: 3px;
  width: 120px;
  text-align: center;
  color: #fff;
  padding-bottom: 0.2rem;
  background: #31be77;
}

#about article {
  overflow: hidden;
}
#about article #about-us,
#about article #strengths,
#about article #can-do,
#about article #efforts {
  scroll-margin-top: 10rem;
}
#about article #about-us {
  background: #d5e3fa;
}
#about article #about-us .about-us-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#about article #about-us .about-us-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #about article #about-us .about-us-inner ul li {
    width: calc(50% - 5rem);
  }
}
#about article #about-us .about-us-inner ul li:first-child figure {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #about article #about-us .about-us-inner ul li:first-child figure {
    margin-top: 8rem;
  }
}
#about article #about-us .about-us-inner ul li:first-child figure img {
  max-width: 690px;
}
#about article #about-us .about-us-inner ul li:last-child {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #about article #about-us .about-us-inner ul li:last-child {
    margin-bottom: 8rem;
  }
}
#about article #about-us .about-us-inner ul li:last-child p {
  margin-top: 4rem;
  line-height: 1.8;
}
#about article #strengths {
  position: relative;
}
#about article #strengths::before {
  content: "";
  background: #e6e6e6;
  max-width: 1710px;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media print, screen and (min-width: 500px) {
  #about article #strengths::before {
    width: 94vw;
  }
}
#about article #strengths .strengths-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#about article #strengths .strengths-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #about article #strengths .strengths-inner ul li {
    width: calc(50% - 5rem);
  }
}
#about article #strengths .strengths-inner ul li:first-child figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #about article #strengths .strengths-inner ul li:first-child figure {
    margin-top: 8rem;
  }
}
#about article #strengths .strengths-inner ul li:first-child figure img {
  width: calc(50% - 1rem);
}
#about article #strengths .strengths-inner ul li:last-child {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #about article #strengths .strengths-inner ul li:last-child {
    margin-bottom: 8rem;
  }
}
#about article #strengths .strengths-inner ul li:last-child p {
  margin-top: 4rem;
  line-height: 1.8;
}
#about article #can-do {
  background: #d5e3fa;
}
#about article #can-do .can-do-inner ul:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#about article #can-do .can-do-inner ul:first-child li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #about article #can-do .can-do-inner ul:first-child li {
    width: calc(50% - 5rem);
  }
}
#about article #can-do .can-do-inner ul:first-child li:first-child figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #about article #can-do .can-do-inner ul:first-child li:first-child figure {
    margin-top: 8rem;
  }
}
#about article #can-do .can-do-inner ul:first-child li:first-child figure img {
  width: calc(50% - 1rem);
}
#about article #can-do .can-do-inner ul:first-child li:last-child {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #about article #can-do .can-do-inner ul:first-child li:last-child {
    margin-bottom: 8rem;
  }
}
#about article #can-do .can-do-inner ul:first-child li:last-child p {
  margin-top: 4rem;
  line-height: 1.8;
}
#about article #can-do .can-do-inner ul:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #about article #can-do .can-do-inner ul:last-child {
    margin-top: 8rem;
  }
}
#about article #can-do .can-do-inner ul:last-child li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #about article #can-do .can-do-inner ul:last-child li {
    width: calc(50% - 5rem);
  }
}
#about article #can-do .can-do-inner ul:last-child li figure img {
  max-width: 700px;
  margin: 0 auto;
}
#about article #can-do .can-do-inner ul:last-child li > p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#about article #can-do .can-do-inner ul:last-child li .can-do-detail:not(:nth-last-of-type(1)) {
  margin-bottom: 3rem;
}
#about article #can-do .can-do-inner ul:last-child li .can-do-detail h3 {
  font-size: min(2rem, 4.5vw);
  color: #095ce0;
  margin-bottom: 1rem;
}
#about article #efforts .efforts-inner > h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#about article #efforts .efforts-inner > span {
  text-align: center;
}
#about article #efforts .efforts-inner > p {
  text-align: center;
  margin-top: 2rem;
}
#about article #efforts .efforts-inner .efforts-contents {
  margin-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #about article #efforts .efforts-inner .efforts-contents {
    margin-top: 8rem;
  }
}
#about article #efforts .efforts-inner .efforts-contents h3.efforts-contents-SubTitle {
  font-size: min(2.4rem, 5vw);
  text-align: center;
  padding-bottom: 1.6rem;
  max-width: 860px;
  width: 100%;
  margin: 0 auto 6.4rem;
  border-bottom: 1px solid #095ce0;
}
@media print, screen and (min-width: 768px) {
  #about article #efforts .efforts-inner .efforts-contents h3.efforts-contents-SubTitle {
    margin-bottom: 8rem;
  }
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-top > figure {
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #about article #efforts .efforts-inner .efforts-contents .efforts-contents-top > figure {
    margin-bottom: 8rem;
  }
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-top > figure img {
  max-width: 240px;
  margin: 0 auto;
}
@media print, screen and (min-width: 500px) {
  #about article #efforts .efforts-inner .efforts-contents .efforts-contents-top > figure img {
    max-width: 430px;
  }
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #about article #efforts .efforts-inner .efforts-contents .efforts-contents-top ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 3rem min(6vw, 10rem);
  }
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-top ul li {
  width: calc(50% - 1rem);
}
@media print, screen and (min-width: 768px) {
  #about article #efforts .efforts-inner .efforts-contents .efforts-contents-top ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-top ul li h4 {
  font-size: min(2rem, 4vw);
  color: #095ce0;
  margin-bottom: 1rem;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-top ul li p {
  line-height: 1.8;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-top ul li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-top ul li figure img {
  max-width: 100px;
  width: calc(50% - 1rem);
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div {
  position: relative;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div figure {
  padding-top: 12rem;
  padding-bottom: 14rem;
}
@media print, screen and (min-width: 500px) {
  #about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div figure {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div figure {
    padding-bottom: 0;
  }
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div figure img {
  max-width: 550px;
  width: 80vw;
  margin: 0 auto;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div {
  position: absolute;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div h4 {
  font-weight: bold;
  margin-bottom: 1rem;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div p {
  line-height: 1.8;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div.esg-detail-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div.esg-detail-top h4 {
  color: #005eb8;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div.esg-detail-top p {
  color: #005eb8;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div.esg-detail-left {
  bottom: 0;
  left: 0;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div.esg-detail-left h4 {
  color: #22b573;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div.esg-detail-left p {
  color: #22b573;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div.esg-detail-right {
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  #about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div.esg-detail-right {
    bottom: 6%;
  }
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div.esg-detail-right h4 {
  color: #ed6a02;
}
#about article #efforts .efforts-inner .efforts-contents .efforts-contents-bottom.max860 div div.esg-detail-right p {
  color: #ed6a02;
}
#about article .top-recruit-attached01 {
  display: grid;
  place-items: center;
  background: #d6f2e4;
  padding: 2rem 1.6rem;
}
#about article .top-recruit-attached01 p {
  color: #095ce0;
}
#about article .top-recruit-attached02 {
  display: grid;
  place-items: center;
  background: #095ce0;
  padding: 2rem 1.6rem;
}
#about article .top-recruit-attached02 p {
  color: #fff;
}

#company article {
  overflow: hidden;
}
#company article #greeting {
  scroll-margin-top: 12rem;
  background: url(../img/company/greeting-background.webp) no-repeat center/cover;
}
#company article #greeting .greeting-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#company article #greeting .greeting-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #company article #greeting .greeting-inner ul li {
    width: calc(50% - 5rem);
  }
}
#company article #greeting .greeting-inner ul li:first-child figure {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #company article #greeting .greeting-inner ul li:first-child figure {
    margin-top: 8rem;
  }
}
#company article #greeting .greeting-inner ul li:first-child figure img {
  max-width: 690px;
}
#company article #greeting .greeting-inner ul li:last-child p {
  margin-top: 4rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #company article #greeting .greeting-inner ul li:last-child p {
    margin-bottom: 8rem;
  }
}
#company article #greeting .greeting-inner ul li:last-child figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem;
}
#company article #greeting .greeting-inner ul li:last-child figure img {
  max-width: 157px;
}
#company article #greeting .greeting-inner ul li:last-child figure figcaption {
  color: #fff;
}
#company article #philosophy {
  scroll-margin-top: 12rem;
  position: relative;
}
#company article #philosophy::before {
  content: "";
  background: #e6e6e6;
  max-width: 1710px;
  width: 94vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
#company article #philosophy .philosophy-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#company article #philosophy .philosophy-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #company article #philosophy .philosophy-inner ul li {
    width: calc(50% - 5rem);
  }
}
#company article #philosophy .philosophy-inner ul li:first-child figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #company article #philosophy .philosophy-inner ul li:first-child figure {
    margin-top: 8rem;
  }
}
#company article #philosophy .philosophy-inner ul li:first-child figure img {
  width: calc(50% - 1rem);
}
#company article #philosophy .philosophy-inner ul li:last-child {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #company article #philosophy .philosophy-inner ul li:last-child {
    margin-bottom: 8rem;
  }
}
#company article #philosophy .philosophy-inner ul li:last-child p {
  margin-top: 4rem;
  line-height: 1.8;
}
#company article #concept {
  scroll-margin-top: 12rem;
  background: #d5e3fa;
}
#company article #concept .concept-inner > ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#company article #concept .concept-inner > ul > li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #company article #concept .concept-inner > ul > li {
    width: calc(50% - 5rem);
  }
}
#company article #concept .concept-inner > ul > li:first-child .figure-wrap {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #company article #concept .concept-inner > ul > li:first-child .figure-wrap {
    margin-top: 8rem;
  }
}
#company article #concept .concept-inner > ul > li:first-child .figure-wrap figure:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
#company article #concept .concept-inner > ul > li:first-child .figure-wrap figure:first-child img {
  width: calc(50% - 1rem);
}
#company article #concept .concept-inner > ul > li:first-child .figure-wrap figure:last-child {
  margin-top: 2rem;
}
#company article #concept .concept-inner > ul > li:last-child span {
  margin-bottom: 3rem;
}
#company article #concept .concept-inner > ul > li:last-child .action-plan {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #company article #concept .concept-inner > ul > li:last-child .action-plan {
    margin-bottom: 6.4rem;
  }
}
#company article #concept .concept-inner > ul > li:last-child .action-plan h3 {
  font-size: min(2.4rem, 4vw);
  font-weight: bold;
  color: #095ce0;
}
#company article #concept .concept-inner > ul > li:last-child .action-plan ul li {
  color: #095ce0;
  line-height: 1.8;
  font-size: min(2rem, 3.5vw);
}
#company article #concept .concept-inner > ul > li:last-child p {
  line-height: 1.8;
}
#company article #concept .concept-inner > p {
  font-size: min(2.4rem, 4vw);
  color: #095ce0;
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
#company article #concept .concept-inner > p::before, #company article #concept .concept-inner > p::after {
  display: block;
  content: "";
  width: 20vw;
  height: 1px;
  background: #095ce0;
}
@media print, screen and (min-width: 768px) {
  #company article #concept .concept-inner > p {
    margin-top: 8rem;
  }
}
#company article #profile {
  scroll-margin-top: 12rem;
}
#company article #profile .profile-inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#company article #profile .profile-inner > span {
  text-align: center;
  border-bottom: 1px solid #095ce0;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  #company article #profile .profile-inner > span {
    margin-bottom: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
#company article #profile .profile-inner .profile-contents {
  padding: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  #company article #profile .profile-inner .profile-contents {
    padding: 0 4rem;
  }
}
#company article #profile .profile-inner .profile-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 2rem;
}
#company article #profile .profile-inner .profile-contents ul:nth-of-type(odd) {
  background: #e9f0fc;
}
#company article #profile .profile-inner .profile-contents ul li:first-child {
  width: 100%;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #company article #profile .profile-inner .profile-contents ul li:first-child {
    width: 40%;
    text-align: center;
  }
}
#company article #profile .profile-inner .profile-contents ul li:last-child {
  line-height: 1.8;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #company article #profile .profile-inner .profile-contents ul li:last-child {
    width: 55%;
  }
}
#company article #history {
  scroll-margin-top: 12rem;
  background: #f2f2f2;
}
#company article #history .history-inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#company article #history .history-inner > span {
  text-align: center;
  border-bottom: 1px solid #095ce0;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  #company article #history .history-inner > span {
    margin-bottom: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
#company article #history .history-inner .history-contents {
  padding: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  #company article #history .history-inner .history-contents {
    padding: 0 4rem;
  }
}
#company article #history .history-inner .history-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company article #history .history-inner .history-contents ul:not(:last-child) {
  margin-bottom: 2rem;
}
#company article #history .history-inner .history-contents ul li:first-child {
  width: 100%;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #company article #history .history-inner .history-contents ul li:first-child {
    width: 15%;
  }
}
#company article #history .history-inner .history-contents ul li:last-child {
  width: 100%;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #company article #history .history-inner .history-contents ul li:last-child {
    width: 80%;
  }
}
#company article #access {
  scroll-margin-top: 12rem;
}
#company article #access .access-inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#company article #access .access-inner > span {
  text-align: center;
  border-bottom: 1px solid #095ce0;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  #company article #access .access-inner > span {
    margin-bottom: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
#company article #access .access-inner .access-contents p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  #company article #access .access-inner .access-contents p {
    margin: 6.4rem;
  }
}
#company article #access .access-inner .access-contents iframe {
  max-width: 600px;
  width: 100%;
  height: 290px;
  margin: 0 auto;
}

#movie article {
  overflow: hidden;
}
#movie article .page-head .page-head-inner img.page-head-img {
  -o-object-position: center;
     object-position: center;
}
#movie article #movie-contents {
  background: #dae7fa;
  position: relative;
}
#movie article #movie-contents .movie-contents-inner span.en-title {
  position: absolute;
  top: -50px;
}
#movie article #movie-contents .movie-contents-inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#movie article #movie-contents .movie-contents-inner > p {
  text-align: center;
  font-size: min(2.4rem, 4.5vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 2rem;
  border-bottom: 1px solid #095ce0;
  margin: 0 auto 6.4rem;
}
@media print, screen and (min-width: 500px) {
  #movie article #movie-contents .movie-contents-inner > p {
    padding: 0 10rem 2rem;
  }
}
#movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 3rem;
  margin-bottom: 10rem;
}
@media print, screen and (min-width: 500px) {
  #movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap {
    gap: 6.4rem 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap {
    gap: 10rem 3rem;
  }
}
#movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap li.movie-block {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap li.movie-block {
    width: calc((100% - 3rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap li.movie-block {
    width: calc((100% - 6rem) / 3);
  }
}
#movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap li.movie-block div.movie-detail {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 500px) {
  #movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap li.movie-block div.movie-detail {
    margin-bottom: 2rem;
  }
}
#movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap li.movie-block div.movie-detail iframe {
  max-width: 500px;
  width: 100%;
  height: 260px;
  margin: 0 auto;
  border-radius: 20px;
}
#movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap li.movie-block span.movie-date {
  font-size: min(2rem, 4.5vw);
}
#movie article #movie-contents .movie-contents-inner ul.movie-contents-wrap li.movie-block p.movie-title {
  font-size: min(2rem, 4.5vw);
}

#news article {
  overflow: hidden;
}
#news article #news-contents {
  background: #dae7fa;
  position: relative;
}
#news article #news-contents .news-contents-inner span.en-title {
  position: absolute;
  top: -50px;
}
#news article #news-contents .news-contents-inner .news-contents-detail-block > a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
  padding: 2rem 0;
  border-bottom: 1px solid #095ce0;
}
@media print, screen and (min-width: 500px) {
  #news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail {
    gap: 3rem 0;
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  #news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail li:first-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail li:first-child {
    width: 65%;
  }
}
#news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail li:first-child .news-contents-attached {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
#news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail li:first-child h3.news-title {
  font-size: min(2.4rem, 4vw);
  margin-top: 2rem;
}
@media print, screen and (min-width: 500px) {
  #news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail li:first-child h3.news-title {
    margin-top: 3rem;
  }
}
#news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail li:first-child p.news-text {
  margin-top: 1rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media print, screen and (min-width: 500px) {
  #news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail li:first-child p.news-text {
    margin-top: 3rem;
  }
}
#news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail li:last-child {
    width: 30%;
  }
}
#news article #news-contents .news-contents-inner .news-contents-detail-block > a ul.news-contents-detail li:last-child figure.news-img img {
  max-width: 500px;
  aspect-ratio: 2/1.2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
#news article #news-contents .news-contents-inner .news-pager-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
#news article #news-contents .news-contents-inner .news-pager-block a {
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 1rem 1.6rem;
}
#news article #news-contents .news-contents-inner .news-pager-block a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news article #news-contents .news-contents-inner .news-pager-block a.active {
  color: #fff;
  background: #666;
}

#news-detail article {
  overflow: hidden;
}
#news-detail article #news-detail-contents {
  background: #dae7fa;
  position: relative;
}
#news-detail article #news-detail-contents .news-detail-contents-inner {
  max-width: 784px;
  width: 95%;
  margin: 0 auto;
}
#news-detail article #news-detail-contents .news-detail-contents-inner span.en-title {
  position: absolute;
  top: -50px;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap {
  margin-bottom: 6.4rem;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap p.news-date {
  text-align: center;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap .news-contents-attached {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding-bottom: 4rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #095ce0;
}
@media print, screen and (min-width: 768px) {
  #news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap .news-contents-attached {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap .news-contents-attached h3.news-title {
  font-size: min(2.4rem, 4vw);
}
@media print, screen and (min-width: 768px) {
  #news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap .news-contents-attached h3.news-title {
    width: calc(100% - 2rem - 120px);
  }
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap figure.news-img {
  margin-bottom: 4rem;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap figure.news-img a {
  position: relative;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap figure.news-img a::after {
  content: "";
  width: 8%;
  aspect-ratio: 1/1;
  background: url(../img/news/icon-glass.webp) #1a1a1a no-repeat center/50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap figure.news-img a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap figure.news-img a img {
  aspect-ratio: 2/1.2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap p.news-text {
  line-height: 1.8;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap .news-link a {
  margin-top: 3rem;
  color: #095ce0;
  background: #fff;
  border: 1px solid #095ce0;
  padding: 0.8rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap .news-link a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap .news-pdf a {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap .news-pdf a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap .news-pdf a img {
  max-width: 45px;
}
#news-detail article #news-detail-contents .news-detail-contents-inner div.news-detail-contents-wrap .news-pdf a p {
  color: #095ce0;
}

#business article {
  overflow: hidden;
}
#business article #strengths .strengths-inner hgroup h2 {
  color: #095ce0;
  text-align: center;
  font-size: min(3.2rem, 5vw);
  font-weight: bold;
  margin-bottom: 2rem;
}
#business article #strengths .strengths-inner hgroup p {
  color: #095ce0;
  text-align: center;
}
#business article #strengths .strengths-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 5rem;
}
#business article #strengths .strengths-inner ul > li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #business article #strengths .strengths-inner ul > li {
    width: calc((100% - 5rem) / 2);
  }
}
#business article #strengths .strengths-inner ul > li figure img {
  max-width: 730px;
  margin: 0 auto;
}
#business article #strengths .strengths-inner ul > li h3 {
  background: #095ce0;
  color: #fff;
  font-size: min(2.4rem, 4.5vw);
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 0;
}
#business article #strengths .strengths-inner ul > li ol {
  background: #d5e3fa;
  padding: 4rem 1.6rem;
  display: grid;
  place-content: center;
}
#business article #strengths .strengths-inner ul > li ol li {
  list-style: decimal inside;
  margin-left: 1.6rem;
  text-indent: -1.6rem;
  line-height: 1.8;
}
#business article #strengths .strengths-inner ul > li ol li:not(:last-child) {
  margin-bottom: 2rem;
}
#business article #strengths .strengths-inner ul > li ol li span {
  color: #095ce0;
  font-weight: bold;
}
#business article #business-contents01,
#business article #business-contents02,
#business article #business-contents03 {
  scroll-margin-top: 10rem;
}
#business article #business-contents01 .business-contents-inner .bg-blue01,
#business article #business-contents02 .business-contents-inner .bg-blue01,
#business article #business-contents03 .business-contents-inner .bg-blue01 {
  background: #b8d0f6;
  padding: 1.6rem 0;
}
#business article #business-contents01 .business-contents-inner .bg-blue01 h2,
#business article #business-contents02 .business-contents-inner .bg-blue01 h2,
#business article #business-contents03 .business-contents-inner .bg-blue01 h2 {
  margin-bottom: 0;
}
#business article #business-contents01 .business-contents-inner .bg-gray01,
#business article #business-contents02 .business-contents-inner .bg-gray01,
#business article #business-contents03 .business-contents-inner .bg-gray01 {
  background: #e6e6e6;
  padding: 1.6rem 0;
}
#business article #business-contents01 .business-contents-inner .bg-gray01 h2,
#business article #business-contents02 .business-contents-inner .bg-gray01 h2,
#business article #business-contents03 .business-contents-inner .bg-gray01 h2 {
  margin-bottom: 0;
}
#business article #business-contents01 .business-contents-inner .bg-blue02,
#business article #business-contents02 .business-contents-inner .bg-blue02,
#business article #business-contents03 .business-contents-inner .bg-blue02 {
  background: #e6effc;
}
#business article #business-contents01 .business-contents-inner .bg-gray02,
#business article #business-contents02 .business-contents-inner .bg-gray02,
#business article #business-contents03 .business-contents-inner .bg-gray02 {
  background: #f2f2f2;
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block01,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block01,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block01 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 5rem;
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block01 li,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block01 li,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block01 li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents01 .business-contents-inner .business-contents-detail ul.block01 li,
  #business article #business-contents02 .business-contents-inner .business-contents-detail ul.block01 li,
  #business article #business-contents03 .business-contents-inner .business-contents-detail ul.block01 li {
    width: calc(50% - 5rem);
  }
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block01 li:first-child figure,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block01 li:first-child figure,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block01 li:first-child figure {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents01 .business-contents-inner .business-contents-detail ul.block01 li:first-child figure,
  #business article #business-contents02 .business-contents-inner .business-contents-detail ul.block01 li:first-child figure,
  #business article #business-contents03 .business-contents-inner .business-contents-detail ul.block01 li:first-child figure {
    margin-top: 8rem;
  }
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block01 li:first-child figure img,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block01 li:first-child figure img,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block01 li:first-child figure img {
  max-width: 690px;
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents01 .business-contents-inner .business-contents-detail ul.block01 li:last-child,
  #business article #business-contents02 .business-contents-inner .business-contents-detail ul.block01 li:last-child,
  #business article #business-contents03 .business-contents-inner .business-contents-detail ul.block01 li:last-child {
    margin-bottom: 8rem;
  }
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block01 li:last-child p,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block01 li:last-child p,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block01 li:last-child p {
  margin-top: 4rem;
  line-height: 1.8;
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block02,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block02,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents01 .business-contents-inner .business-contents-detail ul.block02,
  #business article #business-contents02 .business-contents-inner .business-contents-detail ul.block02,
  #business article #business-contents03 .business-contents-inner .business-contents-detail ul.block02 {
    gap: 4rem;
  }
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block02 li,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block02 li,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block02 li {
  width: calc((100% - 2rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents01 .business-contents-inner .business-contents-detail ul.block02 li,
  #business article #business-contents02 .business-contents-inner .business-contents-detail ul.block02 li,
  #business article #business-contents03 .business-contents-inner .business-contents-detail ul.block02 li {
    width: calc((100% - 12rem) / 4);
  }
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block02 li figure img,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block02 li figure img,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block02 li figure img {
  max-width: 345px;
  margin: 0 auto;
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block03,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block03,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents01 .business-contents-inner .business-contents-detail ul.block03,
  #business article #business-contents02 .business-contents-inner .business-contents-detail ul.block03,
  #business article #business-contents03 .business-contents-inner .business-contents-detail ul.block03 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block03 li,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block03 li,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block03 li {
  width: calc((100% - 2rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents01 .business-contents-inner .business-contents-detail ul.block03 li,
  #business article #business-contents02 .business-contents-inner .business-contents-detail ul.block03 li,
  #business article #business-contents03 .business-contents-inner .business-contents-detail ul.block03 li {
    width: calc((100% - 16rem) / 5);
  }
}
@media print, screen and (max-width: 767px) {
  #business article #business-contents01 .business-contents-inner .business-contents-detail ul.block03 li:first-child,
  #business article #business-contents02 .business-contents-inner .business-contents-detail ul.block03 li:first-child,
  #business article #business-contents03 .business-contents-inner .business-contents-detail ul.block03 li:first-child {
    width: 100%;
  }
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block03 li h3,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block03 li h3,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block03 li h3 {
  color: #095ce0;
  font-size: min(2.4rem, 4.5vw);
  text-align: center;
  padding: 1.8rem 0;
  border-top: 2px solid #095ce0;
  border-bottom: 2px solid #095ce0;
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block03 li figure img,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block03 li figure img,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block03 li figure img {
  margin: auto;
}
#business article #business-contents01 .business-contents-inner .business-contents-detail ul.block03 li figure figcaption,
#business article #business-contents02 .business-contents-inner .business-contents-detail ul.block03 li figure figcaption,
#business article #business-contents03 .business-contents-inner .business-contents-detail ul.block03 li figure figcaption {
  margin-top: 1rem;
}

#machinery article {
  overflow: hidden;
}
#machinery article #machinery-contents .machinery-contents-inner .bg-blue {
  background: #d5e3fa;
}
#machinery article #machinery-contents .machinery-contents-inner .bg-gray {
  background: #f2f2f2;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail hgroup h2 {
  color: #095ce0;
  text-align: center;
  font-size: min(3.2rem, 5vw);
  font-weight: bold;
  margin-bottom: 2rem;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail hgroup p {
  color: #095ce0;
  text-align: center;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea {
  overflow-x: auto;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea table,
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea td,
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea th {
  border-collapse: collapse;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea table {
  white-space: nowrap;
  max-width: 830px;
  width: 100%;
  min-width: 600px;
  margin: 0 auto;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea table tr:nth-of-type(odd) {
  background: #e9f0fc;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea table tr:nth-of-type(even) {
  background: #fff;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea table th {
  color: #fff;
  background: #095ce0;
  border-right: 1px solid #fff;
  padding: 1rem;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea table th:last-child {
  border-right: none;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea table td {
  border-right: 1px solid #095ce0;
  padding: 1rem;
  text-align: center;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea table td:nth-of-type(-n+2) {
  width: 30%;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea table td:nth-of-type(n+3) {
  width: 20%;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail .tableArea table td:last-child {
  border-right: none;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 2rem;
  margin-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail ul {
    gap: 6.4rem 2rem;
  }
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail ul li {
  width: calc((100% - 2rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail ul li {
    width: calc((100% - 6rem) / 4);
  }
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail ul li figure figcaption {
  margin-top: 1rem;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail ul.ul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 2rem;
  margin-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail ul.ul02 {
    gap: 6.4rem 2rem;
  }
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail ul.ul02 li {
  width: calc((100% - 2rem) / 2);
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail ul.ul02 li figure figcaption {
  margin-top: 1rem;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail figure.figure-block {
  max-width: 748px;
  margin: 6.4rem auto 0;
}
#machinery article #machinery-contents .machinery-contents-inner .machinery-contents-detail figure.figure-block figcaption {
  margin-top: 1rem;
}

#contact article {
  overflow: hidden;
}
#contact article #tel_contents .tel_content_inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact article #tel_contents .tel_content_inner > p {
  text-align: center;
  margin-bottom: 2rem;
}
#contact article #tel_contents .tel_content_inner .tel_content_wrap {
  background: #d5e3fa;
  padding: 4rem 1.6rem;
}
#contact article #tel_contents .tel_content_inner .tel_content_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
#contact article #tel_contents .tel_content_inner .tel_content_wrap ul li figure img {
  max-width: 56px;
  margin: 0 auto;
}
#contact article #tel_contents .tel_content_inner .tel_content_wrap ul li a {
  font-size: min(4rem, 7vw);
  font-weight: bold;
  line-height: 1.4;
  color: #095ce0;
}
#contact article #form_contents .form_contents_inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact article #form_contents .form_contents_inner > span {
  text-align: center;
  margin-bottom: 4rem;
}
#contact article #form_contents .form_contents_inner > p {
  text-align: center;
  line-height: 1.8;
}
#contact article #form_contents .form_contents_inner > p span {
  color: #e42a2a;
  font-weight: bold;
}
#contact article #form_contents .form_contents_inner form {
  margin-top: 2rem;
}
#contact article #form_contents .form_contents_inner form dl {
  padding: 2.5rem 0;
  border-bottom: 1px solid #dbdbdb;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#contact article #form_contents .form_contents_inner form dl dt {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner form dl dt {
    width: 15em;
  }
}
#contact article #form_contents .form_contents_inner form dl dt.required::after {
  content: "必須";
  color: #fff;
  background: #e42a2a;
  padding: 5px 1rem 6px;
  font-size: 12px;
}
#contact article #form_contents .form_contents_inner form dl dd {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner form dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
#contact article #form_contents .form_contents_inner form dl dd.contact-radio {
  position: relative;
}
#contact article #form_contents .form_contents_inner form dl dd.contact-radio:after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 1px solid #1A1A1A;
  border-left: 1px solid #1A1A1A;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
#contact article #form_contents .form_contents_inner form dl dd.contact-radio select {
  border: 1px solid #a1a1a1;
  border-radius: 3px;
  padding: 1.6rem;
  width: 100%;
  color: #1A1A1A;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact article #form_contents .form_contents_inner form dl dd.contact-radio select:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact article #form_contents .form_contents_inner form dl dd input:not([type=radio]),
#contact article #form_contents .form_contents_inner form dl dd textarea {
  width: 100%;
  padding: 1.6rem;
  border: 1px solid #a1a1a1;
  border-radius: 3px;
}
#contact article #form_contents .form_contents_inner form dl dd textarea {
  field-sizing: content;
  min-height: 15rem;
}
#contact article #form_contents .form_contents_inner form dl dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 4rem;
}
#contact article #form_contents .form_contents_inner form dl dd.flex label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.3rem;
}
#contact article #form_contents .form_contents_inner form dl dd.flex label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #095ce0;
  font-size: 1.8rem;
}
#contact article #form_contents .form_contents_inner form .privacy_area {
  width: 100%;
  margin: 4rem auto 0;
  background: #f2f2f2;
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner form .privacy_area p {
    text-align: center;
  }
}
#contact article #form_contents .form_contents_inner form .privacy_area p a {
  display: inline;
  color: #095ce0;
}
#contact article #form_contents .form_contents_inner form .privacy_area p a:hover {
  text-decoration: underline;
}
#contact article #form_contents .form_contents_inner form .privacy_area label {
  margin-top: 2rem;
  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 0.5rem;
  background: #fff;
  padding: 1em 0;
  font-weight: bold;
  cursor: pointer;
}
#contact article #form_contents .form_contents_inner form .privacy_area label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #095ce0;
}
#contact article #form_confirm .form_confirm_inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact article #form_confirm .form_confirm_inner > span {
  text-align: center;
  margin-bottom: 3rem;
}
#contact article #form_confirm .form_confirm_inner p.form_intro {
  text-align: left;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_confirm .form_confirm_inner p.form_intro {
    text-align: center;
  }
}
#contact article #form_confirm .form_confirm_inner p.form_intro span {
  color: #095ce0;
  display: inline-block;
  width: auto;
  font-weight: bold;
}
#contact article #form_confirm .form_confirm_inner form {
  margin-top: 4rem;
}
#contact article #form_confirm .form_confirm_inner form dl {
  padding: 2.5rem 0;
  border-bottom: 1px solid #dbdbdb;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_confirm .form_confirm_inner form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#contact article #form_confirm .form_confirm_inner form dl dt {
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_confirm .form_confirm_inner form dl dt {
    width: 15em;
  }
}
#contact article #form_confirm .form_confirm_inner form dl dt.required::after {
  content: "必須";
  color: #fff;
  background: #e42a2a;
  padding: 5px 1rem 6px;
  font-size: 12px;
}
#contact article #form_confirm .form_confirm_inner form dl dd {
  background: #f2f2f2;
  padding: 1.6rem;
  margin-top: 2rem;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_confirm .form_confirm_inner form dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
#contact article #form_confirm .form_confirm_inner form dl dd input:not([type=radio]),
#contact article #form_confirm .form_confirm_inner form dl dd textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.8rem;
  border: 0.1rem solid #a1a1a1;
  border-radius: 10px;
}
#contact article #form_confirm .form_confirm_inner form dl dd textarea {
  field-sizing: content;
  height: 15rem;
}
#contact article #form_confirm .form_confirm_inner form dl dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 4rem;
}
#contact article #form_confirm .form_confirm_inner form dl dd.flex label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.3rem;
}
#contact article #form_confirm .form_confirm_inner form dl dd.flex label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #095ce0;
  font-size: 1.8rem;
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy {
  width: 100%;
  margin: 4rem auto 0;
  background: #f2f2f2;
  padding: 2rem;
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy p {
  text-align: none;
}
@media print, screen and (min-width: 500px) {
  #contact article #form_confirm .form_confirm_inner form .contact_privacy p {
    text-align: center;
  }
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy p a {
  display: inline-block;
  width: auto;
  color: #095ce0;
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy p a:hover {
  text-decoration: underline;
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy p br.br_none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #contact article #form_confirm .form_confirm_inner form .contact_privacy p br.br_none {
    display: block;
  }
}
#contact article #form_confirm .form_confirm_inner form .contact_privacy label {
  display: block;
  text-align: center;
  background: #fff;
  padding: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
}
#contact article #form_thanks .form_thanks_inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact article #form_thanks .form_thanks_inner span {
  text-align: center;
}
#contact article #form_thanks .form_thanks_inner p {
  text-align: center;
  line-height: 1.8;
  margin: 3rem 0 4rem;
}
#contact article #form_thanks .form_thanks_inner .button01 a {
  margin: 0 auto;
}
#contact article .contact_btn_area {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 500px) {
  #contact article .contact_btn_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#contact article .contact_btn_area button {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #contact article .contact_btn_area button {
    width: calc(50% - 2rem);
  }
}
#contact article .contact_btn_area button[type=reset] {
  background-color: #333;
}
#contact article .contact_btn_area button[type=submit] {
  background-color: #095ce0;
}
#contact article .contact_btn_area button[type=submit][disabled] {
  opacity: 0.5;
  cursor: auto;
}
#contact article .contact_btn_area button:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contact article .contact_btn_area input {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #contact article .contact_btn_area input {
    width: calc(50% - 2rem);
  }
}
#contact article .contact_btn_area input[type=button] {
  background-color: #333;
}
#contact article .contact_btn_area input[type=submit] {
  background-color: #095ce0;
}
#contact article .contact_btn_area input[type=submit][disabled] {
  opacity: 0.5;
  cursor: auto;
}
#contact article .contact_btn_area input:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#privacy article {
  overflow: hidden;
}
#privacy article #privacy-contents .privacy-contents-inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#privacy article #privacy-contents .privacy-contents-inner > span {
  text-align: center;
}
#privacy article #privacy-contents .privacy-contents-inner > p {
  margin-top: 2rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #1A1A1A;
  line-height: 1.8;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-detail-wrap .privacy-detail:not(:last-child) {
  margin-bottom: 4rem;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-detail-wrap .privacy-detail h3 {
  font-size: 1.8rem;
  color: #095ce0;
  margin-bottom: 1.6rem;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-detail-wrap .privacy-detail p {
  line-height: 1.8;
}

#sitemap article {
  overflow: hidden;
}
#sitemap article #sitemap-contents .sitemap-contents-inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sitemap article #sitemap-contents .sitemap-contents-inner > span {
  text-align: center;
  margin-bottom: 3rem;
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 1024px) {
  #sitemap article #sitemap-contents .sitemap-contents-inner > ul {
    gap: 4rem;
  }
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul > li {
  width: calc((100% - 2rem) / 2);
}
@media print, screen and (min-width: 1024px) {
  #sitemap article #sitemap-contents .sitemap-contents-inner > ul > li {
    width: calc((100% - 16rem) / 5);
  }
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul > li > a {
  font-size: 1.8rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #1A1A1A;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #095ce0), color-stop(50%, #1A1A1A)) 100%;
  background: linear-gradient(to right, #095ce0 50%, #1A1A1A 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul > li > a:hover {
  background-position: 0 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul > li ul.sub-link-wrap li {
  margin-left: 1rem;
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul > li ul.sub-link-wrap li:not(:last-child) {
  margin-bottom: 1rem;
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul > li ul.sub-link-wrap li a {
  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;
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul > li ul.sub-link-wrap li a::before {
  content: "";
  width: 0;
  height: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul > li ul.sub-link-wrap li a:hover::before {
  width: 1rem;
  height: 1px;
  margin-right: 4px;
  background: #1A1A1A;
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul .youtube-link a {
  max-width: 151px;
  border-bottom: none;
}
#sitemap article #sitemap-contents .sitemap-contents-inner > ul .youtube-link a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#recruit article {
  overflow: hidden;
}
#recruit article #recruit-mv {
  position: relative;
}
#recruit article #recruit-mv .recruit-mv-inner .swiper-container {
  overflow: hidden;
}
#recruit article #recruit-mv .recruit-mv-inner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 6rem;
}
@media print, screen and (min-width: 500px) {
  #recruit article #recruit-mv .recruit-mv-inner .swiper-container .swiper-slide img {
    padding-top: 0;
  }
}
#recruit article #recruit-mv .recruit-mv-inner .swiper-container .swiper-slide img.slide01 {
  -o-object-position: 30%;
     object-position: 30%;
}
#recruit article #recruit-mv .recruit-mv-inner .swiper-container .swiper-slide img.slide02 {
  -o-object-position: 30%;
     object-position: 30%;
}
#recruit article #recruit-mv .recruit-mv-inner .swiper-container .swiper-slide img.slide03 {
  -o-object-position: 40%;
     object-position: 40%;
}
#recruit article #recruit-mv .recruit-mv-inner .swiper-container .swiper-slide img.slide04 {
  -o-object-position: 50%;
     object-position: 50%;
}
#recruit article #recruit-mv .recruit-mv-inner .swiper-container .swiper-slide-active img, #recruit article #recruit-mv .recruit-mv-inner .swiper-container .swiper-slide-prev img {
  -webkit-animation: zoomUp 8s linear;
          animation: zoomUp 8s linear;
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
#recruit article #recruit-mv .recruit-mv-inner .mv-attached {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
#recruit article #recruit-mv .recruit-mv-inner .mv-attached figure.top {
  margin-bottom: 2rem;
}
#recruit article #recruit-mv .recruit-mv-inner .mv-attached figure.top img {
  max-width: 906px;
  min-width: 330px;
  width: 80vw;
  margin: 0 auto;
}
#recruit article #recruit-mv .recruit-mv-inner .mv-attached figure.bottom img {
  max-width: 325px;
  min-width: 200px;
  width: 20vw;
  margin: 0 auto;
}
#recruit article #top-message {
  scroll-margin-top: 10rem;
}
#recruit article #top-message .top-message-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 8rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-message .top-message-inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#recruit article #top-message .top-message-inner ul li h2 {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-message .top-message-inner ul li h2 {
    text-align: left;
  }
}
#recruit article #top-message .top-message-inner ul li h3 {
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 4rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-message .top-message-inner ul li h3 {
    margin-bottom: 6.4rem;
    text-align: left;
  }
}
#recruit article #top-message .top-message-inner ul li h3 br.br-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-message .top-message-inner ul li h3 br.br-none {
    display: block;
  }
}
#recruit article #top-message .top-message-inner ul li p {
  line-height: 1.8;
  margin-bottom: 4rem;
}
#recruit article #top-message .top-message-inner ul li .button01 a {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-message .top-message-inner ul li .button01 a {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-message .top-message-inner ul li:last-child {
    max-width: 860px;
    width: 165%;
  }
}
#recruit article #top-message .top-message-inner ul li:last-child figure img {
  margin: 0 auto;
}
#recruit article #top-member .top-member-inner h2 {
  text-align: center;
}
#recruit article #top-member .top-member-inner > p {
  text-align: center;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-member .top-member-inner > p {
    margin-bottom: 6.4rem;
  }
}
#recruit article #top-member .top-member-inner figure {
  position: relative;
  max-width: 566px;
  margin: 0 auto;
}
#recruit article #top-member .top-member-inner figure img.img01 {
  position: absolute;
  max-width: 89px;
  width: 17vw;
  top: 0;
  left: 0;
}
#recruit article #top-member .top-member-inner figure img.img02 {
  position: absolute;
  max-width: 170px;
  width: 29vw;
  top: 0;
  left: 33%;
}
#recruit article #top-member .top-member-inner figure img.img03 {
  position: absolute;
  max-width: 102px;
  width: 18vw;
  top: 20%;
  right: 0;
}
#recruit article #top-member .top-member-inner figure img.bound {
  -webkit-animation: 3s 0s bound ease-in infinite;
          animation: 3s 0s bound ease-in infinite;
}
@-webkit-keyframes bound {
  79%, 90%, 97%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  85% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  94% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  99% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes bound {
  79%, 90%, 97%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  85% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  94% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  99% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
#recruit article #top-member .top-member-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-member .top-member-inner ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#recruit article #top-member .top-member-inner ul li {
  width: calc(50% - 1rem);
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-member .top-member-inner ul li {
    width: auto;
  }
}
#recruit article #top-member .top-member-inner ul li .background {
  border-radius: 100000px;
  background: #31BE77;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgb(49, 190, 119)), color-stop(59%, rgb(26, 150, 151)), to(rgb(9, 92, 224)));
  background: linear-gradient(180deg, rgb(49, 190, 119) 5%, rgb(26, 150, 151) 59%, rgb(9, 92, 224) 100%);
  max-width: 210px;
  min-width: 150px;
  width: 35vw;
  max-height: 210px;
  min-height: 150px;
  height: 35vw;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-member .top-member-inner ul li .background {
    max-width: 210px;
    width: 20vw;
    max-height: 210px;
    height: 20vw;
  }
}
#recruit article #top-member .top-member-inner ul li h3 {
  font-size: min(2.4rem, 4vw);
  font-weight: bold;
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
}
#recruit article #top-member .top-member-inner ul li p {
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-member .top-member-inner ul li.top01 {
    position: absolute;
    left: 0;
    bottom: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-member .top-member-inner ul li.top02 {
    position: absolute;
    right: 0;
    bottom: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-member .top-member-inner ul li.center01 {
    position: absolute;
    left: 19%;
    bottom: 35%;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-member .top-member-inner ul li.center02 {
    position: absolute;
    right: 19%;
    bottom: 35%;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-member .top-member-inner ul li.bottom {
    margin: 0 auto;
  }
}
#recruit article #top-company {
  position: relative;
  background: url(../img/recruit/top/top-company-background.webp) no-repeat top/cover;
}
#recruit article #top-company::before {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 0;
  content: "";
  background: url(../img/recruit/top/top-company-attached01.webp) no-repeat center/contain;
  max-width: 150px;
  min-width: 60px;
  width: 12vw;
  aspect-ratio: 1/1;
}
#recruit article #top-company::after {
  position: absolute;
  left: 0;
  bottom: 3%;
  z-index: 0;
  content: "";
  background: url(../img/recruit/r-footer/footer-contact02.webp) no-repeat center/contain;
  max-width: 128px;
  min-width: 60px;
  width: 10vw;
  aspect-ratio: 1/1.5;
}
#recruit article #top-company .top-company-inner h2 {
  position: relative;
  z-index: 1;
  text-align: center;
}
#recruit article #top-company .top-company-inner > p {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-company .top-company-inner > p {
    margin-bottom: 6.4rem;
  }
}
#recruit article #top-company .top-company-inner .menu-wrap {
  background: #fff;
  position: relative;
  z-index: 1;
}
#recruit article #top-company .top-company-inner .menu-wrap ul {
  padding-left: 4rem;
  padding-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
#recruit article #top-company .top-company-inner .menu-wrap ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-company .top-company-inner .menu-wrap ul li {
    width: calc(33.3333333333% - 1rem);
  }
}
#recruit article #top-company .top-company-inner .menu-wrap ul li:first-child {
  background: #31be77;
}
#recruit article #top-company .top-company-inner .menu-wrap ul li:nth-of-type(2) {
  background: #095ce0;
}
#recruit article #top-company .top-company-inner .menu-wrap ul li:last-child {
  background: #1a9697;
}
#recruit article #top-company .top-company-inner .menu-wrap ul li a {
  color: #fff;
  font-size: min(2.4rem, 5vw);
  text-align: center;
  padding: 8rem 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
}
#recruit article #top-company .top-company-inner .menu-wrap ul li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#recruit article #top-company .top-company-inner .menu-wrap ul li a::before {
  position: absolute;
  bottom: 1%;
  left: 4%;
  display: block;
  content: "";
  background: url(../img/recruit/top/top-company-attached02.webp) no-repeat center/contain;
  width: 4rem;
  aspect-ratio: 1/2;
}
#recruit article #top-strengths .top-strengths-inner h2 {
  text-align: center;
}
#recruit article #top-strengths .top-strengths-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.4rem 10rem;
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-strengths .top-strengths-inner ul {
    margin-bottom: 8rem;
  }
}
#recruit article #top-strengths .top-strengths-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-strengths .top-strengths-inner ul li {
    width: calc(33.3333333333% - 7rem);
  }
}
#recruit article #top-strengths .top-strengths-inner ul li figure {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 500px) {
  #recruit article #top-strengths .top-strengths-inner ul li figure {
    margin-bottom: 4rem;
  }
}
#recruit article #top-strengths .top-strengths-inner ul li figure img {
  max-width: 435px;
  margin: 0 auto;
}
#recruit article #top-strengths .top-strengths-inner ul li h3 {
  color: #095ce0;
  font-size: min(2.4rem, 5vw);
  padding: 0.8rem 0 0.8rem 2rem;
  border-left: 0.7rem solid #095ce0;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 500px) {
  #recruit article #top-strengths .top-strengths-inner ul li h3 {
    margin-bottom: 4rem;
  }
}
#recruit article #top-strengths .top-strengths-inner .button01 a {
  margin: 0 auto;
}
#recruit article #top-movie {
  background: url(../img/recruit/top/top-movie-background.webp) no-repeat center/cover;
}
#recruit article #top-movie .top-movie-inner h2 {
  text-align: center;
}
#recruit article #top-movie .top-movie-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 10rem;
}
#recruit article #top-movie .top-movie-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #recruit article #top-movie .top-movie-inner ul li {
    width: calc(50% - 5rem);
  }
}
#recruit article #top-movie .top-movie-inner ul li iframe {
  width: 100%;
  height: 440px;
}
#recruit article #top-movie .top-movie-inner ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
#recruit article #top-movie .top-movie-inner ul li div span {
  display: block;
  font-size: min(2.4rem, 5vw);
}
#recruit article #top-movie .top-movie-inner ul li div span.blue {
  color: #095ce0;
}
#recruit article #top-movie .top-movie-inner ul li div span.green {
  color: #31be77;
}
#recruit article #top-movie .top-movie-inner .youtube-link {
  margin: 6.4rem 0;
}
#recruit article #top-movie .top-movie-inner .youtube-link a {
  max-width: 151px;
  margin: 0 auto;
}
#recruit article #top-movie .top-movie-inner .youtube-link a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#recruit article #top-movie .top-movie-inner .button01 {
  margin-top: 4rem;
}
#recruit article #top-movie .top-movie-inner .button01 a {
  margin: 0 auto;
}
#recruit article #recruit-message {
  background: url(../img/recruit/top/message-background.webp) no-repeat center/cover;
}
#recruit article #recruit-message .recruit-message-inner h2 {
  text-align: center;
}
#recruit article #recruit-message .recruit-message-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#recruit article #recruit-message .recruit-message-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-message .recruit-message-inner ul li {
    width: calc(50% - 5rem);
  }
}
#recruit article #recruit-message .recruit-message-inner ul li:first-child figure {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-message .recruit-message-inner ul li:first-child figure {
    margin-top: 8rem;
  }
}
#recruit article #recruit-message .recruit-message-inner ul li:first-child figure img {
  max-width: 690px;
}
#recruit article #recruit-message .recruit-message-inner ul li:last-child p {
  margin-top: 4rem;
  line-height: 1.8;
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-message .recruit-message-inner ul li:last-child p {
    margin-bottom: 8rem;
  }
}
#recruit article #recruit-message .recruit-message-inner ul li:last-child figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem;
}
#recruit article #recruit-message .recruit-message-inner ul li:last-child figure img {
  max-width: 157px;
}

#top-interview .top-interview-inner hgroup {
  position: relative;
}
#top-interview .top-interview-inner hgroup h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
#top-interview .top-interview-inner hgroup p {
  font-size: min(8rem, 8vw);
  font-weight: bold;
  color: #b1e6cb;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
#top-interview .top-interview-inner > p {
  text-align: center;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #top-interview .top-interview-inner > p {
    margin-bottom: 6.4rem;
  }
}
#top-interview .button01 a {
  margin: 0 auto;
}

ul.interview-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 6.4rem;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 6.4rem;
}
@media print, screen and (min-width: 768px) {
  ul.interview-block {
    margin-bottom: 8rem;
  }
}
ul.interview-block li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  ul.interview-block li {
    width: calc(33.3333333333% - 4.4rem);
  }
}
ul.interview-block li h3 {
  font-size: min(2.2rem, 4.5vw);
  color: #31be77;
  padding: 2rem 0 4rem 2rem;
  border-left: 3px solid #31BE77;
  margin-bottom: -2rem;
  margin-left: 2rem;
  position: relative;
  z-index: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
ul.interview-block li figure img {
  max-width: 240px;
  margin: 0 auto;
}
@media print, screen and (min-width: 500px) {
  ul.interview-block li figure img {
    max-width: 358px;
  }
}
ul.interview-block li div {
  position: relative;
  border: 3px solid #31BE77;
  background: #fff;
  padding: 2rem 1.6rem;
  max-width: 285px;
  width: 100%;
  margin: -5rem auto 0;
}
@media print, screen and (min-width: 500px) {
  ul.interview-block li div {
    padding: 4rem 1.6rem;
  }
}
ul.interview-block li div p {
  text-align: center;
}
ul.interview-block li div p.recruit-name {
  font-size: min(2rem, 4.5vw);
}
ul.interview-block li div a {
  position: absolute;
  bottom: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  border: 2px solid #fff;
  background: #095ce0;
  border-radius: 100000px;
  padding: 6px 10px;
}
@media print, screen and (min-width: 500px) {
  ul.interview-block li div a {
    bottom: -15%;
    padding: 10px 14px;
  }
}
ul.interview-block li div a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.interview-block li div a img {
  max-width: 13px;
}

#interview article {
  overflow: hidden;
}
#interview article #interview-top {
  position: relative;
}
#interview article #interview-top > figure {
  position: absolute;
  z-index: -1;
}
#interview article #interview-top > figure.left {
  left: 0;
  bottom: 0;
}
#interview article #interview-top > figure.left img {
  max-width: 128px;
  min-width: 56px;
  width: 10vw;
}
#interview article #interview-top > figure.right {
  right: 0;
  top: 15%;
}
@media print, screen and (min-width: 768px) {
  #interview article #interview-top > figure.right {
    top: auto;
    bottom: 40%;
  }
}
#interview article #interview-top > figure.right img {
  max-width: 152px;
  min-width: 60px;
  width: 10vw;
}
#interview article #interview-contents01,
#interview article #interview-contents02,
#interview article #interview-contents03 {
  scroll-margin-top: 10rem;
}
#interview article #interview-contents01.bg-green,
#interview article #interview-contents02.bg-green,
#interview article #interview-contents03.bg-green {
  background: #d6f2e4;
}
#interview article #interview-contents01 .interview-contents-inner > ul,
#interview article #interview-contents02 .interview-contents-inner > ul,
#interview article #interview-contents03 .interview-contents-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 10rem;
}
#interview article #interview-contents01 .interview-contents-inner > ul:nth-of-type(even),
#interview article #interview-contents02 .interview-contents-inner > ul:nth-of-type(even),
#interview article #interview-contents03 .interview-contents-inner > ul:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#interview article #interview-contents01 .interview-contents-inner > ul:not(:last-child),
#interview article #interview-contents02 .interview-contents-inner > ul:not(:last-child),
#interview article #interview-contents03 .interview-contents-inner > ul:not(:last-child) {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 1024px) {
  #interview article #interview-contents01 .interview-contents-inner > ul:not(:last-child),
  #interview article #interview-contents02 .interview-contents-inner > ul:not(:last-child),
  #interview article #interview-contents03 .interview-contents-inner > ul:not(:last-child) {
    margin-bottom: 10rem;
  }
}
#interview article #interview-contents01 .interview-contents-inner > ul > li,
#interview article #interview-contents02 .interview-contents-inner > ul > li,
#interview article #interview-contents03 .interview-contents-inner > ul > li {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  #interview article #interview-contents01 .interview-contents-inner > ul > li,
  #interview article #interview-contents02 .interview-contents-inner > ul > li,
  #interview article #interview-contents03 .interview-contents-inner > ul > li {
    width: calc((100% - 10rem) / 2);
  }
}
#interview article #interview-contents01 .interview-contents-inner > ul > li ul.profile-block,
#interview article #interview-contents02 .interview-contents-inner > ul > li ul.profile-block,
#interview article #interview-contents03 .interview-contents-inner > ul > li ul.profile-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: 2rem;
}
@media print, screen and (min-width: 768px) {
  #interview article #interview-contents01 .interview-contents-inner > ul > li ul.profile-block,
  #interview article #interview-contents02 .interview-contents-inner > ul > li ul.profile-block,
  #interview article #interview-contents03 .interview-contents-inner > ul > li ul.profile-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#interview article #interview-contents01 .interview-contents-inner > ul > li ul.profile-block li:first-child,
#interview article #interview-contents02 .interview-contents-inner > ul > li ul.profile-block li:first-child,
#interview article #interview-contents03 .interview-contents-inner > ul > li ul.profile-block li:first-child {
  max-width: 148px;
  width: 12vw;
}
#interview article #interview-contents01 .interview-contents-inner > ul > li ul.profile-block li h3,
#interview article #interview-contents02 .interview-contents-inner > ul > li ul.profile-block li h3,
#interview article #interview-contents03 .interview-contents-inner > ul > li ul.profile-block li h3 {
  color: #095ce0;
  font-size: min(3.2rem, 4vw);
  font-weight: bold;
  margin-bottom: 2rem;
}
#interview article #interview-contents01 .interview-contents-inner > ul > li ul.profile-block li .profile-detail,
#interview article #interview-contents02 .interview-contents-inner > ul > li ul.profile-block li .profile-detail,
#interview article #interview-contents03 .interview-contents-inner > ul > li ul.profile-block li .profile-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#interview article #interview-contents01 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:first-child,
#interview article #interview-contents02 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:first-child,
#interview article #interview-contents03 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:first-child {
  color: #095ce0;
  font-size: min(3.2rem, 4vw);
  font-weight: bold;
}
#interview article #interview-contents01 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:first-child span,
#interview article #interview-contents02 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:first-child span,
#interview article #interview-contents03 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:first-child span {
  font-size: min(2.4rem, 4vw);
}
#interview article #interview-contents01 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:nth-of-type(2),
#interview article #interview-contents02 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:nth-of-type(2),
#interview article #interview-contents03 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:nth-of-type(2) {
  font-size: min(2.4rem, 4vw);
}
#interview article #interview-contents01 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:last-child,
#interview article #interview-contents02 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:last-child,
#interview article #interview-contents03 .interview-contents-inner > ul > li ul.profile-block li .profile-detail p:last-child {
  line-height: 1.8;
}
#interview article #interview-contents01 .interview-contents-inner > ul > li .question-block:last-child,
#interview article #interview-contents02 .interview-contents-inner > ul > li .question-block:last-child,
#interview article #interview-contents03 .interview-contents-inner > ul > li .question-block:last-child {
  margin-top: 4rem;
}
#interview article #interview-contents01 .interview-contents-inner > ul > li .question-block h4,
#interview article #interview-contents02 .interview-contents-inner > ul > li .question-block h4,
#interview article #interview-contents03 .interview-contents-inner > ul > li .question-block h4 {
  color: #095ce0;
  font-size: min(2.4rem, 4vw);
}
#interview article #interview-contents01 .interview-contents-inner > ul > li .question-block p span,
#interview article #interview-contents02 .interview-contents-inner > ul > li .question-block p span,
#interview article #interview-contents03 .interview-contents-inner > ul > li .question-block p span {
  display: block;
  font-size: min(2.4rem, 4vw);
  margin: 0.5rem 0;
}
#interview article #interview-contents01 .interview-contents-inner > ul > li.img-left,
#interview article #interview-contents02 .interview-contents-inner > ul > li.img-left,
#interview article #interview-contents03 .interview-contents-inner > ul > li.img-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}
#interview article #interview-contents01 .interview-contents-inner > ul > li.img-right,
#interview article #interview-contents02 .interview-contents-inner > ul > li.img-right,
#interview article #interview-contents03 .interview-contents-inner > ul > li.img-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
#interview article #interview-contents01 .interview-contents-inner .interview-contents-attached,
#interview article #interview-contents02 .interview-contents-inner .interview-contents-attached,
#interview article #interview-contents03 .interview-contents-inner .interview-contents-attached {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  background: #e6effc;
}
@media print, screen and (min-width: 500px) {
  #interview article #interview-contents01 .interview-contents-inner .interview-contents-attached,
  #interview article #interview-contents02 .interview-contents-inner .interview-contents-attached,
  #interview article #interview-contents03 .interview-contents-inner .interview-contents-attached {
    padding: 4rem;
  }
}
#interview article #interview-contents01 .interview-contents-inner .interview-contents-attached .question-block,
#interview article #interview-contents02 .interview-contents-inner .interview-contents-attached .question-block,
#interview article #interview-contents03 .interview-contents-inner .interview-contents-attached .question-block {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #interview article #interview-contents01 .interview-contents-inner .interview-contents-attached .question-block,
  #interview article #interview-contents02 .interview-contents-inner .interview-contents-attached .question-block,
  #interview article #interview-contents03 .interview-contents-inner .interview-contents-attached .question-block {
    width: calc(50% - 2.5rem);
  }
}
#interview article #interview-contents01 .interview-contents-inner .interview-contents-attached .question-block h5,
#interview article #interview-contents02 .interview-contents-inner .interview-contents-attached .question-block h5,
#interview article #interview-contents03 .interview-contents-inner .interview-contents-attached .question-block h5 {
  color: #fff;
  background: #095ce0;
  font-size: min(2.4rem, 4vw);
  text-align: center;
  padding: 0.8rem 1rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 500px) {
  #interview article #interview-contents01 .interview-contents-inner .interview-contents-attached .question-block h5,
  #interview article #interview-contents02 .interview-contents-inner .interview-contents-attached .question-block h5,
  #interview article #interview-contents03 .interview-contents-inner .interview-contents-attached .question-block h5 {
    margin-bottom: 4rem;
  }
}
#interview article #interview-contents01 .interview-contents-inner .interview-contents-attached .question-block p:nth-of-type(1),
#interview article #interview-contents02 .interview-contents-inner .interview-contents-attached .question-block p:nth-of-type(1),
#interview article #interview-contents03 .interview-contents-inner .interview-contents-attached .question-block p:nth-of-type(1) {
  color: #095ce0;
  font-size: min(2.4rem, 4vw);
}
#interview article #interview-contents01 .interview-contents-inner .interview-contents-attached .question-block p:nth-of-type(2) span,
#interview article #interview-contents02 .interview-contents-inner .interview-contents-attached .question-block p:nth-of-type(2) span,
#interview article #interview-contents03 .interview-contents-inner .interview-contents-attached .question-block p:nth-of-type(2) span {
  font-size: min(2.4rem, 4vw);
  display: block;
  margin: 1rem 0;
}
#interview article #interview-contents01 .interview-contents-inner .interview-contents-attached figure,
#interview article #interview-contents02 .interview-contents-inner .interview-contents-attached figure,
#interview article #interview-contents03 .interview-contents-inner .interview-contents-attached figure {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #interview article #interview-contents01 .interview-contents-inner .interview-contents-attached figure,
  #interview article #interview-contents02 .interview-contents-inner .interview-contents-attached figure,
  #interview article #interview-contents03 .interview-contents-inner .interview-contents-attached figure {
    width: calc(50% - 2.5rem);
  }
}

#about-us article {
  overflow: hidden;
}
#about-us article #about-us-top {
  position: relative;
}
#about-us article #about-us-top > figure {
  position: absolute;
  z-index: -1;
}
#about-us article #about-us-top > figure.left {
  left: 0;
  bottom: 0;
}
#about-us article #about-us-top > figure.left img {
  max-width: 128px;
  min-width: 56px;
  width: 10vw;
}
#about-us article #about-us-top > figure.right {
  right: 0;
  top: 50%;
}
@media print, screen and (min-width: 768px) {
  #about-us article #about-us-top > figure.right {
    top: auto;
    bottom: 40%;
  }
}
#about-us article #about-us-top > figure.right img {
  max-width: 152px;
  min-width: 60px;
  width: 10vw;
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents h2 {
  text-align: center;
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents p {
  text-align: center;
  line-height: 1.8;
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4rem;
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li {
  width: calc((100% - 4rem) / 2);
}
@media print, screen and (min-width: 500px) {
  #about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li {
    width: calc((100% - 12rem) / 4);
  }
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li:first-child {
  position: relative;
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li:last-child {
  position: relative;
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li figure {
  position: relative;
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li figure.img01-1 {
  max-width: 241px;
  width: 30vw;
  margin-right: auto;
}
@media print, screen and (min-width: 500px) {
  #about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li figure.img01-1 {
    width: 13vw;
  }
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li figure.img02-1 {
  max-width: 261px;
  width: 30vw;
  margin-left: auto;
}
@media print, screen and (min-width: 500px) {
  #about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li figure.img02-1 {
    width: 15vw;
  }
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li figure.img01-2 {
  position: absolute;
  max-width: 95px;
  width: 15vw;
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 500px) {
  #about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li figure.img01-2 {
    width: 10vw;
  }
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li figure.img02-2 {
  position: absolute;
  max-width: 121px;
  width: 17vw;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 500px) {
  #about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li figure.img02-2 {
    width: 10vw;
  }
}
#about-us article #about-us-top .about-us-top-inner .about-us-top-contents ul li figure.bound {
  -webkit-animation: 3s 0s bound ease-in infinite;
          animation: 3s 0s bound ease-in infinite;
}
@keyframes bound {
  79%, 90%, 97%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  85% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  94% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  99% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
#about-us article #performance {
  background: url(../img/recruit/about-us/performance-background.webp) no-repeat center/cover;
}
#about-us article #performance .performance-inner h2 {
  text-align: center;
}
#about-us article #performance .performance-inner > p {
  text-align: center;
  line-height: 1.8;
}
#about-us article #performance .performance-inner h3 {
  text-align: center;
  font-size: min(2.4rem, 4.5vw);
  color: #095ce0;
  margin-bottom: 2rem;
}
#about-us article #performance .performance-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
#about-us article #performance .performance-inner ul li {
  padding: 1.6rem;
  width: calc((100% - 4rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #about-us article #performance .performance-inner ul li {
    padding: 2.4rem;
    width: calc((100% - 12rem) / 4);
  }
}
#about-us article #performance .performance-inner ul li:first-child {
  background: #31be77;
}
#about-us article #performance .performance-inner ul li:nth-of-type(2) {
  background: #095ce0;
}
#about-us article #performance .performance-inner ul li:nth-of-type(3) {
  background: #1a9697;
}
#about-us article #performance .performance-inner ul li:last-child {
  background: #86d9eb;
}
#about-us article #step .step-inner h2 {
  text-align: center;
}
#about-us article #step .step-inner > p {
  text-align: center;
  line-height: 1.8;
}
#about-us article #step .step-inner .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #095ce0;
}
#about-us article #step .step-inner .dl-wrap dl dt {
  border-bottom: 1px solid #095ce0;
  background: #f0f5fd;
  width: 100%;
  padding: 1.6rem 2rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #about-us article #step .step-inner .dl-wrap dl dt {
    width: 25%;
  }
}
#about-us article #step .step-inner .dl-wrap dl dd {
  border-bottom: 1px solid #095ce0;
  width: 100%;
  padding: 1.6rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #about-us article #step .step-inner .dl-wrap dl dd {
    width: 75%;
  }
}
#about-us article #step .step-inner .dl-wrap p {
  text-align: center;
  margin-top: 1rem;
}
#about-us article #strengths {
  background: #e6effc;
}
#about-us article #strengths .strengths-inner h2 {
  text-align: center;
}
#about-us article #strengths .strengths-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media print, screen and (min-width: 768px) {
  #about-us article #strengths .strengths-inner ul {
    gap: 10rem;
  }
}
#about-us article #strengths .strengths-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #about-us article #strengths .strengths-inner ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #about-us article #strengths .strengths-inner ul li {
    width: calc((100% - 20rem) / 3);
  }
}
#about-us article #strengths .strengths-inner ul li figure {
  max-width: 437px;
  margin: 0 auto;
}
#about-us article #strengths .strengths-inner ul li h3 {
  color: #095ce0;
  font-size: min(2.4rem, 4.5vw);
  padding-left: 2rem;
  border-left: 8px solid #095ce0;
  margin: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #about-us article #strengths .strengths-inner ul li h3 {
    margin: 4rem 0;
  }
}
#about-us article #strengths .strengths-inner ul li p {
  line-height: 1.8;
}

#requirements article {
  overflow: hidden;
}
#requirements article #requirements-top {
  position: relative;
}
#requirements article #requirements-top > figure {
  position: absolute;
  z-index: -1;
}
#requirements article #requirements-top > figure.left {
  left: 0;
  bottom: 0;
}
#requirements article #requirements-top > figure.left img {
  max-width: 128px;
  min-width: 56px;
  width: 10vw;
}
#requirements article #requirements-top > figure.right {
  right: 0;
  top: 50%;
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-top > figure.right {
    top: auto;
    bottom: 40%;
  }
}
#requirements article #requirements-top > figure.right img {
  max-width: 152px;
  min-width: 60px;
  width: 10vw;
}
#requirements article #requirements-top .requirements-top-inner .requirements-top-contents {
  background: url(../img/recruit/requirements/requirements-background.webp) no-repeat center/cover;
}
#requirements article #requirements-top .requirements-top-inner .requirements-top-contents h2 {
  text-align: center;
}
#requirements article #requirements-top .requirements-top-inner .requirements-top-contents ol {
  display: grid;
  place-content: center;
  margin-bottom: 4rem;
}
#requirements article #requirements-top .requirements-top-inner .requirements-top-contents ol li:not(:last-child) {
  margin-bottom: 2rem;
}
#requirements article #requirements-top .requirements-top-inner .requirements-top-contents p {
  text-align: center;
  line-height: 1.8;
}
#requirements article #requirements-contents {
  background: #e6effc;
}
#requirements article #requirements-contents .requirements-contents-inner h2 {
  text-align: center;
}
#requirements article #requirements-contents .requirements-contents-inner > p {
  text-align: center;
  line-height: 1.8;
}
#requirements article #requirements-contents .requirements-contents-inner ul.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
  max-width: 700px;
  margin: 0 auto 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-contents .requirements-contents-inner ul.top {
    margin-bottom: 8rem;
  }
}
#requirements article #requirements-contents .requirements-contents-inner ul.top li {
  color: #095ce0;
  background: #fff;
  border: 1px solid #095ce0;
  padding: 1rem;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #requirements article #requirements-contents .requirements-contents-inner ul.top li {
    width: calc((100% - 8rem) / 3);
  }
}
#requirements article #requirements-contents .requirements-contents-inner .table-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-contents .requirements-contents-inner .table-wrap dl.gradient {
    background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), color-stop(25%, #f2f2f2), color-stop(25%, #f8fafe), to(#f8fafe));
    background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 25%, #f8fafe 25%, #f8fafe 100%);
    padding: 6.4rem 3rem;
  }
}
#requirements article #requirements-contents .requirements-contents-inner .table-wrap dl dt {
  width: 100%;
  border-bottom: 1px solid #095ce0;
  text-align: center;
  padding: 1.6rem 4rem;
  background: #f2f2f2;
}
#requirements article #requirements-contents .requirements-contents-inner .table-wrap dl dt:first-child {
  border-top: 1px solid #095ce0;
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-contents .requirements-contents-inner .table-wrap dl dt:first-child {
    border-top: none;
  }
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-contents .requirements-contents-inner .table-wrap dl dt {
    width: 25%;
    background: none;
  }
}
#requirements article #requirements-contents .requirements-contents-inner .table-wrap dl dd {
  width: 100%;
  border-bottom: 1px solid #095ce0;
  padding: 1.6rem 2rem;
  background: #f8fafe;
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-contents .requirements-contents-inner .table-wrap dl dd {
    width: 75%;
    background: none;
    padding: 1.6rem 4rem;
  }
}
#requirements article #requirements-contents .requirements-contents-inner .table-wrap dl dd span {
  display: block;
  color: #095ce0;
}
#requirements article #requirements-contents .requirements-contents-inner ul.bottom {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
#requirements article #requirements-contents .requirements-contents-inner ul.bottom li {
  color: #095ce0;
  background: #fff;
  border: 1px solid #095ce0;
  padding: 1rem;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-contents .requirements-contents-inner ul.bottom li {
    width: calc((100% - 12rem) / 4);
  }
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-attached {
  margin-top: 6.4rem;
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-attached p {
  text-align: center;
  color: #095ce0;
  margin-bottom: 2rem;
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-attached .button01 a {
  margin: 0 auto;
}
#requirements article #requirements-contents .requirements-contents-inner .recruit-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 500px) {
  #requirements article #requirements-contents .requirements-contents-inner .recruit-site {
    gap: 4rem;
  }
}
#requirements article #requirements-contents .requirements-contents-inner .recruit-site a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#requirements article #requirements-contents .requirements-contents-inner .recruit-site a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#work article {
  overflow: hidden;
}
#work article > .button01 a {
  margin: 0 auto;
}
#work article #work-top {
  position: relative;
}
#work article #assembly-inspection {
  position: relative;
}
#work article #assembly-inspection > figure {
  position: absolute;
  z-index: -1;
}
#work article #assembly-inspection > figure.left {
  left: 0;
  bottom: 5%;
}
#work article #assembly-inspection > figure.left img {
  max-width: 128px;
  min-width: 56px;
  width: 10vw;
}
#work article #welding {
  position: relative;
}
#work article #welding > figure {
  position: absolute;
  z-index: -1;
}
#work article #welding > figure.right {
  right: 0;
  top: 10%;
}
#work article #welding > figure.right img {
  max-width: 152px;
  min-width: 60px;
  width: 10vw;
}
#work article .work-contents-inner h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(3.2rem, 5vw);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
  padding: 1.6rem 0;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 500px) {
  #work article .work-contents-inner h3 {
    margin-bottom: 5rem;
  }
}
#work article .work-contents-inner h3::before {
  content: "";
  background: #31be77;
  width: 70vw;
  height: 100%;
  margin-left: calc(100% - 60vw);
  position: absolute;
  top: 0;
  z-index: -1;
}
#work article .work-contents-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 5rem;
  border-bottom: 1px solid #095ce0;
  padding-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #work article .work-contents-inner ul {
    padding-bottom: 10rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #work article .work-contents-inner ul {
    gap: 3rem 10rem;
  }
}
#work article .work-contents-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #work article .work-contents-inner ul li {
    width: calc((100% - 5rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #work article .work-contents-inner ul li:first-child {
    width: calc(40% - 10rem);
  }
}
#work article .work-contents-inner ul li:first-child .work-contents-detail:not(:last-child) {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 500px) {
  #work article .work-contents-inner ul li:first-child .work-contents-detail:not(:last-child) {
    margin-bottom: 4rem;
  }
}
#work article .work-contents-inner ul li:first-child .work-contents-detail h4 {
  color: #095ce0;
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 0.8rem;
}
#work article .work-contents-inner ul li:first-child .work-contents-detail p.blue {
  color: #095ce0;
}
#work article .work-contents-inner ul li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
@media print, screen and (min-width: 500px) {
  #work article .work-contents-inner ul li:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1024px) {
  #work article .work-contents-inner ul li:last-child {
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#work article #top-interview {
  background: #e6effc;
}

#environment article {
  overflow: hidden;
}
#environment article > .button01 a {
  margin: 0 auto;
}
#environment article #environment-top {
  position: relative;
}
#environment article #environment-contents {
  background: #eaf8f1;
}
#environment article #environment-contents .environment-contents-inner ul {
  position: relative;
  background: #31be77;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media print, screen and (min-width: 500px) {
  #environment article #environment-contents .environment-contents-inner ul {
    padding: 4rem;
    gap: 5rem;
  }
}
#environment article #environment-contents .environment-contents-inner ul::after {
  content: "";
  background: url(../img/recruit/environment/attached.webp) no-repeat center/contain;
  aspect-ratio: 1/1.5;
  width: 8.6rem;
  position: absolute;
  top: 8%;
  right: 3%;
  z-index: 0;
}
#environment article #environment-contents .environment-contents-inner ul:not(:last-child) {
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #environment article #environment-contents .environment-contents-inner ul:not(:last-child) {
    margin-bottom: 8rem;
  }
}
#environment article #environment-contents .environment-contents-inner ul li {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #environment article #environment-contents .environment-contents-inner ul li:first-child {
    width: 40%;
  }
}
@media print, screen and (min-width: 768px) {
  #environment article #environment-contents .environment-contents-inner ul li:last-child {
    width: calc(60% - 5rem);
  }
}
#environment article #environment-contents .environment-contents-inner ul li figure img {
  max-width: 529px;
  margin: 0 auto;
}
#environment article #environment-contents .environment-contents-inner ul li h3 {
  color: #fff;
  font-size: min(3.2rem, 5vw);
  font-weight: bold;
  margin-bottom: 2rem;
}
#environment article #environment-contents .environment-contents-inner ul li p {
  color: #fff;
  line-height: 1.8;
}
#environment article #merit .merit-inner h2 {
  text-align: center;
}
#environment article #merit .merit-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 0;
  width: 100%;
}
#environment article #merit .merit-inner ul li {
  width: 50%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #environment article #merit .merit-inner ul li {
    width: 25%;
  }
}
#environment article #merit .merit-inner ul li:nth-of-type(odd) {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #environment article #merit .merit-inner ul li:nth-of-type(odd) {
    margin-top: 8rem;
  }
}
#environment article #merit .merit-inner ul li.bg01 {
  background: url(../img/recruit/environment/merit01.webp) no-repeat center/cover;
  aspect-ratio: 1/1.25;
}
#environment article #merit .merit-inner ul li.bg02 {
  background: url(../img/recruit/environment/merit02.webp) no-repeat center/cover;
  aspect-ratio: 1/1.25;
}
#environment article #merit .merit-inner ul li.bg03 {
  background: url(../img/recruit/environment/merit03.webp) no-repeat center/cover;
  aspect-ratio: 1/1.25;
}
#environment article #merit .merit-inner ul li.bg04 {
  background: url(../img/recruit/environment/merit04.webp) no-repeat center/cover;
  aspect-ratio: 1/1.25;
}
#environment article #merit .merit-inner ul li div.bg-flowing {
  width: 100%;
  height: 100%;
}
#environment article #merit .merit-inner ul li div.bg-flowing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 92, 224, 0.8);
  mix-blend-mode: multiply;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
#environment article #merit .merit-inner ul li div.bg-flowing:hover::before {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 1;
}
#environment article #merit .merit-inner ul li div.bg-flowing::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.8rem;
  mix-blend-mode: multiply;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
#environment article #merit .merit-inner ul li div.bg-flowing:hover::after {
  background: rgba(9, 92, 224, 0.8);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 1;
}
#environment article #merit .merit-inner ul li div.bg-flowing:hover h3 {
  color: #095ce0;
  text-shadow: 2px 2px 10px white, 2px 2px 10px white, 2px 2px 10px white, 2px 2px 10px white, 2px 2px 10px white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#environment article #merit .merit-inner ul li div.bg-flowing h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: min(2rem, 4vw);
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
#environment article #merit .merit-inner ul li div.bg-flowing p {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 2rem 1rem;
  color: #fff;
  z-index: 10;
  font-size: 1.4rem;
}
#environment article #merit .merit-inner ul li div.bg-flowing p br.br-none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #environment article #merit .merit-inner ul li div.bg-flowing p br.br-none {
    display: block;
  }
}
#environment article #merit .merit-inner .button01 a {
  margin: 0 auto;
}
#environment article #training {
  background: #eaf8f1;
}
#environment article #training .training-inner .training-contents-title h2 {
  text-align: center;
  color: #095ce0;
  font-weight: bold;
  font-size: min(3.2rem, 4.5vw);
  line-height: 1.8;
  margin-bottom: 2rem;
}
#environment article #training .training-inner .training-contents-title h2 span {
  color: #fff;
  background: #31be77;
  padding: 0 0.5rem;
}
#environment article #training .training-inner .training-contents-title p {
  text-align: center;
}
#environment article #training .training-inner .training-contents-top .swiper1 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#environment article #training .training-inner .training-contents-top .swiper1 .swiper-wrapper .swiper-slide img {
  height: auto;
}
#environment article #training .training-inner .training-contents-bottom {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}
#environment article #training .training-inner .training-contents-bottom h4 {
  font-size: min(3.2rem, 4.5vw);
  font-weight: bold;
  color: #095ce0;
  background: #fff;
  border: 1px solid #095ce0;
  border-radius: 10000px;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
}
#environment article #training .training-inner .training-contents-bottom p {
  color: #095ce0;
  text-align: center;
  margin-bottom: 4rem;
}
#environment article #training .training-inner .training-contents-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #environment article #training .training-inner .training-contents-bottom ul {
    gap: 5rem;
  }
}
#environment article #training .training-inner .training-contents-bottom ul li {
  max-width: 290px;
  width: 100%;
}
#environment article #top-interview {
  background: #e6effc;
}

#notfound article {
  overflow: hidden;
}
#notfound article #notfound-contents .notfound-contents-inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#notfound article #notfound-contents .notfound-contents-inner span {
  text-align: center;
  margin-bottom: 3rem;
}
#notfound article #notfound-contents .notfound-contents-inner p {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 500px) {
  #notfound article #notfound-contents .notfound-contents-inner p {
    text-align: center;
  }
}
#notfound article #notfound-contents .notfound-contents-inner .button01 a {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */