@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;
}

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;
}

html {
  font-size: 50%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
@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;
}

.quantico {
  font-family: "Quantico", sans-serif;
  font-weight: bold;
}

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

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;
}

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

.max1070 {
  max-width: 1070px;
  width: 95%;
  margin: auto;
}

.max1130 {
  max-width: 1130px;
  width: 95%;
  margin: auto;
}

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

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

.pd64 {
  padding: 6.4rem 0;
}

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

.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;
  }
}

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

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

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

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

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

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

.contents-title {
  padding: 16rem 0 5rem;
}
@media print, screen and (min-width: 500px) {
  .contents-title {
    padding: 20rem 0 10rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contents-title {
    padding: 26rem 0 16rem;
  }
}

#news .contents-title,
#news-detail .contents-title {
  background: url(../img/news/contents-title.webp) no-repeat center/cover;
}

#company .contents-title {
  background: url(../img/company/contents-title.webp) no-repeat center/cover;
}

#manufacture .contents-title {
  background: url(../img/business/manufacture/contents-title.webp) no-repeat center/cover;
}

#jigs-engineering .contents-title {
  background: url(../img/business/jigs-engineering/contents-title.webp) no-repeat center/cover;
}

#turning .contents-title {
  background: url(../img/business/turning/contents-title.webp) no-repeat center/cover;
}

#contact .contents-title {
  background: url(../img/contact/contents-title.webp) no-repeat center/cover;
}

#privacy .contents-title {
  background: url(../img/privacy/contents-title.webp) no-repeat center/cover;
}

#initiatives .contents-title {
  background: url(../img/initiatives/contents-title.webp) no-repeat right/cover;
}

#facility .contents-title {
  background: url(../img/facility/contents-title.webp) no-repeat center/cover;
}

#notfound .contents-title {
  background: url(../img/notfound/contents-title.webp) no-repeat center/cover;
}

.bread {
  display: none;
}
@media print, screen and (min-width: 500px) {
  .bread {
    display: block;
  }
}
.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: #333;
}
.bread ul.breadcrumbs li.blue {
  color: #005eb8;
}
.bread ul.breadcrumbs li::after {
  content: ">";
  margin-left: 2rem;
}
.bread ul.breadcrumbs li:last-child::after {
  content: none;
}
.bread ul.breadcrumbs li a {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bread ul.breadcrumbs li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button01 a {
  background: #005eb8;
  color: #fff;
  font-weight: bold;
  max-width: 330px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 1.6rem 1rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 500px) {
  .button01 a {
    padding: 2.5rem 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .button01 a {
    margin-top: 8rem;
  }
}
.button01 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button02 a {
  background: #fff;
  color: #005eb8;
  font-weight: bold;
  max-width: 330px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 1.6rem 1rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 500px) {
  .button02 a {
    padding: 2.5rem 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .button02 a {
    margin-top: 8rem;
  }
}
.button02 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button03 a {
  background: #f7b52c;
  color: #005eb8;
  font-weight: bold;
  max-width: 330px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 1.6rem 1rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 500px) {
  .button03 a {
    padding: 2.5rem 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .button03 a {
    margin-top: 8rem;
  }
}
.button03 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button04 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  color: #005eb8;
}
.button04 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button04 a img {
  max-width: 79px;
}

.button05 a {
  background: #005eb8;
  color: #f7b52c;
  font-weight: bold;
  max-width: 330px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 1.6rem 1rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 500px) {
  .button05 a {
    padding: 2.5rem 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .button05 a {
    margin-top: 8rem;
  }
}
.button05 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button06 a {
  background: #ffff00;
  color: #005eb8;
  font-weight: bold;
  max-width: 330px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 1.6rem 1rem;
  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: 1rem;
}
@media print, screen and (min-width: 500px) {
  .button06 a {
    padding: 2.5rem 1rem;
  }
}
.button06 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button06 a::before {
  display: block;
  content: "";
  background: url(../img/icon04.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}

hgroup.title01 {
  text-align: center;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  hgroup.title01 {
    margin-bottom: 8rem;
  }
}
hgroup.title01 h2 {
  font-size: min(3.2rem, 5.8vw);
  font-weight: bold;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 500px) {
  hgroup.title01 h2 {
    margin-bottom: 0;
  }
}
hgroup.title01 h2.color01 {
  color: #005eb8;
}
hgroup.title01 h2.color02 {
  color: #fff;
}
hgroup.title01 h2.color03 {
  color: #ffff00;
}
hgroup.title01 h2.color04 {
  color: #f7b52c;
}
hgroup.title01 h2.color05 {
  color: #1A1A1A;
}
hgroup.title01 p {
  font-size: min(2.4rem, 4vw);
  font-family: "Josefin Sans", sans-serif;
}
hgroup.title01 p.color01 {
  color: #005eb8;
}
hgroup.title01 p.color02 {
  color: #fff;
}
hgroup.title01 p.color03 {
  color: #ffff00;
}
hgroup.title01 p.color04 {
  color: #1A1A1A;
}

#news header,
#company header,
#privacy header,
#contact header,
#initiatives header,
#facility header,
#manufacture header,
#jigs-engineering header,
#turning header,
#news header {
  background: #fff;
}
#news header h1 a img.logo01,
#company header h1 a img.logo01,
#privacy header h1 a img.logo01,
#contact header h1 a img.logo01,
#initiatives header h1 a img.logo01,
#facility header h1 a img.logo01,
#manufacture header h1 a img.logo01,
#jigs-engineering header h1 a img.logo01,
#turning header h1 a img.logo01,
#news header h1 a img.logo01 {
  display: none !important;
}
#news header h1 a img.logo02,
#company header h1 a img.logo02,
#privacy header h1 a img.logo02,
#contact header h1 a img.logo02,
#initiatives header h1 a img.logo02,
#facility header h1 a img.logo02,
#manufacture header h1 a img.logo02,
#jigs-engineering header h1 a img.logo02,
#turning header h1 a img.logo02,
#news header h1 a img.logo02 {
  display: block !important;
}
#news header li.main-menu > a,
#company header li.main-menu > a,
#privacy header li.main-menu > a,
#contact header li.main-menu > a,
#initiatives header li.main-menu > a,
#facility header li.main-menu > a,
#manufacture header li.main-menu > a,
#jigs-engineering header li.main-menu > a,
#turning header li.main-menu > a,
#news header li.main-menu > a {
  color: #1A1A1A !important;
}
#news header .overlay_toggle span,
#company header .overlay_toggle span,
#privacy header .overlay_toggle span,
#contact header .overlay_toggle span,
#initiatives header .overlay_toggle span,
#facility header .overlay_toggle span,
#manufacture header .overlay_toggle span,
#jigs-engineering header .overlay_toggle span,
#turning header .overlay_toggle span,
#news header .overlay_toggle span {
  background: #1A1A1A !important;
}
#news header .overlay_toggle p,
#company header .overlay_toggle p,
#privacy header .overlay_toggle p,
#contact header .overlay_toggle p,
#initiatives header .overlay_toggle p,
#facility header .overlay_toggle p,
#manufacture header .overlay_toggle p,
#jigs-engineering header .overlay_toggle p,
#turning header .overlay_toggle p,
#news header .overlay_toggle p {
  color: #1A1A1A !important;
}

.background {
  background: url(../img/news/background.webp) repeat-y center/100%;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.scroll-down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 1000000px;
  background: #fff;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: 0px;
  }
}
@media print, screen and (min-width: 500px) {
  @-webkit-keyframes circlemove {
    0% {
      bottom: 60px;
    }
  }
  @keyframes circlemove {
    0% {
      bottom: 60px;
    }
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.scroll-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 40px;
  background: #fff;
}
@media print, screen and (min-width: 500px) {
  .scroll-down::after {
    height: 60px;
  }
}
.scroll-down p {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}
@media print, screen and (min-width: 500px) {
  .scroll-down p {
    top: -90px;
  }
}

p.contents-detail {
  margin-bottom: 4rem;
  text-align: center;
  font-size: min(2.4rem, 4.8vw);
}
@media print, screen and (min-width: 768px) {
  p.contents-detail {
    margin-bottom: 6.4rem;
  }
}
p.contents-detail .br-none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  p.contents-detail .br-none {
    display: block;
  }
}

#interview .re-page-head {
  background: url(../img/recruit/interview/re-page-head.webp) no-repeat center/cover;
  height: auto;
}
#interview .re-page-head hgroup {
  position: relative;
}
#interview .re-page-head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 1rem;
}
@media print, screen and (min-width: 500px) {
  #interview .re-page-head ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#interview .re-page-head ul li {
  width: auto;
}
#interview .re-page-head ul li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#interview .re-page-head ul li a img {
  max-width: 180px;
  aspect-ratio: 1/1.2;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

#entry .re-page-head {
  background: url(../img/recruit/entry/re-page-head.webp) no-repeat center/cover;
}

#requirements .re-page-head {
  background: url(../img/recruit/requirements/re-page-head.webp) no-repeat center/cover;
}

#qa .re-page-head {
  background: url(../img/recruit/qa/re-page-head.webp) no-repeat center/cover;
}

#work .re-page-head {
  background: url(../img/recruit/work/re-page-head.webp) no-repeat center/cover;
}

.re-page-head {
  height: 240px;
  margin-top: 7rem;
  position: relative;
}
@media print, screen and (min-width: 500px) {
  .re-page-head {
    height: 320px;
    margin-top: 8.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .re-page-head {
    height: 500px;
    margin-top: 7rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .re-page-head {
    margin-top: 8rem;
  }
}
.re-page-head hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 0;
  position: absolute;
  bottom: 0;
}
.re-page-head hgroup::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  margin-left: calc(100% - 95vw);
}
.re-page-head hgroup h2 {
  font-size: min(8rem, 6vw);
  color: #005eb8;
  text-box-trim: trim-end;
}
.re-page-head hgroup p {
  display: block;
  font-size: min(2.4rem, 4.5vw);
  color: #005eb8;
}

#top-recruit {
  background: #e5eff8;
  width: 100%;
  padding-bottom: 10rem;
}
#top-recruit .top-recruit-inner {
  position: relative;
}
#top-recruit .top-recruit-inner .figure01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#top-recruit .top-recruit-inner .figure01 img {
  max-width: 350px;
}
#top-recruit .top-recruit-inner .figure02 {
  position: absolute;
  bottom: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
#top-recruit .top-recruit-inner .figure02 img {
  max-width: 1000px;
  width: 90vw;
}
#top-recruit .top-recruit-inner hgroup.title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#top-recruit .top-recruit-inner hgroup.title02::before {
  content: "";
  background: #005eb8;
  position: absolute;
  top: -7px;
  width: 83vw;
  height: 100%;
  z-index: -1;
  margin-left: calc(100% - 80vw);
}
#top-recruit .top-recruit-inner hgroup.title02 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  font-size: min(8rem, 8vw);
  color: #fff;
}
#top-recruit .top-recruit-inner hgroup.title02 p {
  display: block;
  font-size: min(2.4rem, 4.8vw);
  color: #fff;
  margin-bottom: 1.5rem;
}
#top-recruit .top-recruit-inner 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: 6.4rem;
  max-width: 1200px;
  width: 95%;
  margin: 4rem auto 6.4rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  #top-recruit .top-recruit-inner ul.interview-block {
    margin-bottom: 8rem;
  }
}
#top-recruit .top-recruit-inner ul.interview-block li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top-recruit .top-recruit-inner ul.interview-block li {
    width: calc(33.3333333333% - 4.4rem);
  }
}
#top-recruit .top-recruit-inner ul.interview-block li h3 {
  font-size: min(2.2rem, 4.5vw);
  color: #005eb8;
  padding: 2rem 0 4rem 2rem;
  border-left: 3px solid #005eb8;
  position: relative;
  z-index: 1;
  margin: 0 auto -2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  #top-recruit .top-recruit-inner ul.interview-block li h3 {
    width: auto;
    margin-bottom: -2rem;
    margin-left: 2rem;
  }
}
#top-recruit .top-recruit-inner ul.interview-block li figure img {
  max-width: 260px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top-recruit .top-recruit-inner ul.interview-block li figure img {
    max-width: 358px;
  }
}
#top-recruit .top-recruit-inner ul.interview-block li div {
  position: relative;
  border: 3px solid #0f68bc;
  background: #fff;
  padding: 2rem 1.6rem;
  max-width: 285px;
  width: 100%;
  margin: -5rem auto 0;
}
#top-recruit .top-recruit-inner ul.interview-block li div p {
  text-align: center;
}
#top-recruit .top-recruit-inner ul.interview-block li div p.recruit-name {
  font-size: min(2rem, 4.5vw);
}
#top-recruit .top-recruit-inner ul.interview-block li div a {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  border: 2px solid #fff;
  background: #095ce0;
  border-radius: 100000px;
  padding: 10px 12px;
}
@media print, screen and (min-width: 1024px) {
  #top-recruit .top-recruit-inner ul.interview-block li div a {
    padding: 10px 14px;
  }
}
#top-recruit .top-recruit-inner ul.interview-block li div a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top-recruit .top-recruit-inner ul.interview-block li div a img {
  max-width: 8px;
}
@media print, screen and (min-width: 1024px) {
  #top-recruit .top-recruit-inner ul.interview-block li div a img {
    max-width: 13px;
  }
}
#top-recruit .top-recruit-inner .button03 {
  position: relative;
  z-index: 1;
}
#top-recruit .top-recruit-inner .button05 {
  position: relative;
  z-index: 1;
}

#top.top #top-recruit .top-recruit-inner .button03 {
  display: none;
}

#recruit.recruit #top-recruit .top-recruit-inner .button05 {
  display: none;
}

#requirements.requirements #top-recruit .top-recruit-inner .button05,
#qa.qa #top-recruit .top-recruit-inner .button05,
#work.work #top-recruit .top-recruit-inner .button05 {
  display: none;
}

#interview.interview #top-recruit {
  display: none;
}

header#header {
  position: fixed;
  top: 0;
  z-index: 100000000;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header.active-background {
  backdrop-filter: blur(10px);
  background: rgba(105, 105, 105, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .header-main {
  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;
  margin: 1.6rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  header#header .header-main {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2rem;
    margin: 0;
  }
}
@media print, screen and (min-width: 1400px) {
  header#header .header-main {
    gap: 8rem;
  }
}
header#header .header-main h1 {
  min-width: 200px;
  width: 17vw;
}
header#header .header-main h1 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .header-main h1 a img.logo01 {
  display: block;
}
header#header .header-main h1 a img.logo02 {
  display: none;
}
header#header .header-main div.main-link {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  header#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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8rem;
    min-width: 60%;
    margin-left: 2rem;
    width: 1400px;
    margin: auto;
  }
}
header#header .header-main div.main-link > ul {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  header#header .header-main div.main-link > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
header#header .header-main div.main-link > ul li.main-menu > a {
  color: #fff;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0 1rem;
}
@media print, screen and (min-width: 1600px) {
  header#header .header-main div.main-link > ul li.main-menu > a {
    padding: 0 2rem;
  }
}
header#header .header-main div.main-link > ul li.main-menu > a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .header-main div.main-link > ul li.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background: rgba(0, 94, 184, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 2rem;
}
header#header .header-main div.main-link > ul li.main-menu .sub-menu li {
  width: calc((100% - 8rem) / 5);
}
header#header .header-main div.main-link > ul li.main-menu .sub-menu li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
header#header .header-main div.main-link > ul li.main-menu .sub-menu li a figure {
  position: relative;
  margin-bottom: 1rem;
}
header#header .header-main div.main-link > ul li.main-menu .sub-menu li a figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #005eb8;
  line-height: 1;
  padding: 1rem;
  font-weight: bold;
}
header#header .header-main div.main-link > ul li.main-menu .sub-menu li a p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
header#header .header-main div.main-link > ul li.main-menu .sub-menu:hover {
  opacity: 1;
  visibility: visible;
}
header#header .header-main div.main-link > ul li.main-menu > a:hover + ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
header#header .header-main div.main-link > ul:nth-of-type(1) {
  margin-left: auto;
}
header#header .header-main ul.sub-link {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  header#header .header-main ul.sub-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 180px;
    width: 25%;
  }
}
header#header .header-main ul.sub-link li {
  width: 100%;
}
header#header .header-main ul.sub-link li:first-child a {
  background: #f7b52c;
  color: #1A1A1A;
}
header#header .header-main ul.sub-link li:first-child a::before {
  content: "";
  display: block;
  background: url(../img/icon01.webp) no-repeat center/contain;
  width: 15%;
  aspect-ratio: 1/1;
}
header#header .header-main ul.sub-link li a {
  color: #fff;
  height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 3rem 0.5rem;
  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: 1rem;
}
header#header .header-main ul.sub-link li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .header-main .overlay_toggle {
  width: 40px;
  height: 45px;
  cursor: pointer;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  header#header .header-main .overlay_toggle {
    display: none;
  }
}
header#header .header-main .overlay_toggle span {
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#header .header-main .overlay_toggle span:nth-of-type(1) {
  position: absolute;
  top: 0;
}
header#header .header-main .overlay_toggle span:nth-of-type(2) {
  position: absolute;
  top: 10px;
}
header#header .header-main .overlay_toggle span:nth-of-type(3) {
  position: absolute;
  top: 20px;
}
header#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#header .header-main .overlay_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
header#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#header .header-main .overlay_toggle p {
  position: absolute;
  top: 30px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
