@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
  letter-spacing: -0.025em;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
.font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.font-min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  position: relative;
  letter-spacing: 0;
  font-size: 3.2vw;
  font-weight: 400;
  color: #333333;
  padding-top: 14.6666666667vw;
}

main {
  width: 100vw;
  overflow: hidden;
}

#wrapper {
  width: 100vw;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc {
  display: none !important;
}

/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.icon.icon-home {
  background: url(../img/common/icon-home.png) center center no-repeat;
}

/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 3.4666666667vw 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.btn01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn01 {
  font-size: 3.2vw;
}
.btn01::before {
  right: 2.1333333333vw;
  border-left: 1.7333333333vw solid #fff;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 3.4666666667vw 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.btn-more::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn-more {
  font-size: 3.2vw;
}
.btn-more::before {
  right: 2.1333333333vw;
  border-left: 1.7333333333vw solid #fff;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
}
.btn-more {
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  font-size: 4.2666666667vw;
  line-height: 1.625;
  font-weight: bold;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 1.0666666667vw;
  position: relative;
  padding-left: 3.3333333333vw;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 0.8vw;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 1.3333333333vw;
}
.hx01:after {
  background-color: #d10000;
  top: 3.7333333333vw;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color, border-color;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 1;
  background-color: #fff;
}
header.active #header-top .btns .menu-open a:before {
  background: url(../img/common/header-menu-close@2x.png) center center no-repeat;
  background-size: contain;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}
header.active #header-menu {
  display: block;
}
header #header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 14.6666666667vw;
  padding: 0;
}
header #header-top .logo {
  padding-left: 4vw;
}
header #header-top .logo img {
  width: auto;
  height: 7.8666666667vw;
}
header #header-top .btns {
  display: flex;
}
header #header-top .btns .tel a,
header #header-top .btns .mail a,
header #header-top .btns .menu-open a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 14.6666666667vw;
  height: 14.6666666667vw;
  font-size: 2.4vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-bottom: 2.1333333333vw;
}
header #header-top .btns .tel a {
  background-color: #2b76a6;
}
header #header-top .btns .tel a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel@2x.png) center center no-repeat;
  background-size: contain;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  margin-bottom: 1.6vw;
}
header #header-top .btns .mail a {
  background-color: #1d2b59;
}
header #header-top .btns .mail a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-mail@2x.png) center center no-repeat;
  background-size: contain;
  width: 6.6666666667vw;
  height: 4.8vw;
  margin-bottom: 2.4vw;
}
header #header-top .btns .menu-open a {
  background-color: #e6e9f1;
  color: #1d2b59;
}
header #header-top .btns .menu-open a:before {
  content: "";
  display: block;
  background: url(../img/common/header-menu@2x.png) center center no-repeat;
  background-size: contain;
  width: 6.6666666667vw;
  height: 6.2666666667vw;
  margin-bottom: 1.4666666667vw;
}
header #header-menu {
  display: none;
  position: absolute;
  top: 14.6666666667vw;
  left: 0;
  width: 100vw;
  min-height: 0;
  max-height: calc(100vh - 14.6666666667vw);
  z-index: 100;
  background-color: #e6e9f1;
  padding: 10.6666666667vw 4vw;
  overflow-y: scroll;
}
header #header-menu .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 13.3333333333vw;
}
header #header-menu .menu {
  display: flex;
}
header #header-menu .menu ul {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8vw;
}
header #header-menu .menu ul li {
  width: 100%;
}
header #header-menu .menu ul li ul {
  width: 100%;
  gap: 2.6666666667vw;
  margin-top: 3.3333333333vw;
}
header #header-menu .menu ul li ul li {
  padding-left: 4vw;
}
header #header-menu .menu ul li ul li a::before {
  display: none;
}
header #header-menu .menu ul li ul li a {
  font-weight: normal;
}
header #header-menu .menu ul li a {
  display: flex;
  align-items: center;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 0.28px;
  text-align: left;
  color: #333;
  text-decoration: none;
  gap: 1.3333333333vw;
}
header #header-menu .menu ul li a:before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 0.8vw;
  background-color: #1d2b59;
}
header #header-menu .btns .contact a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 81.3333333333vw;
  height: 17.3333333333vw;
  background-color: #1d2b59;
  gap: 1.8666666667vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
