@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
#top .news-section .news-content, #top .news-section .news-title h2, footer#footer .copyright, footer#footer .footer-wrapper .footer-menu .sub-menu .sub-menu__title, .section-title, body {
  font-family: "Roboto", sans-serif;
}

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

html {
  font-size: 10px;
  margin: 0;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 0.694444vw;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 0.9765vw;
  }
}
@media only screen and (max-width: 820px) {
  html {
    font-size: 1.2195vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1.302vw;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 1.736vw;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 2.667vw;
  }
}

body {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #475569;
  word-break: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0;
  background-color: #FFFFFF;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

section {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .pc-hide,
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .sp-hide,
  .pc-only {
    display: none !important;
  }
}
.s-padding {
  padding: 12.8rem 0;
}
@media only screen and (max-width: 768px) {
  .s-padding {
    padding: 8rem 0;
  }
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 1.6rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 576px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #343434;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #343434;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #343434;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #343434;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #343434;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 5.6rem;
}
@media only screen and (max-width: 576px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 4.8rem;
  }
}

textarea {
  height: 25rem;
}
@media only screen and (max-width: 576px) {
  textarea {
    height: 20rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #FFFFFF;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}

.container,
.container-fluid {
  max-width: 128rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 1024px) {
  .container,
  .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  .container,
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 576px) {
  .container,
  .container-fluid {
    max-width: 54rem;
  }
}
.content-in {
  position: relative;
  max-width: 83.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 576px) {
  .content-in {
    padding-left: 0;
    padding-right: 0;
  }
}

picture,
figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.section-title {
  position: relative;
  font-size: 12.8rem;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.0784313725);
  line-height: 1;
  margin-bottom: 8rem;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .section-title {
    font-size: 10rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 375px) {
  .section-title {
    font-size: 7rem;
  }
}
.section-title.center {
  text-align: center;
}
.section-title.left {
  text-align: left;
}
.section-title.right {
  text-align: right;
}

.top-bg-section {
  position: relative;
  background-color: #F3F7FB;
  height: 40rem;
  z-index: 0;
}
@media only screen and (max-width: 576px) {
  .top-bg-section {
    height: 30rem;
  }
}
.top-bg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 58, 138, 0.4)), to(rgba(37, 99, 235, 0.4)));
  background-image: linear-gradient(to bottom, rgba(30, 58, 138, 0.4), rgba(37, 99, 235, 0.4));
  z-index: -1;
}
.top-bg-section .title-area {
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0 3rem;
}
.top-bg-section .title-area .en {
  font-size: 6rem;
  letter-spacing: 0.012em;
}
@media only screen and (max-width: 768px) {
  .top-bg-section .title-area .en {
    font-size: 4rem;
  }
}
.top-bg-section .title-area .jp {
  font-size: 4rem;
}
.top-bg-section .title-area .subtitle {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .top-bg-section .title-area .subtitle {
    font-size: 1.6rem;
  }
}
.top-bg-section .title-area .small {
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  font-weight: 500;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 576px) {
  .top-bg-section .title-area .small {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 576px) {
  .internal-link__group 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;
  }
}
.internal-link__group ul li {
  display: inline-block;
  padding: 2.4rem 1.6rem;
}
@media only screen and (max-width: 576px) {
  .internal-link__group ul li {
    padding: 1.5rem 1rem;
  }
}
.internal-link__group ul li + li {
  margin-left: 1.6rem;
}
.internal-link__group ul li a {
  font-size: 500;
}

.content-border-title {
  font-size: 6rem;
  font-weight: 600;
  color: #0F172A;
  padding-left: 0.8em;
  border-left: 10px solid #1E40AF;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .content-border-title {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .content-border-title {
    font-size: 3.6rem;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  background-color: #2D3D86;
  z-index: 9999;
  -webkit-perspective: 7.5rem;
          perspective: 7.5rem;
  place-content: center;
}
.loader .loader-inner {
  height: 100%;
  position: relative;
  opacity: 1;
}
.loader .loader-inner .loader__wave {
  inset: 0;
  -webkit-animation: wave 6s infinite linear;
  animation: wave 6s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#2D3D86), to(transparent));
  background-image: linear-gradient(90deg, transparent, #2D3D86, transparent);
  background-position: 0%;
  background-size: 1.5rem 100%;
  display: block;
  height: 400%;
  opacity: 0.4;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
  width: 24rem;
  top: 10rem;
  left: -5rem;
  z-index: 2;
}
.loader .loader-inner .loader-txt {
  color: #fff;
  font-weight: 600;
  font-size: 8rem;
  font-style: italic;
  overflow: clip;
}
@media only screen and (max-width: 576px) {
  .loader .loader-inner .loader-txt {
    font-size: 5rem;
  }
}
.loader .loader-inner .loader-txt span:nth-child(2) {
  position: relative;
  font-size: 6rem;
  font-weight: 900;
}
.loader .loader-inner .loader-txt span:nth-child(2)::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: red;
  position: absolute;
  top: -1rem;
  left: 0.5rem;
  border-radius: 50%;
}
@media only screen and (max-width: 576px) {
  .loader .loader-inner .loader-txt span:nth-child(2) {
    font-size: 4rem;
  }
  .loader .loader-inner .loader-txt span:nth-child(2)::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@-webkit-keyframes wave {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes wave {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

.primary-btn {
  position: relative;
  margin: auto;
  margin-top: 4.8rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem 4rem;
  background-color: #1E40AF;
  border: 1px solid transparent;
  color: #fff;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 576px) {
  .primary-btn {
    font-size: 2rem;
  }
}
.primary-btn span {
  display: block;
  position: relative;
  z-index: 2;
}
.primary-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.primary-btn:hover {
  color: #1E40AF;
}
.primary-btn:hover::before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E5E7EB;
  z-index: 1001;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  header#header {
    border-bottom: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
header#header.header-hidden {
  -webkit-transform: translateY(calc(-100% - 1px));
          transform: translateY(calc(-100% - 1px));
}
header#header .header-wrapper {
  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;
  max-width: 128rem;
  margin: auto;
  padding: 0 32px;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  header#header .header-wrapper {
    height: 60px;
  }
}
header#header .header-wrapper .header-logo a {
  display: block;
}
header#header .header-wrapper .header-logo a img {
  width: 238px;
}
@media only screen and (max-width: 768px) {
  header#header .header-wrapper .header-logo a img {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  header#header .header-wrapper .header-nav {
    display: none;
  }
}
header#header .header-wrapper .header-nav .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
header#header .header-wrapper .header-nav .nav-menu a {
  font-size: 16px;
  font-weight: 700;
  color: #2D3D86;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
header#header .header-wrapper .header-nav .nav-menu a:hover {
  color: #C20A19;
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 80%;
  max-width: 50rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #091E3A;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 56px 20px 30px;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #FFFFFF;
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #FFFFFF;
  padding: 15px 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu > li .lang-switch {
  color: #FFFFFF;
  padding: 1.5rem 0;
}
#mobile-nav .mobile-nav-menu > li .lang-switch a {
  color: #C20A19;
}
#mobile-nav .mobile-nav-menu .drop-down > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-bottom: 1px solid #323232;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 2.4rem;
  text-align: left;
  color: #323232;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#mobile-nav .mobile-nav-social {
  position: relative;
  margin-top: 4rem;
}
#mobile-nav .mobile-nav-social .social-menu {
  position: relative;
  list-style: none;
  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: 2.4rem;
  padding: 0;
  margin: 0;
}
#mobile-nav .mobile-nav-social .social-menu > li {
  position: relative;
  padding: 0;
  margin: 0;
}
#mobile-nav .mobile-nav-social .social-menu > li .social-link {
  position: relative;
  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;
  width: 3rem;
  background: none;
  border: none;
  outline: none;
  overflow: hidden;
  z-index: 0;
}
#mobile-nav .mobile-nav-social .social-menu > li .social-link img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
#mobile-nav .mobile-nav-social .market-action {
  position: relative;
  margin-top: 1.6rem;
}
#mobile-nav .mobile-nav-social .market-action .market-btn {
  position: relative;
  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;
  width: 100%;
  max-width: 100%;
  height: 4.4rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  background: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #091E3A;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border-radius: 0.3rem;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
#mobile-nav .mobile-nav-social .market-action .market-btn .text {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#mobile-nav .mobile-nav-social .market-action .market-btn .icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 1rem;
  display: block;
  width: 1.6rem;
  margin: 0;
}
#mobile-nav .mobile-nav-social .market-action .market-btn:hover {
  opacity: 0.8;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 14px 12px;
  background: #2D3D86;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1010;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #FFFFFF;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
          transform: translateY(-16px) rotate(45deg);
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

body.contact-page .mobile-nav-toggle {
  display: none;
}
body.contact-page .sp-phone-link {
  right: 0;
}

footer#footer {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #E2E8F0;
  padding: 6.5rem 7.7rem;
  z-index: 1000;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  footer#footer {
    padding: 6.5rem 5rem;
  }
}
@media only screen and (max-width: 820px) {
  footer#footer {
    padding: 5rem 3rem;
  }
}
@media only screen and (max-width: 576px) {
  footer#footer {
    padding: 7rem 3rem;
  }
}
footer#footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
}
@media only screen and (max-width: 768px) {
  footer#footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1201px) {
  footer#footer .footer-wrapper .company-info {
    padding-right: 4.8rem;
  }
}
footer#footer .footer-wrapper .company-info .footer-logo img {
  width: 250px;
}
@media only screen and (max-width: 576px) {
  footer#footer .footer-wrapper .company-info .footer-logo img {
    width: 200px;
  }
}
footer#footer .footer-wrapper .company-info .detail-info {
  margin-top: 2.4rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 576px) {
  footer#footer .footer-wrapper .company-info .detail-info {
    font-size: 2rem;
  }
}
footer#footer .footer-wrapper .company-info .detail-info .company-item__info + .company-item__info {
  margin-top: 1.2rem;
}
footer#footer .footer-wrapper .company-info .detail-info .company-item__info > div {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media only screen and (max-width: 576px) {
  footer#footer .footer-wrapper .company-info .detail-info .company-item__info > div {
    font-size: 1.7rem;
  }
}
footer#footer .footer-wrapper .company-info .detail-info .company-item__info > div + div {
  margin-top: 0.8rem;
}
@media only screen and (max-width: 576px) {
  footer#footer .footer-wrapper .company-info .detail-info .company-item__info > div + div {
    margin-top: 1.2rem;
  }
}
footer#footer .footer-wrapper .company-info .detail-info .company-item__info .company {
  font-size: 1.6rem;
}
@media only screen and (max-width: 576px) {
  footer#footer .footer-wrapper .company-info .detail-info .company-item__info .company {
    font-size: 2rem;
    line-height: 1.5;
  }
}
footer#footer .footer-wrapper .company-info .isms-logo {
  margin-top: 2.4rem;
}
footer#footer .footer-wrapper .company-info .isms-logo img {
  width: 100%;
  height: auto;
  max-width: 240px;
}
@media only screen and (max-width: 576px) {
  footer#footer .footer-wrapper .company-info .isms-logo img {
    max-width: 200px;
  }
}
footer#footer .footer-wrapper .footer-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.8rem minmax(0, 1fr) 1.8rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media only screen and (max-width: 576px) {
  footer#footer .footer-wrapper .footer-menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