header#header .overlay {
  position: fixed;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: calc(100vh - 8rem);
  background: rgba(0, 94, 184, 0.9);
  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 {
  padding-bottom: 4rem;
}
header#header .overlay nav > p {
  padding-top: 2rem;
  background-color: #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-color: #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: 3rem 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > ul {
    gap: 5rem 0;
    padding: 5rem 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: 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#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%;
}
header#header .overlay nav .btn_area .btn:first-child a {
  background: #1eaa39;
  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/icon03.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
header#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#header .overlay nav .btn_area .btn:last-child a::before {
  content: "";
  display: block;
  background: url(../img/icon04.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 .tel_area {
  padding: 0 3rem;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav .tel_area {
    padding: 0 5rem;
  }
}
header#header .overlay nav .tel_area .btn {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
header#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#header .overlay nav .tel_area .btn a::before {
  content: "";
  display: block;
  background: url(../img/icon05.webp) no-repeat center/contain;
  width: 4rem;
  aspect-ratio: 1/1;
}

@media print, screen and (min-width: 1200px) {
  footer#footer {
    margin-top: 8rem;
  }
}
footer#footer .footer-inner .footer-top {
  max-width: 1850px;
  width: 95%;
  margin: 0 auto;
  background: #005eb8;
  padding: 3.2rem 0 8rem;
  display: none;
}
@media print, screen and (min-width: 768px) {
  footer#footer .footer-inner .footer-top {
    padding: 6.4rem 0 16rem;
  }
}
@media print, screen and (min-width: 1200px) {
  footer#footer .footer-inner .footer-top {
    display: block;
  }
}
footer#footer .footer-inner .footer-top ul.max1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
footer#footer .footer-inner .footer-top ul.max1400 a {
  color: #fff;
}
footer#footer .footer-inner .footer-top ul.max1400 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#footer .footer-inner .footer-top ul.max1400 > li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
footer#footer .footer-inner .footer-top ul.max1400 > li:last-child .footer-recruit a {
  width: 100%;
  background: #1eaa39;
  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;
  padding: 0.6rem;
}
footer#footer .footer-inner .footer-top ul.max1400 > li:last-child .footer-recruit a::before {
  content: "";
  display: block;
  background: url(../img/icon03.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
footer#footer .footer-inner .footer-top ul.max1400 > li:last-child .footer-contact a {
  width: 100%;
  background: #ffff00;
  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;
  color: #005eb8;
  padding: 0.6rem;
}
footer#footer .footer-inner .footer-top ul.max1400 > li:last-child .footer-contact a::before {
  content: "";
  display: block;
  background: url(../img/icon04.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
footer#footer .footer-inner .footer-top ul.max1400 > li a.footer-main-link {
  margin-bottom: 1.6rem;
}
footer#footer .footer-inner .footer-top ul.max1400 > li > ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
footer#footer .footer-inner .footer-top ul.max1400 > li > ul > li a {
  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;
}
footer#footer .footer-inner .footer-top ul.max1400 > li > ul > li a::before {
  content: "-";
  display: block;
}
footer#footer .footer-inner .footer-bottom {
  margin: 3rem 0;
}
@media print, screen and (min-width: 768px) {
  footer#footer .footer-inner .footer-bottom {
    margin: 5rem 0;
  }
}
footer#footer .footer-inner .footer-bottom 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: 2rem 4rem;
}
@media print, screen and (min-width: 500px) {
  footer#footer .footer-inner .footer-bottom ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer#footer .footer-inner .footer-bottom ul li:first-child {
  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;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 500px) {
  footer#footer .footer-inner .footer-bottom ul li:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 1024px) {
  footer#footer .footer-inner .footer-bottom ul li:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer#footer .footer-inner .footer-bottom ul li:first-child a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#footer .footer-inner .footer-bottom ul li:first-child a figure img {
  max-width: 250px;
}
@media print, screen and (min-width: 500px) {
  footer#footer .footer-inner .footer-bottom ul li:first-child a figure img {
    max-width: 352px;
  }
}
footer#footer .footer-inner .footer-bottom ul li:first-child p {
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  footer#footer .footer-inner .footer-bottom ul li:first-child p {
    text-align: left;
  }
}
footer#footer .footer-inner .footer-bottom ul li:last-child figure img {
  max-width: 80px;
  margin: 0 auto;
}
@media print, screen and (min-width: 500px) {
  footer#footer .footer-inner .footer-bottom ul li:last-child figure img {
    max-width: 126px;
  }
}
footer#footer .footer-inner .copyright {
  background: #005eb8;
  padding: 0.8rem 2rem;
}
footer#footer .footer-inner .copyright p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
footer#footer .to_top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#footer .to_top.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#footer .to_top a {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: #005eb8;
  border: 0.2rem solid #fff;
  display: grid;
  place-items: center;
}
footer#footer .to_top a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#footer .to_top a img {
  max-width: 26px;
}

.sp_rec_btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1000;
}
@media print, screen and (min-width: 1200px) {
  .sp_rec_btn {
    display: none;
  }
}
.sp_rec_btn a {
  background: #f7b52c;
  padding: 2em 1em;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sp_rec_btn a p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3rem;
  font-weight: bold;
}

header#r-header {
  position: fixed;
  top: 0;
  z-index: 100000000;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #f7b52c;
}
header#r-header.active-background {
  background: #f7b52c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#r-header .header-main {
  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;
  max-width: 1680px;
  width: 95%;
  margin: 1rem auto;
}
@media print, screen and (min-width: 500px) {
  header#r-header .header-main {
    margin: 1.6rem auto;
  }
}
header#r-header .header-main h1 {
  min-width: 200px;
  width: 17vw;
}
header#r-header .header-main h1 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#r-header .header-main div.main-link {
  display: block;
}
@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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
  }
}
header#r-header .header-main div.main-link > ul {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  header#r-header .header-main div.main-link > 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;
    gap: 3rem;
  }
}
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 > ul li.entry-link a {
  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;
  color: #fff;
  background: #1A1A1A;
  border-radius: 1000px 0 0 1000px;
  padding: 1rem 2rem;
}
header#r-header .header-main div.main-link > ul li.entry-link a::before {
  display: block;
  content: "";
  background: url(../img/recruit/r-header/logo02.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
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: calc(100vh - 8rem);
  background: #f7b52c;
  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: 1024px) {
  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: #1eaa39;
  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/icon04.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/icon05.webp) no-repeat center/contain;
  width: 4rem;
  aspect-ratio: 1/1;
}
header#r-header .sp-entry-link {
  display: block;
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 1200px) {
  header#r-header .sp-entry-link {
    display: none;
  }
}
header#r-header .sp-entry-link a {
  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;
  color: #fff;
  background: #1A1A1A;
  border-radius: 1000px 0 0 1000px;
  padding: 1rem 2rem;
}
header#r-header .sp-entry-link a::before {
  display: block;
  content: "";
  background: url(../img/recruit/r-header/logo02.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}

footer#r-footer #workstyle-benefits .workstyle-benefits-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer#r-footer #workstyle-benefits .workstyle-benefits-inner ul li {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  footer#r-footer #workstyle-benefits .workstyle-benefits-inner ul li {
    width: 50%;
  }
}
footer#r-footer #workstyle-benefits .workstyle-benefits-inner ul li:first-child {
  background: url(../img/recruit/top/recruit-attached-top01.webp) no-repeat center/cover;
}
footer#r-footer #workstyle-benefits .workstyle-benefits-inner ul li:last-child {
  background: url(../img/recruit/top/recruit-attached-top02.webp) no-repeat center/cover;
}
footer#r-footer #qa-entry {
  background: #e5eff8;
}
footer#r-footer #qa-entry .qa-entry-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 10rem;
}
footer#r-footer #qa-entry .qa-entry-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  footer#r-footer #qa-entry .qa-entry-inner ul li {
    width: calc(50% - 5rem);
  }
}
footer#r-footer #qa-entry .qa-entry-inner ul li:first-child {
  background: #005eb8;
  padding: 4rem 1rem;
}
footer#r-footer #qa-entry .qa-entry-inner ul li:last-child {
  background: #f7b52c;
  padding: 4rem 1rem;
}
footer#r-footer #qa-entry .qa-entry-inner ul li figure img {
  max-width: 55px;
  width: 100%;
  margin: 0 auto;
}
footer#r-footer #qa-entry .qa-entry-inner ul li hgroup {
  margin: 0;
}
footer#r-footer #qa-entry .qa-entry-inner ul li .button03 a,
footer#r-footer #qa-entry .qa-entry-inner ul li .button05 a {
  margin: 1rem auto 0;
}
footer#r-footer .footer-inner .footer-top {
  width: 100%;
  margin: 0 auto;
  background: #1A1A1A;
  padding: 3.2rem 0 8rem;
  display: none;
}
@media print, screen and (min-width: 768px) {
  footer#r-footer .footer-inner .footer-top {
    padding: 6.4rem 0 16rem;
  }
}
@media print, screen and (min-width: 1200px) {
  footer#r-footer .footer-inner .footer-top {
    display: block;
  }
}
footer#r-footer .footer-inner .footer-top ul.max1130 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  max-width: 1130px;
  width: 95%;
  margin: 0 auto;
}
footer#r-footer .footer-inner .footer-top ul.max1130 a {
  color: #fff;
}
footer#r-footer .footer-inner .footer-top ul.max1130 a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#r-footer .footer-inner .footer-top ul.max1130 > li a.footer-main-link {
  color: #f7b52c;
  margin-bottom: 1rem;
}
footer#r-footer .footer-inner .footer-top ul.max1130 > li a.footer-main-link-corporate {
  color: #005eb8;
  background: #fff;
  margin-top: 6rem;
  padding: 1rem 1.6rem;
}
footer#r-footer .footer-inner .footer-top ul.max1130 > li a.footer-main-link-privacy {
  color: #f7b52c;
  margin-top: 8rem;
}
footer#r-footer .footer-inner .footer-top ul.max1130 > li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
footer#r-footer .footer-inner .footer-top ul.max1130 > li:last-child .footer-entry a {
  width: 100%;
  background: #f7b52c;
  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;
  color: #1A1A1A;
  padding: 0.8rem 3rem 0.8rem 1rem;
  border-radius: 1000px 0 0 1000px;
}
footer#r-footer .footer-inner .footer-top ul.max1130 > li:last-child .footer-entry a::before {
  content: "";
  display: block;
  background: url(../img/recruit/r-footer/logo01.webp) no-repeat center/contain;
  width: 3rem;
  aspect-ratio: 1/1;
}
footer#r-footer .footer-inner .footer-top ul.max1130 > li > ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
footer#r-footer .footer-inner .footer-top ul.max1130 > li > ul > li a {
  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;
}
footer#r-footer .footer-inner .footer-top ul.max1130 > li > ul > li a::before {
  content: "-";
  display: block;
}
footer#r-footer .footer-inner .footer-bottom {
  margin: 3rem 0;
}
@media print, screen and (min-width: 768px) {
  footer#r-footer .footer-inner .footer-bottom {
    margin: 5rem 0;
  }
}
footer#r-footer .footer-inner .footer-bottom ul.max520 {
  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;
  max-width: 520px;
  width: 95%;
  margin: 0 auto;
}
@media print, screen and (min-width: 500px) {
  footer#r-footer .footer-inner .footer-bottom ul.max520 {
    -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;
  }
}
footer#r-footer .footer-inner .footer-bottom ul.max520 li:first-child a {
  margin-bottom: 2rem;
  max-width: 250px;
}
@media print, screen and (min-width: 500px) {
  footer#r-footer .footer-inner .footer-bottom ul.max520 li:first-child a {
    max-width: 352px;
  }
}
footer#r-footer .footer-inner .footer-bottom ul.max520 li:first-child a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#r-footer .footer-inner .footer-bottom ul.max520 li:first-child p {
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  footer#r-footer .footer-inner .footer-bottom ul.max520 li:first-child p {
    text-align: left;
  }
}
footer#r-footer .footer-inner .footer-bottom ul.max520 li:last-child figure img {
  max-width: 80px;
  margin: 0 auto;
}
@media print, screen and (min-width: 500px) {
  footer#r-footer .footer-inner .footer-bottom ul.max520 li:last-child figure img {
    max-width: 126px;
  }
}
footer#r-footer .footer-inner .copyright {
  background: #005eb8;
  padding: 0.8rem 2rem;
}
footer#r-footer .footer-inner .copyright p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
footer#r-footer .to_top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#r-footer .to_top.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#r-footer .to_top a {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: #005eb8;
  border: 0.2rem solid #fff;
  display: grid;
  place-items: center;
}
footer#r-footer .to_top a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer#r-footer .to_top a img {
  max-width: 26px;
}

#top article {
  overflow: hidden;
}
#top article #top-recruit .top-recruit-inner .btn02,
#top article #top-recruit .top-recruit-inner .btn03 {
  display: none;
}
#top article #top-mv {
  overflow: hidden;
  position: relative;
}
#top article #top-mv .swiper-slide img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
#top article #top-mv .swiper-slide.first img {
  -o-object-position: 45% !important;
     object-position: 45% !important;
}
@media print, screen and (min-width: 768px) {
  #top article #top-mv .swiper-slide.first img {
    -o-object-position: center;
       object-position: center;
  }
}
#top article #top-mv .swiper-slide.second img {
  -o-object-position: 30% !important;
     object-position: 30% !important;
}
@media print, screen and (min-width: 768px) {
  #top article #top-mv .swiper-slide.second img {
    -o-object-position: center;
       object-position: center;
  }
}
#top article #top-mv .swiper-slide.third img {
  -o-object-position: 61% !important;
     object-position: 61% !important;
}
@media print, screen and (min-width: 768px) {
  #top article #top-mv .swiper-slide.third img {
    -o-object-position: center;
       object-position: center;
  }
}
@-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-mv .swiper-slide-active .slide-img,
#top article #top-mv .swiper-slide-duplicate-active .slide-img,
#top article #top-mv .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
#top article #top-mv figure.attached01 {
  position: absolute;
  bottom: 18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
@media print, screen and (min-width: 1200px) {
  #top article #top-mv figure.attached01 {
    right: 10%;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#top article #top-mv figure.attached01 img {
  max-width: 905px;
  width: 95vw;
}
@media print, screen and (min-width: 1200px) {
  #top article #top-mv figure.attached01 img {
    width: 75vw;
  }
}
#top article #top-business {
  background: url(../img/top/business-background.webp) no-repeat center/cover;
  width: 100%;
}
#top article #top-business .top-business-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    gap: 0;
  }
}
#top article #top-business .top-business-inner ul li {
  position: relative;
  width: calc(50% - 1rem);
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner ul li {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner ul li:nth-of-type(odd) {
    margin-top: 10rem;
  }
}
#top article #top-business .top-business-inner ul li:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner ul li:first-child {
    z-index: 1;
    left: 3%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
#top article #top-business .top-business-inner ul li:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner ul li:nth-of-type(2) {
    z-index: 2;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
#top article #top-business .top-business-inner ul li:last-child {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner ul li:last-child {
    z-index: 3;
    right: 3%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
#top article #top-business .top-business-inner ul li > figure {
  position: relative;
  max-width: 409px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top article #top-business .top-business-inner ul li > figure:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