header #header-menu .btns .contact a:before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 3.8666666667vw;
  background: url(../img/common/icon-mail@2x.png) center center no-repeat;
  background-size: contain;
  margin-top: 0.5333333333vw;
}
header #header-menu .btns .privacy {
  margin-top: 2.9333333333vw;
  text-align: center;
}
header #header-menu .btns .privacy a {
  font-size: 2.6666666667vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.2px;
  color: #333;
  text-decoration: none;
}

/**
footer
*/
#pagetop {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
}
#pagetop a {
  transition: all 0.2s ease;
  transition-property: opacity;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: -9999px;
  background: linear-gradient(135deg, transparent 50%, #12275a 50%);
  z-index: 100;
}
#pagetop a::after {
  content: "";
  position: absolute;
  bottom: 3.3333333333vw;
  right: 3.3333333333vw;
  display: block;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  background-image: url(../img/common/pagetop@2x.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 4.6666666667vw auto;
}

#footer {
  width: 100vw;
  overflow: hidden;
}
#footer #sitemap {
  position: relative;
  background-color: #f2f2f2;
}
#footer #sitemap .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8vw 4vw 0;
}
#footer #sitemap a {
  color: inherit;
  text-decoration: none;
}
#footer #sitemap .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#footer #sitemap .left .logo img {
  height: 13.6vw;
  mix-blend-mode: multiply;
}
#footer #sitemap .left .info {
  margin-top: 3.3333333333vw;
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: left;
  color: #333;
}
#footer #sitemap .right {
  margin-top: 12vw;
}
#footer #sitemap .right .sitemap {
  display: grid;
  grid-template-columns: repeat(3, minmax(30.6666666667vw, 1fr));
  gap: 5.3333333333vw 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer #sitemap .right .sitemap dl {
  margin: 0;
}
#footer #sitemap .right .sitemap dl dt {
  font-size: 2.6666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.2px;
  text-align: left;
  color: #333;
  position: relative;
  padding-left: 2.1333333333vw;
}
#footer #sitemap .right .sitemap dl dt + dt {
  margin-top: 3.3333333333vw;
}
#footer #sitemap .right .sitemap dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1.3333333333vw;
  height: 0.4vw;
  background: #002f8e;
}
#footer #sitemap .right .sitemap dl dt a {
  color: #333;
  text-decoration: none;
}
#footer #sitemap .right .sitemap dl dd {
  margin-top: 3.3333333333vw;
  font-size: 2.9333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.22px;
  text-align: left;
  color: #333;
  padding-left: 2.1333333333vw;
}
#footer #sitemap .right .sitemap dl a {
  color: inherit;
  text-decoration: none;
}
#footer #sitemap .right .link {
  margin-top: 6vw;
}
#footer #sitemap .right .link .contact {
  display: flex;
  justify-content: center;
}
#footer #sitemap .right .link .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8666666667vw;
  width: 81.3333333333vw;
  height: 17.3333333333vw;
  background-color: #1d2b59;
  font-size: 4.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: left;
  color: #fff;
}
#footer #sitemap .right .link .contact a:before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 3.8666666667vw;
  background: url(../img/common/icon-mail@2x.png) center center no-repeat;
  background-size: contain;
  margin-top: 0.5333333333vw;
}
#footer #sitemap .right .link .privacy {
  margin-top: 2.6666666667vw;
  text-align: center;
}
#footer #sitemap .right .link .privacy a {
  font-size: 2.6666666667vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.2px;
  text-align: center;
  color: #333;
}
#footer #sitemap .footer-bottom {
  margin-top: 8vw;
  display: flex;
  justify-content: center;
  padding: 0 0 8.6666666667vw;
  font-size: 2.4vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.18px;
  text-align: center;
  color: #333;
}