footer#footer .footer-wrapper .footer-menu .sub-menu .sub-menu__title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  footer#footer .footer-wrapper .footer-menu .sub-menu .sub-menu__title {
    font-size: 2rem;
  }
}
footer#footer .footer-wrapper .footer-menu .sub-menu ul {
  margin-top: 2.4rem;
}
footer#footer .footer-wrapper .footer-menu .sub-menu ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 576px) {
  footer#footer .footer-wrapper .footer-menu .sub-menu ul li a {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
footer#footer .footer-wrapper .footer-menu .sub-menu ul li a:hover {
  color: #1E40AF;
  font-weight: 500;
}
footer#footer .footer-wrapper .footer-menu .sub-menu ul li + li a {
  margin-top: 1.2rem;
}
footer#footer .copyright {
  margin-top: 6.4rem;
  padding-top: 3.3rem;
  border-top: 1px solid #E2E8F0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media only screen and (max-width: 576px) {
  footer#footer .copyright {
    font-size: 1.8rem;
  }
}

main {
  margin-top: 80px;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}

.contact-section {
  background-color: #F3F7FB;
}
.contact-section .wrapper {
  text-align: center;
  color: #0F172A;
}
.contact-section .wrapper .title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  .contact-section .wrapper .title {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.contact-section .wrapper .desc {
  margin-top: 3.2rem;
  font-size: 2rem;
  line-height: 1.4;
}
.contact-section .wrapper .contact-link {
  position: relative;
  margin: auto;
  margin-top: 4.8rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem 4rem;
  background-color: #1e40af;
  border: 1px solid transparent;
  color: #fff;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 576px) {
  .contact-section .wrapper .contact-link {
    font-size: 2rem;
  }
}
.contact-section .wrapper .contact-link span {
  display: block;
  position: relative;
  z-index: 2;
}
.contact-section .wrapper .contact-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.contact-section .wrapper .contact-link:hover {
  color: #1e40af;
}
.contact-section .wrapper .contact-link:hover::before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.tel-inquiry-section {
  background-color: #f8fafc;
  padding: 9.6rem 0;
}
.tel-inquiry-section .wrapper .title-area {
  text-align: center;
}
.tel-inquiry-section .wrapper .title-area .title {
  font-size: 3.6rem;
  font-weight: 300;
  color: #0F172A;
}
.tel-inquiry-section .wrapper .title-area .desc {
  margin-top: 2.4rem;
}
.tel-inquiry-section .wrapper .content-wrap {
  margin-top: 8rem;
}
.tel-inquiry-section .wrapper .content-wrap .tel-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4.8rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.8rem;
}
@media only screen and (max-width: 576px) {
  .tel-inquiry-section .wrapper .content-wrap .tel-items {
    gap: 2rem;
  }
}
.tel-inquiry-section .wrapper .content-wrap .tel-items .tel-item {
  background-color: #fff;
  border-top: 4px solid #2D3D86;
  text-align: center;
  padding: 5.2rem 4.8rem;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 576px) {
  .tel-inquiry-section .wrapper .content-wrap .tel-items .tel-item {
    padding: 3rem 2rem;
  }
}
.tel-inquiry-section .wrapper .content-wrap .tel-items .tel-item .tel-icon {
  position: relative;
  width: 8rem;
  height: 8rem;
  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;
  background-color: #dbeafe;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.tel-inquiry-section .wrapper .content-wrap .tel-items .tel-item .tel-icon::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-image: url("../image/icon/phone.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tel-inquiry-section .wrapper .content-wrap .tel-items .tel-item .office {
  font-size: 2.4rem;
  font-weight: 300;
  margin-top: 2.4rem;
  text-align: center;
  color: #0F172A;
}
.tel-inquiry-section .wrapper .content-wrap .tel-items .tel-item .tel-number {
  margin-top: 2.8rem;
}
.tel-inquiry-section .wrapper .content-wrap .tel-items .tel-item .tel-number a {
  font-size: 3rem;
  font-weight: 300;
}

.form-content {
  margin-top: 4.8rem;
}
.form-content .input-group__field .input-row + .input-row {
  margin-top: 3.2rem;
}
.form-content .input-group__field .input-row label {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: #334155;
  margin-bottom: 1.2rem;
}
.form-content .input-group__field .input-row label.required::after {
  content: "*";
  position: relative;
  font-size: 1.5rem;
  color: #1e40af;
  font-weight: 500;
  margin-left: 4px;
}
.form-content .input-group__field .input-row input[type=text],
.form-content .input-group__field .input-row input[type=email],
.form-content .input-group__field .input-row input[type=number],
.form-content .input-group__field .input-row textarea {
  border: 1px solid #E2E8F0;
  font-size: 1.6rem;
  color: #475569;
  padding: 1.7rem;
}
.form-content .input-group__field .input-row input[type=text]::-webkit-input-placeholder, .form-content .input-group__field .input-row input[type=email]::-webkit-input-placeholder, .form-content .input-group__field .input-row input[type=number]::-webkit-input-placeholder, .form-content .input-group__field .input-row textarea::-webkit-input-placeholder {
  color: #9ca3af;
}
.form-content .input-group__field .input-row input[type=text]::-moz-placeholder, .form-content .input-group__field .input-row input[type=email]::-moz-placeholder, .form-content .input-group__field .input-row input[type=number]::-moz-placeholder, .form-content .input-group__field .input-row textarea::-moz-placeholder {
  color: #9ca3af;
}
.form-content .input-group__field .input-row input[type=text]:-ms-input-placeholder, .form-content .input-group__field .input-row input[type=email]:-ms-input-placeholder, .form-content .input-group__field .input-row input[type=number]:-ms-input-placeholder, .form-content .input-group__field .input-row textarea:-ms-input-placeholder {
  color: #9ca3af;
}
.form-content .input-group__field .input-row input[type=text]::-ms-input-placeholder, .form-content .input-group__field .input-row input[type=email]::-ms-input-placeholder, .form-content .input-group__field .input-row input[type=number]::-ms-input-placeholder, .form-content .input-group__field .input-row textarea::-ms-input-placeholder {
  color: #9ca3af;
}
.form-content .input-group__field .input-row input[type=text]::placeholder,
.form-content .input-group__field .input-row input[type=email]::placeholder,
.form-content .input-group__field .input-row input[type=number]::placeholder,
.form-content .input-group__field .input-row textarea::placeholder {
  color: #9ca3af;
}
.form-content .input-group__field .input-row .note {
  margin-top: 0.8rem;
}
.form-content .input-group__field .input-row .error {
  font-size: 1.4rem;
  color: #f02030;
  margin-top: 4px;
  display: none;
}
.form-content .input-group__field .radio-field.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.form-content .input-group__field .radio-field .radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-content .input-group__field .radio-field .radio-item input[type=radio] {
  margin: 0;
  padding: 1px;
  width: 20px;
  height: 20px;
}
.form-content .input-group__field .radio-field .radio-item label {
  padding-left: 1rem;
  margin-bottom: 0;
}
.form-content .term-agree {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: 1px solid #E2E8F0;
}
.form-content .btn-area {
  margin-top: 6.4rem;
  text-align: center;
}
.form-content .btn-area button {
  position: relative;
  width: 20rem;
  height: 6rem;
  margin: auto;
  color: #fff;
  border: 1px solid transparent;
  background-color: #1e40af;
  z-index: 0;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 576px) {
  .form-content .btn-area button {
    width: 100%;
  }
}
.form-content .btn-area button:disabled {
  opacity: 0.6;
  background-color: #333;
  cursor: not-allowed;
}
.form-content .btn-area button:not(:disabled) span {
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  z-index: 2;
}
.form-content .btn-area button:not(:disabled)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.form-content .btn-area button:not(:disabled):hover {
  color: #1e40af;
}
.form-content .btn-area button:not(:disabled):hover::before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.form-content .btn-area.submit-btn__area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 576px) {
  .form-content .btn-area.submit-btn__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .form-content .btn-area.submit-btn__area button {
    width: 100%;
  }
}
.form-content .btn-area.submit-btn__area .back-btn {
  background-color: #303030;
}
.form-content .send-status {
  margin-top: 2rem;
  text-align: center;
}
.form-content .send-status.success {
  color: green;
}
.form-content .send-status.error {
  color: red;
}