#top article #top-business .top-business-inner ul li > figure > figcaption figure {
  position: absolute;
  top: 10%;
  left: 10%;
}
#top article #top-business .top-business-inner ul li > figure > figcaption figure img {
  max-width: 60px;
  width: 10vw;
}
#top article #top-business .top-business-inner ul li > figure > figcaption figure figcaption h3 {
  font-size: min(2.4rem, 4vw);
  margin-top: 2rem;
  color: #fff;
}
#top article #top-business .top-business-inner ul li > figure > figcaption a {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #005eb8;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  border-radius: 10000px;
  line-height: 1;
  padding: 5px 10px;
}
@media print, screen and (min-width: 500px) {
  #top article #top-business .top-business-inner ul li > figure > figcaption a {
    padding: 15px 20px;
  }
}
#top article #top-business .top-business-inner ul li > figure > figcaption a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top article #top-future {
  background: url(../img/top/business-background.webp) no-repeat center/cover;
  width: 100%;
}
#top article #top-future .top-future-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 8rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top article #top-future .top-future-inner ul li:first-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:first-child {
    display: block;
    width: auto;
    margin-top: 5rem;
  }
}
#top article #top-future .top-future-inner ul li:first-child figure.figure01 img:first-child {
  max-width: 337px;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:first-child figure.figure01 img:first-child {
    margin-bottom: 8rem;
  }
}
#top article #top-future .top-future-inner ul li:first-child figure.figure01 img:last-child {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:first-child figure.figure01 img:last-child {
    max-width: 182px;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:first-child figure.figure02 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -70%;
  }
}
#top article #top-future .top-future-inner ul li:first-child figure.figure02 img {
  max-width: 337px;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:first-child figure.figure02 img {
    min-width: 240px;
    width: 30vw;
  }
}
#top article #top-future .top-future-inner ul li:last-child {
  position: relative;
  width: 100%;
  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;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:last-child {
    padding: 10rem 0 10rem 25rem;
    width: auto;
    display: block;
  }
}
#top article #top-future .top-future-inner ul li:last-child::after {
  content: "";
  display: block;
  background: #005eb8;
  width: 120vw;
  height: 120%;
  position: absolute;
  top: -15%;
  left: -10%;
  z-index: -1;
}
@media print, screen and (min-width: 500px) {
  #top article #top-future .top-future-inner ul li:last-child::after {
    height: 117%;
  }
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:last-child::after {
    top: 0;
    right: 0;
    left: auto;
    width: 68vw;
    height: 100%;
    margin: 0 calc(50% - 51vw);
  }
}
#top article #top-future .top-future-inner ul li:last-child div.count-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:last-child div.count-section {
    display: block;
    width: auto;
    margin-bottom: 4rem;
  }
}
#top article #top-future .top-future-inner ul li:last-child div.count-section figure {
  display: block;
  max-width: 200px;
  min-width: 100px;
  width: 20vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:last-child div.count-section figure {
    display: none;
  }
}
#top article #top-future .top-future-inner ul li:last-child div.count-section p.number {
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:last-child div.count-section p.number {
    width: auto;
  }
}
#top article #top-future .top-future-inner ul li:last-child div.count-section p.number span.count-up {
  color: #ffff00;
  font-size: 25vw;
  font-style: italic;
  line-height: 1;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:last-child div.count-section p.number span.count-up {
    font-size: min(15rem, 12vw);
  }
}
#top article #top-future .top-future-inner ul li:last-child div.count-section p.number span.unit {
  color: #ffff00;
  font-size: 10vw;
  font-style: italic;
  line-height: 1;
  display: block;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:last-child div.count-section p.number span.unit {
    margin-right: 5rem;
    font-size: min(8rem, 4.8vw);
  }
}
#top article #top-future .top-future-inner ul li:last-child h3 {
  font-size: min(4rem, 5.5vw);
  font-weight: bold;
  color: #fff;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-future .top-future-inner ul li:last-child h3 {
    font-size: min(4rem, 3.5vw);
  }
}
#top article #top-strengths {
  background: url(../img/top/strengths-background.webp) no-repeat center/cover;
  width: 100%;
}
#top 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: 4rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-strengths .top-strengths-inner ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#top article #top-strengths .top-strengths-inner ul li:nth-of-type(odd) {
  width: calc(50% - 1rem);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 768px) {
  #top article #top-strengths .top-strengths-inner ul li:nth-of-type(odd) {
    width: 27%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
#top article #top-strengths .top-strengths-inner ul li .top-strengths-detail:not(:first-child) {
  margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  #top article #top-strengths .top-strengths-inner ul li .top-strengths-detail:not(:first-child) {
    margin-top: 8rem;
  }
}
#top article #top-strengths .top-strengths-inner ul li .top-strengths-detail h3 {
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 1.6rem;
  text-align: center;
  width: 100%;
  font-size: min(2.4rem, 4.8vw);
  padding: 0.5rem 1rem;
}
#top article #top-strengths .top-strengths-inner ul li .top-strengths-detail h3.color01 {
  background: #009fe8;
}
#top article #top-strengths .top-strengths-inner ul li .top-strengths-detail h3.color02 {
  background: #006cb6;
}
#top article #top-strengths .top-strengths-inner ul li .top-strengths-detail h3.color03 {
  background: #0c318b;
}
#top article #top-strengths .top-strengths-inner ul li .top-strengths-detail h3.color04 {
  background: #f7b52c;
}
#top article #top-strengths .top-strengths-inner ul li .top-strengths-detail h3.color05 {
  background: #1eaa39;
}
#top article #top-strengths .top-strengths-inner ul li .top-strengths-detail h3.color06 {
  background: #1e2678;
}
#top article #top-strengths .top-strengths-inner ul li p {
  color: #fff;
}
#top article #top-strengths .top-strengths-inner ul li:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-strengths .top-strengths-inner ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: calc(46% - 2rem);
  }
}
#top article #top-strengths .top-strengths-inner ul li:nth-of-type(2) figure {
  margin: 0 auto;
}
#top article #top-strengths .top-strengths-inner ul li:nth-of-type(2) figure:nth-of-type(1) {
  max-width: 550px;
  margin-bottom: 1rem;
}
#top article #top-strengths .top-strengths-inner ul li:nth-of-type(2) figure:nth-of-type(2) {
  max-width: 338px;
}
#top article #top-strengths .top-strengths-inner ul li:nth-of-type(2) figure:nth-of-type(3) img {
  max-width: 156px;
  margin: 0 auto 1rem;
}
#top article #top-strengths .top-strengths-inner ul li:nth-of-type(2) figure:nth-of-type(3) figcaption {
  text-align: center;
  color: #fff;
}
#top article #top-strengths .top-strengths-inner ul li:nth-of-type(2) p {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(2rem, 4vw);
  margin: 5rem 0;
}
#top article .section-block {
  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: 768px) {
  #top article .section-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top article .section-block section {
  display: block;
  padding: 6.4rem 2rem;
}
@media print, screen and (min-width: 500px) {
  #top article .section-block section {
    padding: 6.4rem 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top article .section-block section {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    padding: 10rem;
    width: 50%;
  }
}
#top article .section-block section p {
  color: #fff;
}
#top article .section-block section p .br-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #top article .section-block section p .br-none {
    display: block;
  }
}
#top article .section-block section hgroup {
  text-align: left;
}
#top article .section-block section .button01 a {
  margin-left: 0;
  margin-right: 0;
}
#top article .section-block section#top-effort {
  background: url(../img/top/effort-background.webp) no-repeat center/cover;
}
#top article .section-block section#top-company {
  background: url(../img/top/company-background.webp) no-repeat center/cover;
}
#top article #top-facility {
  background: url(../img/top/facilities-background.webp) no-repeat center/cover;
  width: 100%;
}
#top article #top-facility .top-facility-inner > p {
  color: #fff;
}
#top article #top-facility .top-facility-inner figure {
  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;
}
#top article #top-facility .top-facility-inner figure img {
  width: calc(50% - 1rem);
}
@media print, screen and (min-width: 768px) {
  #top article #top-facility .top-facility-inner figure img {
    width: calc(25% - 1rem);
  }
}
#top article #top-quality {
  background: url(../img/top/quality-background.webp) no-repeat center/cover;
  width: 100%;
}
ul.news-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media print, screen and (min-width: 500px) {
  ul.news-contents {
    gap: 4rem;
  }
}
ul.news-contents li {
  display: grid;
  width: 100%;
  -webkit-box-shadow: 6px 6px 6px rgba(26, 26, 26, 0.2);
          box-shadow: 6px 6px 6px rgba(26, 26, 26, 0.2);
}
@media print, screen and (min-width: 500px) {
  ul.news-contents li {
    width: calc(50% - 2rem);
  }
}
@media print, screen and (min-width: 768px) {
  ul.news-contents li {
    width: calc(25% - 3rem);
  }
}
ul.news-contents li img.news-img {
  aspect-ratio: 1/0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
ul.news-contents li .news-contents-detail {
  background: #fff;
  padding: 1rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1.5rem;
}
ul.news-contents li .news-contents-detail span.news-date {
  font-size: 14px;
  font-weight: bold;
}
ul.news-contents li .news-contents-detail p.news-title {
  font-weight: bold;
}
ul.news-contents li .news-contents-detail > div.news-attached {
  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: 2rem;
}
ul.news-contents li .news-contents-detail > div.news-attached > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem 0.2rem;
  font-weight: bold;
}
ul.news-contents li .news-contents-detail > div.news-attached > p.category-News {
  background: #ed1e79;
  color: #fff;
  white-space: nowrap;
}
ul.news-contents li .news-contents-detail > div.news-attached > p.category-Update {
  background: #1eaa39;
  color: #fff;
  white-space: nowrap;
}
ul.news-contents li .news-contents-detail > div.news-attached > p.category-Technology {
  background: #005eb8;
  color: #fff;
  white-space: nowrap;
}
ul.news-contents li .news-contents-detail > div.news-attached > p.category-Recruit {
  background: #f7931e;
  color: #fff;
  white-space: nowrap;
}
ul.news-contents li .news-contents-detail > div.news-attached a.news-button {
  color: #fff;
  line-height: 1;
  background: #005eb8;
  padding: 11px 14px;
  border-radius: 100000px;
  font-weight: bold;
  font-size: 16px;
}
ul.news-contents li .news-contents-detail > div.news-attached a.news-button:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#business article {
  overflow: hidden;
}
#business article #business-mv {
  background: url(../img/business/business-mv02.webp) no-repeat center/cover;
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
#business article #business-mv .business-mv-inner hgroup.title01 {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #business article #business-mv .business-mv-inner hgroup.title01 {
    top: 50%;
  }
}
#business article #business-mv .business-mv-inner > figure {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}
@media print, screen and (min-width: 768px) {
  #business article #business-mv .business-mv-inner > figure {
    left: 4%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@media print, screen and (min-width: 1024px) {
  #business article #business-mv .business-mv-inner > figure {
    left: 14%;
    -webkit-transform: translateY(-33%);
            transform: translateY(-33%);
  }
}
#business article #business-mv .business-mv-inner > figure img {
  max-width: 549px;
  min-width: 300px;
  width: 95vw;
}
@media print, screen and (min-width: 768px) {
  #business article #business-mv .business-mv-inner > figure img {
    min-width: 380px;
    width: 35vw;
  }
}
#business article #business-attached .business-attached-inner.max580 {
  max-width: 580px;
  width: 95%;
  margin: 0 auto;
}
#business article #business-attached .business-attached-inner.max580 h2 {
  font-size: min(3.2rem, 5.6vw);
  color: #005eb8;
  text-align: center;
}
#business article #business-attached .business-attached-inner.max580 p {
  text-align: center;
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #business article #business-attached .business-attached-inner.max580 p {
    margin-top: 8rem;
  }
}
#business article #business-attached .business-attached-inner.max580 figure.figure01 {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #business article #business-attached .business-attached-inner.max580 figure.figure01 {
    margin-top: 8rem;
  }
}
#business article #business-attached .business-attached-inner.max580 figure.figure01 img {
  max-width: 179px;
  margin: 0 auto;
}
#business article #business-attached .business-attached-inner.max580 figure.figure01 figcaption {
  text-align: center;
  margin-top: 1rem;
}
#business article #business-attached .business-attached-inner.max580 figure.figure02 {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #business article #business-attached .business-attached-inner.max580 figure.figure02 {
    margin-top: 8rem;
  }
}
#business article #business-attached .business-attached-inner.max580 figure.figure02 img {
  max-width: 400px;
  margin: 0 auto;
}
#business article #can-do .can-do-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;
}
#business article #can-do .can-do-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #business article #can-do .can-do-inner ul li {
    width: calc(33.3333333333% - 4rem);
  }
}
#business article #can-do .can-do-inner ul li figure img {
  max-width: 432px;
  margin: 0 auto;
}
#business article #can-do .can-do-inner ul li figure figcaption {
  margin-top: 1rem;
  font-size: 1.8rem;
}
#business article #business-contents {
  background: #005eb8;
}
#business article #business-contents .business-contents-inner ul {
  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: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents .business-contents-inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#business article #business-contents .business-contents-inner ul:not(:nth-last-of-type(1)) {
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents .business-contents-inner ul:not(:nth-last-of-type(1)) {
    margin-bottom: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents .business-contents-inner ul:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents .business-contents-inner ul:nth-of-type(even) li:first-child {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents .business-contents-inner ul:nth-of-type(even) li:last-child {
    margin-left: 0;
    margin-right: -10rem;
  }
}
#business article #business-contents .business-contents-inner ul li:first-child {
  background: #fff;
  padding: 2rem;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents .business-contents-inner ul li:first-child {
    padding: 4rem 6rem;
    white-space: nowrap;
    width: auto;
  }
}
#business article #business-contents .business-contents-inner ul li:first-child hgroup p {
  color: #005eb8;
  text-align: center;
}
#business article #business-contents .business-contents-inner ul li:first-child hgroup h3 {
  color: #005eb8;
  font-size: min(2.4rem, 4vw);
  margin-top: 1rem;
  text-align: center;
}
#business article #business-contents .business-contents-inner ul li:first-child > p {
  text-align: center;
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #business article #business-contents .business-contents-inner ul li:last-child {
    margin-left: -10rem;
  }
}
#business article #business-contents .business-contents-inner ul li .button01 a {
  margin-top: 4rem;
}

figure.figure-attached {
  position: absolute;
  z-index: 0;
}
figure.figure-attached.inview img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
figure.figure-attached img {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, transform 2s ease;
  transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
}

#future article {
  overflow: hidden;
}
#future article #future-mv-top {
  background: #000;
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  display: grid;
  place-items: center;
  position: relative;
}
#future article #future-mv-top .future-mv-inner {
  position: relative;
  z-index: 1;
}
#future article #future-mv-top .future-mv-inner.max1240 {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
}
#future article #future-mv-top .future-mv-inner.max1240 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;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #future article #future-mv-top .future-mv-inner.max1240 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#future article #future-mv-top .future-mv-inner.max1240 ul li:first-child figure img {
  max-width: 600px;
  min-width: 250px;
  width: 40%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #future article #future-mv-top .future-mv-inner.max1240 ul li:first-child figure img {
    width: 100%;
  }
}
#future article #future-mv-top .future-mv-inner.max1240 ul li:last-child figure {
  max-width: 137px;
  margin: 0 auto;
}
#future article #future-mv-top .future-mv-inner.max1240 ul li:last-child hgroup {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #future article #future-mv-top .future-mv-inner.max1240 ul li:last-child hgroup {
    margin-top: 8rem;
  }
}
#future article #future-mv-top .future-mv-inner.max1240 ul li:last-child hgroup h2 {
  font-size: min(7.2rem, 5.6vw);
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2rem;
}
#future article #future-mv-top .future-mv-inner.max1240 ul li:last-child hgroup p {
  font-size: min(2.4rem, 4vw);
  color: #fff;
  text-align: center;
}
#future article #future-mv-top figure.figure-attached {
  right: 0;
}
#future article #future-mv-bottom {
  background: #000;
  position: relative;
}
#future article #future-mv-bottom .future-mv-inner {
  position: relative;
  z-index: 1;
}
#future article #future-mv-bottom .future-mv-inner.max1460 {
  max-width: 1460px;
  width: 95%;
  margin: 0 auto;
}
#future article #future-mv-bottom .future-mv-inner.max1460 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: 2rem;
}
@media print, screen and (min-width: 768px) {
  #future article #future-mv-bottom .future-mv-inner.max1460 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#future article #future-mv-bottom .future-mv-inner.max1460 ul li h3 {
  font-size: min(3.2rem, 4vw);
  margin-bottom: 3rem;
  color: #fff;
}
#future article #future-mv-bottom .future-mv-inner.max1460 ul li h3 br.br-none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #future article #future-mv-bottom .future-mv-inner.max1460 ul li h3 br.br-none {
    display: block;
  }
}
#future article #future-mv-bottom .future-mv-inner.max1460 ul li p {
  line-height: 1.8;
  color: #fff;
}
#future article #future-mv-bottom .future-mv-inner.max1460 ul li p br.br-none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #future article #future-mv-bottom .future-mv-inner.max1460 ul li p br.br-none {
    display: block;
  }
}
#future article #future-mv-bottom .future-mv-inner.max1460 ul li figure img {
  max-width: 669px;
  width: 80%;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  #future article #future-mv-bottom .future-mv-inner.max1460 ul li figure img {
    width: 100%;
  }
}
#future article #future-mv-bottom figure.figure-attached {
  right: 0;
  bottom: 10%;
}
#future article #future-attached {
  background: url(../img/top/business-background.webp) no-repeat center/cover;
  width: 100%;
}
#future article #future-attached .future-attached-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 8rem;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#future article #future-attached .future-attached-inner ul li:first-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:first-child {
    display: block;
    width: auto;
    margin-top: 5rem;
  }
}
#future article #future-attached .future-attached-inner ul li:first-child figure.figure01 img:first-child {
  max-width: 337px;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:first-child figure.figure01 img:first-child {
    margin-bottom: 8rem;
  }
}
#future article #future-attached .future-attached-inner ul li:first-child figure.figure01 img:last-child {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:first-child figure.figure01 img:last-child {
    max-width: 182px;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:first-child figure.figure02 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -70%;
  }
}
#future article #future-attached .future-attached-inner ul li:first-child figure.figure02 img {
  max-width: 337px;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:first-child figure.figure02 img {
    min-width: 240px;
    width: 30vw;
  }
}
#future article #future-attached .future-attached-inner ul li:last-child {
  position: relative;
  width: 100%;
  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;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:last-child {
    padding: 10rem 0 10rem 25rem;
    width: auto;
    display: block;
  }
}
#future article #future-attached .future-attached-inner ul li:last-child::after {
  content: "";
  display: block;
  background: #005eb8;
  width: 120vw;
  height: 120%;
  position: absolute;
  top: -15%;
  left: -10%;
  z-index: -1;
}
@media print, screen and (min-width: 500px) {
  #future article #future-attached .future-attached-inner ul li:last-child::after {
    height: 117%;
  }
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:last-child::after {
    top: 0;
    right: 0;
    left: auto;
    width: 68vw;
    height: 100%;
    margin: 0 calc(50% - 51vw);
  }
}
#future article #future-attached .future-attached-inner ul li:last-child div.count-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:last-child div.count-section {
    display: block;
    width: auto;
    margin-bottom: 4rem;
  }
}
#future article #future-attached .future-attached-inner ul li:last-child div.count-section figure {
  display: block;
  max-width: 200px;
  min-width: 100px;
  width: 20vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:last-child div.count-section figure {
    display: none;
  }
}
#future article #future-attached .future-attached-inner ul li:last-child div.count-section p.number {
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:last-child div.count-section p.number {
    width: auto;
  }
}
#future article #future-attached .future-attached-inner ul li:last-child div.count-section p.number span.count-up {
  color: #ffff00;
  font-size: 25vw;
  font-style: italic;
  line-height: 1;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:last-child div.count-section p.number span.count-up {
    font-size: min(15rem, 12vw);
  }
}
#future article #future-attached .future-attached-inner ul li:last-child div.count-section p.number span.unit {
  color: #ffff00;
  font-size: 10vw;
  font-style: italic;
  line-height: 1;
  display: block;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:last-child div.count-section p.number span.unit {
    margin-right: 5rem;
    font-size: min(8rem, 4.8vw);
  }
}
#future article #future-attached .future-attached-inner ul li:last-child h3 {
  font-size: min(4rem, 5.5vw);
  font-weight: bold;
  color: #fff;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #future article #future-attached .future-attached-inner ul li:last-child h3 {
    font-size: min(4rem, 3.5vw);
  }
}
#future article #mission {
  background: #000;
}
#future article #mission .mission-inner.max785 {
  max-width: 785px;
  width: 95%;
  margin: 0 auto;
}
#future article #mission .mission-inner > p {
  line-height: 1.8;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #future article #mission .mission-inner > p {
    text-align: center;
  }
}
#future article #vision {
  background: #000;
  position: relative;
  scroll-margin-top: 12rem;
}
#future article #vision .vision-inner {
  position: relative;
  z-index: 1;
}
#future article #vision .vision-inner.max600 {
  max-width: 640px;
  width: 95%;
  margin: 0 auto;
}
#future article #vision .vision-inner.max600 > p {
  line-height: 1.8;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #future article #vision .vision-inner.max600 > p {
    text-align: center;
  }
}
#future article #vision .vision-inner.max600 > figure {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #future article #vision .vision-inner.max600 > figure {
    margin-top: 8rem;
  }
}
#future article #vision .vision-inner.max600 > figure img {
  max-width: 596px;
  width: 100%;
  margin: 0 auto;
}
#future article #vision figure.figure-attached {
  right: 0;
  bottom: 2%;
}
#future article #background .button01 {
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #future article #background .button01 {
    padding-bottom: 8rem;
  }
}

