@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 {
  min-width: 769px;
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
  padding-top: 90px;
}

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

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

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

.sp {
  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 26px 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: 1.6rem;
}
.btn01::before {
  right: 10px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 26px 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: 1.6rem;
}
.btn-more::before {
  right: 10px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px 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 {
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 5px;
}
.hx01:after {
  background-color: #d10000;
  top: 17px;
}

/*-----------------------------------------------------------------
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: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 1;
  background-color: #fff;
}
header #header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  padding: 0;
}
header #header-top .logo {
  position: relative;
  z-index: 10;
  padding-left: 30px;
}
header #header-top .logo img {
  width: auto;
  height: 59px;
}
header #header-top .btns {
  display: flex;
}
header #header-top .btns .menu-open {
  display: none;
}
header #header-top .btns .tel a,
header #header-top .btns .mail a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-bottom: 16px;
}
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: 40px;
  height: 40px;
  margin-bottom: 8px;
}
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: 31px;
  height: 23px;
  margin-bottom: 16px;
}
header #header-menu {
  width: calc(100% - 180px);
  position: absolute;
  top: 0;
  right: 180px;
  z-index: 1;
}
header #header-menu .inner {
  display: flex;
  align-items: center;
  height: 90px;
  justify-content: flex-end;
}
header #header-menu .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 28px;
  gap: 10px 30px;
  flex-wrap: wrap;
  padding-left: 300px;
  height: 100%;
}
header #header-menu .menu > ul {
  display: flex;
  gap: 30px;
  height: 100%;
}
header #header-menu .menu > ul > li {
  display: flex;
  align-items: center;
}
header #header-menu .menu > ul > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
  text-decoration: none;
  position: relative;
}
header #header-menu .menu > ul > li > a:hover {
  opacity: 1;
  color: #2b76a6;
}
@media screen and (max-width: 1100px) {
  header #header-menu .menu {
    gap: 0px 15px;
  }
  header #header-menu .menu ul {
    gap: 15px;
  }
  header #header-menu .menu ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 970px) {
  header #header-menu .menu ul {
    height: 50%;
  }
  header #header-menu .menu ul li a::after {
    display: none;
  }
}
header #header-menu .menu .sub-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 50px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  background-color: #e6e9f1;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 50;
}
header #header-menu .menu .sub-menu ul {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
header #header-menu .menu .sub-menu ul:has(> li:nth-child(3)):not(:has(> li:nth-child(4))) {
  flex-wrap: nowrap;
}
header #header-menu .menu .sub-menu ul:has(> li:nth-child(4)):not(:has(> li:nth-child(5))) {
  flex-wrap: nowrap;
}
header #header-menu .menu .sub-menu ul:has(> li:nth-child(4)):not(:has(> li:nth-child(5))) li {
  width: 25%;
}
header #header-menu .menu .sub-menu ul:has(> li:nth-child(5)) {
  flex-wrap: wrap;
}
header #header-menu .menu .sub-menu ul:has(> li:nth-child(5)) li {
  max-width: 240px;
}
header #header-menu .menu .sub-menu ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  width: 33.3333333333%;
  max-width: 320px;
  min-width: 150px;
}
header #header-menu .menu .sub-menu ul li a {
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
}
header #header-menu .menu .sub-menu ul li a:before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #002f8e;
}
header #header-menu .menu > ul > li.has-sub:hover > a {
  color: #2b76a6;
}
header #header-menu .menu > ul > li.has-sub:hover > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-bottom: 16px solid #e6e9f1;
  transform: translateX(-50%);
}
header #header-menu .menu > ul > li.has-sub:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header #header-menu .btns {
  display: none;
}

/**
footer
*/
#pagetop {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
}
#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: 20px;
  right: 15px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../img/common/pagetop@2x.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;
}