#top {
  z-index: 0;
  position: relative;
}
#top .mv-section {
  height: 100vh;
  padding-bottom: 14.7rem;
}
#top .mv-section .mv-wrapper {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #top .mv-section .mv-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #top .mv-section .mv-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6rem;
  }
}
#top .mv-section .mv-wrapper .title-area {
  position: relative;
  padding-left: 4.2rem;
  padding-right: 4.2rem;
  color: #2D3D86;
  line-height: 1;
  z-index: 1;
}
#top .mv-section .mv-wrapper .title-area h1 {
  font-size: 6rem;
  font-weight: 600;
}
#top .mv-section .mv-wrapper .title-area .description {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  #top .mv-section .mv-wrapper .title-area {
    display: block;
    padding-top: 16rem;
  }
  #top .mv-section .mv-wrapper .title-area h1 {
    font-size: 9rem;
  }
  #top .mv-section .mv-wrapper .title-area .description {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 820px) {
  #top .mv-section .mv-wrapper .title-area {
    display: block;
    padding-top: 16rem;
  }
  #top .mv-section .mv-wrapper .title-area h1 {
    font-size: 6rem;
  }
  #top .mv-section .mv-wrapper .title-area .description {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #top .mv-section .mv-wrapper .title-area {
    padding-top: 10rem;
  }
  #top .mv-section .mv-wrapper .title-area h1 {
    font-size: 5rem;
  }
  #top .mv-section .mv-wrapper .title-area .description {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 576px) {
  #top .mv-section .mv-wrapper .title-area h1 {
    font-size: 3.2rem;
  }
  #top .mv-section .mv-wrapper .title-area .description {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 375px) {
  #top .mv-section .mv-wrapper .title-area {
    padding-left: 2rem;
  }
  #top .mv-section .mv-wrapper .title-area h1 {
    font-size: 3.2rem;
  }
  #top .mv-section .mv-wrapper .title-area .description {
    font-size: 2rem;
  }
}
#top .mv-section .mv-wrapper .img-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
}
#top .mv-section .mv-wrapper .img-area img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1024px) {
  #top .mv-section .mv-wrapper .img-area {
    bottom: 0;
    top: unset;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  #top .mv-section .mv-wrapper .img-area {
    position: relative;
    width: 80%;
    margin: auto;
  }
}
#top .news-section {
  padding: 9.6rem 0 14rem;
}
#top .news-section .news-title h2 {
  font-size: 3.6rem;
  line-height: 4rem;
  text-align: center;
  color: #0F172A;
}
#top .news-section .news-content {
  margin-top: 6.4rem;
  border-top: 4px solid #1e40af;
  padding: 5.2rem 4.8rem;
  background-color: #f8fafc;
  -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 576px) {
  #top .news-section .news-content {
    padding: 3rem 3rem;
  }
}
@media only screen and (max-width: 375px) {
  #top .news-section .news-content {
    padding: 2rem;
  }
}
#top .news-section .news-content ul.news-list li.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media only screen and (max-width: 576px) {
  #top .news-section .news-content ul.news-list li.news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top .news-section .news-content ul.news-list li.news-item:not(:first-child) {
  padding-top: 2.4rem;
}
#top .news-section .news-content ul.news-list li.news-item:not(:last-child) {
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 2.5rem;
}
#top .news-section .news-content ul.news-list li.news-item .date {
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #2D3D86;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding: 0.4rem 1.2rem;
}
@media only screen and (max-width: 576px) {
  #top .news-section .news-content ul.news-list li.news-item .date {
    width: 12rem;
    font-size: 1.6rem;
  }
}
#top .news-section .news-content ul.news-list li.news-item .news-info {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#top .news-section .news-content ul.news-list li.news-item .news-info .title {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  #top .news-section .news-content ul.news-list li.news-item .news-info .title {
    font-size: 2.2rem;
  }
}
#top .news-section .news-content ul.news-list li.news-item .news-info .news-desc {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media only screen and (max-width: 576px) {
  #top .news-section .news-content ul.news-list li.news-item .news-info .news-desc {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#top .news-section .news-link {
  margin-top: 5rem;
}
#top .mission-section {
  background-color: #F3F7FB;
}
#top .mission-section .section-title {
  color: #fff;
}
#top .mission-section .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #top .mission-section .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top .mission-section .flex-wrapper .text-field {
  color: #0F172A;
}
#top .mission-section .flex-wrapper .text-field h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
}
@media only screen and (max-width: 1024px) {
  #top .mission-section .flex-wrapper .text-field h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 375px) {
  #top .mission-section .flex-wrapper .text-field h3 {
    font-size: 2.6rem;
  }
}
#top .mission-section .flex-wrapper .text-field .desc {
  font-size: 2.7rem;
  font-weight: 300;
  margin-top: 4.4rem;
}
@media only screen and (max-width: 576px) {
  #top .mission-section .flex-wrapper .text-field .desc {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  #top .mission-section .flex-wrapper .text-field .desc {
    font-size: 1.8rem;
  }
}
#top .mission-section .flex-wrapper .img-field {
  margin-top: -16.3rem;
  text-align: center;
}
#top .mission-section .flex-wrapper .img-field img {
  width: 56.7rem;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #top .mission-section .flex-wrapper .img-field {
    margin-top: 0;
  }
  #top .mission-section .flex-wrapper .img-field img {
    width: 40rem;
  }
}
@media only screen and (max-width: 768px) {
  #top .mission-section .flex-wrapper .img-field {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  #top .mission-section .flex-wrapper .img-field img {
    width: 100%;
  }
}
#top .service-section .service-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6.4rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6.4rem;
}
@media only screen and (max-width: 1024px) {
  #top .service-section .service-items {
    gap: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  #top .service-section .service-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#top .service-section .service-items .service-item {
  padding: 6rem 4.8rem;
  border-top: 4px solid #1e40af;
  background-color: #f8fafc;
  text-align: center;
  -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1019607843);
}
#top .service-section .service-items .service-item .img-field img {
  width: 100%;
}
#top .service-section .service-items .service-item .service-info {
  margin-top: 3.2rem;
}
#top .service-section .service-items .service-item .service-info .item-title {
  font-size: 3.6rem;
  font-weight: 600;
  color: #0F172A;
}
@media only screen and (max-width: 1024px) {
  #top .service-section .service-items .service-item .service-info .item-title {
    font-size: 3.2rem;
  }
}
#top .service-section .service-items .service-item .service-info .item-desc {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  #top .service-section .service-items .service-item .service-info .item-desc {
    font-size: 1.4rem;
  }
}