#facility article {
  overflow: hidden;
}
#facility article #machining-center {
  scroll-margin-top: 5rem;
}
#facility article #machining-center .machining-center-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media print, screen and (min-width: 500px) {
  #facility article #machining-center .machining-center-inner ul {
    gap: 8rem;
  }
}
#facility article #machining-center .machining-center-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #facility article #machining-center .machining-center-inner ul li {
    width: calc((100% - 8rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #facility article #machining-center .machining-center-inner ul li {
    width: calc((100% - 16rem) / 3);
  }
}
#facility article #machining-center .machining-center-inner ul li figure {
  position: relative;
  margin-bottom: 1.6rem;
}
#facility article #machining-center .machining-center-inner ul li figure figcaption {
  position: absolute;
  top: 0;
  color: #fff;
  background: #005eb8;
  width: 100%;
  font-size: 1.8rem;
  padding: 0.8rem 1.6rem;
}
#facility article #machining-center .machining-center-inner ul li p {
  line-height: 1.8;
  margin-left: 1.6rem;
  text-indent: -1.6rem;
}
#facility article #machining-center .machining-center-inner ul li p.left64 {
  margin-left: 6.4rem;
  text-indent: -6.4rem;
}
#facility article #machining-center .machining-center-inner ul li p::before {
  content: "■";
  color: #005eb8;
}
#facility article #nc-lathe {
  scroll-margin-top: 5rem;
}
#facility article #nc-lathe .nc-lathe-inner {
  background: rgba(0, 94, 184, 0.1);
}
#facility article #nc-lathe .nc-lathe-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;
}
@media print, screen and (min-width: 500px) {
  #facility article #nc-lathe .nc-lathe-inner ul {
    gap: 8rem;
  }
}
#facility article #nc-lathe .nc-lathe-inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #facility article #nc-lathe .nc-lathe-inner ul li {
    width: calc((100% - 8rem) / 2);
  }
}
#facility article #nc-lathe .nc-lathe-inner ul li figure {
  position: relative;
  margin-bottom: 1.6rem;
}
#facility article #nc-lathe .nc-lathe-inner ul li figure figcaption {
  position: absolute;
  top: 0;
  color: #fff;
  background: #005eb8;
  width: 100%;
  font-size: 1.8rem;
  padding: 0.8rem 1.6rem;
}
#facility article #nc-lathe .nc-lathe-inner ul li p {
  line-height: 1.8;
  margin-left: 1.6rem;
  text-indent: -1.6rem;
}
#facility article #nc-lathe .nc-lathe-inner ul li p::before {
  content: "■";
  color: #005eb8;
}
#facility article #measuring-instruments {
  scroll-margin-top: 5rem;
}
#facility article #measuring-instruments .measuring-instruments-inner table {
  width: 100%;
  min-width: 500px;
  max-width: 650px;
  margin: 0 auto;
  border-top: 1px solid #005eb8;
  border-bottom: 1px solid #005eb8;
}
#facility article #measuring-instruments .measuring-instruments-inner table table,
#facility article #measuring-instruments .measuring-instruments-inner table td,
#facility article #measuring-instruments .measuring-instruments-inner table th {
  border-collapse: collapse;
}
#facility article #measuring-instruments .measuring-instruments-inner table td,
#facility article #measuring-instruments .measuring-instruments-inner table th {
  border-top: 1px solid #005eb8;
  padding: 1.6rem;
  text-align: center;
}
#facility article #measuring-instruments .measuring-instruments-inner table td:first-child,
#facility article #measuring-instruments .measuring-instruments-inner table th:first-child {
  width: 40%;
}
#facility article #measuring-instruments .measuring-instruments-inner table td {
  border-top: 1px solid #005eb8;
}
#facility article #software {
  scroll-margin-top: 5rem;
}
#facility article #software .software-inner {
  background: rgba(0, 94, 184, 0.1);
}
#facility article #software .software-inner table {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #005eb8;
  border-bottom: 1px solid #005eb8;
}
#facility article #software .software-inner table table,
#facility article #software .software-inner table td,
#facility article #software .software-inner table th {
  border-collapse: collapse;
}
#facility article #software .software-inner table td,
#facility article #software .software-inner table th {
  border-top: 1px solid #005eb8;
  padding: 1.6rem;
  text-align: center;
}
#facility article #software .software-inner table td:first-child,
#facility article #software .software-inner table th:first-child {
  width: 50%;
}
#facility article #software .software-inner table td:nth-of-type(2),
#facility article #software .software-inner table th:nth-of-type(2) {
  width: 25%;
}
#facility article #software .software-inner table td:last-child,
#facility article #software .software-inner table th:last-child {
  width: 25%;
}
#facility article #software .software-inner table td {
  border-top: 1px solid #005eb8;
}
#facility article #software .software-inner .max1400 > p {
  text-align: center;
  color: #005eb8;
  margin-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  #facility article #software .software-inner .max1400 > p {
    margin-top: 8rem;
  }
}

#company article {
  overflow: hidden;
}
#company article #philosophy .philosophy-inner.max840 {
  max-width: 840px;
  width: 95%;
  margin: 0 auto;
}
#company article #message {
  background: #005eb8;
}
#company article #message .message-inner.max1840 {
  max-width: 1840px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
}
#company article #message .message-inner.max1840 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: 3rem;
}
@media print, screen and (min-width: 1024px) {
  #company article #message .message-inner.max1840 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem 5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #company article #message .message-inner.max1840 ul {
    gap: 3rem 10rem;
  }
}
#company article #message .message-inner.max1840 ul li > p {
  line-height: 1.6;
}
#company article #message .message-inner.max1840 ul li:last-child {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}
#company article #message .message-inner.max1840 ul li:last-child figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 1rem;
  margin-top: 2rem;
}
#company article #message .message-inner.max1840 ul li:last-child figure figcaption img {
  max-width: 165px;
  width: 45%;
}
#company article #profile {
  background: url(../img/company/profile-background.webp) no-repeat center/cover;
}
#company article #profile .profile-inner.max950 {
  max-width: 950px;
  width: 95%;
  margin: 0 auto;
}
#company article #profile .profile-inner.max950 table {
  width: 100%;
}
#company article #profile .profile-inner.max950 table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 500px) {
  #company article #profile .profile-inner.max950 table tbody tr {
    display: table-row;
  }
}
#company article #profile .profile-inner.max950 table tbody tr:nth-of-type(odd) {
  background: #d9e7f4;
}
#company article #profile .profile-inner.max950 table tbody tr:nth-of-type(even) {
  background: #fff;
}
#company article #profile .profile-inner.max950 table tbody tr th {
  width: 100%;
  padding: 1.5rem;
  border-bottom: 1px solid #99bfe3;
}
@media print, screen and (min-width: 500px) {
  #company article #profile .profile-inner.max950 table tbody tr th {
    width: 30%;
    border-right: 1px solid #99bfe3;
    border-bottom: none;
  }
}
#company article #profile .profile-inner.max950 table tbody tr td {
  width: 100%;
  padding: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #company article #profile .profile-inner.max950 table tbody tr td {
    width: 70%;
    text-align: left;
  }
}
#company article #history .history-inner {
  position: relative;
}
#company article #history .history-inner.max1250 .history-contents {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
#company article #history .history-inner.max1250 .history-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
#company article #history .history-inner.max1250 .history-contents ul:not(:last-child) {
  margin-bottom: 1rem;
}
#company article #history .history-inner.max1250 .history-contents ul li:last-child {
  width: 70%;
}
#company article #history .history-inner.max1250 > figure {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #company article #history .history-inner.max1250 > figure {
    margin-top: 8rem;
  }
}
#company article #history .history-inner .figure-wrap-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: 0.8rem;
  margin-bottom: 4rem;
}
#company article #history .history-inner .figure-wrap-top figure {
  width: calc((100% - 1.6rem) / 3);
}
#company article #history .history-inner .figure-wrap-top figure img {
  max-width: 227px;
}
@media print, screen and (min-width: 1200px) {
  #company article #history .history-inner .figure-wrap-top figure {
    position: absolute;
    width: auto;
  }
  #company article #history .history-inner .figure-wrap-top figure:first-child {
    left: 0;
    bottom: 2%;
  }
  #company article #history .history-inner .figure-wrap-top figure:nth-of-type(2) {
    right: 0;
    top: 40%;
  }
  #company article #history .history-inner .figure-wrap-top figure:last-child {
    right: 0;
    bottom: 2%;
  }
}
#company article #history .figure-wrap-bottom {
  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: 0.8rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #company article #history .figure-wrap-bottom {
    margin-top: 6.4rem;
  }
}
#company article #history .figure-wrap-bottom figure {
  width: calc((100% - 1.6rem) / 3);
}
@media print, screen and (min-width: 768px) {
  #company article #history .figure-wrap-bottom figure {
    width: calc((100% - 3.2rem) / 5);
  }
}
#company article #history .figure-wrap-bottom figure img {
  max-width: 280px;
}
#company article #access .access-inner.max950 {
  max-width: 950px;
  width: 95%;
  margin: 0 auto;
}
#company article #access .access-inner.max950 iframe {
  width: 100%;
  height: 400px;
}
@media print, screen and (min-width: 768px) {
  #company article #access .access-inner.max950 iframe {
    height: 560px;
  }
}
#company article #access .access-inner.max950 table {
  width: 100%;
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #company article #access .access-inner.max950 table {
    margin-top: 8rem;
  }
}
#company article #access .access-inner.max950 table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 500px) {
  #company article #access .access-inner.max950 table tbody tr {
    display: table-row;
  }
}
#company article #access .access-inner.max950 table tbody tr:nth-of-type(odd) {
  background: #d9e7f4;
}
#company article #access .access-inner.max950 table tbody tr:nth-of-type(even) {
  background: #fff;
}
#company article #access .access-inner.max950 table tbody tr th {
  width: 100%;
  padding: 1.5rem;
  border-bottom: 1px solid #99bfe3;
}
@media print, screen and (min-width: 500px) {
  #company article #access .access-inner.max950 table tbody tr th {
    width: 30%;
    border-right: 1px solid #99bfe3;
    border-bottom: none;
  }
}
#company article #access .access-inner.max950 table tbody tr td {
  width: 100%;
  padding: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #company article #access .access-inner.max950 table tbody tr td {
    width: 70%;
    text-align: left;
  }
}
#company article #access .access-inner.max950 figure {
  max-width: 840px;
  width: 100%;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #company article #access .access-inner.max950 figure {
    margin-top: 8rem;
  }
}

#manufacture article {
  overflow: hidden;
}
#manufacture article .contents-title hgroup p span {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #manufacture article .contents-title hgroup p span {
    display: inline;
  }
}
#manufacture article .contents-title hgroup p br.br-none {
  display: block;
}
@media print, screen and (min-width: 500px) {
  #manufacture article .contents-title hgroup p br.br-none {
    display: none;
  }
}
#manufacture article #airplane .airplane-inner > p {
  text-align: center;
  font-size: min(2.4rem, 4vw);
}
#manufacture article #airplane .airplane-inner > p br.br-none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #manufacture article #airplane .airplane-inner > p br.br-none {
    display: block;
  }
}
#manufacture article #airplane .airplane-inner .airplane-contents p.top {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3rem;
}
#manufacture article #airplane .airplane-inner .airplane-contents p.top span {
  display: block;
  color: #005eb8;
}
#manufacture article #airplane .airplane-inner .airplane-contents p.bottom {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#manufacture article #airplane .airplane-inner .airplane-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;
  gap: 4rem;
}
#manufacture article #airplane .airplane-inner .airplane-contents ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #manufacture article #airplane .airplane-inner .airplane-contents ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #manufacture article #airplane .airplane-inner .airplane-contents ul li {
    width: calc((100% - 12rem) / 3);
  }
}
#manufacture article #airplane .airplane-inner .airplane-contents ul li figure {
  margin-bottom: 1.6rem;
}
#manufacture article #defense .defense-inner {
  background: rgba(0, 94, 184, 0.1);
}
#manufacture article #defense .defense-inner .max1400 > p {
  text-align: center;
  font-size: min(2.4rem, 4vw);
}
#manufacture article #defense .defense-inner .max1400 .defense-contents p.top {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3rem;
}
#manufacture article #defense .defense-inner .max1400 .defense-contents p.top span {
  display: block;
  color: #005eb8;
}
#manufacture article #defense .defense-inner .max1400 .defense-contents p.bottom {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#manufacture article #defense .defense-inner .max1400 .defense-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;
  gap: 4rem;
}
#manufacture article #defense .defense-inner .max1400 .defense-contents ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #manufacture article #defense .defense-inner .max1400 .defense-contents ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #manufacture article #defense .defense-inner .max1400 .defense-contents ul li {
    width: calc((100% - 12rem) / 4);
  }
}
#manufacture article #defense .defense-inner .max1400 .defense-contents ul li figure {
  margin-bottom: 1.6rem;
}
#manufacture article #technology .technology-inner .technology-contents > p {
  font-size: min(2.4rem, 4vw);
  text-align: center;
}
#manufacture article #technology .technology-inner .technology-contents ul li {
  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;
}
@media print, screen and (min-width: 500px) {
  #manufacture article #technology .technology-inner .technology-contents ul li {
    padding: 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #manufacture article #technology .technology-inner .technology-contents ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 8rem;
  }
}
#manufacture article #technology .technology-inner .technology-contents ul li:not(:last-child) {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #005eb8;
}
#manufacture article #technology .technology-inner .technology-contents ul li figure {
  max-width: 378px;
  width: 100%;
  margin: 0 auto;
}
#manufacture article #technology .technology-inner .technology-contents ul li .technology-detail h3 {
  font-size: min(2.4rem, 4vw);
  color: #fcee21;
  background: #005eb8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.6rem;
  margin-bottom: 1rem;
}
#manufacture article #technology .technology-inner .technology-contents ul li .technology-detail h4 {
  font-size: min(2.4rem, 4vw);
  color: #005eb8;
  margin-bottom: 2rem;
}
#manufacture article #technology .technology-inner .technology-contents ul li .technology-detail p {
  line-height: 1.8;
}
#manufacture article #technology .technology-attached figure {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
#manufacture article #technology .technology-attached figure img {
  width: calc((100% - 2rem) / 2);
}
#manufacture article #technology .technology-attached figure img:first-child {
  max-width: 143px;
}
#manufacture article #technology .technology-attached figure img:last-child {
  max-width: 122px;
}
#manufacture article #technology .technology-attached p {
  text-align: center;
}
#manufacture article .contact-attached p {
  text-align: center;
  color: #005eb8;
}