/**
main
*/
#main-image {
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 47.3333333333vw auto;
  background-image: url(../img/title/title-common-sp.png);
}
#main-image .inner {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4vw;
  height: 42.6666666667vw;
  z-index: 2;
}
#main-image::before {
  content: "";
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-left: 0vw solid transparent;
  border-right: 47vw solid transparent;
  border-top: 34vw solid #e6e9f1;
  position: absolute;
  top: 0vw;
  left: 0;
}
#main-image.partner_entry, #main-image.partner_entry_thanks, #main-image.partner {
  background-image: url(../img/title/title-partner-sp.png);
}
#main-image.interview01, #main-image.interview02, #main-image.interview03 {
  background-image: url(../img/title/title-interview-sp.png);
}
#main-image.business {
  background-image: url(../img/title/title-business-sp.png);
}
#main-image.recruit_entry, #main-image.recruit_entry_thanks, #main-image.recruit {
  background-image: url(../img/title/title-recruit-sp.png);
}
#main-image.company {
  background-image: url(../img/title/title-company-sp.png);
}
#main-image.facilities {
  background-image: url(../img/title/title-facilities-sp.png);
}
#main-image.outline {
  background-image: url(../img/title/title-outline-sp.png);
}
#main-image.post {
  background-image: url(../img/title/title-post-bg.jpg);
}
#main-image.works {
  background-image: url(../img/title/title-works-sp.png);
}
#main-image.contact_send, #main-image.contact {
  background-image: url(../img/title/title-contact-sp.png);
}
#main-image h2 {
  font-size: 10.6666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: 0.08em;
  text-align: left;
  color: #1d2b59;
  margin-top: 5.3333333333vw;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
}
#main-image h2 span {
  display: block;
  min-height: 16vw;
  display: flex;
  align-items: flex-end;
}
#main-image h2::after {
  content: attr(data-jp);
  white-space: pre;
  display: block;
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  margin-top: 1.3333333333vw;
}

#breadcrumbs {
  position: relative;
}
#breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 0;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  margin-left: 1.0666666667vw;
  font-size: 2.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#breadcrumbs ul li:first-child {
  margin-left: 0;
}
#breadcrumbs ul li:first-child a span {
  padding-left: 0;
}
#breadcrumbs ul li:last-child {
  padding-right: 0;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#breadcrumbs ul li:last-child span {
  margin-left: 1.0666666667vw;
  padding-right: 0;
}
#breadcrumbs ul li a {
  text-decoration: none;
  padding: 0 0vw 0.5333333333vw;
}
#breadcrumbs ul li a:hover {
  opacity: 0.5;
  transition: none;
}
#breadcrumbs ul li a span {
  border-bottom: 0;
}
#breadcrumbs ul li span {
  padding: 0 0vw 0.5333333333vw;
  border-bottom: 0.1333333333vw solid #333333;
}