#company .top-bg-section {
  background-image: url("../image/company-header-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#company .president-section {
  padding: 10rem 0;
}
#company .president-section .wrapper {
  padding: 0 3.2rem;
}
@media only screen and (max-width: 576px) {
  #company .president-section .wrapper {
    padding: 0;
  }
}
#company .president-section .wrapper .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.8rem;
}
@media only screen and (max-width: 820px) {
  #company .president-section .wrapper .content-wrap {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#company .president-section .wrapper .content-wrap .detail-info {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media only screen and (max-width: 820px) {
  #company .president-section .wrapper .content-wrap .detail-info {
    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: 6rem;
  }
}
#company .president-section .wrapper .content-wrap .detail-info .summary {
  font-size: 2.4rem;
  line-height: 1.5;
}
#company .president-section .wrapper .content-wrap .detail-info .owner-detail {
  text-align: right;
  color: #0F172A;
}
@media only screen and (max-width: 820px) {
  #company .president-section .wrapper .content-wrap .detail-info .owner-detail {
    text-align: center;
  }
}
#company .president-section .wrapper .content-wrap .detail-info .owner-detail .owner-info {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
}
#company .president-section .wrapper .content-wrap .detail-info .owner-detail .owner-name {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 2.7rem;
}
#company .president-section .wrapper .content-wrap .img-field figure {
  width: 40rem;
  aspect-ratio: 2/3;
}
@media only screen and (max-width: 820px) {
  #company .president-section .wrapper .content-wrap .img-field figure {
    width: 80%;
    margin: auto;
  }
}
#company .vision-section {
  padding: 10rem 0;
}
#company .vision-section .wrapper {
  padding: 0 3.2rem;
}
@media only screen and (max-width: 576px) {
  #company .vision-section .wrapper {
    padding: 0;
  }
}
#company .vision-section .summary {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  #company .vision-section .summary {
    text-align: left;
  }
}
#company .vision-section .vision-items {
  margin-top: 6.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6.4rem minmax(0, 1fr) 6.4rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6.4rem;
}
@media only screen and (max-width: 1024px) {
  #company .vision-section .vision-items {
    gap: 3rem;
  }
}
@media only screen and (max-width: 820px) {
  #company .vision-section .vision-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#company .vision-section .vision-items .vision-item {
  padding: 6.4rem;
  background-color: #f8fafc;
  border-top: 4px solid #1E40AF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  #company .vision-section .vision-items .vision-item {
    padding: 3.4rem;
  }
}
#company .vision-section .vision-items .vision-item .index-number {
  width: 9.6rem;
  aspect-ratio: 1/1;
  margin: auto;
  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;
  background-image: linear-gradient(20deg, #1e40af, #1e3a8a);
  border: 4px solid #fff;
  border-radius: 50%;
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
}
#company .vision-section .vision-items .vision-item .vision-title {
  margin-top: 4.8rem;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  color: #0F172A;
}
#company .vision-section .vision-items .vision-item .vision-desc {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  #company .vision-section .vision-items .vision-item .vision-desc {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
#company .overview-section {
  padding: 10rem 0;
}
#company .overview-section .wrapper {
  padding: 0 3.2rem;
}
@media only screen and (max-width: 576px) {
  #company .overview-section .wrapper {
    padding: 0;
  }
}
#company .overview-section .wrapper .content-wrap {
  padding: 0 3.2rem;
}
@media only screen and (max-width: 576px) {
  #company .overview-section .wrapper .content-wrap {
    padding: 0;
  }
}
#company .overview-section .wrapper .content-wrap .company-overview {
  margin-top: 6.8rem;
  padding: 8.4rem 8rem;
  border-top: 4px solid #1E40AF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  #company .overview-section .wrapper .content-wrap .company-overview {
    padding: 5rem;
  }
}
@media only screen and (max-width: 576px) {
  #company .overview-section .wrapper .content-wrap .company-overview {
    padding: 5rem 3rem;
  }
}
#company .overview-section .wrapper .content-wrap .company-overview .row-item {
  line-height: 1.2;
}
#company .overview-section .wrapper .content-wrap .company-overview .row-item + .row-item {
  margin-top: 4.8rem;
}
#company .overview-section .wrapper .content-wrap .company-overview .row-item .ov-label {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  #company .overview-section .wrapper .content-wrap .company-overview .row-item .ov-label {
    font-size: 2.6rem;
  }
}
#company .overview-section .wrapper .content-wrap .company-overview .row-item .ov-txt {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media only screen and (max-width: 576px) {
  #company .overview-section .wrapper .content-wrap .company-overview .row-item .ov-txt {
    font-size: 2.2rem;
  }
}
#company .overview-section .wrapper .content-wrap .company-overview .row-item a {
  display: block;
  color: #1e3cff;
}
#company .history-section {
  background-color: #f8fafc;
  padding: 10rem 0;
}
#company .history-section .wrapper {
  padding: 0 3.2rem;
}
@media only screen and (max-width: 576px) {
  #company .history-section .wrapper {
    padding: 0;
  }
}
#company .history-section .wrapper .content-wrap {
  margin-top: 6.8rem;
  padding: 0 3.2rem;
}
@media only screen and (max-width: 576px) {
  #company .history-section .wrapper .content-wrap {
    padding: 0;
  }
}
#company .history-section .wrapper .content-wrap .history-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  background-color: #fff;
  padding: 4.8rem 5.2rem;
  border-left: 4px solid #1E40AF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#company .history-section .wrapper .content-wrap .history-list li + li {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 576px) {
  #company .history-section .wrapper .content-wrap .history-list li + li {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  #company .history-section .wrapper .content-wrap .history-list li {
    padding: 2.4rem;
    display: block;
  }
}
#company .history-section .wrapper .content-wrap .history-list li .year {
  background-color: #0F172A;
  padding: 1.2rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 576px) {
  #company .history-section .wrapper .content-wrap .history-list li .year {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 15rem;
    font-size: 2.2rem;
    text-align: center;
  }
}
#company .history-section .wrapper .content-wrap .history-list li .desc {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1.8rem;
}
@media only screen and (max-width: 576px) {
  #company .history-section .wrapper .content-wrap .history-list li .desc {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}

#service .top-bg-section {
  background-image: url("../image/service-header-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#service .top-bg-section::before {
  background: rgba(0, 0, 0, 0.6);
}
#service .service-section-title {
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
  color: #0F172A;
  margin-bottom: 12.8rem;
}
@media only screen and (max-width: 1024px) {
  #service .service-section-title {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 576px) {
  #service .service-section-title {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 375px) {
  #service .service-section-title {
    font-size: 3rem;
  }
}
#service .contract-section {
  padding: 19.2rem 0 26.7rem;
}
@media only screen and (max-width: 1024px) {
  #service .contract-section {
    padding: 10rem 0;
  }
}
#service .contract-section .content-wrap .workflow-wrapper {
  margin-top: 10rem;
  text-align: center;
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #0F172A;
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-inner {
  position: relative;
  margin-top: 9.6rem;
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-inner .bubble-mark {
  position: absolute;
  background-color: #dbeafe;
  border-radius: 50%;
  width: 3.2rem;
  aspect-ratio: 1/1;
  z-index: 2;
  opacity: 0.5;
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-inner .bubble-mark.bubble1 {
  top: -1.6rem;
  left: -1.6rem;
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-inner .bubble-mark.bubble2 {
  top: 46%;
  left: 24%;
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-inner .bubble-mark.bubble3 {
  width: 4.8rem;
  bottom: -1.6rem;
  right: -1.6rem;
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3.2rem;
  z-index: 0;
}
@media only screen and (max-width: 820px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list {
    gap: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1e40af), color-stop(#2563eb), to(#1e40af));
  background: linear-gradient(to right, #1e40af, #2563eb, #1e40af);
  top: 4.7rem;
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list::before {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
@media only screen and (max-width: 375px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li {
    gap: 2rem;
  }
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-list li .icon {
  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;
  width: 9.6rem;
  aspect-ratio: 1/1;
  margin: auto;
  background-color: #1E40AF;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 576px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li .icon {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-width: 3px;
  }
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li .icon::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 250%;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e40af), color-stop(#2563eb), to(#1e40af));
    background: linear-gradient(to bottom, #1e40af, #2563eb, #1e40af);
    left: calc(50% - 1px);
    z-index: -1;
  }
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li .icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: calc(50% - 1px);
    right: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e40af), color-stop(#2563eb), to(#1e40af));
    background: linear-gradient(to bottom, #1e40af, #2563eb, #1e40af);
    z-index: -1;
  }
}
@media only screen and (max-width: 375px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li .icon {
    width: 7rem;
  }
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li .icon::before {
    height: 400%;
  }
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-list li .workflow-item__card {
  margin-top: 3.2rem;
  padding: 2.5rem;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-height: 19rem;
}
@media only screen and (max-width: 820px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li .workflow-item__card {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li .workflow-item__card {
    min-height: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0;
    padding: 3rem 2rem;
  }
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-list li .workflow-item__card .card-title {
  font-size: 2rem;
  font-weight: 500;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li .workflow-item__card .card-title {
    font-size: 2.4rem;
  }
}
#service .contract-section .content-wrap .workflow-wrapper .workflow-list li .workflow-item__card .card-body {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 576px) {
  #service .contract-section .content-wrap .workflow-wrapper .workflow-list li .workflow-item__card .card-body {
    font-size: 1.8rem;
  }
}
#service .contract-section .flex-wrapper,
#service .support-section .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6.4rem;
}
@media only screen and (max-width: 820px) {
  #service .contract-section .flex-wrapper,
  #service .support-section .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5rem;
  }
}
@media only screen and (max-width: 576px) {
  #service .contract-section .flex-wrapper,
  #service .support-section .flex-wrapper {
    padding: 0;
  }
}
#service .contract-section .flex-wrapper .detail-info,
#service .support-section .flex-wrapper .detail-info {
  width: 50%;
}
@media only screen and (max-width: 820px) {
  #service .contract-section .flex-wrapper .detail-info,
  #service .support-section .flex-wrapper .detail-info {
    width: 100%;
  }
}
#service .contract-section .flex-wrapper .detail-info .desc,
#service .support-section .flex-wrapper .detail-info .desc {
  font-size: 2rem;
  line-height: 1.6;
}
#service .contract-section .flex-wrapper .detail-info .note,
#service .support-section .flex-wrapper .detail-info .note {
  margin-top: 3rem;
  padding: 3.2rem 3.6rem;
  border-left: 4px solid #1E40AF;
  background-color: #eff6ff;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
#service .contract-section .flex-wrapper .img-field,
#service .support-section .flex-wrapper .img-field {
  width: 50%;
}
@media only screen and (max-width: 820px) {
  #service .contract-section .flex-wrapper .img-field,
  #service .support-section .flex-wrapper .img-field {
    width: 100%;
  }
}
#service .contract-section .flex-wrapper .img-field img,
#service .support-section .flex-wrapper .img-field img {
  width: 100%;
}
#service .support-section {
  background-color: #f8fafc;
  padding: 15rem 0;
}
@media only screen and (max-width: 1024px) {
  #service .support-section {
    padding: 10rem 0;
  }
  #service .support-section .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#service .support-section .stack-wrapper {
  margin-top: 16rem;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  #service .support-section .stack-wrapper {
    margin-top: 10rem;
  }
}
#service .support-section .stack-wrapper .stack-title__area .stack-title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #0F172A;
}
#service .support-section .stack-wrapper .stack-title__area .stack-desc {
  font-size: 2rem;
  margin-top: 3.2rem;
}
#service .support-section .stack-wrapper .stack-inner {
  position: relative;
  margin-top: 7.6rem;
}
#service .support-section .stack-wrapper .stack-inner .stack-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #service .support-section .stack-wrapper .stack-inner .stack-list {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  #service .support-section .stack-wrapper .stack-inner .stack-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#service .support-section .stack-wrapper .stack-inner .stack-list li {
  background-color: #fff;
  padding: 3.4rem;
  border: 2px solid #f1f5f9;
}
@media only screen and (max-width: 768px) {
  #service .support-section .stack-wrapper .stack-inner .stack-list li {
    padding: 3rem 2rem;
  }
}
#service .support-section .stack-wrapper .stack-inner .stack-list li .icon {
  width: 6.4rem;
  aspect-ratio: 1/1;
  background-color: #dbeafe;
  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;
  margin: auto;
}
#service .support-section .stack-wrapper .stack-inner .stack-list li .stack-title {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.25;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  #service .support-section .stack-wrapper .stack-inner .stack-list li .stack-title {
    font-size: 2rem;
  }
}
#service .support-section .stack-wrapper .stack-inner .stack-list li .stack-type {
  margin-top: 1.2rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 576px) {
  #service .support-section .stack-wrapper .stack-inner .stack-list li .stack-type {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
#service .reason-section {
  padding: 15rem 0;
}
@media only screen and (max-width: 1024px) {
  #service .reason-section {
    padding: 10rem 0;
  }
}
#service .reason-section .wrapper {
  padding: 0 3.2rem;
}
@media only screen and (max-width: 576px) {
  #service .reason-section .wrapper {
    padding: 0;
  }
}
#service .reason-section .wrapper .content-wrap {
  padding: 0 3.2rem;
}
@media only screen and (max-width: 820px) {
  #service .reason-section .wrapper .content-wrap {
    padding: 0;
  }
}
#service .reason-section .wrapper .content-wrap .reason-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 8rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8rem;
  padding: 10rem 9.6rem;
  border-top: 4px solid #1E40AF;
  background-color: #f8fafc;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 1024px) {
  #service .reason-section .wrapper .content-wrap .reason-items {
    padding: 8rem 3rem;
    gap: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  #service .reason-section .wrapper .content-wrap .reason-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 5rem 2rem;
    gap: 6rem;
  }
}
#service .reason-section .wrapper .content-wrap .reason-items .reason-item .reason-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
#service .reason-section .wrapper .content-wrap .reason-items .reason-item .reason-title__area .reason-title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #0F172A;
}
#service .reason-section .wrapper .content-wrap .reason-items .reason-item .reason-title__area .icon {
  position: relative;
  width: 8rem;
  aspect-ratio: 1/1;
  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;
  z-index: 0;
  background-color: #0F172A;
}
#service .reason-section .wrapper .content-wrap .reason-items .reason-item .reason-title__area .icon::before {
  content: "";
  position: relative;
  width: 3rem;
  aspect-ratio: 1/1;
}
#service .reason-section .wrapper .content-wrap .reason-items .reason-item .reason-title__area .icon.reason-icon1::before {
  background-image: url("../image/icon/reason-icon1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#service .reason-section .wrapper .content-wrap .reason-items .reason-item .reason-title__area .icon.reason-icon2::before {
  background-image: url("../image/icon/reason-icon2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#service .reason-section .wrapper .content-wrap .reason-items .reason-item .desc {
  margin-top: 4.8rem;
  font-size: 1.8rem;
  line-height: 1.75;
}
#service .reason-section .wrapper .content-wrap .reason-items .reason-item .desc .edu-flow {
  margin: 3.2rem 0;
  background-color: #fff;
  padding: 3.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.2rem minmax(0, 1fr) 1.2rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  #service .reason-section .wrapper .content-wrap .reason-items .reason-item .desc .edu-flow {
    padding: 2rem 1rem;
  }
}
#service .reason-section .wrapper .content-wrap .reason-items .reason-item .desc .edu-flow .flow-item {
  position: relative;
  padding: 2rem 0.5rem;
  background-color: #dbeafe;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #1e40af;
  z-index: 0;
}
#service .reason-section .wrapper .content-wrap .reason-items .reason-item .desc .edu-flow .flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.1rem;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5645 5.66673L6.08224 1.20007L7.26528 0.0167322L13.747 6.50007L7.26528 12.9834L6.08224 11.8001L10.5645 7.3334H0.416992V5.66673H10.5645Z' fill='%2394A3B8'/%3E%3C/svg%3E%0A");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.2rem;
  z-index: -1;
}
#service .experience-section {
  background-color: #f8fafc;
  padding: 15rem 0;
}
@media only screen and (max-width: 1024px) {
  #service .experience-section {
    padding: 10rem 0;
  }
}
#service .experience-section .wrapper {
  padding: 0 3.2rem;
}
@media only screen and (max-width: 576px) {
  #service .experience-section .wrapper {
    padding: 0;
  }
}
#service .experience-section .wrapper .content-wrap {
  margin-top: 12.8rem;
  padding: 0 3.2rem;
}
@media only screen and (max-width: 1024px) {
  #service .experience-section .wrapper .content-wrap {
    margin-top: 10rem;
    padding: 0;
  }
}
#service .experience-section .wrapper .content-wrap .exp-inner .exp-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4.8rem minmax(0, 1fr) 4.8rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4.8rem;
}
@media only screen and (max-width: 1024px) {
  #service .experience-section .wrapper .content-wrap .exp-inner .exp-list {
    gap: 3rem;
  }
}
@media only screen and (max-width: 820px) {
  #service .experience-section .wrapper .content-wrap .exp-inner .exp-list {
    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;
  }
}
#service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item {
  padding: 5.2rem 4.8rem;
  background-color: #fff;
  border-top: 4px solid #1E40AF;
  -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 1024px) {
  #service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item {
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 820px) {
  #service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item {
    width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  #service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item {
    width: 100%;
  }
}
#service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-icon {
  margin: auto;
  width: 8rem;
  aspect-ratio: 1/1;
  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;
  position: relative;
  background-color: #dbeafe;
}
@media only screen and (max-width: 768px) {
  #service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-icon {
    width: 10rem;
  }
}
#service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-icon span {
  display: block;
  width: 3rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  #service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-icon span {
    width: 5rem;
  }
}
#service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-icon span.bucket-icon {
  background-image: url("../image/icon/bucket.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-icon span.chart-icon {
  background-image: url("../image/icon/bar-chart.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-icon span.truck-icon {
  background-image: url("../image/icon/truck.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-title {
  margin-top: 3.2rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #0F172A;
}
#service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-desc {
  margin-top: 2.4rem;
}
#service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-cat {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-title {
    font-size: 3rem;
  }
  #service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-desc {
    font-size: 1.8rem;
    text-align: center;
  }
  #service .experience-section .wrapper .content-wrap .exp-inner .exp-list .exp-item .exp-cat {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    text-align: center;
  }
}