#jigs-engineering article {
  overflow: hidden;
}
#jigs-engineering article br.br-none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #jigs-engineering article br.br-none {
    display: block;
  }
}
#jigs-engineering article #jigs-tools .jigs-tools-inner > p {
  text-align: center;
  font-size: min(2.4rem, 4vw);
}
#jigs-engineering article #jigs-tools .jigs-tools-inner > p br.br-none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #jigs-engineering article #jigs-tools .jigs-tools-inner > p br.br-none {
    display: block;
  }
}
#jigs-engineering article #jigs-tools .jigs-tools-inner .jigs-tools-contents p.top {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3rem;
}
#jigs-engineering article #jigs-tools .jigs-tools-inner .jigs-tools-contents p.top span {
  display: block;
  color: #005eb8;
}
#jigs-engineering article #jigs-tools .jigs-tools-inner .jigs-tools-contents p.bottom {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#jigs-engineering article #jigs-tools .jigs-tools-inner .jigs-tools-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;
  gap: 4rem;
}
#jigs-engineering article #jigs-tools .jigs-tools-inner .jigs-tools-contents ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #jigs-engineering article #jigs-tools .jigs-tools-inner .jigs-tools-contents ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #jigs-engineering article #jigs-tools .jigs-tools-inner .jigs-tools-contents ul li {
    width: calc((100% - 12rem) / 4);
  }
}
#jigs-engineering article #jigs-tools .jigs-tools-inner .jigs-tools-contents ul li figure {
  margin-bottom: 1.6rem;
}
#jigs-engineering article #engineering .engineering-inner .engineering-contents > p {
  font-size: min(2.4rem, 4vw);
  text-align: center;
}
#jigs-engineering article #engineering .engineering-inner .engineering-contents .engineering-detail 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;
}
#jigs-engineering article #engineering .engineering-inner .engineering-contents .engineering-detail ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #jigs-engineering article #engineering .engineering-inner .engineering-contents .engineering-detail ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #jigs-engineering article #engineering .engineering-inner .engineering-contents .engineering-detail ul li {
    width: calc((100% - 12rem) / 4);
  }
}
#jigs-engineering article #engineering .engineering-inner .engineering-contents .engineering-detail ul li figure {
  margin-bottom: 1.6rem;
}
#jigs-engineering article #engineering .engineering-inner .engineering-contents .engineering-detail p {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#jigs-engineering article #technology .technology-inner {
  background: rgba(0, 94, 184, 0.1);
}
#jigs-engineering article #technology .technology-inner .technology-contents > p {
  font-size: min(2.4rem, 4vw);
  text-align: center;
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #005eb8;
}
@media print, screen and (min-width: 500px) {
  #jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top {
    padding: 0 4rem 5rem 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 8rem 5rem 8rem;
  }
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top h3 {
  font-size: min(2.4rem, 4vw);
  color: #fcee21;
  background: #005eb8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.6rem;
  margin: 0 auto 2rem;
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top p.top {
  display: grid;
  place-items: center;
  margin-bottom: 4rem;
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top p.bottom {
  text-align: center;
  font-size: min(2.4rem, 4vw);
  color: #005eb8;
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-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: 2rem;
  margin-bottom: 2rem;
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top ul li {
  width: calc((100% - 6rem) / 4);
}
@media print, screen and (min-width: 768px) {
  #jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top ul li {
    width: calc((100% - 14rem) / 8);
  }
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top ul li:not(:last-child) figure::after {
  display: block;
  content: "";
  background: url(../img/business/jigs-engineering/arrow.webp) no-repeat center/contain;
  width: 1.2rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top ul li:nth-of-type(4) figure::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top ul li:nth-of-type(4) figure::after {
    display: block;
  }
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top ul li figure {
  position: relative;
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top ul li figure img {
  max-width: 95px;
  margin: 0 auto;
}
#jigs-engineering article #technology .technology-inner .technology-contents .technology-detail-top ul li p {
  text-align: center;
  color: #005eb8;
  margin-top: 1.6rem;
}
#jigs-engineering article #technology .technology-inner .technology-contents > ul li {
  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;
}
@media print, screen and (min-width: 500px) {
  #jigs-engineering article #technology .technology-inner .technology-contents > ul li {
    padding: 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #jigs-engineering article #technology .technology-inner .technology-contents > ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 8rem;
  }
}
#jigs-engineering article #technology .technology-inner .technology-contents > ul li:not(:last-child) {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #005eb8;
}
#jigs-engineering article #technology .technology-inner .technology-contents > ul li figure {
  max-width: 378px;
  width: 100%;
  margin: 0 auto;
}
#jigs-engineering article #technology .technology-inner .technology-contents > ul li .technology-detail h3 {
  font-size: min(2.4rem, 4vw);
  color: #fcee21;
  background: #005eb8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.6rem;
  margin-bottom: 1rem;
}
#jigs-engineering article #technology .technology-inner .technology-contents > ul li .technology-detail h4 {
  font-size: min(2.4rem, 4vw);
  color: #005eb8;
  margin-bottom: 2rem;
}
#jigs-engineering article #technology .technology-inner .technology-contents > ul li .technology-detail p {
  line-height: 1.8;
}
#jigs-engineering article .contact-attached p {
  text-align: center;
  color: #005eb8;
}

#turning article {
  overflow: hidden;
}
#turning article #turning-division .turning-division-inner > p {
  text-align: center;
  font-size: min(2.4rem, 4vw);
}
#turning article #turning-division .turning-division-inner .turning-division-contents p.top {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3rem;
}
#turning article #turning-division .turning-division-inner .turning-division-contents p.top span {
  display: block;
  color: #005eb8;
}
#turning article #turning-division .turning-division-inner .turning-division-contents p.bottom {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#turning article #turning-division .turning-division-inner .turning-division-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;
  gap: 4rem;
}
#turning article #turning-division .turning-division-inner .turning-division-contents ul li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #turning article #turning-division .turning-division-inner .turning-division-contents ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #turning article #turning-division .turning-division-inner .turning-division-contents ul li {
    width: calc((100% - 16rem) / 5);
  }
}
#turning article #turning-division .turning-division-inner .turning-division-contents ul li figure {
  margin-bottom: 1.6rem;
}
#turning article #turning-attached .turning-attached-inner {
  background: rgba(0, 94, 184, 0.1);
}
#turning article #turning-attached .turning-attached-inner .turning-attached-contents h2 {
  font-size: min(3.2rem, 4.5vw);
  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: 2rem;
  margin-bottom: 4rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  #turning article #turning-attached .turning-attached-inner .turning-attached-contents h2 {
    margin-bottom: 8rem;
  }
}
#turning article #turning-attached .turning-attached-inner .turning-attached-contents h2::before, #turning article #turning-attached .turning-attached-inner .turning-attached-contents h2::after {
  display: block;
  content: "";
  width: 20vw;
  height: 1px;
  background: #005eb8;
}
#turning article #turning-attached .turning-attached-inner .turning-attached-contents ul.turning-attached-detail-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;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #turning article #turning-attached .turning-attached-inner .turning-attached-contents ul.turning-attached-detail-top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#turning article #turning-attached .turning-attached-inner .turning-attached-contents ul.turning-attached-detail-top li {
  background: #fcee21;
  border-radius: 100000px;
  max-width: 170px;
  min-width: 130px;
  width: 20vw;
  max-height: 170px;
  min-height: 130px;
  height: 20vw;
  display: grid;
  place-items: center;
}
#turning article #turning-attached .turning-attached-inner .turning-attached-contents ul.turning-attached-detail-top li p {
  color: #005eb8;
  text-align: center;
  font-size: min(2.4rem, 4vw);
}
#turning article #turning-attached .turning-attached-inner .turning-attached-contents ul.turning-attached-detail-bottom {
  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;
}
#turning article #turning-attached .turning-attached-inner .turning-attached-contents ul.turning-attached-detail-bottom li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #turning article #turning-attached .turning-attached-inner .turning-attached-contents ul.turning-attached-detail-bottom li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #turning article #turning-attached .turning-attached-inner .turning-attached-contents ul.turning-attached-detail-bottom li {
    width: calc((100% - 12rem) / 4);
  }
}
#turning article #turning-attached .turning-attached-inner .turning-attached-contents ul.turning-attached-detail-bottom li figure {
  margin-bottom: 1.6rem;
}
#turning article #qa .qa-inner ul.qa-contents li:not(:last-child) {
  margin-bottom: 6.4rem;
}
#turning article #qa .qa-inner ul.qa-contents li h3 {
  font-size: min(2.4rem, 4vw);
  color: #005eb8;
  background: #e5eff8;
  border: 1px solid #005eb8;
  border-radius: 10000px;
  padding: 1rem 2rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  #turning article #qa .qa-inner ul.qa-contents li h3 {
    padding: 1rem 10rem;
  }
}
#turning article #qa .qa-inner ul.qa-contents li p {
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #turning article #qa .qa-inner ul.qa-contents li p {
    padding: 0 10rem;
  }
}
#turning article #qa .qa-inner ul.qa-contents li p::before {
  content: "A.";
  color: #005eb8;
  font-size: min(2.4rem, 4vw);
}
#turning article .contact-attached p {
  text-align: center;
  color: #005eb8;
}

#initiatives article {
  overflow: hidden;
}
#initiatives article br.br-none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #initiatives article br.br-none {
    display: block;
  }
}
#initiatives article br.br-none02 {
  display: block;
}
@media print, screen and (min-width: 500px) {
  #initiatives article br.br-none02 {
    display: none;
  }
}
#initiatives article #quality .quality-inner {
  background: rgba(0, 94, 184, 0.1);
}
#initiatives article #quality .quality-inner p {
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 4rem;
  display: grid;
  place-content: center;
}
#initiatives article #quality .quality-inner p.small {
  font-size: 1.6rem;
}
#initiatives article #quality .quality-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
#initiatives article #quality .quality-inner ul li {
  width: calc((100% - 4rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #initiatives article #quality .quality-inner ul li {
    width: calc((100% - 12rem) / 4);
  }
}
#initiatives article #quality .quality-inner figure.jis {
  margin-top: 4rem;
}
#initiatives article #quality .quality-inner figure.jis img {
  max-width: 412px;
  margin: 0 auto;
}
#initiatives article #quality .quality-inner figure.jis figcaption {
  text-align: center;
  margin-top: 2rem;
}
#initiatives article #technology .technology-inner p {
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 4rem;
  display: grid;
  place-content: center;
}
#initiatives article #technology .technology-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
#initiatives article #technology .technology-inner ul li {
  width: calc((100% - 4rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #initiatives article #technology .technology-inner ul li {
    width: calc((100% - 12rem) / 4);
  }
}
#initiatives article #environmental .environmental-inner {
  background: rgba(0, 94, 184, 0.1);
}
#initiatives article #environmental .environmental-inner p {
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 4rem;
  display: grid;
  place-content: center;
}
#initiatives article #environmental .environmental-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
#initiatives article #environmental .environmental-inner ul li {
  width: calc((100% - 4rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #initiatives article #environmental .environmental-inner ul li {
    width: calc((100% - 12rem) / 4);
  }
}
#initiatives article #trust {
  scroll-margin-top: 10rem;
}
#initiatives article #trust .trust-inner p {
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 4rem;
  display: grid;
  place-content: center;
}
#initiatives article #trust .trust-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
#initiatives article #trust .trust-inner ul li {
  width: calc((100% - 4rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #initiatives article #trust .trust-inner ul li {
    width: calc((100% - 12rem) / 4);
  }
}
#initiatives article #sdgs {
  background: #f5f5f5;
}
#initiatives article #sdgs .sdgs-inner {
  max-width: 1160px;
  width: 95%;
  margin: 0 auto;
}
#initiatives article #sdgs .sdgs-inner > figure img {
  max-width: 606px;
  margin: 0 auto;
}
#initiatives article #sdgs .sdgs-inner > p {
  text-align: center;
  font-size: min(2.4rem, 4.5vw);
}
#initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea {
  overflow-x: auto;
}
#initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea table {
  max-width: 1160px;
  min-width: 750px;
  width: 100%;
}
#initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea table tr th {
  background: #d6e5f4;
  padding: 1.6rem;
}
#initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea table tr td {
  padding: 2rem;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  #initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea table tr td {
    padding: 4rem;
  }
}
#initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea table tr td:nth-of-type(1) {
  width: 25%;
  text-align: center;
}
#initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea table tr td:nth-of-type(2) {
  width: 40%;
}
#initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea table tr td:nth-of-type(2) figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
#initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea table tr td:nth-of-type(2) figure img {
  width: calc((100% - 2rem) / 3);
}
#initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea table, #initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea td, #initiatives article #sdgs .sdgs-inner .sdgs-contents-detail .tableArea th {
  border: 1px solid #1A1A1A;
  border-collapse: collapse;
}
#initiatives article #sdgs .sdgs-inner .sdgs-contents-detail p {
  text-align: center;
  line-height: 1.8;
}
#initiatives article .initiatives-attached .max1400 p {
  text-align: center;
  color: #005eb8;
}