#sidebar .sidebar-block + .sidebar-block {
  margin-top: 8vw;
}
#sidebar .sidebar-title {
  position: relative;
  padding: 3.3333333333vw;
  background: #1d2f59;
  color: #fff;
  font-size: 3.7333333333vw;
  letter-spacing: 0.01em;
  font-weight: bold;
}
#sidebar .sidebar-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.3333333333vw;
  height: 55%;
  background: #fff;
  transform: translate(0px, -50%);
}
#sidebar .sidebar-category-list,
#sidebar .sidebar-archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .sidebar-category-list li,
#sidebar .sidebar-archive-list li {
  margin: 0;
  padding: 0;
  border-bottom: 0.2666666667vw solid #d0d0d0;
}
#sidebar .sidebar-category-list li a,
#sidebar .sidebar-archive-list li a {
  display: block;
  position: relative;
  padding: 3.3333333333vw;
  color: #333;
  text-decoration: none;
  font-size: 3.7333333333vw;
  letter-spacing: 0.01em;
}
#sidebar .sidebar-category-list li a::before,
#sidebar .sidebar-archive-list li a::before {
  content: "・";
}
#sidebar .sidebar-category-list li ul.children,
#sidebar .sidebar-archive-list li ul.children {
  margin: 0;
  padding: 0 0 0 1.6vw;
}
#sidebar .widgettitle,
#sidebar .wp-block-heading {
  padding: 1.6vw 1.3333333333vw;
  background-color: #ebebeb;
  position: relative;
  font-size: 2.1333333333vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#sidebar .widget + .widget {
  margin-top: 5.3333333333vw;
}
#sidebar .widget .widgettitle + ul,
#sidebar .widget .wp-block-archives,
#sidebar .widget .wp-block-categories-list {
  margin-top: 1.3333333333vw;
  padding-left: 1.3333333333vw;
}
#sidebar .widget ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 2.1333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#sidebar .widget ul li a::before {
  content: "・";
}
#sidebar .widget ul li .children {
  margin-left: 2.6666666667vw;
}
#sidebar .sns {
  margin-top: 5.3333333333vw;
}
#sidebar .sns ul {
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw;
}
aside.footer .footer-links .boxes {
  overflow: hidden;
}
aside.footer .footer-links .boxes .box {
  padding: 5.8666666667vw 5.3333333333vw 4.6666666667vw;
}
aside.footer .footer-links .boxes .box#our_works {
  background: url(../img/common/footer-our_works@2x.jpg) center center no-repeat;
  background-size: cover;
}
aside.footer .footer-links .boxes .box#our_facilities {
  background: url(../img/common/footer-our_facilities@2x.jpg) center center no-repeat;
  background-size: cover;
}
aside.footer .footer-links .boxes .box#our_partner {
  background: url(../img/common/footer-our_partner@2x.jpg) center center no-repeat;
  background-size: cover;
}
aside.footer .footer-links .boxes .box#corporate_philosophy {
  background: url(../img/common/footer-corporate_philosophy@2x.jpg) center center no-repeat;
  background-size: cover;
}
aside.footer .footer-links .boxes .box#company_history {
  background: url(../img/common/footer-company_history@2x.jpg) center center no-repeat;
  background-size: cover;
}
aside.footer .footer-links .boxes .box#corporate_outline {
  background: url(../img/common/footer-corporate_outline@2x.jpg) center center no-repeat;
  background-size: cover;
}
aside.footer .footer-links .boxes .box#our_facilities {
  background: url(../img/common/footer-our_facilities@2x.jpg) center center no-repeat;
  background-size: cover;
}
aside.footer .footer-links .boxes .box h2 {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 8.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: 0.6826666667vw;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
}
aside.footer .footer-links .boxes .box h2::after {
  content: attr(data-jp);
  white-space: pre;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  margin-top: 1.0666666667vw;
}
aside.footer .footer-links .boxes .box .link {
  margin-top: 9.0666666667vw;
  display: flex;
  justify-content: flex-end;
}
aside.footer .footer-links .boxes .box .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  text-decoration: none;
  border: 0.2666666667vw solid #fff;
  width: 36.1333333333vw;
  height: 9.7333333333vw;
  gap: 1.0666666667vw;
}
aside.footer .footer-links .boxes .box .link a:after {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../img/common/arrow01-white@2x.png) right center no-repeat;
  background-size: contain;
  margin-top: 0.5333333333vw;
}
aside.footer .careers {
  position: relative;
  padding-bottom: 14.6666666667vw;
}
aside.footer .careers::before, aside.footer .careers::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  z-index: 0;
}
aside.footer .careers::before {
  border-right: 0vw solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #e6e9f1;
  position: absolute;
  bottom: 0vw;
  right: 0;
}
aside.footer .careers::after {
  border-left: 0vw solid transparent;
  border-right: 47vw solid transparent;
  border-top: 34vw solid #1d2b59;
  position: absolute;
  top: 0vw;
  left: 0;
}
aside.footer .careers .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 14.6666666667vw;
  z-index: 1;
}
aside.footer .careers .inner .img {
  padding: 0 10vw;
}
aside.footer .careers .inner .right {
  margin-top: 8vw;
  padding: 0 5.3333333333vw;
}
aside.footer .careers .inner h2 {
  font-size: 6.6666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  display: flex;
  flex-direction: column;
}
aside.footer .careers .inner h2::after {
  content: attr(data-en);
  white-space: pre;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 4.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3626666667vw;
  text-align: left;
  color: #1d2b59;
  margin-top: 1.0666666667vw;
}
aside.footer .careers .inner .text {
  margin-top: 4vw;
  font-size: 3.4666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
aside.footer .careers .inner .link {
  margin-top: 5.3333333333vw;
  text-align: right;
}
aside.footer .careers .inner .link a {
  font-size: 2.9333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  color: #333;
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #333;
  padding-bottom: 0.5333333333vw;
  background: url(../img/common/arrow01-black@2x.png) right center no-repeat;
  background-size: 2.4vw auto;
  padding-right: 4vw;
}

.grecaptcha-badge {
  bottom: 124px !important;
  display: none;
}