#recruit-page .section-title__area {
  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;
  margin-bottom: 8.6rem;
  gap: 5rem;
}
@media only screen and (max-width: 820px) {
  #recruit-page .section-title__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit-page .section-title__area .recruit-section-title {
  color: #1E40AF;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 576px) {
  #recruit-page .section-title__area .recruit-section-title {
    white-space: nowrap;
  }
}
#recruit-page .section-title__area .recruit-section-title .en {
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  #recruit-page .section-title__area .recruit-section-title .en {
    font-size: 2.8rem;
  }
}
#recruit-page .section-title__area .recruit-section-title .jp-title {
  margin-top: 1.6rem;
  font-size: 4.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 820px) {
  #recruit-page .section-title__area .recruit-section-title .jp-title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .section-title__area .recruit-section-title .jp-title {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .section-title__area .recruit-section-title .jp-title {
    font-size: 3.2rem;
  }
}
#recruit-page .section-title__area .recruit-section-title .catch {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 820px) {
  #recruit-page .section-title__area .recruit-section-title .catch {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .section-title__area .recruit-section-title .catch {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .section-title__area .recruit-section-title .catch {
    font-size: 1.6rem;
  }
}
#recruit-page .section-title__area .title-img__area {
  width: 44.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#recruit-page .section-title__area .title-img__area img {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  #recruit-page .section-title__area .title-img__area {
    width: 80%;
    margin: auto;
  }
}
#recruit-page .recruit-mv {
  background-color: #fff;
}
#recruit-page .recruit-mv .wrapper {
  height: 52.3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 576px) {
  #recruit-page .recruit-mv .wrapper {
    height: 50rem;
  }
}
#recruit-page .recruit-mv .wrapper .title-area {
  position: relative;
  color: #1E40AF;
  font-weight: 600;
  z-index: 1;
  padding-top: 10rem;
}
#recruit-page .recruit-mv .wrapper .title-area .en {
  font-size: 9.6rem;
}
#recruit-page .recruit-mv .wrapper .title-area .jp {
  font-size: 3.2rem;
}
@media only screen and (max-width: 576px) {
  #recruit-page .recruit-mv .wrapper .title-area .en {
    font-size: 4.8rem;
  }
  #recruit-page .recruit-mv .wrapper .title-area .jp {
    font-size: 2.4rem;
  }
}
#recruit-page .recruit-mv .wrapper .img-area {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 820px) {
  #recruit-page .recruit-mv .wrapper .img-area {
    width: 60%;
  }
  #recruit-page .recruit-mv .wrapper .img-area img {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .recruit-mv .wrapper .img-area {
    width: 80%;
    bottom: 5rem;
  }
}
#recruit-page .statics-section {
  background-color: #f8fafc;
  padding: 15rem 0;
}
@media only screen and (max-width: 820px) {
  #recruit-page .statics-section {
    padding: 10rem 0;
  }
}
#recruit-page .statics-section .content-wrap .statics-group + .statics-group {
  margin-top: 6.4rem;
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner {
  display: -ms-grid;
  display: grid;
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item {
  padding: 3.2rem;
  background-color: #fff;
  border-top: 4px solid #1e40af;
  text-align: center;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 576px) {
  #recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item {
    padding: 3rem 2rem;
  }
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .value {
  font-size: 6rem;
  color: #1E40AF;
  font-weight: 300;
}
@media only screen and (max-width: 576px) {
  #recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .value {
    font-size: 4.8rem;
  }
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .item-unit {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0.8rem;
  color: #0F172A;
}
@media only screen and (max-width: 820px) {
  #recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .item-unit {
    font-size: 2.2rem;
  }
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .chart {
  position: relative;
  width: 18.3rem;
  aspect-ratio: 1/1;
  margin: auto;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .chart canvas {
  display: block;
  width: 100%;
  height: 100%;
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .chart img {
  width: 100%;
  height: auto;
  margin: auto;
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .chart .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.2rem;
  font-weight: 600;
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .chart .percent.chart1-val {
  color: #1e40af;
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .chart .percent.chart2-val {
  color: #55b685;
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .chart .percent.chart3-val {
  color: #f59e0b;
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .item-title {
  color: #0F172A;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.6rem;
  min-height: 6rem;
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .item-title small {
  font-size: 0.7em;
}
@media only screen and (max-width: 820px) {
  #recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .item-title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .item-title {
    font-size: 2.6rem;
  }
}
#recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .item-desc {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 820px) {
  #recruit-page .statics-section .content-wrap .statics-group .group-inner .group-item .item-desc {
    font-size: 1.6rem;
  }
}
#recruit-page .statics-section .content-wrap .statics-group.group1 .group-inner {
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.2rem;
}
@media only screen and (max-width: 820px) {
  #recruit-page .statics-section .content-wrap .statics-group.group1 .group-inner {
    -ms-grid-columns: minmax(0, 1fr) 3rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .statics-section .content-wrap .statics-group.group1 .group-inner {
    gap: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .statics-section .content-wrap .statics-group.group1 .group-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#recruit-page .statics-section .content-wrap .statics-group.group2 .group-inner {
  -ms-grid-columns: minmax(0, 1fr) 4.8rem minmax(0, 1fr) 4.8rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4.8rem;
}
@media only screen and (max-width: 820px) {
  #recruit-page .statics-section .content-wrap .statics-group.group2 .group-inner {
    gap: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  #recruit-page .statics-section .content-wrap .statics-group.group2 .group-inner {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .statics-section .content-wrap .statics-group.group2 .group-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .group-title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  #recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .group-title {
    font-size: 3rem;
  }
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  #recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .group-item {
  padding: 5.2rem 4.8rem;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .chart img {
  width: 21.2rem;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list {
  margin-top: 2rem;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item {
  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;
  padding: 4px 0;
  line-height: 1;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item + .percent-item {
  margin-top: 1.2rem;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 576px) {
  #recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-label {
    font-size: 2rem;
  }
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-label .color-panel {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-label .color-panel.blue {
  background-color: #3b82f6;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-label .color-panel.green {
  background-color: #22c55e;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-label .color-panel.yellow {
  background-color: #f59e0b;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-value {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  #recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-value {
    font-size: 2.8rem;
  }
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-value.blue {
  color: #3b82f6;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-value.green {
  color: #22c55e;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .percentage-list .percent-item .percent-value.yellow {
  color: #f59e0b;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .ease-list .ease-item {
  margin-top: 2.4rem;
  background-color: #eff6ff;
  padding: 2.8rem 2.4rem 2.4rem;
  border-left: 4px solid #1E40AF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .ease-list .ease-item .info {
    text-align: left;
  }
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .ease-list .ease-item .info .t1 {
  font-size: 1.6rem;
  font-weight: 500;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .ease-list .ease-item .info .t2 {
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .ease-list .ease-item .ease-value {
  font-size: 3rem;
  color: #1e40af;
  font-weight: 300;
}
#recruit-page .statics-section .content-wrap .statics-group.group3 .group-inner .flex-wrapper .flex-content .ease-list .ease-item .ease-value.small {
  font-size: 2.4rem;
}
#recruit-page .career-section {
  padding: 15rem 0;
  background-color: #f3f7fb;
}
@media only screen and (max-width: 820px) {
  #recruit-page .career-section .section-title__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 820px) {
  #recruit-page .career-section {
    padding: 10rem 0;
  }
}
#recruit-page .career-section .wrapper {
  padding: 0 3.2rem;
}
@media only screen and (max-width: 820px) {
  #recruit-page .career-section .wrapper {
    padding: 0;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group + .career-group {
  margin-top: 6.4rem;
}
#recruit-page .career-section .wrapper .content-wrap .career-group .group-item {
  background-color: #fff;
  padding: 4.8rem;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 820px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group .group-item {
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group .group-item {
    padding: 3rem 2rem;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group .group-item .desc {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group .group-item .desc {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group .group-item .desc.blue {
  color: #1e40af;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2rem;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-legend {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-legend {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5rem;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-legend .legend {
  padding: 2.4rem 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #1e40af;
  -webkit-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  -ms-writing-mode: bt-lr;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-legend .legend + .legend {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-legend .legend + .legend {
    margin-top: 0;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-legend .legend {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 0.5rem 1rem;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 8rem;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 820px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content {
    padding: 0;
    margin-top: 1rem;
    width: 100%;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1rem;
  gap: 1rem;
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 0;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar .bar-in {
  border: 2px solid #1e40af;
  padding: 1rem;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar .bar-in {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border-width: 1px;
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar .bar-in .bar-icon {
    display: none;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar .bar-in .bar-icon svg {
  width: 19px;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar .bar-in .bar-text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #1e40af;
  margin-top: 5px;
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar .bar-in .bar-text {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar .bar-label {
  margin-top: 1.6rem;
  padding-top: 10px;
  border-top: 1px solid #f4f6f9;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar .bar-label {
    height: 2.6rem;
    margin-top: 0;
    padding-top: 0;
    border: unset;
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar .bar-label {
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.2rem;
    width: 10rem;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:first-child .bar-in {
  background-color: #e3f0ff;
  height: 12.8rem;
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:first-child .bar-in {
    width: 40%;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:nth-child(2) .bar-in {
  height: 17rem;
  background-color: #abd0ff;
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:nth-child(2) .bar-in {
    width: 50%;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:nth-child(3) .bar-in {
  height: 21rem;
  background-color: #3594ff;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:nth-child(3) .bar-in svg path {
  fill: #fff;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:nth-child(3) .bar-in .bar-text {
  color: #fff;
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:nth-child(3) .bar-in {
    width: 60%;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:nth-child(4) .bar-in {
  height: 25.6rem;
  background-color: #1e40af;
  border-color: #fff;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:nth-child(4) .bar-in svg path {
  fill: #fff;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:nth-child(4) .bar-in .bar-text {
  color: #fff;
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar:nth-child(4) .bar-in {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .chart-bar .bar .bar-in {
    height: 4rem !important;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group1 .group-item .bar-chart__area .bar-chart__inner .chart-content .x-label {
  margin-top: 3.4rem;
  padding-top: 2.4rem;
  border-top: 2px solid #60a5fa;
  text-align: center;
  font-size: 1.2rem;
  color: #64748b;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem;
}
@media only screen and (max-width: 576px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item {
  border-left: 8px solid #93c5fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .group-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .group-title__area .icon {
  position: relative;
  width: 4.8rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #1e40af;
  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;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .group-title__area .icon span {
  width: 2rem;
  aspect-ratio: 1/1;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .group-title__area .icon span.edu {
  background-image: url("../image/icon/education.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .group-title__area .icon span.boost {
  background-image: url("../image/icon/boost.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .group-title__area .title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .group-title__area .title {
    font-size: 2.6rem;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .desc {
  margin-top: 2.4rem;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 576px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .desc {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .ul-list {
  margin-top: 2.4rem;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .ul-list li {
  position: relative;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 576px) {
  #recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .ul-list li {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .ul-list li::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.9rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.91557 7.11985L11.0451 0.986517L11.9778 1.93318L4.91557 9.01318L0.678223 4.75985L1.61097 3.82652L4.91557 7.11985Z' fill='%231E40AF'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#recruit-page .career-section .wrapper .content-wrap .career-group.group2 .group-item .ul-list li + li {
  margin-top: 1.2rem;
}
#recruit-page .interview-section {
  padding: 15rem 0;
}
@media only screen and (max-width: 820px) {
  #recruit-page .interview-section {
    padding: 10rem 0;
  }
}
#recruit-page .interview-section .wrapper .wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8fafc;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 576px) {
  #recruit-page .interview-section .wrapper .wrap-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit-page .interview-section .wrapper .wrap-inner .thumbnail-wrap {
  position: relative;
  width: 43.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  #recruit-page .interview-section .wrapper .wrap-inner .thumbnail-wrap {
    width: 40rem;
  }
}
@media only screen and (max-width: 820px) {
  #recruit-page .interview-section .wrapper .wrap-inner .thumbnail-wrap {
    width: 30rem;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .interview-section .wrapper .wrap-inner .thumbnail-wrap {
    width: 100%;
    height: 60rem;
  }
}
#recruit-page .interview-section .wrapper .wrap-inner .thumbnail-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(30, 58, 138, 0.6)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(30, 58, 138, 0.6) 60%);
  z-index: 1;
}
#recruit-page .interview-section .wrapper .wrap-inner .thumbnail-wrap figure {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit-page .interview-section .wrapper .wrap-inner .thumbnail-wrap .person-info {
  position: absolute;
  bottom: 3.2rem;
  left: 3.2rem;
  color: #fff;
  z-index: 3;
}
#recruit-page .interview-section .wrapper .wrap-inner .thumbnail-wrap .person-info .catch {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  background-color: #1e40af;
}
#recruit-page .interview-section .wrapper .wrap-inner .thumbnail-wrap .person-info .name {
  font-size: 3rem;
  font-weight: 300;
  margin-top: 0.8rem;
}
#recruit-page .interview-section .wrapper .wrap-inner .thumbnail-wrap .person-info .summary {
  font-size: 2rem;
}
#recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 6.4rem;
}
@media only screen and (max-width: 1024px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap {
    padding: 6rem 4rem;
  }
}
@media only screen and (max-width: 820px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap {
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap {
    padding: 4rem 0;
  }
}
#recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area .title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.2;
  text-align: right;
}
#recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area .title.text-left {
  text-align: left;
}
#recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area .title.text-right {
  text-align: right;
}
@media only screen and (max-width: 820px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area .title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area .title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area .title {
    font-size: 2.2rem;
  }
}
#recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area .sm-thumbnail {
  width: 26.8rem;
  aspect-ratio: 268/192;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -2rem;
}
#recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area .sm-thumbnail figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 820px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area .sm-thumbnail {
    width: 20rem;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .title-area .sm-thumbnail {
    margin-right: 0;
    width: 70%;
  }
}
#recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .desc {
  font-size: 1.8rem;
  line-height: 1.75;
  color: #334155;
  margin-top: 3rem;
}
@media only screen and (max-width: 820px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .desc {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .desc {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  #recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail .desc {
    font-size: 1.8rem;
  }
}
#recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail + .detail {
  margin-top: 2rem;
}
#recruit-page .interview-section .wrapper .wrap-inner .detail-info-wrap .detail + .detail .title-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#recruit-page .interview-section .wrapper:nth-child(even) .wrap-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 576px) {
  #recruit-page .interview-section .wrapper:nth-child(even) .wrap-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit-page .interview-section .wrapper:nth-child(even) .wrap-inner .detail-info-wrap .detail:last-child .title-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  #recruit-page .interview-section .wrapper:nth-child(even) .wrap-inner .detail-info-wrap .detail:last-child .title-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
  }
}
#recruit-page .interview-section .wrapper:nth-child(even) .wrap-inner .detail-info-wrap .detail:last-child .title {
  text-align: right;
}
#recruit-page .interview-section .wrapper:nth-child(even) .wrap-inner .detail-info-wrap .detail:last-child .title.text-left {
  text-align: left;
}
#recruit-page .interview-section .wrapper:nth-child(even) .wrap-inner .detail-info-wrap .detail:last-child .title.text-right {
  text-align: right;
}
#recruit-page .interview-section .wrapper + .wrapper {
  margin-top: 9.6rem;
}
#recruit-page .external-link-section {
  background-color: #f8fafc;
  padding: 11rem 0;
}
#recruit-page .external-link-section .wrapper .ext-link__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2px minmax(0, 1fr) 2px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
@media only screen and (max-width: 820px) {
  #recruit-page .external-link-section .wrapper .ext-link__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 3.5rem;
  padding-bottom: 12rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}
@media only screen and (max-width: 820px) {
  #recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item {
    width: 50rem;
    margin: auto;
  }
}
@media only screen and (max-width: 576px) {
  #recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item {
    width: 100%;
  }
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item:last-child {
  background-color: #1e40af;
  color: #fff;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .item-detail .logo {
  width: 80%;
  min-height: 20rem;
  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;
  margin: auto;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .item-detail .logo img {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  #recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .item-detail .logo img {
    width: 100%;
  }
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .item-detail .logo-icon {
  width: 9.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-top: 2.4rem;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .item-detail .text {
  margin-top: 3rem;
  line-height: 2;
  font-size: 2.4rem;
  font-weight: 500;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .item-detail .text .lg {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .item-detail .text .sm {
  margin-top: 1.6rem;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .arrow-icon {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  width: 4.8rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .arrow-icon svg {
  width: 2rem;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .arrow-icon.blue {
  background-color: #005ce2;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .arrow-icon.sky {
  background-color: #00abeb;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item .arrow-icon.white {
  background-color: #fff;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item:hover .arrow-icon {
  background-color: #000;
}
#recruit-page .external-link-section .wrapper .ext-link__items .ext-link__item:hover .arrow-icon.white svg path {
  fill: #fff;
}

#access-page .top-bg-section {
  background-image: url("../image/access-header-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#access-page .access-section-title {
  text-align: center;
  margin-bottom: 8rem;
}
#access-page .access-section-title .title {
  font-size: 4rem;
  font-weight: 600;
  color: #0F172A;
}
#access-page .access-section-title .subtitle {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
}
#access-page .office-information {
  background-color: #f8fafc;
  padding: 9.6rem 0;
}
#access-page .office-information .content-wrap .office-info__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6.4rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6.4rem;
}
@media only screen and (max-width: 1024px) {
  #access-page .office-information .content-wrap .office-info__items {
    gap: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  #access-page .office-information .content-wrap .office-info__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#access-page .office-information .content-wrap .office-info__items .info-item {
  background-color: #fff;
  border-top: 4px solid #1E40AF;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-thumbnail__area {
  position: relative;
  height: 25.6rem;
  overflow: hidden;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-thumbnail__area .catch-name {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  padding: 1rem 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0F172A;
  color: #fff;
  z-index: 1;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-thumbnail__area figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail {
  padding: 4.8rem;
}
@media only screen and (max-width: 1024px) {
  #access-page .office-information .content-wrap .office-info__items .info-item .office-detail {
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 576px) {
  #access-page .office-information .content-wrap .office-info__items .info-item .office-detail {
    padding: 3rem 2rem;
  }
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .office-name {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  #access-page .office-information .content-wrap .office-info__items .info-item .office-detail .office-name {
    font-size: 2.8rem;
  }
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows {
  margin-top: 3.2rem;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media only screen and (max-width: 576px) {
  #access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row {
    font-size: 2rem;
  }
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row + .info-row {
  margin-top: 2.4rem;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row .icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.2rem;
  aspect-ratio: 1/1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #dbeafe;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
  margin-top: 0.5rem;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row .icon::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row .icon.location::before {
  background-image: url("../image/icon/location.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row .icon.tel::before {
  background-image: url("../image/icon/phone.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row .icon.fax::before {
  background-image: url("../image/icon/fax.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row .icon.time::before {
  background-image: url("../image/icon/clock.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row .row .row-label {
  font-weight: 500;
  color: #0F172A;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-detail .detail-rows .info-row .row .row-text {
  margin-top: 0.8rem;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-map {
  margin-top: 3.2rem;
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-map .map-frame {
  width: 100%;
  aspect-ratio: 480/256;
  padding: 0 4.8rem 4.8rem;
}
@media only screen and (max-width: 1024px) {
  #access-page .office-information .content-wrap .office-info__items .info-item .office-map .map-frame {
    padding: 0 3rem 4rem;
  }
}
@media only screen and (max-width: 576px) {
  #access-page .office-information .content-wrap .office-info__items .info-item .office-map .map-frame {
    padding: 0;
  }
}
#access-page .office-information .content-wrap .office-info__items .info-item .office-map .map-frame iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#access-page .travel-access {
  padding: 9.6rem 0;
}
#access-page .travel-access .wrapper .content-wrap .access-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6.4rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6.4rem;
}
@media only screen and (max-width: 1024px) {
  #access-page .travel-access .wrapper .content-wrap .access-items {
    gap: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  #access-page .travel-access .wrapper .content-wrap .access-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#access-page .travel-access .wrapper .content-wrap .access-items .access-item {
  background-color: #f8fafc;
  border-top: 4px solid #2D3D86;
  padding: 5.2rem 4.8rem;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 576px) {
  #access-page .travel-access .wrapper .content-wrap .access-items .access-item {
    padding: 3rem 2rem;
  }
}
#access-page .travel-access .wrapper .content-wrap .access-items .access-item .access-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0F172A;
  line-height: 1.3;
}
@media only screen and (max-width: 576px) {
  #access-page .travel-access .wrapper .content-wrap .access-items .access-item .access-title {
    font-size: 2.8rem;
  }
}
#access-page .travel-access .wrapper .content-wrap .access-items .access-item .case {
  margin-top: 3.2rem;
}
#access-page .travel-access .wrapper .content-wrap .access-items .access-item .case .case-text {
  position: relative;
  font-size: 1.6rem;
  color: #0F172A;
  font-weight: 500;
  padding-left: 3.2rem;
}
@media only screen and (max-width: 576px) {
  #access-page .travel-access .wrapper .content-wrap .access-items .access-item .case .case-text {
    font-size: 2.2rem;
  }
}
#access-page .travel-access .wrapper .content-wrap .access-items .access-item .case .case-text::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#access-page .travel-access .wrapper .content-wrap .access-items .access-item .case .case-text.train-case::before {
  background-image: url("../image/icon/train.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#access-page .travel-access .wrapper .content-wrap .access-items .access-item .case .case-text.car-case::before {
  background-image: url("../image/icon/car.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#access-page .travel-access .wrapper .content-wrap .access-items .access-item .case ul {
  margin-top: 1.6rem;
  list-style-type: disc;
  margin-left: 1.25em;
}
@media only screen and (max-width: 576px) {
  #access-page .travel-access .wrapper .content-wrap .access-items .access-item .case ul {
    font-size: 2rem;
  }
}
#access-page .travel-access .wrapper .content-wrap .access-items .access-item .case ul li + li {
  margin-top: 0.8rem;
}

#contact-page .top-bg-section {
  background-color: #1e40af;
}
#contact-page .contact-form-section {
  padding: 9.6rem 0;
}
#contact-page .contact-form-section .wrapper .contact-section-title {
  text-align: center;
}
#contact-page .contact-form-section .wrapper .contact-section-title .title {
  font-size: 4rem;
  font-weight: 600;
  color: #0F172A;
}
#contact-page .contact-form-section .wrapper .contact-section-title .subtitle {
  font-size: 2.4rem;
  margin-top: 2.4rem;
  line-height: 1;
}
#contact-page .contact-form-section .wrapper .content-wrap {
  margin-top: 8rem;
}
#contact-page .contact-form-section .wrapper .content-wrap .content-in .form-inner {
  background-color: #f8fafc;
  padding: 6.8rem 6.4rem;
  border-top: 4px solid #2D3D86;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
#contact-page .contact-form-section .wrapper .content-wrap .content-in .form-inner .m-title {
  font-size: 2rem;
  font-weight: 500;
  color: #0F172A;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 576px) {
  #contact-page .contact-form-section .wrapper .content-wrap .content-in .form-inner {
    padding: 3rem 2rem;
  }
}

#applicant-page .top-bg-section {
  background-image: url("../image/applicant-header-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#applicant-page .form-section {
  padding: 12.6rem 0;
}
#applicant-page .form-section .summary,
#applicant-page .form-section .form-inner {
  background-color: #fff;
  border-top: 4px solid #2D3D86;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
#applicant-page .form-section .summary {
  padding: 3.6rem 3.2rem;
}
@media only screen and (max-width: 576px) {
  #applicant-page .form-section .summary {
    padding: 2rem;
  }
}
#applicant-page .form-section .form-inner {
  margin-top: 6.4rem;
}
#applicant-page .form-section .form-inner .form-content {
  padding: 6.8rem 6.4rem;
  margin-top: 0;
}
@media only screen and (max-width: 576px) {
  #applicant-page .form-section .form-inner .form-content {
    padding: 3rem 2rem;
  }
}
#applicant-page .form-section .form-inner .form-content input[type=number] {
  width: 16rem;
}
#applicant-page .form-section .form-inner .form-content .zipcode-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
#applicant-page .form-section .form-inner .form-content .zipcode-field input[type=text] {
  width: 10rem;
}
#applicant-page .form-section .form-inner .form-content .resume-length {
  font-size: 1.4rem;
  color: #64748b;
  margin-top: 4px;
}
#applicant-page .form-section .form-inner .application-inner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#applicant-page .form-section .form-inner .application-inner .form-content {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
}
#applicant-page .form-section .form-inner .application-inner .form-content.confirm-form .input-row label {
  font-size: 1.8rem;
  padding-left: 1rem;
  border-left: 5px solid #1E40AF;
}
#applicant-page .form-section .form-inner .application-inner.confirm .input-form {
  display: none;
}

#provision {
  padding: 10rem 0;
}
#provision .provision-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 3.2rem;
}
#provision .container {
  max-width: 89.6rem;
  margin: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