#news article {
  overflow: hidden;
}
#news article .pager-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
#news article .pager-wrap a {
  font-size: 18px;
  padding: 1px;
  clip-path: polygon(0% 50%, 25% 100%, 75% 100%, 100% 50%, 75% 0%, 25% 0%);
  color: #005eb8;
  background: #005eb8;
}
#news article .pager-wrap a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news article .pager-wrap a span {
  display: block;
  padding: 5px 15px;
  clip-path: polygon(0% 50%, 25% 100%, 75% 100%, 100% 50%, 75% 0%, 25% 0%);
  background: #fff;
}
#news article .pager-wrap a.active {
  color: #fff;
  padding: 0;
}
#news article .pager-wrap a.active span {
  padding: 6px 16px;
  clip-path: none;
  background: none;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem 2rem;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child {
    width: calc(55% - 2rem);
  }
}
@media print, screen and (min-width: 1200px) {
  #news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child {
    width: calc(100% - 520px - 10rem);
  }
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child span.news-date {
  font-size: 14px;
  font-weight: bold;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.news-attached {
  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;
  gap: 2rem;
  border-bottom: 1px solid #1A1A1A;
  margin-top: 1.5rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  #news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.news-attached {
    -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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.news-attached p.news-title {
  font-size: min(2.4rem, 4vw);
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.news-attached p:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem 0.2rem;
  font-weight: bold;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.news-attached p.category-News {
  background: #ed1e79;
  color: #fff;
  white-space: nowrap;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.news-attached p.category-Update {
  background: #1eaa39;
  color: #fff;
  white-space: nowrap;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.news-attached p.category-Technology {
  background: #005eb8;
  color: #fff;
  white-space: nowrap;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.news-attached p.category-Recruit {
  background: #f7931e;
  color: #fff;
  white-space: nowrap;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child p.news-text {
  line-height: 1.8;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.url-link {
  margin-top: 2rem;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.url-link a {
  color: #005eb8;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration: underline solid #005eb8;
          text-decoration: underline solid #005eb8;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.url-link a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.pdf-link {
  margin-top: 2rem;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.pdf-link a {
  color: #005eb8;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.pdf-link a::before {
  display: block;
  content: "";
  background: url(../img/news/pdf-icon.webp) no-repeat center/contain;
  height: 4rem;
  aspect-ratio: 1/1;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:first-child div.pdf-link a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child {
    width: 45%;
  }
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child .img-area {
  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;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child .img-area a {
  position: relative;
  border: 1px solid #bbbbbb;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child .img-area a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child .img-area a::after {
  display: block;
  content: "";
  width: 2.8rem;
  aspect-ratio: 1/1;
  background-color: #1a1a1a;
  background: url(../img/news/icon-glass.webp) #1a1a1a no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child .img-area a.news-img-link01 {
  width: 100%;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child .img-area a.news-img-link01 img {
  aspect-ratio: 2/1.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child .img-area a.news-img-link02, #news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child .img-area a.news-img-link03 {
  width: calc(50% - 1rem);
}
#news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child .img-area a.news-img-link02 img, #news article #news-detail-block .news-detail-block-inner ul.news-detail-contents li:last-child .img-area a.news-img-link03 img {
  aspect-ratio: 2/1.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#contact article {
  overflow: hidden;
}
#contact article #form_contents .form_contents_inner .contact-tel-contents {
  max-width: 768px;
  width: 95%;
  margin: 4rem auto 6.4rem;
  border: 5px solid #005eb8;
  padding: 2rem 1rem;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner .contact-tel-contents {
    margin: 8rem auto 10rem;
  }
}
#contact article #form_contents .form_contents_inner .contact-tel-contents h2 {
  font-size: min(3.2rem, 4.8vw);
  font-weight: bold;
  color: #005eb8;
  margin-bottom: 2rem;
  text-align: center;
}
#contact article #form_contents .form_contents_inner .contact-tel-contents a {
  font-size: min(3.2rem, 4.8vw);
  font-weight: bold;
  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;
  color: #005eb8;
}
#contact article #form_contents .form_contents_inner .contact-tel-contents a::before {
  display: block;
  content: "";
  background: url(../img/contact/tel-icon.webp) no-repeat center/contain;
  width: 5rem;
  aspect-ratio: 1/1;
}
#contact article #form_contents .form_contents_inner .contact-tel-contents span {
  text-align: center;
  display: block;
  margin-top: 1rem;
}
#contact article #form_contents .form_contents_inner > p {
  text-align: center;
  font-size: 1.8rem;
}
#contact article #form_contents .form_contents_inner > p span {
  color: #e42a2a;
  font-weight: bold;
}
#contact article #form_contents .form_contents_inner form {
  margin-top: 4rem;
}
@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 + dl {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_contents .form_contents_inner form dl + dl {
    margin-top: 3rem;
  }
}
#contact article #form_contents .form_contents_inner form dl dt {
  font-weight: bold;
  line-height: 1;
}
@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: #e42a2a;
  margin-left: 0.3rem;
}
#contact article #form_contents .form_contents_inner form dl dd {
  margin-top: 1rem;
}
@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 input:not([type=radio]),
#contact article #form_contents .form_contents_inner form dl dd textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.8rem;
  border: 0.1rem solid #a1a1a1;
}
#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: #02538a;
  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: #005eb8;
}
#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: #02538a;
}
#contact article #form_confirm .form_confirm_inner p.form_intro {
  text-align: left;
  font-size: 1.8rem;
}
@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: #005eb8;
  display: inline-block;
  width: auto;
  font-weight: bold;
}
#contact article #form_confirm .form_confirm_inner form {
  margin-top: 4rem;
}
@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 + dl {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #contact article #form_confirm .form_confirm_inner form dl + dl {
    margin-top: 3rem;
  }
}
#contact article #form_confirm .form_confirm_inner form dl dt {
  font-weight: bold;
  line-height: 1;
}
@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: #e42a2a;
  margin-left: 0.3rem;
}
#contact article #form_confirm .form_confirm_inner form dl dd {
  background: #f2f2f2;
  padding: 1.5rem;
  font-size: 1.8rem;
  margin-top: 1rem;
}
@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: #02538a;
  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: #005eb8;
}
#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 p {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8;
  font-size: 1.8rem;
}
#contact article #form_thanks .form_thanks_inner .btn_block {
  margin-top: 4rem;
  text-align: center;
}
#contact article #form_thanks .form_thanks_inner .btn_block a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #005eb8;
  padding: 1.2em 1rem;
  max-width: 400px;
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
  position: relative;
}
#contact article #form_thanks .form_thanks_inner .btn_block a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
#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: #005eb8;
}
#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: #005eb8;
}
#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 .privacy-contents-detail-wrap h3 {
  font-size: min(2.4rem, 4vw);
  color: #005eb8;
  text-align: center;
  margin-bottom: 2rem;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap > p {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #333;
  line-height: 1.8;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap div.privacy-contents-detail:not(:nth-last-of-type(1)) {
  margin-bottom: 4rem;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap div.privacy-contents-detail h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2rem;
  border-left: 5px solid #005eb8;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap div.privacy-contents-detail p {
  margin-top: 1rem;
  line-height: 1.8;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap div.privacy-contents-detail p a {
  display: inline-block;
  color: #005eb8;
  -webkit-text-decoration: underline #005eb8;
          text-decoration: underline #005eb8;
  font-weight: bold;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap div.privacy-contents-detail p a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#recruit footer#r-footer #top-recruit {
  display: none;
}
#recruit #top-recruit .top-recruit-inner .btn01,
#recruit #top-recruit .top-recruit-inner .btn03 {
  display: none;
}
#recruit article {
  overflow: hidden;
}
#recruit article #recruit-mv {
  background: #f7b52c;
}
#recruit article #recruit-mv .recruit-mv-inner {
  position: relative;
}
#recruit article #recruit-mv .recruit-mv-inner .recruit-mv-bg {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 500px) {
  #recruit article #recruit-mv .recruit-mv-inner .recruit-mv-bg {
    background: url(../img/recruit/top/recruit-mv-background-sp.webp) no-repeat top/cover;
    padding-top: 97%;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner .recruit-mv-bg {
    background: url(../img/recruit/top/recruit-mv-background.webp) no-repeat top/cover;
    padding-top: 49%;
  }
}
#recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap {
  display: block;
}
@media print, screen and (min-width: 500px) {
  #recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap {
    display: none;
  }
}
#recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap figure.sp-left01 {
  max-width: 108px;
  width: 20vw;
  position: absolute;
  top: 13%;
  left: 5%;
}
#recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap figure.sp-left02 {
  max-width: 276px;
  width: 39vw;
  position: absolute;
  top: 30%;
  left: -7%;
}
#recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap figure.sp-left03 {
  max-width: 190px;
  width: 28vw;
  position: absolute;
  bottom: 33%;
  left: 3%;
  z-index: 0;
}
#recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap figure.sp-center01 {
  max-width: 84px;
  width: 13vw;
  position: absolute;
  top: 9%;
  left: 42%;
}
#recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap figure.sp-center02 {
  max-width: 58px;
  width: 13vw;
  position: absolute;
  top: 20%;
  left: 48%;
}
#recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap figure.sp-center03 {
  max-width: 134px;
  width: 26vw;
  position: absolute;
  top: 40%;
  left: 38%;
}
#recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap figure.sp-right01 {
  max-width: 139px;
  width: 22vw;
  position: absolute;
  top: 10%;
  right: 3%;
}
#recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap figure.sp-right02 {
  max-width: 63px;
  width: 15vw;
  position: absolute;
  top: 32%;
  right: 3%;
}
#recruit article #recruit-mv .recruit-mv-inner .sp-figure-wrap figure.sp-right03 {
  max-width: 253px;
  width: 33vw;
  position: absolute;
  bottom: 20%;
  right: 2%;
}
#recruit article #recruit-mv .recruit-mv-inner .recruit-mv-title {
  background: #f7b52c;
  position: absolute;
  bottom: 2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  max-width: 480px;
  width: 95%;
}
@media print, screen and (min-width: 500px) {
  #recruit article #recruit-mv .recruit-mv-inner .recruit-mv-title {
    position: relative;
    max-width: none;
    width: auto;
    -webkit-transform: none;
            transform: none;
    left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner .recruit-mv-title {
    position: absolute;
    left: 4%;
    top: 33%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
  }
}
#recruit article #recruit-mv .recruit-mv-inner .recruit-mv-title p {
  font-size: min(5.6rem, 9vw);
  font-style: italic;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 500px) {
  #recruit article #recruit-mv .recruit-mv-inner .recruit-mv-title p {
    font-size: min(5.6rem, 6vw);
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner .recruit-mv-title p {
    font-size: min(5.6rem, 2.5vw);
    margin: 0;
  }
}
#recruit article #recruit-mv .recruit-mv-inner .recruit-mv-title h2 {
  color: #fff;
  background: #1A1A1A;
  font-size: min(2.4rem, 4.5vw);
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner .recruit-mv-title h2 {
    font-size: min(2.4rem, 1vw);
  }
}
#recruit article #recruit-mv .recruit-mv-inner .updown-loop {
  -webkit-animation: upDown 2s ease-in-out infinite;
          animation: upDown 2s ease-in-out infinite;
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#recruit article #recruit-mv .recruit-mv-inner .diagonal-loop {
  -webkit-animation: diagonalMove 2s ease-in-out infinite;
          animation: diagonalMove 2s ease-in-out infinite;
}
@-webkit-keyframes diagonalMove {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-25px, -25px);
            transform: translate(-25px, -25px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes diagonalMove {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-25px, -25px);
            transform: translate(-25px, -25px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#recruit article #recruit-mv .recruit-mv-inner > figure {
  position: absolute;
}
#recruit article #recruit-mv .recruit-mv-inner > figure.plane img.img-move {
  offset-path: path("M 40,145 A 300 300 0 1 1 0.1,0 Z");
  offset-rotate: 0deg;
  offset-distance: 3%;
  -webkit-animation: movePlane 7s linear infinite;
          animation: movePlane 7s linear infinite;
  will-change: offset-distance;
  max-width: 406px;
  width: 57vw;
  position: absolute;
}
@media print, screen and (min-width: 500px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.plane img.img-move {
    offset-path: path("M 20,120 A 400 400 0 1 1 0.1,0 Z");
    width: 40vw;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.plane img.img-move {
    offset-path: path("M -20,65 A 300 300 0 1 1 0.1,0 Z");
    width: 22vw;
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.plane img.img-move {
    offset-path: path("M -20,65 A 500 500 0 1 1 0.1,0 Z");
    -webkit-animation: movePlane 10s linear infinite;
            animation: movePlane 10s linear infinite;
  }
}
@media print, screen and (min-width: 1400px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.plane img.img-move {
    offset-path: path("M -25,140 A 650 600 0 1 1 0.1,0 Z");
  }
}
@-webkit-keyframes movePlane {
  10% {
    offset-distance: 3%;
  }
  80% {
    offset-distance: 100%;
  }
  100% {
    offset-distance: 103%;
  }
}
@keyframes movePlane {
  10% {
    offset-distance: 3%;
  }
  80% {
    offset-distance: 100%;
  }
  100% {
    offset-distance: 103%;
  }
}
#recruit article #recruit-mv .recruit-mv-inner > figure.center01 {
  max-width: 406px;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
#recruit article #recruit-mv .recruit-mv-inner > figure.left01 {
  max-width: 117px;
  width: 20vw;
  left: 23%;
  bottom: 21%;
  z-index: 1;
}
@media print, screen and (min-width: 500px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.left01 {
    width: 17vw;
    left: 22%;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.left01 {
    width: 8vw;
    left: 4%;
    top: 18%;
  }
}
#recruit article #recruit-mv .recruit-mv-inner > figure.left02 {
  max-width: 137px;
  width: 18vw;
  top: 14%;
  left: 24%;
}
@media print, screen and (min-width: 500px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.left02 {
    top: 9%;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.left02 {
    width: 8vw;
    top: 16%;
    left: 21%;
  }
}
#recruit article #recruit-mv .recruit-mv-inner > figure.left03 {
  max-width: 153px;
  width: 22vw;
  left: 37%;
  bottom: 34%;
  z-index: 1;
}
@media print, screen and (min-width: 500px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.left03 {
    width: 18vw;
    left: 32%;
    bottom: 28%;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.left03 {
    width: 8vw;
  }
}
#recruit article #recruit-mv .recruit-mv-inner > figure.right01 {
  max-width: 274px;
  width: 30vw;
  bottom: 18%;
  left: 55%;
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.right01 {
    width: 14vw;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#recruit article #recruit-mv .recruit-mv-inner > figure.right02 {
  max-width: 116px;
  width: 17vw;
  top: 15%;
  right: 19%;
}
@media print, screen and (min-width: 500px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.right02 {
    top: 7%;
    right: 23%;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.right02 {
    width: 8vw;
    top: 25%;
    right: 35%;
  }
}
#recruit article #recruit-mv .recruit-mv-inner > figure.right03 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #recruit article #recruit-mv .recruit-mv-inner > figure.right03 {
    display: block;
    max-width: 157px;
    width: 8vw;
    right: 1%;
    bottom: 22%;
  }
}
#recruit article #welcome {
  background: #fdf0d5;
}
#recruit article #welcome hgroup {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #welcome hgroup {
    margin-bottom: 8rem;
  }
}
#recruit article #welcome hgroup p {
  color: #f7b52c;
  font-size: min(4rem, 5.6vw);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#recruit article #welcome hgroup h2 {
  color: #005eb8;
  font-size: min(3.2rem, 4.8vw);
  font-weight: bold;
  text-align: center;
}
#recruit article #welcome .welcome-contents {
  background: #fff;
  padding: 3rem 1rem;
  width: 100%;
}
#recruit article #welcome .welcome-contents p {
  text-align: center;
  font-size: min(2.4rem, 4vw);
}
#recruit article #welcome .welcome-contents p:last-child {
  color: #005eb8;
}
#recruit article #welcome .welcome-contents ul {
  margin: 2rem 0;
  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;
}
#recruit article #welcome .welcome-contents ul li figure.fadein-target {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
#recruit article #welcome .welcome-contents ul li figure.fadein-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#recruit article #hello {
  background: #e5eff8;
}
#recruit article #hello .hello-inner .invisible {
  visibility: hidden;
}
#recruit article #hello .hello-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 0;
}
#recruit article #hello .hello-inner ul li:first-child, #recruit article #hello .hello-inner ul li:last-child {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 500px) {
  #recruit article #hello .hello-inner ul li:first-child, #recruit article #hello .hello-inner ul li:last-child {
    width: calc(50% - 2rem);
  }
}
#recruit article #hello .hello-inner ul li:nth-of-type(2) {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit article #hello .hello-inner ul li:first-child, #recruit article #hello .hello-inner ul li:nth-of-type(2), #recruit article #hello .hello-inner ul li:last-child {
    width: 33.3333333333%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#recruit article #hello .hello-inner ul li hgroup {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #hello .hello-inner ul li hgroup {
    margin-bottom: 8rem;
  }
}
#recruit article #hello .hello-inner ul li hgroup p {
  color: #f7b52c;
  font-size: min(4rem, 4.8vw);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#recruit article #hello .hello-inner ul li hgroup h2 {
  color: #005eb8;
  font-size: min(3.2rem, 4vw);
  font-weight: bold;
  text-align: center;
}
#recruit article #hello .hello-inner ul li hgroup span {
  display: block;
  color: #f7b52c;
  font-size: min(3.2rem, 4vw);
  font-weight: bold;
  text-align: center;
}
#recruit article #hello .hello-inner ul li br.br-none {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  #recruit article #hello .hello-inner ul li br.br-none {
    display: block;
  }
}
#recruit article #hello .hello-inner ul li .hello-detail-title {
  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;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #hello .hello-inner ul li .hello-detail-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#recruit article #hello .hello-inner ul li .hello-detail-title h3 {
  font-size: min(2rem, 4vw);
  font-weight: bold;
  color: #005eb8;
}
#recruit article #hello .hello-inner ul li .hello-detail-title img {
  margin: 0 auto;
  width: 10vw;
}
#recruit article #hello .hello-inner ul li .hello-detail-title img.img01 {
  max-width: 103px;
}
#recruit article #hello .hello-inner ul li .hello-detail-title img.img02 {
  max-width: 111px;
}
#recruit article #hello .hello-inner ul li .hello-detail-title img.img03 {
  max-width: 195px;
}
#recruit article #hello .hello-inner ul li .hello-detail-title img.img04 {
  max-width: 106px;
}
#recruit article #hello .hello-inner ul li .hello-bottom {
  margin-top: 2rem;
}
@media print, screen and (min-width: 500px) {
  #recruit article #hello .hello-inner ul li .hello-bottom {
    margin-top: 4rem;
  }
}
#recruit article #hello .hello-inner ul li:first-child .SpeechBubble {
  position: relative;
  display: inline-block;
  padding: 16px;
  border: 3px solid #1A1A1A;
  background-color: #ffffff;
  text-align: left;
  color: #1A1A1A;
}
@media print, screen and (min-width: 768px) {
  #recruit article #hello .hello-inner ul li:first-child .SpeechBubble {
    margin-right: 6rem;
  }
}
#recruit article #hello .hello-inner ul li:first-child .SpeechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-color: transparent transparent transparent #1A1A1A;
  translate: 100% -50%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media print, screen and (min-width: 768px) {
  #recruit article #hello .hello-inner ul li:first-child .SpeechBubble::before {
    border-width: 15px 0 15px 60px;
    border-style: solid;
  }
}
#recruit article #hello .hello-inner ul li:first-child .SpeechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media print, screen and (min-width: 768px) {
  #recruit article #hello .hello-inner ul li:first-child .SpeechBubble::after {
    border-width: 12px 0 12px 48px;
    border-style: solid;
  }
}
#recruit article #hello .hello-inner ul li:first-child .hello-top.SpeechBubble::before {
  -webkit-transform: skew(0, 15deg);
          transform: skew(0, 15deg);
}
#recruit article #hello .hello-inner ul li:first-child .hello-top.SpeechBubble::after {
  -webkit-transform: skew(0, 15deg);
          transform: skew(0, 15deg);
}
#recruit article #hello .hello-inner ul li:first-child .hello-bottom.SpeechBubble::before {
  -webkit-transform: skew(0, -15deg);
          transform: skew(0, -15deg);
}
#recruit article #hello .hello-inner ul li:first-child .hello-bottom.SpeechBubble::after {
  -webkit-transform: skew(0, -15deg);
          transform: skew(0, -15deg);
}
#recruit article #hello .hello-inner ul li:nth-of-type(2) figure img {
  max-width: 302px;
  min-width: 160px;
  width: 25vw;
  margin: 0 auto;
}
#recruit article #hello .hello-inner ul li:last-child .SpeechBubble {
  position: relative;
  display: inline-block;
  padding: 16px;
  border: 3px solid #1A1A1A;
  background-color: #ffffff;
  text-align: left;
  color: #1A1A1A;
}
@media print, screen and (min-width: 768px) {
  #recruit article #hello .hello-inner ul li:last-child .SpeechBubble {
    margin-left: 6rem;
  }
}
#recruit article #hello .hello-inner ul li:last-child .SpeechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-color: transparent #1A1A1A transparent transparent;
  translate: -100% -50%;
  -webkit-transform: skew(0, 15deg);
          transform: skew(0, 15deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media print, screen and (min-width: 768px) {
  #recruit article #hello .hello-inner ul li:last-child .SpeechBubble::before {
    border-width: 15px 60px 15px 0;
    border-style: solid;
  }
}
#recruit article #hello .hello-inner ul li:last-child .SpeechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
  -webkit-transform: skew(0, 15deg);
          transform: skew(0, 15deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media print, screen and (min-width: 768px) {
  #recruit article #hello .hello-inner ul li:last-child .SpeechBubble::after {
    border-width: 12px 48px 12px 0;
    border-style: solid;
  }
}
#recruit article #hello .hello-inner ul li:last-child .hello-top.SpeechBubble::before {
  -webkit-transform: skew(0, -15deg);
          transform: skew(0, -15deg);
}
#recruit article #hello .hello-inner ul li:last-child .hello-top.SpeechBubble::after {
  -webkit-transform: skew(0, -15deg);
          transform: skew(0, -15deg);
}
#recruit article #hello .hello-inner ul li:last-child .hello-bottom.SpeechBubble::before {
  -webkit-transform: skew(0, 15deg);
          transform: skew(0, 15deg);
}
#recruit article #hello .hello-inner ul li:last-child .hello-bottom.SpeechBubble::after {
  -webkit-transform: skew(0, 15deg);
          transform: skew(0, 15deg);
}
#recruit article #workflow {
  background: #fef4df;
  position: relative;
  padding-bottom: 10rem;
}
#recruit article #workflow .workflow-inner {
  position: relative;
  z-index: 1;
}
#recruit article #workflow .workflow-inner h3 {
  color: #005eb8;
  text-align: center;
  font-size: min(3.2rem, 4.8vw);
  margin-bottom: 3rem;
}
#recruit article #workflow .workflow-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: 5rem 2rem;
}
#recruit article #workflow .workflow-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #recruit article #workflow .workflow-inner ul li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(33.3333333333% - 2rem);
  }
}
#recruit article #workflow .workflow-inner ul li figure img {
  max-width: 130px;
}
#recruit article #workflow .workflow-inner ul li div.workflow-detail span {
  display: block;
  color: #f7b52c;
  font-size: min(3.6rem, 4.8vw);
  font-weight: bold;
}
#recruit article #workflow .workflow-inner ul li div.workflow-detail p {
  font-size: min(2rem, 4vw);
  padding-left: 2rem;
  border-left: 1.6rem solid #1A1A1A;
  margin-top: 2rem;
}
#recruit article #workflow .workflow-inner ul li div.workflow-detail p br.br-none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #recruit article #workflow .workflow-inner ul li div.workflow-detail p br.br-none {
    display: block;
  }
}
#recruit article #workflow > figure {
  position: absolute;
  z-index: 0;
}
#recruit article #workflow > figure.figure01 {
  left: 3%;
  bottom: 7%;
}
#recruit article #workflow > figure.figure01 img {
  max-width: 418px;
  width: 30vw;
}
#recruit article #workflow > figure.figure02 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#recruit article #workflow > figure.figure02 img {
  max-width: 277px;
  width: 30vw;
}
#recruit article #workflow > figure.figure03 {
  right: 3%;
  top: 7%;
}
#recruit article #workflow > figure.figure03 img {
  max-width: 323px;
  width: 30vw;
}