#footer #sitemap {
  position: relative;
  background-color: #f2f2f2;
}
#footer #sitemap .inner {
  display: flex;
  justify-content: space-between;
  padding: 75px 75px 0;
  gap: 20px;
}
#footer #sitemap a {
  color: inherit;
  text-decoration: none;
}
#footer #sitemap .left .logo img {
  max-height: 59px;
  mix-blend-mode: multiply;
}
#footer #sitemap .left .info {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
}
#footer #sitemap .right {
  width: 100%;
  max-width: 540px;
}
#footer #sitemap .right .sitemap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 初期は1frで均等に */
  gap: 40px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer #sitemap .right .sitemap dl {
  width: 100%;
  max-width: 180px;
  flex: 1 1 33%;
  margin: 0;
}
#footer #sitemap .right .sitemap dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
  position: relative;
  padding-left: 16px;
}
#footer #sitemap .right .sitemap dl dt + dt {
  margin-top: 20px;
}
#footer #sitemap .right .sitemap dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 3px;
  background: #002f8e;
}
#footer #sitemap .right .sitemap dl dt a {
  color: #333;
  text-decoration: none;
}
#footer #sitemap .right .sitemap dl dd {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
  padding-left: 16px;
}
#footer #sitemap .right .sitemap dl a {
  color: inherit;
  text-decoration: none;
}
#footer #sitemap .right .link {
  margin-top: 45px;
  max-width: 490px;
}
#footer #sitemap .right .link .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  height: 60px;
  background-color: #1d2b59;
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.22px;
  text-align: left;
  color: #fff;
}
#footer #sitemap .right .link .contact a:before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background: url(../img/common/icon-mail@2x.png) center center no-repeat;
  background-size: contain;
  margin-top: 4px;
}
#footer #sitemap .right .link .privacy {
  margin-top: 22px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.16px;
  text-align: right;
  color: #333;
}
#footer #sitemap .footer-bottom {
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
  padding: 0 125px 50px 75px;
}
#footer #sitemap .footer-bottom a {
  font-size: 1.4rem;
  letter-spacing: normal;
  color: #333;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.14px;
  text-align: left;
  color: #333;
}

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

#breadcrumbs {
  position: relative;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  margin-left: 8px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
#breadcrumbs ul li:first-child {
  margin-left: 0;
}
#breadcrumbs ul li:first-child a span {
  padding-left: 0;
}
#breadcrumbs ul li:last-child {
  white-space: nowrap;
  padding-right: 0;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#breadcrumbs ul li:last-child span {
  margin-left: 8px;
  padding-right: 0;
}
#breadcrumbs ul li a {
  text-decoration: none;
  padding: 0 0px 4px;
}
#breadcrumbs ul li a:hover {
  opacity: 0.5;
  transition: none;
}
#breadcrumbs ul li a span {
  border-bottom: 0;
}
#breadcrumbs ul li span {
  padding: 0 0px 4px;
  border-bottom: 1px solid #333333;
}

#sidebar {
  width: 230px;
}
#sidebar .sidebar-block + .sidebar-block {
  margin-top: 40px;
}
#sidebar .sidebar-title {
  position: relative;
  padding: 15px 15px 15px;
  background: #1d2f59;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: bold;
}
#sidebar .sidebar-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  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: 1px solid #d0d0d0;
}
#sidebar .sidebar-category-list li a,
#sidebar .sidebar-archive-list li a {
  display: block;
  position: relative;
  padding: 15px;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  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 12px;
}
#sidebar .widgettitle,
#sidebar .wp-block-heading {
  padding: 12px 10px;
  background-color: #ebebeb;
  position: relative;
  font-size: 1.6rem;
  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: 40px;
}
#sidebar .widget .widgettitle + ul,
#sidebar .widget .wp-block-archives,
#sidebar .widget .wp-block-categories-list {
  margin-top: 10px;
  padding-left: 10px;
}
#sidebar .widget ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  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: 20px;
}
aside.footer .footer-links .boxes {
  display: flex;
  overflow: hidden;
}
aside.footer .footer-links .boxes .box {
  width: 33.333%;
  padding: 50px 30px 30px;
}
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: 3.4722222222vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 4px;
  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: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  margin-top: 8px;
}
aside.footer .footer-links .boxes .box .link {
  margin-top: 115px;
  display: flex;
  justify-content: flex-end;
}
aside.footer .footer-links .boxes .box .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  width: 166px;
  height: 44px;
  gap: 8px;
}
aside.footer .footer-links .boxes .box .link a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/arrow01-white@2x.png) right center no-repeat;
  background-size: contain;
  margin-top: 4px;
}
aside.footer .careers {
  position: relative;
  padding-bottom: 154px;
}
aside.footer .careers::before, aside.footer .careers::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  z-index: 0;
}
aside.footer .careers::before {
  border-right: 0px solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #e6e9f1;
  position: absolute;
  bottom: 0px;
  right: 0;
}
aside.footer .careers::after {
  border-left: 0px solid transparent;
  border-right: 47vw solid transparent;
  border-top: 34vw solid #1d2b59;
  position: absolute;
  top: 0px;
  left: 0;
}
aside.footer .careers .inner {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 100px;
  z-index: 1;
}
aside.footer .careers .inner .img {
  padding: 0 40px;
}
aside.footer .careers .inner .left {
  width: 50%;
}
aside.footer .careers .inner .right {
  width: 50%;
  padding-right: 40px;
}
aside.footer .careers .inner h2 {
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  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: 3.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.72px;
  text-align: left;
  color: #1d2b59;
  margin-top: 8px;
}
aside.footer .careers .inner .text {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
}
aside.footer .careers .inner .link {
  margin-top: 40px;
}
aside.footer .careers .inner .link a {
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  text-align: left;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  background: url(../img/common/arrow01-black@2x.png) right center no-repeat;
  background-size: 10px auto;
  padding-right: 20px;
}

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