#provision .content-wrap .info > ul li {
  margin-top: 2.4rem;
}
#provision .content-wrap .info > ul li .detail {
  margin-left: 3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#provision .content-wrap .info > ul .table {
  margin-top: 0.5em;
  overflow: auto;
}
#provision .content-wrap .info > ul .table table {
  width: 100%;
  border-collapse: border;
}
#provision .content-wrap .info > ul .table table th {
  background-color: #e2e8f0;
  padding: 0.8rem 1.6rem;
  vertical-align: middle;
  font-weight: 700;
  color: #0F172A;
  white-space: nowrap;
  text-align: center;
}
#provision .content-wrap .info > ul .table table tr {
  border-top: 1px solid #E2E8F0;
}
#provision .content-wrap .info > ul .table table tr:last-child {
  border-bottom: 1px solid #E2E8F0;
}
#provision .content-wrap .info > ul .table table tr td {
  padding: 2rem 1.7rem;
  vertical-align: middle;
  white-space: nowrap;
  border-left: 1px solid #E2E8F0;
}
#provision .content-wrap .info > ul .table table tr td:last-child {
  border-right-color: 1px solid #E2E8F0;
}
#provision .content-wrap .other {
  margin-top: 2.4rem;
}
#provision .content-wrap .other p:first-child {
  font-weight: 600;
}
#provision .content-wrap .other ul {
  margin-left: 2em;
  margin-top: 1.5rem;
}
#provision .content-wrap .other ul li {
  list-style-type: disc;
}
#provision .content-wrap .other .bottom {
  margin-top: 1rem;
}