#recruit-message {
  background: #005eb8;
  position: relative;
}
#recruit-message > figure {
  position: absolute;
  top: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
#recruit-message .recruit-message-inner {
  position: relative;
  z-index: 1;
}
#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;
}
@media print, screen and (min-width: 768px) {
  #recruit-message .recruit-message-inner ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#recruit-message .recruit-message-inner ul li:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% - 2rem);
}
@media print, screen and (min-width: 768px) {
  #recruit-message .recruit-message-inner ul li:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}
#recruit-message .recruit-message-inner ul li:first-child figure {
  max-width: 510px;
  margin: 0 auto;
}
#recruit-message .recruit-message-inner ul li:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #recruit-message .recruit-message-inner ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}
#recruit-message .recruit-message-inner ul li:nth-of-type(2) figure {
  max-width: 312px;
  margin: 0 auto;
}
#recruit-message .recruit-message-inner ul li:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% - 2rem);
}
@media print, screen and (min-width: 768px) {
  #recruit-message .recruit-message-inner ul li:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}
#recruit-message .recruit-message-inner ul li:last-child h3 {
  color: #fff;
  font-size: min(2.4rem, 4vw);
}
#recruit-message .recruit-message-inner ul li:last-child h3 br.br-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #recruit-message .recruit-message-inner ul li:last-child h3 br.br-none {
    display: block;
  }
}
#recruit-message .recruit-message-inner ul li:last-child .button03 a {
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #recruit-message .recruit-message-inner ul li:last-child .button03 a {
    margin: 0;
    margin-left: auto;
    margin-top: 8rem;
  }
}
#recruit-message .recruit-message-inner .ceo-message-wrap {
  background: #fff;
  padding: 2rem;
  position: relative;
  display: inline-block;
  margin-top: 8rem;
}
#recruit-message .recruit-message-inner .ceo-message-wrap.invisible {
  visibility: hidden;
}
@media print, screen and (min-width: 500px) {
  #recruit-message .recruit-message-inner .ceo-message-wrap {
    padding: 4rem;
  }
}
#recruit-message .recruit-message-inner .ceo-message-wrap::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  border-style: solid;
  border-width: 0 12px 40px 12px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}
#recruit-message .recruit-message-inner .ceo-message-wrap > p {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#recruit-message .recruit-message-inner .ceo-message-wrap .ceo-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 1rem;
  margin-top: 2rem;
}
#recruit-message .recruit-message-inner .ceo-message-wrap .ceo-name-wrap img {
  max-width: 165px;
  width: 45%;
}