#news .top-bg-section {
  background-image: url("../image/company-header-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#news .news-list-section {
  padding: 9.6rem 0;
}
#news .news-list-section .wrapper .news-filter {
  margin-bottom: 6.4rem;
  padding: 3.2rem 4.8rem;
  background-color: #f8fafc;
  border-top: 4px solid #1E40AF;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-filter {
    padding: 2.4rem 2rem;
  }
}
#news .news-list-section .wrapper .news-filter .filter-title {
  margin-bottom: 2.4rem;
}
#news .news-list-section .wrapper .news-filter .filter-title h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-filter .filter-title h3 {
    font-size: 2.8rem;
  }
}
#news .news-list-section .wrapper .news-filter .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-filter .filter-list {
    gap: 1.6rem;
  }
}
#news .news-list-section .wrapper .news-filter .filter-list .filter-link {
  display: block;
  padding: 1.2rem 2.4rem;
  background-color: #fff;
  border: 2px solid #E2E8F0;
  color: #475569;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-filter .filter-list .filter-link {
    font-size: 1.8rem;
    padding: 1.6rem 2rem;
  }
}
#news .news-list-section .wrapper .news-filter .filter-list .filter-link:hover, #news .news-list-section .wrapper .news-filter .filter-list .filter-link.active {
  background-color: #1E40AF;
  border-color: #1E40AF;
  color: #fff;
}
#news .news-list-section .wrapper .news-content .news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding: 3.2rem 0;
  border-bottom: 1px solid #E2E8F0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-content .news-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem 0;
  }
}
#news .news-list-section .wrapper .news-content .news-list .news-item:hover {
  background-color: #f8fafc;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  border-radius: 8px;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-content .news-list .news-item:hover {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
#news .news-list-section .wrapper .news-content .news-list .news-item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  min-width: 12rem;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-content .news-list .news-item .news-meta {
    -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;
    gap: 1.6rem;
    min-width: auto;
  }
}
#news .news-list-section .wrapper .news-content .news-list .news-item .news-meta .date {
  background-color: #1E40AF;
  color: #fff;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-content .news-list .news-item .news-meta .date {
    font-size: 1.6rem;
    padding: 1rem 1.2rem;
  }
}
#news .news-list-section .wrapper .news-content .news-list .news-item .news-meta .category {
  background-color: #eff6ff;
  color: #1E40AF;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-content .news-list .news-item .news-meta .category {
    font-size: 1.4rem;
    padding: 0.8rem 1rem;
  }
}
#news .news-list-section .wrapper .news-content .news-list .news-item .news-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#news .news-list-section .wrapper .news-content .news-list .news-item .news-info .title {
  margin-bottom: 1.2rem;
}
#news .news-list-section .wrapper .news-content .news-list .news-item .news-info .title a {
  font-size: 2rem;
  font-weight: 600;
  color: #0F172A;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-content .news-list .news-item .news-info .title a {
    font-size: 2.4rem;
  }
}
#news .news-list-section .wrapper .news-content .news-list .news-item .news-info .title a:hover {
  color: #1E40AF;
}
#news .news-list-section .wrapper .news-content .news-list .news-item .news-info .news-desc {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #475569;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .news-content .news-list .news-item .news-info .news-desc {
    font-size: 1.8rem;
  }
}
#news .news-list-section .wrapper .pagination {
  margin-top: 6.4rem;
  text-align: center;
}
#news .news-list-section .wrapper .pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
#news .news-list-section .wrapper .pagination .pagination-list .pagination-item .pagination-link {
  display: block;
  padding: 1.2rem 1.6rem;
  background-color: #fff;
  border: 2px solid #E2E8F0;
  color: #475569;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
@media only screen and (max-width: 576px) {
  #news .news-list-section .wrapper .pagination .pagination-list .pagination-item .pagination-link {
    font-size: 1.8rem;
    padding: 1.6rem 2rem;
  }
}
#news .news-list-section .wrapper .pagination .pagination-list .pagination-item .pagination-link:hover {
  background-color: #1E40AF;
  border-color: #1E40AF;
  color: #fff;
}
#news .news-list-section .wrapper .pagination .pagination-list .pagination-item.active .pagination-link {
  background-color: #1E40AF;
  border-color: #1E40AF;
  color: #fff;
}
#news .news-list-section .wrapper .pagination .pagination-list .pagination-item.disabled .pagination-link {
  background-color: #f1f5f9;
  border-color: #e2e8f0;
  color: #94a3b8;
  cursor: not-allowed;
}
#news .news-list-section .wrapper .pagination .pagination-list .pagination-item.disabled .pagination-link:hover {
  background-color: #f1f5f9;
  border-color: #e2e8f0;
  color: #94a3b8;
}

#news-detail .top-bg-section {
  background-image: url("../image/company-header-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#news-detail .breadcrumb-section {
  padding: 2.4rem 0;
  background-color: #f8fafc;
}
#news-detail .breadcrumb-section .breadcrumb .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 576px) {
  #news-detail .breadcrumb-section .breadcrumb .breadcrumb-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2rem;
  }
}
#news-detail .breadcrumb-section .breadcrumb .breadcrumb-list li {
  position: relative;
  font-size: 1.4rem;
  color: #475569;
}
@media only screen and (max-width: 576px) {
  #news-detail .breadcrumb-section .breadcrumb .breadcrumb-list li {
    font-size: 1.6rem;
  }
}
#news-detail .breadcrumb-section .breadcrumb .breadcrumb-list li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: -1.2rem;
  color: #94a3b8;
}
#news-detail .breadcrumb-section .breadcrumb .breadcrumb-list li:not(:last-child) a {
  color: #1E40AF;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#news-detail .breadcrumb-section .breadcrumb .breadcrumb-list li:not(:last-child) a:hover {
  color: #0F172A;
}
#news-detail .breadcrumb-section .breadcrumb .breadcrumb-list li:last-child {
  color: #0F172A;
  font-weight: 500;
}
#news-detail .news-detail-section {
  padding: 6.4rem 0;
}
#news-detail .news-detail-section .wrapper .news-article {
  background-color: #fff;
  border-top: 4px solid #1E40AF;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
#news-detail .news-detail-section .wrapper .news-article .article-header {
  padding: 4.8rem 4.8rem 2.4rem;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-article .article-header {
    padding: 3.2rem 2.4rem 1.6rem;
  }
}
#news-detail .news-detail-section .wrapper .news-article .article-header .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-article .article-header .article-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}
#news-detail .news-detail-section .wrapper .news-article .article-header .article-meta .date {
  background-color: #1E40AF;
  color: #fff;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4px;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-article .article-header .article-meta .date {
    font-size: 1.6rem;
    padding: 1rem 1.2rem;
  }
}
#news-detail .news-detail-section .wrapper .news-article .article-header .article-meta .category {
  background-color: #eff6ff;
  color: #1E40AF;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4px;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-article .article-header .article-meta .category {
    font-size: 1.6rem;
    padding: 1rem 1.2rem;
  }
}
#news-detail .news-detail-section .wrapper .news-article .article-header .article-title {
  font-size: 3.2rem;
  font-weight: 600;
  color: #0F172A;
  line-height: 1.3;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-article .article-header .article-title {
    font-size: 2.8rem;
  }
}
#news-detail .news-detail-section .wrapper .news-article .article-content {
  padding: 0 4.8rem 4.8rem;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-article .article-content {
    padding: 0 2.4rem 3.2rem;
  }
}
#news-detail .news-detail-section .wrapper .news-article .article-content .content-text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #475569;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-article .article-content .content-text {
    font-size: 2rem;
  }
}
#news-detail .news-detail-section .wrapper .news-article .article-content .content-text p {
  margin-bottom: 2.4rem;
}
#news-detail .news-detail-section .wrapper .news-article .article-content .content-text p:last-child {
  margin-bottom: 0;
}
#news-detail .news-detail-section .wrapper .news-article .article-content .article-footer {
  margin-top: 4.8rem;
  padding-top: 3.2rem;
  border-top: 1px solid #E2E8F0;
}
#news-detail .news-detail-section .wrapper .news-article .article-content .article-footer .author-info {
  text-align: right;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-article .article-content .article-footer .author-info {
    text-align: center;
  }
}
#news-detail .news-detail-section .wrapper .news-article .article-content .article-footer .author-info p {
  font-size: 1.6rem;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-article .article-content .article-footer .author-info p {
    font-size: 1.8rem;
  }
}
#news-detail .news-detail-section .wrapper .news-article .article-content .article-footer .author-info p:first-child {
  font-weight: 500;
}
#news-detail .news-detail-section .wrapper .news-article .article-content .article-footer .author-info p:last-child {
  margin-top: 0.8rem;
  font-weight: 600;
}
#news-detail .news-detail-section .wrapper .news-navigation {
  margin-top: 6.4rem;
}
#news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper .nav-item .nav-link {
  display: block;
  padding: 2.4rem;
  background-color: #f8fafc;
  border: 2px solid #E2E8F0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper .nav-item .nav-link {
    padding: 2rem;
  }
}
#news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper .nav-item .nav-link:hover {
  background-color: #fff;
  border-color: #1E40AF;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
#news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper .nav-item .nav-link .nav-label {
  font-size: 1.4rem;
  color: #475569;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper .nav-item .nav-link .nav-label {
    font-size: 1.6rem;
  }
}
#news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper .nav-item .nav-link .nav-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0F172A;
  line-height: 1.4;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper .nav-item .nav-link .nav-title {
    font-size: 2rem;
  }
}
#news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper .nav-item.prev .nav-link {
  text-align: left;
}
#news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper .nav-item.next .nav-link {
  text-align: right;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .news-navigation .nav-wrapper .nav-item.next .nav-link {
    text-align: left;
  }
}
#news-detail .news-detail-section .wrapper .related-news {
  margin-top: 6.4rem;
}
#news-detail .news-detail-section .wrapper .related-news .section-title {
  margin-bottom: 3.2rem;
}
#news-detail .news-detail-section .wrapper .related-news .section-title h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0F172A;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .related-news .section-title h3 {
    font-size: 2.8rem;
  }
}
#news-detail .news-detail-section .wrapper .related-news .related-list .related-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #E2E8F0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .related-news .related-list .related-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    padding: 2rem 0;
  }
}
#news-detail .news-detail-section .wrapper .related-news .related-list .related-item:hover {
  background-color: #f8fafc;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  border-radius: 8px;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .related-news .related-list .related-item:hover {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
#news-detail .news-detail-section .wrapper .related-news .related-list .related-item .related-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  min-width: 12rem;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .related-news .related-list .related-item .related-meta {
    -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;
    gap: 1.6rem;
    min-width: auto;
  }
}
#news-detail .news-detail-section .wrapper .related-news .related-list .related-item .related-meta .date {
  background-color: #1E40AF;
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .related-news .related-list .related-item .related-meta .date {
    font-size: 1.4rem;
    padding: 0.8rem 1rem;
  }
}
#news-detail .news-detail-section .wrapper .related-news .related-list .related-item .related-meta .category {
  background-color: #eff6ff;
  color: #1E40AF;
  padding: 0.4rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .related-news .related-list .related-item .related-meta .category {
    font-size: 1.3rem;
    padding: 0.6rem 0.8rem;
  }
}
#news-detail .news-detail-section .wrapper .related-news .related-list .related-item .related-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#news-detail .news-detail-section .wrapper .related-news .related-list .related-item .related-info .title a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0F172A;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .related-news .related-list .related-item .related-info .title a {
    font-size: 2.2rem;
  }
}
#news-detail .news-detail-section .wrapper .related-news .related-list .related-item .related-info .title a:hover {
  color: #1E40AF;
}
#news-detail .news-detail-section .wrapper .back-to-list {
  margin-top: 6.4rem;
  text-align: center;
}
#news-detail .news-detail-section .wrapper .back-to-list .back-link {
  display: inline-block;
  padding: 1.6rem 3.2rem;
  background-color: #1E40AF;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 576px) {
  #news-detail .news-detail-section .wrapper .back-to-list .back-link {
    font-size: 1.8rem;
    padding: 2rem 3.6rem;
  }
}
#news-detail .news-detail-section .wrapper .back-to-list .back-link:hover {
  background-color: #0F172A;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}

.gsap-split-fade {
  opacity: 0;
}
.gsap-split-fade span {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.fadeImgIn {
  opacity: 0;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(1.5) translateY(-100px);
          transform: scale(1.5) translateY(-100px);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.gsap-blur-text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}