#recruit-number .recruit-number-inner .invisible {
  visibility: hidden;
}
#recruit-number .recruit-number-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 4rem;
}
#recruit-number .recruit-number-inner > ul > li {
  width: 100%;
  background: #fdf0d5;
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit-number .recruit-number-inner > ul > li {
    width: calc((100% - 8rem) / 3);
  }
}
#recruit-number .recruit-number-inner > ul > li .orange {
  color: #f7b52c;
  font-weight: bold;
}
#recruit-number .recruit-number-inner > ul > li .blue {
  color: #005eb8;
  font-weight: bold;
}
#recruit-number .recruit-number-inner > ul > li span {
  display: block;
}
#recruit-number .recruit-number-inner > ul > li h3 {
  font-size: min(2.4rem, 5vw);
  text-align: center;
  margin-bottom: 2rem;
}
#recruit-number .recruit-number-inner > ul > li div.recruit-number-detail {
  position: relative;
}
#recruit-number .recruit-number-inner > ul > li:first-child div.recruit-number-detail {
  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;
  gap: 2rem;
  width: 100%;
}
#recruit-number .recruit-number-inner > ul > li:first-child div.recruit-number-detail figure img {
  max-width: 363px;
}
#recruit-number .recruit-number-inner > ul > li:first-child div.recruit-number-detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#recruit-number .recruit-number-inner > ul > li:first-child div.recruit-number-detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#recruit-number .recruit-number-inner > ul > li:first-child div.recruit-number-detail ul li p {
  font-size: min(10rem, 12vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:first-child div.recruit-number-detail ul li p {
    font-size: min(10rem, 6vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:first-child div.recruit-number-detail ul li span {
  font-size: min(8rem, 7vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:first-child div.recruit-number-detail ul li span {
    font-size: min(8rem, 4.5vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail {
  padding-top: 5rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail 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;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li {
  width: calc(50% - 1rem);
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li:first-child div.recruit-number-detail-wrap {
  margin-bottom: 2rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li:last-child div.recruit-number-detail-wrap:last-child {
  margin: 2rem 0;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li:last-child div.recruit-number-detail-wrap > span {
  text-align: right;
  margin-right: 5rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li:last-child div.recruit-number-detail-wrap > div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li div.recruit-number-detail-wrap {
    border-bottom: 1px solid #1A1A1A;
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li div.recruit-number-detail-wrap > span {
  font-size: min(2.4rem, 6vw);
  line-height: 1;
  text-shadow: 0 0 7px #fff;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li div.recruit-number-detail-wrap > span {
    font-size: min(2.4rem, 3vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li div.recruit-number-detail-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li div.recruit-number-detail-wrap > div p {
  font-size: min(5.6rem, 12vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li div.recruit-number-detail-wrap > div p {
    font-size: min(5.6rem, 4.5vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li div.recruit-number-detail-wrap > div span {
  font-size: min(4rem, 8vw);
  line-height: 1;
  text-shadow: 0 0 7px #fff;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail ul li div.recruit-number-detail-wrap > div span {
    font-size: min(4rem, 3.5vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail figure {
    top: 61%;
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail figure img {
  max-width: 210px;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(2) div.recruit-number-detail figure img {
    max-width: 232px;
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(3) div.recruit-number-detail figure {
  padding-top: 3rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(3) div.recruit-number-detail figure img {
  max-width: 379px;
  margin: 0 auto;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(3) div.recruit-number-detail div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(3) div.recruit-number-detail div p {
  font-size: min(10rem, 12vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(3) div.recruit-number-detail div p {
    font-size: min(10rem, 6vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(3) div.recruit-number-detail div span {
  font-size: min(8rem, 7vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(3) div.recruit-number-detail div span {
    font-size: min(8rem, 4.5vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(4) div.recruit-number-detail figure {
  margin-bottom: 2rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(4) div.recruit-number-detail figure img {
  max-width: 296px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(4) div.recruit-number-detail figure figcaption {
  font-size: min(2.4rem, 4.5vw);
  text-align: center;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(4) div.recruit-number-detail div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(4) div.recruit-number-detail div p {
  font-size: min(10rem, 12vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(4) div.recruit-number-detail div p {
    font-size: min(10rem, 6vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(4) div.recruit-number-detail div span {
  font-size: min(8rem, 7vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(4) div.recruit-number-detail div span {
    font-size: min(8rem, 4.5vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(5) div.recruit-number-detail figure {
  margin-bottom: 2rem;
  padding-top: 3rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(5) div.recruit-number-detail figure img {
  max-width: 140px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(5) div.recruit-number-detail figure figcaption {
  font-size: min(2.4rem, 4.5vw);
  text-align: center;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(5) div.recruit-number-detail div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(5) div.recruit-number-detail div p {
  font-size: min(10rem, 12vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(5) div.recruit-number-detail div p {
    font-size: min(10rem, 6vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(5) div.recruit-number-detail div span {
  font-size: min(8rem, 7vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(5) div.recruit-number-detail div span {
    font-size: min(8rem, 4.5vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(6) div.recruit-number-detail figure {
  margin-bottom: 2rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(6) div.recruit-number-detail figure img {
  max-width: 385px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(6) div.recruit-number-detail ul {
  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;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(6) div.recruit-number-detail ul li > p {
  font-size: min(2.4rem, 5vw);
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(6) div.recruit-number-detail ul li > p {
    font-size: min(2.4rem, 1.5vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(6) div.recruit-number-detail ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(6) div.recruit-number-detail ul li div p {
  font-size: min(9rem, 10vw);
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(6) div.recruit-number-detail ul li div p {
    font-size: min(9rem, 6vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(6) div.recruit-number-detail ul li div span {
  font-size: min(6.4rem, 7vw);
}
@media print, screen and (min-width: 1024px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(6) div.recruit-number-detail ul li div span {
    font-size: min(6.4rem, 5vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(7) div.recruit-number-detail figure {
  margin-bottom: 2rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(7) div.recruit-number-detail figure img {
  max-width: 308px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(7) div.recruit-number-detail 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;
  gap: 1.6rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(7) div.recruit-number-detail ul li > p {
  text-align: center;
  font-size: min(2.4rem, 6vw);
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(7) div.recruit-number-detail ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(7) div.recruit-number-detail ul li div p {
  font-size: min(12rem, 10vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(7) div.recruit-number-detail ul li div p {
    font-size: min(6.4rem, 4vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(7) div.recruit-number-detail ul li div span {
  font-size: min(5.6rem, 8vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(7) div.recruit-number-detail ul li div span {
    font-size: min(3.2rem, 4vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(8) div.recruit-number-detail figure {
  padding-top: 4rem;
  margin-bottom: 2rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(8) div.recruit-number-detail figure img {
  max-width: 249px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(8) div.recruit-number-detail div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(8) div.recruit-number-detail div p {
  font-size: min(10rem, 12vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(8) div.recruit-number-detail div p {
    font-size: min(10rem, 6vw);
  }
}
#recruit-number .recruit-number-inner > ul > li:nth-of-type(8) div.recruit-number-detail div span {
  font-size: min(8rem, 7vw);
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-number .recruit-number-inner > ul > li:nth-of-type(8) div.recruit-number-detail div span {
    font-size: min(8rem, 4.5vw);
  }
}

.animate__animated.animate__zoomIn {
  --animate-duration: 0.3s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.1, 0.1, 0.1);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.1, 0.1, 0.1);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.animate__delay-02s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.2);
          animation-delay: calc(var(--animate-delay) * 0.2);
}

.animate__delay-04s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.4);
          animation-delay: calc(var(--animate-delay) * 0.4);
}

.animate__delay-06s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.6);
          animation-delay: calc(var(--animate-delay) * 0.6);
}

.animate__delay-08s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.8);
          animation-delay: calc(var(--animate-delay) * 0.8);
}

#interview article {
  overflow: hidden;
}
#interview article br.br-none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #interview article br.br-none {
    display: block;
  }
}
#interview article #top-recruit .top-recruit-inner .btn01,
#interview article #top-recruit .top-recruit-inner .btn03 {
  display: none;
}
#interview article #workflow01,
#interview article #workflow02,
#interview article #workflow03,
#interview article #workflow04 {
  scroll-margin-top: 12rem;
}
#interview article .interview-contents.pdtop {
  padding-top: 8rem;
}
#interview article .interview-contents.background-blue01 {
  background: #e5eff8;
}
#interview article .interview-contents.background-orange01 {
  background: #fdefd1;
}
#interview article .interview-contents .blue {
  color: #005eb8;
}
#interview article .interview-contents .orange {
  color: #f7b52c;
}
#interview article .interview-contents .background-blue02 {
  background: #e5eff8;
}
#interview article .interview-contents .background-orange02 {
  background: #f7b52c;
}
#interview article .interview-contents .border-blue {
  border: 5px solid #005eb8;
}
#interview article .interview-contents .border-orange {
  border: 5px solid #f7b52c;
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 768px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents {
    gap: 2rem 10rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents {
    gap: 2rem 20rem;
  }
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li {
    width: calc((100% - 10rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li {
    width: calc((100% - 20rem) / 2);
  }
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li h3 {
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 4rem;
  padding: 2rem 0 2rem 4rem;
  border-left: 8px solid #005eb8;
  line-height: 1.8;
  color: #005eb8;
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li div.interview-detail-title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li div.interview-detail-title div p.interview-name {
  font-size: min(8rem, 10vw);
  font-weight: bold;
  line-height: 1.3;
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li div.interview-detail-title div p.interview-name span {
  font-size: min(2.4rem, 4vw);
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li div.interview-detail-title div p.interview-department {
  font-weight: bold;
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li div.interview-detail-title > span {
  font-weight: bold;
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li .question:not(:nth-of-type(1)) {
  margin-top: 4rem;
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li .question h4 {
  color: #005eb8;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li .question p {
  line-height: 1.8;
}
#interview article .interview-contents .interview-contents-inner .interview-detail ul.interview-detail-contents li > figure img {
  max-width: 688px;
  margin: 0 auto;
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow {
  background: #fff;
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow {
    padding: 4rem;
  }
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow.speechBubble {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 80px;
  border: 5px solid #005eb8;
  background-color: #ffffff;
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow.speechBubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 75px 75px 0;
  border-color: transparent transparent #005eb8;
  translate: -51% -100%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow.speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 62px 62px 0;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% - 1px) -100%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01 {
  position: relative;
  margin-bottom: 4rem;
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01 h2 {
  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;
}
@media print, screen and (min-width: 500px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01 h2 {
    gap: 4rem;
  }
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01 h2::before {
  display: block;
  content: "";
  background: url(../img/recruit/interview/work-flow01.webp) no-repeat center/contain;
  width: 7rem;
  aspect-ratio: 1/1;
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01 h2::after {
  display: block;
  content: "";
  background: url(../img/recruit/interview/work-flow02.webp) no-repeat center/contain;
  width: 7rem;
  aspect-ratio: 1/1;
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01.face-img01::before {
  display: block;
  content: "";
  background: url(../img/recruit/interview/interview01-4.webp) no-repeat center/contain;
  width: 13rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01.face-img01::before {
    max-width: 130px;
    width: 10vw;
    position: absolute;
    top: 0;
    left: 10vw;
  }
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01.face-img02::before {
  display: block;
  content: "";
  background: url(../img/recruit/interview/interview02-4.webp) no-repeat center/contain;
  width: 13rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01.face-img02::before {
    max-width: 130px;
    width: 10vw;
    position: absolute;
    top: 0;
    left: 10vw;
  }
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01.face-img03::before {
  display: block;
  content: "";
  background: url(../img/recruit/interview/interview03-4.webp) no-repeat center/contain;
  width: 13rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01.face-img03::before {
    max-width: 130px;
    width: 10vw;
    position: absolute;
    top: 0;
    left: 10vw;
  }
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01.face-img04::before {
  display: block;
  content: "";
  background: url(../img/recruit/interview/interview04-4.webp) no-repeat center/contain;
  width: 13rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow hgroup.title01.face-img04::before {
    max-width: 130px;
    width: 10vw;
    position: absolute;
    top: 0;
    left: 10vw;
  }
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow > p {
  font-size: min(2.4rem, 4vw);
  margin-bottom: 2rem;
  text-align: center;
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow 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;
  position: relative;
  z-index: 1;
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow ul::after {
  content: "";
  width: 16px;
  background: #b1cfe9;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  z-index: -1;
}
@media print, screen and (min-width: 1024px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow ul::after {
    width: 100%;
    height: 16px;
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow ul li {
  width: 100%;
  padding: 1.6rem;
}
@media print, screen and (min-width: 1024px) {
  #interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow ul li {
    width: calc(20% - 2rem);
  }
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow ul li p {
  font-size: 15px;
}
#interview article .interview-contents .interview-contents-inner .interview-detail div.interview-detail-workflow ul li span {
  display: block;
  color: #005eb8;
  font-size: min(2rem, 3.5vw);
  margin-bottom: 2rem;
  text-align: center;
}
#interview article #top-recruit .top-recruit-inner .button05 {
  position: relative;
}

#requirements article {
  overflow: hidden;
}
#requirements article #top-recruit .top-recruit-inner .btn01,
#requirements article #top-recruit .top-recruit-inner .btn02 {
  display: none;
}
#requirements article #recruit-message,
#requirements article #recruit-number {
  scroll-margin-top: 10rem;
}
#requirements article #job-description {
  scroll-margin-top: 10rem;
  background: #fdf0d5;
}
#requirements article #job-description .job-description-inner h3 {
  font-size: min(2.4rem, 4.5vw);
  color: #005eb8;
  margin-bottom: 2rem;
  text-align: center;
}
#requirements article #job-description .job-description-inner > p {
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 6.4rem;
  text-align: center;
}
#requirements article #job-description .job-description-inner ul {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  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 8rem;
  margin-bottom: 6.4rem;
}
#requirements article #job-description .job-description-inner ul li {
  color: #005eb8;
  font-size: min(2.4rem, 4.5vw);
  border: 1px solid #005eb8;
  background: #d9e7f4;
  text-align: center;
  padding: 3rem 1rem;
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #requirements article #job-description .job-description-inner ul li {
    width: calc((100% - 8rem) / 2);
  }
}
#requirements article #job-description .job-description-inner .table-wrap {
  padding: 4rem;
  background: #fff;
}
#requirements article #job-description .job-description-inner .table-wrap p {
  text-align: center;
  margin-bottom: 4rem;
}
#requirements article #job-description .job-description-inner .table-wrap table {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
#requirements article #job-description .job-description-inner .table-wrap table, #requirements article #job-description .job-description-inner .table-wrap td, #requirements article #job-description .job-description-inner .table-wrap th {
  border-collapse: collapse;
}
#requirements article #job-description .job-description-inner .table-wrap tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#requirements article #job-description .job-description-inner .table-wrap tr:nth-of-type(odd) {
  background: #d9e7f4;
}
#requirements article #job-description .job-description-inner .table-wrap tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
#requirements article #job-description .job-description-inner .table-wrap tr th {
  background: #005eb8;
  color: #fff;
  padding: 1.6rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #requirements article #job-description .job-description-inner .table-wrap tr th {
    width: 25%;
  }
}
#requirements article #job-description .job-description-inner .table-wrap tr td {
  padding: 1.6rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #requirements article #job-description .job-description-inner .table-wrap tr td {
    width: 75%;
  }
}
#requirements article #job-description .job-description-inner .recruit-doda a {
  max-width: 338px;
  margin: 0 auto;
}
#requirements article #job-description .job-description-inner .recruit-doda a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#qa article {
  overflow: hidden;
}
#qa article #top-recruit .top-recruit-inner .btn01,
#qa article #top-recruit .top-recruit-inner .btn02 {
  display: none;
}
#qa article #qa-contents {
  scroll-margin-top: 5rem;
}
#qa article #qa-contents .qa-contents-inner ul.qa-contents li:not(:last-child) {
  margin-bottom: 6.4rem;
}
#qa article #qa-contents .qa-contents-inner ul.qa-contents li h3 {
  font-size: min(2.4rem, 4vw);
  color: #005eb8;
  background: #fdf0d5;
  border: 1px solid #f7b52c;
  border-radius: 10000px;
  padding: 1rem 2rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  #qa article #qa-contents .qa-contents-inner ul.qa-contents li h3 {
    padding: 1rem 10rem;
  }
}
#qa article #qa-contents .qa-contents-inner ul.qa-contents li p {
  padding: 0 2rem;
  line-height: 1.8;
  margin-left: 2.2rem;
  text-indent: -2.2rem;
}
@media print, screen and (min-width: 768px) {
  #qa article #qa-contents .qa-contents-inner ul.qa-contents li p {
    padding: 0 10rem;
  }
}
#qa article #qa-contents .qa-contents-inner ul.qa-contents li p::before {
  content: "A.";
  color: #f7b52c;
  font-size: min(2.4rem, 4vw);
}
#qa article #qa-contents .qa-contents-inner ul.qa-contents li p a {
  display: inline-block;
  color: #005eb8;
  -webkit-text-decoration: underline #005eb8;
          text-decoration: underline #005eb8;
  margin-left: 2.2rem;
}
#qa article #qa-contents .qa-contents-inner ul.qa-contents li p a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#work,
#benefit,
#training {
  scroll-margin-top: 5rem;
}

#work article {
  overflow: hidden;
}
#work article #top-recruit .top-recruit-inner .btn01,
#work article #top-recruit .top-recruit-inner .btn02 {
  display: none;
}
#work article #environment {
  background: #005eb8;
}
#work article #environment .environment-inner div.max1400 {
  margin-bottom: 6.4rem;
}
#work article #environment .environment-inner div.max1400 h3 {
  color: #fff;
  font-size: min(3.2rem, 5vw);
  text-align: center;
  margin-bottom: 6.4rem;
}
#work article #environment .environment-inner div.max1400 p {
  color: #fff;
  font-size: min(2.4rem, 4.5vw);
}
@media print, screen and (min-width: 500px) {
  #work article #environment .environment-inner div.max1400 p {
    text-align: center;
  }
}
#work article #environment .environment-inner .environment-contents:nth-of-type(3) {
  background: #fdf0d5;
}
#work article #environment .environment-inner .environment-contents:nth-of-type(4) {
  background: #d9e7f4;
}
#work article #environment .environment-inner .environment-contents .swiper1 .swiper-wrapper,
#work article #environment .environment-inner .environment-contents .swiper2 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#work article #environment .environment-inner .environment-contents .swiper1 .swiper-wrapper .swiper-slide img,
#work article #environment .environment-inner .environment-contents .swiper2 .swiper-wrapper .swiper-slide img {
  height: auto;
}
#work article #environment .environment-inner .environment-contents ul {
  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;
  background: #fff;
  padding: 2rem;
  position: relative;
  margin-top: 8rem;
}
#work article #environment .environment-inner .environment-contents ul.invisible {
  visibility: hidden;
}
@media print, screen and (min-width: 500px) {
  #work article #environment .environment-inner .environment-contents ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    padding: 4rem 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #work article #environment .environment-inner .environment-contents ul {
    padding: 4rem 10rem;
  }
}
#work article #environment .environment-inner .environment-contents ul::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  border-style: solid;
  border-width: 0 12px 40px 12px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}
#work article #environment .environment-inner .environment-contents ul li span {
  display: grid;
  place-items: center;
  color: #005eb8;
  font-size: min(3.2rem, 5vw);
  font-weight: bold;
  white-space: nowrap;
  background: #f7b52c;
  clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
  width: 8rem;
  height: 7rem;
}
#work article #environment .environment-inner .environment-contents ul li h4 {
  font-size: min(2.4rem, 4.5vw);
  color: #005eb8;
}
#work article #environment .environment-inner .environment-contents ul li p {
  margin-top: 1rem;
  line-height: 1.8;
}
#work article #benefit .benefit-inner > p {
  text-align: center;
  font-size: min(2.4rem, 4.5vw);
}
#work article #benefit .benefit-inner ul {
  margin-top: 6.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: 2rem;
}
@media print, screen and (min-width: 500px) {
  #work article #benefit .benefit-inner ul {
    gap: 4rem;
  }
}
#work article #benefit .benefit-inner ul li {
  border: 1px solid #005eb8;
  background: #fde9c0;
  color: #005eb8;
  font-size: min(2.4rem, 4vw);
  width: 100%;
  display: grid;
  place-items: center;
  padding: 2.5rem 1rem;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #work article #benefit .benefit-inner ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #work article #benefit .benefit-inner ul li {
    width: calc((100% - 8rem) / 3);
  }
}
#work article #benefit .training-inner {
  background: #fdf0d5;
}
#work article #benefit .training-inner hgroup {
  text-align: center;
}
#work article #benefit .training-inner hgroup h2 {
  color: #005eb8;
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 3rem;
}
#work article #benefit .training-inner hgroup p {
  font-size: min(2.4rem, 4.5vw);
  margin-bottom: 6.4rem;
}
#work article #benefit .training-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;
}
@media print, screen and (min-width: 500px) {
  #work article #benefit .training-inner ul {
    gap: 4rem;
  }
}
#work article #benefit .training-inner ul li {
  background: #005eb8;
  color: #fff;
  font-size: min(2.4rem, 4vw);
  padding: 2rem 1rem;
  display: grid;
  place-items: center;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #work article #benefit .training-inner ul li {
    padding: 5rem 1rem;
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #work article #benefit .training-inner ul li {
    width: calc((100% - 12rem) / 4);
  }
}

#entry article {
  overflow: hidden;
}
#entry article ul.order {
  position: relative;
  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: 1.6rem;
  margin-bottom: 4rem;
}
#entry article ul.order::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
#entry article ul.order li {
  position: relative;
  max-width: 280px;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: 2rem 1.6rem;
  counter-increment: cnt;
}
#entry article ul.order li::before {
  content: counter(cnt) ".";
  display: block;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#entry article ul.order li.active {
  color: #fff;
  background: #005eb8;
  border: 1px solid #005eb8;
}
#entry article #form_contents .form_contents_inner .tel_contents_wrap {
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: 2rem;
  background: linear-gradient(-135deg, #005eb8 25px, transparent 0);
  margin: 6.4rem 0;
}
@media print, screen and (min-width: 500px) {
  #entry article #form_contents .form_contents_inner .tel_contents_wrap {
    padding: 4rem;
  }
}
#entry article #form_contents .form_contents_inner .tel_contents_wrap h2 {
  text-align: center;
  font-size: min(2.4rem, 5vw);
  font-weight: bold;
  color: #005eb8;
  margin-bottom: 2rem;
}
#entry article #form_contents .form_contents_inner .tel_contents_wrap > p {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 500px) {
  #entry article #form_contents .form_contents_inner .tel_contents_wrap > p {
    text-align: center;
  }
}
#entry article #form_contents .form_contents_inner .tel_contents_wrap .tel_contents {
  background: #f1f2ff;
  border-radius: 5px;
  padding: 3rem 1.6rem;
}
#entry article #form_contents .form_contents_inner .tel_contents_wrap .tel_contents a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(3.2rem, 8vw);
  font-weight: bold;
}
#entry article #form_contents .form_contents_inner .tel_contents_wrap .tel_contents a::before {
  display: block;
  content: "";
  background: url(../img/icon05.webp) no-repeat center/contain;
  width: 3.5rem;
  aspect-ratio: 1/1;
}
#entry article #form_contents .form_contents_inner .tel_contents_wrap .tel_contents p {
  text-align: center;
}
#entry article #form_contents .form_contents_inner > h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#entry article #form_contents .form_contents_inner > span {
  text-align: center;
  margin-bottom: 4rem;
}
#entry article #form_contents .form_contents_inner > p {
  text-align: center;
  line-height: 1.8;
}
#entry article #form_contents .form_contents_inner > p span {
  color: #fe7c8a;
  font-weight: bold;
}
#entry article #form_contents .form_contents_inner form {
  margin-top: 2rem;
}
#entry article #form_contents .form_contents_inner form dl {
  padding: 2.5rem 0;
  border-bottom: 1px solid #dbdbdb;
}
@media print, screen and (min-width: 768px) {
  #entry 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;
  }
}
#entry article #form_contents .form_contents_inner form dl dt {
  line-height: 1;
  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: 768px) {
  #entry article #form_contents .form_contents_inner form dl dt {
    width: 15em;
    margin-right: 1.6rem;
  }
}
#entry article #form_contents .form_contents_inner form dl dt.required::after {
  content: "必須";
  color: #fff;
  background: #fe7c8a;
  padding: 5px 1rem 6px;
  font-size: 12px;
}
#entry article #form_contents .form_contents_inner form dl dd {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_contents .form_contents_inner form dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
#entry article #form_contents .form_contents_inner form dl dd.contact-radio {
  position: relative;
}
#entry 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);
}
#entry 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;
  background: #f9f9f9;
}
#entry article #form_contents .form_contents_inner form dl dd.contact-radio select:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#entry article #form_contents .form_contents_inner form dl dd input:not([type=radio]),
#entry article #form_contents .form_contents_inner form dl dd textarea {
  width: 100%;
  padding: 1.6rem;
  border: 1px solid #a1a1a1;
  border-radius: 3px;
  background: #f9f9f9;
}
#entry article #form_contents .form_contents_inner form dl dd textarea {
  min-height: 12rem;
}
#entry 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;
}
#entry 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;
}
#entry article #form_contents .form_contents_inner form dl dd.flex label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #005eb8;
  font-size: 1.8rem;
}
#entry 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) {
  #entry article #form_contents .form_contents_inner form .privacy_area p {
    text-align: center;
  }
}
#entry article #form_contents .form_contents_inner form .privacy_area p a {
  display: inline;
  color: #005eb8;
}
#entry article #form_contents .form_contents_inner form .privacy_area p a:hover {
  text-decoration: underline;
}
#entry 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;
}
#entry article #form_contents .form_contents_inner form .privacy_area label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #005eb8;
}
#entry article #form_confirm .form_confirm_inner h2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#entry article #form_confirm .form_confirm_inner > span {
  text-align: center;
  margin-bottom: 3rem;
}
#entry article #form_confirm .form_confirm_inner p.form_intro {
  text-align: left;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_confirm .form_confirm_inner p.form_intro {
    text-align: center;
  }
}
#entry article #form_confirm .form_confirm_inner p.form_intro span {
  color: #005eb8;
  display: inline-block;
  width: auto;
  font-weight: bold;
}
#entry article #form_confirm .form_confirm_inner form {
  margin-top: 4rem;
}
#entry article #form_confirm .form_confirm_inner form dl {
  padding: 2.5rem 0;
  border-bottom: 1px solid #dbdbdb;
}
@media print, screen and (min-width: 768px) {
  #entry 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;
  }
}
#entry 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-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: 768px) {
  #entry article #form_confirm .form_confirm_inner form dl dt {
    width: 15em;
    margin-right: 1.6rem;
  }
}
#entry article #form_confirm .form_confirm_inner form dl dt.required::after {
  content: "必須";
  color: #fff;
  background: #fe7c8a;
  padding: 5px 1rem 6px;
  font-size: 12px;
}
#entry 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) {
  #entry article #form_confirm .form_confirm_inner form dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
#entry article #form_confirm .form_confirm_inner form dl dd input:not([type=radio]),
#entry 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;
}
#entry article #form_confirm .form_confirm_inner form dl dd textarea {
  field-sizing: content;
  height: 15rem;
}
#entry 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;
}
#entry 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;
}
#entry article #form_confirm .form_confirm_inner form dl dd.flex label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #005eb8;
  font-size: 1.8rem;
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy {
  width: 100%;
  margin: 4rem auto 0;
  background: #f2f2f2;
  padding: 2rem;
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy p {
  text-align: none;
}
@media print, screen and (min-width: 500px) {
  #entry article #form_confirm .form_confirm_inner form .contact_privacy p {
    text-align: center;
  }
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy p a {
  display: inline-block;
  width: auto;
  color: #005eb8;
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy p a:hover {
  text-decoration: underline;
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy p br.br_none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #entry article #form_confirm .form_confirm_inner form .contact_privacy p br.br_none {
    display: block;
  }
}
#entry 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;
}
#entry article #form_thanks .form_thanks_inner > p {
  display: grid;
  place-items: center;
  line-height: 1.8;
}
#entry 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) {
  #entry article .contact_btn_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#entry article .contact_btn_area button {
  width: 100%;
  color: #fff;
  padding: 2rem 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #entry article .contact_btn_area button {
    width: calc(50% - 2rem);
  }
}
#entry article .contact_btn_area button[type=reset] {
  background-color: #333;
}
#entry article .contact_btn_area button[type=submit] {
  background-color: #005eb8;
}
#entry article .contact_btn_area button[type=submit][disabled] {
  opacity: 0.5;
  cursor: auto;
}
#entry article .contact_btn_area button:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#entry 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) {
  #entry article .contact_btn_area input {
    width: calc(50% - 2rem);
  }
}
#entry article .contact_btn_area input[type=button] {
  background-color: #333;
}
#entry article .contact_btn_area input[type=submit] {
  background-color: #005eb8;
}
#entry article .contact_btn_area input[type=submit][disabled] {
  opacity: 0.5;
  cursor: auto;
}
#entry article .contact_btn_area input:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#notfound article {
  overflow: hidden;
}
#notfound article #notfound-contents .notfound-contents-inner > p {
  line-height: 1.8;
}
@media print, screen and (min-width: 500px) {
  #notfound article #notfound-contents .notfound-contents-inner > p {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */