@charset "UTF-8";
/* --------------------------------------------------------------------- 
Foundation
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
color
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
width
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
font-family
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
font-size
-----------------------------------------------------------------------*/
/* mediaquery
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
}
@media (max-width: 359px) {
  html {
    font-size: 2.7777777778vw;
  }
}

body {
  font-size: 1.6rem;
  color: #333333;
}

.page__ttl-box, .page__ttl-box--white {
  position: relative;
  padding: 0 0 2.4rem 3rem;
  margin: auto;
  width: 106.4rem;
  border-bottom: 2px solid #0165b5;
  border-left: 2px solid #0165b5;
}
@media (max-width: 1232px) {
  .page__ttl-box, .page__ttl-box--white {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .page__ttl-box, .page__ttl-box--white {
    padding: 0 0 1rem 1.6rem;
  }
}
.page__ttl-box::before, .page__ttl-box--white::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0.7rem;
  width: calc(100% + 2.4rem);
  height: 0.5rem;
  border-radius: 100vh;
  background-color: #0165b5;
}
@media (max-width: 768px) {
  .page__ttl-box::before, .page__ttl-box--white::before {
    width: calc(100% + 1rem);
    height: 0.3rem;
    bottom: 0.3rem;
  }
}
.page__ttl-box--white {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.page__ttl-box--white::before {
  background-color: #fff;
}
.page__ttl-box--white .page__ttl {
  color: #fff;
}
.page__ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #0165b5;
}
@media (max-width: 768px) {
  .page__ttl {
    font-size: 2.2rem;
  }
}

/* --------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.footer
-----------------------------------------------------------------------*/
.footer {
  padding: 10rem 0;
  background-color: #01599f;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding: 6rem 0;
  }
}
.footer__contact {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer__contact {
    margin: 3.8rem auto 0;
    width: 95%;
    padding: 2.4rem 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.footer .swiper {
  position: absolute;
  top: -0.125vw;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1232px) {
  .footer .swiper {
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer .swiper-wrapper {
  transition-timing-function: linear;
}
.footer__contact-scroll-txt {
  font-size: 6.7vw;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}
.footer__contact-link-flex {
  display: flex;
  margin-left: calc(50% - 6.8rem);
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 1232px) {
  .footer__contact-link-flex {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .footer__contact-link-flex {
    gap: 1rem;
  }
}
.footer__contact-link-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 13.6rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 3px solid #fff;
  flex-shrink: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer__contact-link-btn {
    width: 9.7rem;
    gap: 0.6rem;
  }
}
.footer__contact-link-btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer__contact-link-btn:hover {
    opacity: 1;
  }
}
.footer__contact-link-img {
  width: 6.9rem;
}
@media (max-width: 768px) {
  .footer__contact-link-img {
    width: 4.6rem;
  }
}
.footer__contact-link-txt {
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer__contact-link-txt {
    font-size: 1.4rem;
  }
}
.footer__contact-link-flex-txt {
  width: 39.4rem;
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .footer__contact-link-flex-txt {
    flex-shrink: initial;
    width: 100%;
  }
}
.footer__flex {
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 0;
  width: 120rem;
}
@media (max-width: 1232px) {
  .footer__flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 3.8rem;
    width: 100%;
  }
}
.footer__link, .footer__link--sp, .footer__link--pc {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer__link, .footer__link--sp, .footer__link--pc {
    flex-direction: row;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
.footer__link:hover, .footer__link--sp:hover, .footer__link--pc:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer__link:hover, .footer__link--sp:hover, .footer__link--pc:hover {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .footer__link--pc {
    display: none;
  }
}
.footer__link--sp {
  display: none;
}
@media (max-width: 768px) {
  .footer__link--sp {
    display: flex;
  }
}
.footer__link-img {
  width: 15.4rem;
}
@media (max-width: 768px) {
  .footer__link-img {
    width: 8.5rem;
  }
}
.footer__link-logo-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  .footer__link-logo-txt {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}
.footer__link-logo-txt--small {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .footer__link-logo-txt--small {
    font-size: 1.4rem;
  }
}
.footer__link-logo-txt--large {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .footer__link-logo-txt--large {
    font-size: 2rem;
  }
}
.footer__link-box {
  display: flex;
  gap: 3.8rem;
}
@media (max-width: 768px) {
  .footer__link-box {
    flex-direction: column;
    width: 100%;
  }
}
.footer__link-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer__link-list {
    display: grid;
    grid-template-columns: 17rem 15rem;
    gap: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 95%;
    margin: auto;
  }
}
.footer__link-item {
  margin-top: 1rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer__link-item {
    margin: initial;
  }
}
.footer__link-item:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer__link-item:hover {
    opacity: 1;
  }
}
.footer__link-item:first-child {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer__link-item:first-child {
    font-size: 1.8rem;
  }
}
.footer__link-item:nth-of-type(2) {
  margin-top: 1.6rem;
}
.footer__copy {
  width: 100%;
  padding: 0.6rem 0;
  text-align: center;
  background-color: #333333;
  color: #fff;
  font-size: 1.4rem;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.header
-----------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120rem;
  padding: 1.6rem 4.5rem;
  border-radius: 100vh;
  background-color: #fff;
  transition: 0.3s;
  z-index: 100;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1232px) {
  .header {
    top: 1.6rem;
    width: 95%;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 1.2rem 2.4rem;
  }
}
.header.is-active {
  top: 0;
  width: 100%;
  border-radius: 0;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__box, .header__box--right, .header__box--left {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header__logo {
  width: 33rem;
}
@media (max-width: 1232px) {
  .header__logo {
    width: 16rem;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 14rem;
  }
}
.header__logo-link {
  width: 100%;
}
.header__logo-img {
  width: 100%;
}
.header__link-list {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media (max-width: 1232px) {
  .header__link-list {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .header__link-list {
    position: relative;
    flex-direction: column;
    transform: translateX(100%);
    top: 0;
    right: 0;
    position: fixed;
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    padding: 8.6rem 0;
    background-color: #f1f8ff;
    align-items: flex-start;
    gap: 0;
    z-index: 101;
  }
  .header__link-list.is-active {
    transform: translateX(0);
  }
}
.header__link-item {
  position: relative;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header__link-item {
    width: 100%;
    padding: 1.6rem 0 1.6rem 5.5rem;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #fff;
  }
  .header__link-item.is-active {
    background-color: #0165b5;
    border-bottom: none;
    color: #fff;
  }
}
@media (max-width: 1232px) {
  .header__link-txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .header__link-txt {
    font-size: 1.6rem;
  }
}
.header__tippy-list {
  position: absolute;
  right: 0;
  top: 2rem;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  background-color: #f1f8ff;
  border-radius: 1rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header__tippy-list {
    position: initial;
    display: none;
  }
}
.header__tippy-list.is-active {
  top: calc(100% + 1rem);
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  pointer-events: initial;
  opacity: 1;
}
.header__tippy-list::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f1f8ff;
  border-top: 0;
}
.header__tippy-list::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1rem;
  bottom: 100%;
  left: 0;
}
.header__tippy-item {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #cccccc;
}
.header__tippy-item:last-child {
  border-bottom: initial;
}
.header__tippy-link {
  display: block;
  padding: 1rem 0;
  width: 100%;
}
.header__contact {
  display: flex;
  align-items: center;
  padding: 1rem 2.4rem;
  gap: 1rem;
  border-radius: 100vh;
  background-color: #e44140;
  color: #fff;
}
@media (max-width: 1232px) {
  .header__contact {
    padding: 0.6rem 1.6rem;
  }
}
@media (max-width: 768px) {
  .header__contact {
    width: 3.7rem;
    height: 3.7rem;
    padding: initial;
    justify-content: center;
  }
}
.header__contact-img {
  width: 3rem;
}
@media (max-width: 1232px) {
  .header__contact-img {
    width: 2rem;
  }
}
.header__contact-txt {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 1232px) {
  .header__contact-txt {
    font-size: 1.4rem;
  }
}
.header__menu-btn, .header__menu-btn--close {
  display: none;
}
@media (max-width: 768px) {
  .header__menu-btn, .header__menu-btn--close {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
.header__menu-btn--close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.header__menu-btn-inner {
  position: relative;
  width: 3rem;
  height: 2rem;
}
.header__menu-bar, .header__menu-bar--bottom, .header__menu-bar--center, .header__menu-bar--top {
  position: absolute;
  height: 0.3rem;
  width: 100%;
  border-radius: 100vh;
  background-color: #333333;
}
.header__menu-bar--top {
  top: 0;
  left: 0;
}
.header__menu-bar--top.is-active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__menu-bar--center {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 80%;
}
.header__menu-bar--center.is-active {
  display: none;
}
.header__menu-bar--bottom {
  bottom: 0;
  left: 0;
}
.header__menu-bar--bottom.is-active {
  bottom: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__menu-btn-txt {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  font-weight: bold;
}

/* --------------------------------------------------------------------- 
component
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
.fv {
  padding-top: 15vw;
  padding-left: 12vw;
  position: relative;
  z-index: 1;
  aspect-ratio: 1374/682;
}
@media (max-width: 768px) {
  .fv {
    padding-top: initial;
    padding-left: initial;
    min-height: 100vh;
    aspect-ratio: initial;
  }
}
.fv .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.fv__img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}
@media (max-width: 768px) {
  .fv__img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fv__txt-box {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .fv__txt-box {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
  }
}
.fv__txt, .fv__txt--pink-back {
  text-align: center;
  font-size: 3.4vw;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .fv__txt, .fv__txt--pink-back {
    font-size: 8.3vw;
  }
}
.fv__txt--pink-back {
  margin: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.fv__txt--pink-back::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(255, 0, 0, 0.1254901961);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}
.fv__txt-img {
  width: 30.7vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .fv__txt-img {
    width: 77.8vw;
  }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.companyTop
-----------------------------------------------------------------------*/
.companyTop {
  padding: 10rem 0;
  background-color: #f0f8ff;
}
@media (max-width: 768px) {
  .companyTop {
    padding: 6rem 0;
  }
}
.companyTop__inner {
  display: flex;
  justify-content: space-between;
  width: 106.4rem;
  margin: auto;
  align-items: center;
}
@media (max-width: 1232px) {
  .companyTop__inner {
    width: 90%;
    flex-direction: column;
    gap: 7rem;
  }
}
.companyTop__txt-box {
  display: flex;
  flex-direction: column;
  width: 40rem;
}
@media (max-width: 1232px) {
  .companyTop__txt-box {
    width: 100%;
  }
}
.companyTop__lead {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #0165b5;
}
@media (max-width: 768px) {
  .companyTop__lead {
    font-size: 1.6rem;
  }
}
.companyTop__ttl {
  text-align: center;
  font-size: 5.6rem;
  font-weight: bold;
  color: #0165b5;
}
@media (max-width: 768px) {
  .companyTop__ttl {
    font-size: 4rem;
  }
}
.companyTop__txt {
  margin-top: 3.8rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .companyTop__txt {
    margin-top: 2.4rem;
  }
}
.companyTop__txt--large {
  width: -moz-max-content;
  width: max-content;
  margin: 3.8rem auto 0;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #00457b;
}
@media (max-width: 768px) {
  .companyTop__txt--large {
    margin: 2.4rem auto 0;
    font-size: 2.4rem;
  }
}
.companyTop__link {
  margin: 3.8rem auto 0;
}
.companyTop__img-box {
  display: flex;
  flex-shrink: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .companyTop__img-box {
    justify-content: center;
  }
}
.companyTop__img, .companyTop__img--right, .companyTop__img--center, .companyTop__img--left {
  display: block;
  position: relative;
  width: 19.3rem;
  height: auto;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.16);
  flex-shrink: 0;
  transition: 1s;
  transform: translateY(20%);
  opacity: 0;
}
@media (max-width: 768px) {
  .companyTop__img, .companyTop__img--right, .companyTop__img--center, .companyTop__img--left {
    width: 33%;
  }
}
.companyTop__img.is-active, .is-active.companyTop__img--right, .is-active.companyTop__img--center, .is-active.companyTop__img--left {
  transform: translate(0);
  opacity: 1;
}
.companyTop__img--left {
  bottom: -2.4rem;
}
.companyTop__img--right {
  top: -2.4rem;
}
.companyTop__archive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 10rem auto 0;
  gap: 2.4rem 3.2rem;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .companyTop__archive {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .companyTop__archive {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.companyTop__archive-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 17.2rem;
  border: 1rem;
  border-radius: 1rem;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .companyTop__archive-btn {
    height: 12.8rem;
  }
}
.companyTop__archive-btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .companyTop__archive-btn:hover {
    opacity: 1;
  }
}
.companyTop__archive-btn:hover .companyTop__archive-deco {
  right: -1rem;
}
@media (max-width: 768px) {
  .companyTop__archive-btn:hover .companyTop__archive-deco {
    right: 0;
  }
}
.companyTop__archive-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
  height: 90%;
  border: 3px solid #fff;
  border-radius: 1rem;
  z-index: -1;
}
.companyTop__archive-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: rgba(1, 101, 181, 0.75);
  z-index: -2;
}
.companyTop__archive-btn-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  z-index: -3;
}
.companyTop__archive-txt {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .companyTop__archive-txt {
    font-size: 2.4rem;
  }
}
.companyTop__archive-deco-box {
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .companyTop__archive-deco-box {
    bottom: 1.6rem;
    right: 1.6rem;
  }
}
.companyTop__archive-deco-txt {
  padding-left: 1.6rem;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .companyTop__archive-deco-txt {
    padding-left: 0.6rem;
    font-size: 1.6rem;
  }
}
.companyTop__archive-deco {
  position: relative;
  display: block;
  right: 0;
  margin-top: -1rem;
  width: 17.2rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .companyTop__archive-deco {
    width: 12rem;
  }
}

/* --------------------------------------------------------------------- 
.uLinkBtn
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.uLinkBtn
-----------------------------------------------------------------------*/
.uLinkBtn, .uLinkBtn--blue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  min-width: 25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  border: 2px solid #0165b5;
  border-radius: 100vh;
  background-color: #fff;
  font-size: 2rem;
  font-weight: bold;
  color: #0165b5;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .uLinkBtn, .uLinkBtn--blue {
    font-size: 1.6rem;
    min-width: 22rem;
  }
}
.uLinkBtn:hover, .uLinkBtn--blue:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .uLinkBtn:hover, .uLinkBtn--blue:hover {
    opacity: 1;
  }
}
.uLinkBtn:hover .uLinkBtn__arw, .uLinkBtn--blue:hover .uLinkBtn__arw {
  right: -1rem;
}
@media (max-width: 768px) {
  .uLinkBtn:hover .uLinkBtn__arw, .uLinkBtn--blue:hover .uLinkBtn__arw {
    right: 0;
  }
}
.uLinkBtn--blue {
  background-color: #0165b5;
  border: 2px solid #fff;
  color: #fff;
}
.uLinkBtn__arw {
  position: relative;
  width: 3.6rem;
  right: 0;
  transition: 0.3s;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.serviceTop
-----------------------------------------------------------------------*/
.serviceTop, .serviceTop--no-back {
  position: relative;
  padding: 10rem 0;
  background: linear-gradient(to right, #0065b5, #0064b4);
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .serviceTop, .serviceTop--no-back {
    padding: 6rem 0;
  }
}
.serviceTop--no-back {
  background: #fff;
}
.serviceTop__inner {
  margin: auto;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .serviceTop__inner {
    width: 90%;
  }
}
.serviceTop__ttl-box {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .serviceTop__ttl-box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.3rem;
  }
}
.serviceTop__ttl {
  font-size: 5.6rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .serviceTop__ttl {
    font-size: 4rem;
  }
}
.serviceTop__lead {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-top: 2.6rem;
}
@media (max-width: 768px) {
  .serviceTop__lead {
    font-size: 1.6rem;
    margin: initial;
  }
}
.serviceTop__archive {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  margin-top: 5rem;
  width: 100%;
}
@media (max-width: 1232px) {
  .serviceTop__archive {
    grid-template-columns: 1fr;
  }
}
.serviceTop__archive-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 28.7rem;
  z-index: 1;
  border-radius: 1rem;
  transition: 0.3s;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.16);
}
.serviceTop__archive-btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .serviceTop__archive-btn:hover {
    opacity: 1;
  }
}
.serviceTop__archive-btn:hover .serviceTop__archive-deco {
  right: -2.4rem;
}
@media (max-width: 768px) {
  .serviceTop__archive-btn:hover .serviceTop__archive-deco {
    right: -1.6rem;
  }
}
.serviceTop__archive-txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.2rem;
  gap: 2.4rem;
  width: 33.2rem;
  height: 22.3rem;
  background-color: rgba(191, 1, 1, 0.75);
  color: #fff;
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 768px) {
  .serviceTop__archive-txt-box {
    width: 90%;
  }
}
.serviceTop__archive-ttl {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}
.serviceTop__archive-txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.serviceTop__archive-deco-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.serviceTop__archive-deco-txt {
  font-size: 2rem;
}
.serviceTop__archive-deco {
  position: relative;
  width: 17.2rem;
  margin-top: -1.6rem;
  right: -1.6rem;
  transition: 0.3s;
}
.serviceTop__archive-btn-img {
  position: absolute;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceTop__deco, .serviceTop__deco--right, .serviceTop__deco--center, .serviceTop__deco--left {
  position: absolute;
  width: 32.9rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .serviceTop__deco, .serviceTop__deco--right, .serviceTop__deco--center, .serviceTop__deco--left {
    width: 20rem;
  }
}
.serviceTop__deco--left {
  left: 5rem;
  bottom: 7rem;
}
.serviceTop__deco--center {
  top: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .serviceTop__deco--center {
    top: 2.4rem;
    left: -3.8rem;
    transform: scale(-1, 1);
  }
}
.serviceTop__deco--right {
  right: 5rem;
  bottom: 7rem;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.newsTop
-----------------------------------------------------------------------*/
.newsTop {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .newsTop {
    padding: 6rem 0;
  }
}
.newsTop__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 1232px) {
  .newsTop__inner {
    flex-direction: column;
    width: 90%;
    margin: auto;
    gap: 2.4rem;
  }
}
.newsTop__txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsTop__sub-ttl {
  font-size: 2.4rem;
  color: #0165b5;
  font-weight: bold;
}
@media (max-width: 768px) {
  .newsTop__sub-ttl {
    font-size: 1.6rem;
  }
}
.newsTop__ttl {
  color: #0165b5;
  font-weight: bold;
  font-size: 5.6rem;
}
@media (max-width: 768px) {
  .newsTop__ttl {
    font-size: 4rem;
  }
}
.newsTop__cat-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .newsTop__cat-list {
    margin-top: 2.4rem;
  }
}
.newsTop__cat-item {
  cursor: pointer;
}
.newsTop__cat-item.is-active {
  font-weight: bold;
}
.newsTop__link-btn {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .newsTop__link-btn {
    margin-top: 0;
  }
}
.newsTop__list {
  display: flex;
  flex-direction: column;
  padding-left: 5rem;
  padding-bottom: 3rem;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  min-width: 64rem;
}
@media (max-width: 1232px) {
  .newsTop__list {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .newsTop__list {
    border: initial;
    padding: initial;
  }
}
.newsTop__item {
  display: flex;
  flex-direction: column;
  padding: 2.4rem 0;
  border-bottom: 1px solid #cccccc;
  gap: 1.6rem;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .newsTop__item {
    border-top: 1px solid #cccccc;
  }
}
.newsTop__item:hover {
  color: #0165b5;
}
@media (max-width: 768px) {
  .newsTop__item:hover {
    color: #333333;
  }
}
.newsTop__item:hover .newsTop__item-arw {
  right: -1rem;
}
@media (max-width: 768px) {
  .newsTop__item:hover .newsTop__item-arw {
    right: 0;
  }
}
@media (max-width: 768px) {
  .newsTop__item:first-child {
    border-bottom: initial;
  }
}
.newsTop__item:last-child {
  border-bottom: initial;
}
@media (max-width: 768px) {
  .newsTop__item:last-child {
    border-top: initial;
    border-bottom: 1px solid #cccccc;
  }
}
.newsTop__item-head {
  display: flex;
  gap: 5.7rem;
}
.newsTop__item-day {
  font-size: 1.4rem;
}
.newsTop__item-cat {
  font-size: 1.4rem;
}
.newsTop__item-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.newsTop__item-txt {
  font-weight: bold;
  width: calc(100% - 5rem);
  flex-shrink: 0;
}
.newsTop__item-arw {
  position: relative;
  top: 0.6rem;
  right: 0;
  width: 3.6rem;
  height: 100%;
  flex-shrink: 0;
  transition: 0.3s;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.recruitTop
-----------------------------------------------------------------------*/
.recruitTop {
  position: relative;
  padding: 10rem 0;
  color: #fff;
  z-index: 1;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruitTop {
    padding: 6rem 0;
  }
}
.recruitTop__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.recruitTop__sub-ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .recruitTop__sub-ttl {
    font-size: 1.6rem;
  }
}
.recruitTop__ttl {
  text-align: center;
  font-size: 6.2rem;
  font-family: "vdl-linegrpop-futoline", sans-serif;
}
@media (max-width: 768px) {
  .recruitTop__ttl {
    font-size: 4rem;
  }
}
.recruitTop__txt, .recruitTop__txt--large {
  margin: 2.4rem auto 0;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: bold;
  width: 47.8rem;
}
@media (max-width: 768px) {
  .recruitTop__txt, .recruitTop__txt--large {
    max-width: 90%;
  }
}
.recruitTop__txt--large {
  font-size: 3.2rem;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .recruitTop__txt--large {
    font-size: 2rem;
  }
}
.recruitTop__link-btn {
  margin-top: 3.8rem;
  display: flex;
  justify-content: center;
}
.recruitTop__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 768px) {
  .recruitTop__list {
    margin-top: 6rem;
    gap: 6rem;
  }
}
.recruitTop__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
}
@media (max-width: 1232px) {
  .recruitTop__item {
    flex-direction: column;
    gap: 0;
  }
  .recruitTop__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.recruitTop__item-img {
  width: 45.8rem;
}
@media (max-width: 768px) {
  .recruitTop__item-img {
    max-width: 45.8rem;
    width: 90%;
  }
}
.recruitTop__item-txt-box {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 45.8rem;
}
@media (max-width: 768px) {
  .recruitTop__item-txt-box {
    gap: 2.4rem;
    width: 90%;
  }
}
.recruitTop__item-ttl {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruitTop__item-ttl {
    font-size: 2.4rem;
  }
}
.recruitTop__item-txt {
  line-height: 1.6;
}
.recruitTop__item-link-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .recruitTop__item-link-btn {
    margin: auto;
  }
}
.recruitTop__item-link-btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .recruitTop__item-link-btn:hover {
    opacity: 1;
  }
}
.recruitTop__item-link-btn:hover .recruitTop__item-link-arw {
  right: -1rem;
}
@media (max-width: 768px) {
  .recruitTop__item-link-btn:hover .recruitTop__item-link-arw {
    right: 0;
  }
}
.recruitTop__item-link-txt {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruitTop__item-link-txt {
    font-size: 1.6rem;
  }
}
.recruitTop__item-link-arw {
  position: relative;
  right: 0;
  display: block;
  width: 3.6rem;
  transition: 0.3s;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.pageFv
-----------------------------------------------------------------------*/
.pageFv {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  width: 100%;
  height: 50rem;
}
@media (max-width: 768px) {
  .pageFv {
    height: 40rem;
  }
}
.pageFv__inner, .pageFv__inner--flex {
  display: flex;
  align-items: center;
  margin: auto;
  height: 100%;
  width: 120rem;
}
@media (max-width: 1232px) {
  .pageFv__inner, .pageFv__inner--flex {
    width: 90%;
  }
}
.pageFv__inner--flex {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pageFv__inner--flex {
    flex-direction: column;
    justify-content: center;
  }
}
.pageFv__txt-box, .pageFv__txt-box--margin-auto {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.6rem;
  color: #fff;
}
.pageFv__txt-box--margin-auto {
  margin: auto;
}
.pageFv__txt {
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pageFv__txt {
    font-size: 1.6rem;
  }
}
.pageFv__txt--small {
  font-size: 1.6rem;
  font-weight: 500;
}
.pageFv__txt--center {
  text-align: center;
  line-height: 1.4;
}
.pageFv__txt--middle {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .pageFv__txt--middle {
    font-size: 1.5rem;
  }
}
.pageFv__txt--white-back {
  padding: 1.6rem 4.8rem;
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  color: #333333;
  font-weight: 500;
}
@media (max-width: 1232px) {
  .pageFv__txt--white-back {
    padding: 1rem 2.4rem;
  }
}
@media (max-width: 768px) {
  .pageFv__txt--white-back {
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.pageFv__txt-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .pageFv__txt-flex {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.pageFv__img-intern {
  width: 62rem;
}
@media (max-width: 1232px) {
  .pageFv__img-intern {
    width: 40rem;
  }
}
@media (max-width: 768px) {
  .pageFv__img-intern {
    max-width: 90%;
  }
}
.pageFv__main-txt {
  font-weight: bold;
  line-height: 1.6;
  max-width: 53rem;
}
.pageFv__ttl {
  font-size: 6.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pageFv__ttl {
    font-size: 3.2rem;
  }
}
.pageFv__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.pageFv__recruit-txt-img {
  display: block;
  position: relative;
  bottom: -8rem;
  width: 48rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1232px) {
  .pageFv__recruit-txt-img {
    width: 22rem;
  }
}
@media (max-width: 768px) {
  .pageFv__recruit-txt-img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.pageNav
-----------------------------------------------------------------------*/
.pageNav {
  display: flex;
  height: 7.2rem;
  overflow-x: auto;
}
.pageNav__breadcrumb, .pageNav__breadcrumb--full {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  height: 100%;
  width: 45rem;
  background-color: #0165b5;
  color: #fff;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .pageNav__breadcrumb, .pageNav__breadcrumb--full {
    padding-left: 1.6rem;
    width: 100%;
    justify-content: flex-start;
  }
}
.pageNav__breadcrumb--full {
  padding-left: 15rem;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .pageNav__breadcrumb--full {
    padding-left: 1.6rem;
    width: 100%;
    justify-content: flex-start;
  }
}
.pageNav__list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  height: 100%;
  padding-left: 2.4rem;
  background-color: #d8eaff;
  width: 100%;
}
@media (max-width: 768px) {
  .pageNav__list {
    display: none;
  }
}
.pageNav__item {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.pageNav__link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.pageNav__link-txt {
  color: #0165b5;
}
.pageNav__link-arw {
  width: 1.8rem;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.companyMessage
-----------------------------------------------------------------------*/
.companyMessage {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .companyMessage {
    padding: 6rem 0;
  }
}
.companyMessage__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4.8rem auto 0;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .companyMessage__flex {
    flex-direction: column;
    gap: 3.8rem;
    width: 90%;
  }
}
.companyMessage__img-box {
  display: flex;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.companyMessage__img, .companyMessage__img--right, .companyMessage__img--center, .companyMessage__img--left {
  position: relative;
  width: 12.8rem;
}
@media (max-width: 768px) {
  .companyMessage__img, .companyMessage__img--right, .companyMessage__img--center, .companyMessage__img--left {
    width: 10rem;
  }
}
.companyMessage__img--left {
  top: -1.6rem;
}
.companyMessage__img--right {
  bottom: -1.6rem;
}
.companyMessage__txt-box {
  width: 54.8rem;
}
@media (max-width: 1232px) {
  .companyMessage__txt-box {
    width: 90%;
  }
}
.companyMessage__txt {
  line-height: 1.8;
}
.companyMessage__ceo {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
  gap: 1.6rem;
  align-items: center;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .companyMessage__ceo {
    margin-top: 2.4rem;
    font-size: 2.4rem;
  }
}
.companyMessage__ceo--small {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .companyMessage__ceo--small {
    font-size: 1.6rem;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.companyBasic
-----------------------------------------------------------------------*/
.companyBasic {
  padding: 10rem 0;
  background-image: url(../../common/images/companyBasic__back.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .companyBasic {
    padding: 6rem 0;
  }
}
.companyBasic__list {
  display: flex;
  flex-direction: column;
  width: 80rem;
  margin: 6rem auto 0;
  color: #fff;
}
@media (max-width: 1232px) {
  .companyBasic__list {
    width: 90%;
  }
}
.companyBasic__item {
  display: flex;
  padding: 3.8rem 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .companyBasic__item {
    padding: 1.6rem 0.6rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.companyBasic__item:first-child {
  padding-top: 0;
}
.companyBasic__dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  text-align: center;
  line-height: 1.6;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .companyBasic__dt {
    width: 100%;
  }
}
.companyBasic__dd {
  display: flex;
  align-items: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .companyBasic__dd {
    text-align: center;
    justify-content: center;
  }
}
.companyBasic__dd-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 5rem;
  background-color: #fff;
  color: #333333;
  font-weight: 500;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .companyBasic__dd-link {
    width: 20rem;
    height: 4rem;
  }
}
/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.companyOffice
-----------------------------------------------------------------------*/
.companyOffice {
  padding: 10rem 0;
  background-color: #f0f8ff;
}
@media (max-width: 768px) {
  .companyOffice {
    padding: 6rem 0;
  }
}
.companyOffice__list {
  margin: 6rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10rem;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .companyOffice__list {
    width: 90%;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .companyOffice__list {
    gap: 3.8rem;
  }
}
.companyOffice__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 45rem;
  flex-shrink: 0;
}
@media (max-width: 1232px) {
  .companyOffice__item {
    gap: 1.6rem;
    width: 100%;
  }
}
.companyOffice__item-ttl {
  border-left: 3px solid #fff;
  padding-left: 1.2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .companyOffice__item-ttl {
    font-size: 2rem;
  }
}
.companyOffice__item-txt {
  height: 7.1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .companyOffice__item-txt {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.companyOffice__contact {
  display: flex;
  gap: 3.8rem;
}
@media (max-width: 768px) {
  .companyOffice__contact {
    gap: 1.6rem;
  }
}
.companyOffice__contact-txt {
  font-size: 1.8rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .companyOffice__contact-txt {
    font-size: 1.6rem;
  }
}
.companyOffice iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 40/30;
}
@media (max-width: 1232px) {
  .companyOffice iframe {
    aspect-ratio: 40/10;
  }
}
@media (max-width: 768px) {
  .companyOffice iframe {
    aspect-ratio: 40/30;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.companyHistory
-----------------------------------------------------------------------*/
.companyHistory {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .companyHistory {
    padding: 6rem 0;
  }
}
.companyHistory__list {
  display: flex;
  flex-direction: column;
  margin: 6rem auto 0;
  gap: 1.6rem;
  width: 71rem;
}
@media (max-width: 768px) {
  .companyHistory__list {
    width: 90%;
  }
}
.companyHistory__item {
  display: flex;
  height: 6.4rem;
  border-radius: 100vh;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .companyHistory__item {
    flex-direction: column;
    border-radius: initial;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.companyHistory__date {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eff8ff;
  width: 23rem;
  border-radius: 100vh 0 0 100vh;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .companyHistory__date {
    padding: 1rem;
    width: 100%;
    border-radius: initial;
  }
}
.companyHistory__date-txt {
  font-size: 2rem;
  font-weight: bold;
}
.companyHistory__history {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.6rem 3rem;
  border-radius: 0 100vh 100vh 0;
}
@media (max-width: 768px) {
  .companyHistory__history {
    padding: 1rem;
    border-radius: initial;
  }
}
.companyHistory__history-txt {
  line-height: 1.6;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.companyCustomer
-----------------------------------------------------------------------*/
.companyCustomer {
  padding: 10rem 0;
  background-color: #f0f8ff;
}
@media (max-width: 768px) {
  .companyCustomer {
    padding: 6rem 0;
  }
}
.companyCustomer__list {
  display: flex;
  flex-wrap: wrap;
  margin: 6rem auto 0;
  gap: 1rem;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .companyCustomer__list {
    margin-top: 4rem;
    width: 90%;
  }
}
.companyCustomer__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.8rem;
  background-color: #0165b5;
  color: #fff;
}
@media (max-width: 768px) {
  .companyCustomer__item {
    padding: 0.6rem;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
.companyCustomer__txt {
  margin: 2.4rem auto 0;
  font-size: 1.4rem;
  width: 106.4rem;
}
@media (max-width: 768px) {
  .companyCustomer__txt {
    width: 90%;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.info
-----------------------------------------------------------------------*/
.info {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .info {
    padding: 6rem 0;
  }
}
.info__list {
  display: flex;
  flex-direction: column;
  width: 72rem;
  margin: auto;
}
@media (max-width: 768px) {
  .info__list {
    width: 90%;
  }
}
.info__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 3.8rem;
  border-bottom: 1px solid #cccccc;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .info__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.info__item:first-child {
  padding-top: initial;
}
.info__item:last-child {
  border-bottom: initial;
}
.info__item:hover {
  color: #0165b5;
}
@media (max-width: 768px) {
  .info__item:hover {
    color: #333333;
  }
}
.info__item:hover .info__arw {
  right: -0.6rem;
}
@media (max-width: 768px) {
  .info__item:hover .info__arw {
    right: 0;
  }
}
.info__item-head {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .info__item-head {
    gap: 1rem;
  }
}
.info__item-basic {
  display: flex;
  align-items: center;
  gap: 3.8rem;
}
.info__date, .info__category {
  font-size: 1.4rem;
}
.info__item-txt {
  font-weight: bold;
  line-height: 1.6;
}
.info__arw {
  position: relative;
  width: 3.6rem;
  transition: 0.3s;
  right: 0;
}
@media (max-width: 768px) {
  .info__arw {
    margin: 0 0 0 auto;
  }
}
.info__page-nation {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 7rem;
}
.info__page-num, .info__page-num--no-active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #0165b5;
  font-size: 1.4rem;
  color: #0165b5;
  font-weight: bold;
  cursor: pointer;
}
.info__page-num--no-active {
  border: initial;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.info__page-num.is-active, .is-active.info__page-num--no-active {
  background-color: #0165b5;
  color: #fff;
}
.info__page-num-arw {
  width: 0.6rem;
}
.info__page-num-double-arw {
  width: 1.2rem;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.blog
-----------------------------------------------------------------------*/
.blog {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .blog {
    padding: 6rem 0;
  }
}
.blog__box {
  margin: auto;
  padding: 5rem 10rem;
  width: 106.4rem;
  background-color: #f0f8ff;
  border-radius: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.6;
}
@media (max-width: 1232px) {
  .blog__box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .blog__box {
    padding: 2.4rem 1.6rem;
  }
}
.blog__box p,
.blog__box a {
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .blog__box p,
  .blog__box a {
    margin-top: 1.6rem;
  }
}
.blog__box h2,
.blog__box h3,
.blog__box h4,
.blog__box ul {
  margin-top: 3.8rem;
}
@media (max-width: 768px) {
  .blog__box h2,
  .blog__box h3,
  .blog__box h4,
  .blog__box ul {
    margin-top: 2.4rem;
  }
}
.blog__box h2 {
  padding: 1rem 2.4rem;
  font-size: 3.2rem;
  background-color: #0165b5;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .blog__box h2 {
    padding: 1rem;
    font-size: 2rem;
  }
}
.blog__box h3 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0165b5;
}
@media (max-width: 768px) {
  .blog__box h3 {
    font-size: 2rem;
  }
}
.blog__box h3::before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 0.3rem;
  background-color: #0165b5;
}
@media (max-width: 768px) {
  .blog__box h3::before {
    width: 3.8rem;
  }
}
.blog__box h4 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0165b5;
}
.blog__box h4::before {
  content: "◼︎";
  display: block;
}
.blog__box ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.blog__box li {
  display: flex;
  gap: 1rem;
}
.blog__box li::before {
  content: "";
  display: block;
  position: relative;
  top: 0.8rem;
  width: 1rem;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #0165b5;
  border-radius: 100%;
}
.blog__box a {
  display: block;
  color: #0165b5;
  text-decoration: underline;
}
.blog__ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 2.4rem;
  border-bottom: 2px solid rgba(1, 101, 181, 0.24);
  color: #0165b5;
}
@media (max-width: 768px) {
  .blog__ttl {
    padding-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}
.blog__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 5rem;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .blog__nav {
    margin-top: 6rem;
    height: 3.8rem;
  }
}
.blog__nav a {
  color: #333333;
  text-decoration: initial;
}
.blog__prev, .blog__next {
  display: flex !important;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: auto;
  height: 100%;
  background-color: #fff;
  border: 2px solid #0165b5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.blog__prev-img, .blog__next-img {
  width: 1.4rem;
}
.blog__archive {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 16.5rem;
  height: 100%;
  background-color: #fff;
  border: 2px solid #0165b5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .blog__archive {
    font-size: 1.4rem;
    width: 10rem;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.service
-----------------------------------------------------------------------*/
.service {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .service {
    padding: 6rem 0;
  }
}
.service__list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.service__item--job-card {
  margin-top: 10rem;
  padding: 10rem 0;
  background-image: url(../../common/images/companyBasic__back.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .service__item--job-card {
    margin-top: 6rem;
    padding: 6rem 0;
  }
}
.service__card-list {
  display: flex;
  justify-content: center;
  gap: 7rem;
  margin-top: 4.8rem;
}
@media (max-width: 1232px) {
  .service__card-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .service__card-list {
    flex-direction: column;
    align-items: center;
  }
}
.service__card-item {
  padding: 1.2rem 0;
  height: 28rem;
  width: 27rem;
  background-color: #0165b5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.service__card-head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__card-img {
  width: auto;
  height: 12.8rem;
}
.service__card-body {
  margin-top: 0.6rem;
  padding: 0.6rem;
  height: 12rem;
  background-color: #fff;
}
.service__card-txt {
  font-weight: 500;
  line-height: 1.6;
}
.service__item-txt {
  margin: 4.8rem auto 0;
  width: 106.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 1232px) {
  .service__item-txt {
    margin-top: 2.4rem;
    width: 90%;
  }
}
.service__case {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 3.8rem auto 0;
  padding: 1.6rem;
  width: 106.4rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
}
@media (max-width: 1232px) {
  .service__case {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .service__case {
    margin-top: 2.4rem;
  }
}
.service__case-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1232px) {
  .service__case-inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.service__case-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 38.4rem;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1232px) {
  .service__case-item {
    width: 100%;
  }
}
.service__case-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #0165b5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .service__case-ttl {
    height: 3rem;
    font-size: 1.8rem;
  }
}
.service__case-list {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.6rem;
}
.service__case-list-item {
  padding-left: 1.8rem;
  display: flex;
  width: 100%;
  gap: 0.6rem;
  color: #0165b5;
}
.service__case-item-img {
  display: block;
  margin-top: 0.9rem;
  width: 1rem;
  height: 0.8rem;
  flex-shrink: 0;
}
.service__case-txt {
  line-height: 1.6;
}
.service__case-line {
  display: block;
  flex-shrink: 0;
  margin: auto 0 auto 0;
  width: 0.2rem;
  border: 2px dashed #0165b5;
}
@media (max-width: 1232px) {
  .service__case-line {
    display: none;
  }
}
.service__case-lang-item {
  position: relative;
  width: 9rem;
}
.service__case-lang-img {
  width: 100%;
}
.service__case-lang-item-txt {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
.service__case-name {
  display: flex;
  align-items: center;
  padding-left: 7.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  height: 6rem;
  color: #fff;
  background: linear-gradient(to top, #0165b5, #0079d9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .service__case-name {
    justify-content: center;
    padding: 1rem;
    font-size: 1.8rem;
  }
}
.service__program-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin: 4.8rem auto 0;
  width: 88.4rem;
}
@media (max-width: 1232px) {
  .service__program-list {
    max-width: 88.4rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .service__program-list {
    margin-top: 3.8rem;
  }
}
.service__program {
  width: 100%;
}
.service__program-ttl {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0 2.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  width: 100%;
  height: 7rem;
  color: #fff;
  background: linear-gradient(to top, #0165b5, #0079d9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .service__program-ttl {
    justify-content: center;
    padding: 1rem;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.8rem;
    gap: 0.6rem;
  }
}
.service__program-ttl--large {
  position: relative;
  display: block;
  font-size: 4.8rem;
  top: -0.2rem;
}
@media (max-width: 768px) {
  .service__program-ttl--large {
    font-size: 3rem;
  }
}
.service__program-ttl--small {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .service__program-ttl--small {
    font-size: 1.2rem;
  }
}
.service__program-txt {
  margin: 2.4rem auto 0;
  width: 90%;
  line-height: 1.6;
}
.service__example, .service__example--tile {
  padding: 2.4rem;
  display: flex;
  gap: 3.2rem;
  margin-top: 2.4rem;
  width: 100%;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1232px) {
  .service__example, .service__example--tile {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .service__example, .service__example--tile {
    gap: 2.4rem;
  }
}
.service__example--tile {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1232px) {
  .service__example--tile {
    grid-template-columns: 1fr;
  }
}
.service__example-head, .service__example-head--center {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 2.4rem;
  flex-shrink: 0;
  background-color: #0165b5;
  color: #fff;
}
@media (max-width: 768px) {
  .service__example-head, .service__example-head--center {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.service__example-head--center {
  text-align: center;
  line-height: 1.6;
}
.service__example-body {
  width: 100%;
}
.service__example-body--flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  height: 100%;
}
@media (max-width: 1232px) {
  .service__example-body--flex {
    grid-template-columns: 1fr;
  }
}
.service__example-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  height: 100%;
}
.service__example-item {
  display: flex;
  gap: 0.6rem;
  height: 100%;
}
.service__example-item-deco {
  display: block;
  width: 1.6rem;
  flex-shrink: 0;
  border: 2px solid #0165b5;
}
.service__example-item-ttl {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.6rem;
  padding: 0 1rem;
  background-color: #0165b5;
  color: #fff;
}
@media (max-width: 768px) {
  .service__example-item-ttl {
    padding: 1rem;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1.4;
  }
}
.service__example-item-txt {
  width: 100%;
  padding: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid #0165b5;
  font-weight: 500;
}
.service__example-item-txt--adjust {
  margin-top: 0.6rem;
  padding-left: 1.6rem;
}
.service__example-item-txt--small {
  font-size: 1.4rem;
  line-height: 1.4;
}
.service__example-item-txt--flex {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 500;
}
.service__example-item-txt--line-height {
  font-weight: 500;
  line-height: 1.6;
}
.service__example-item-txt--margin-top {
  margin-top: 1.6rem;
}
.service__example-item-check {
  width: 1rem;
  height: 0.8rem;
}
.service__example-txt-box, .service__example-txt-box--no-gap {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 1rem;
  width: 100%;
  border: 2px solid #0165b5;
}
.service__example-txt-box--no-gap {
  gap: 0;
}
.service__job-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.8rem;
  margin-top: 3.8rem;
}
@media (max-width: 768px) {
  .service__job-card {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.service__job-card-img {
  width: 39rem;
  height: 100%;
}
@media (max-width: 1232px) {
  .service__job-card-img {
    width: 30rem;
  }
}
@media (max-width: 768px) {
  .service__job-card-img {
    max-width: 39rem;
    width: 90%;
  }
}
.service__job-card-txt {
  width: 42rem;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1232px) {
  .service__job-card-txt {
    width: 38rem;
  }
}
@media (max-width: 768px) {
  .service__job-card-txt {
    font-size: 1.6rem;
    max-width: 42rem;
    width: 90%;
  }
}
.service__profile {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .service__profile {
    padding: 6rem 0;
  }
}
.service__profile-inner {
  padding-bottom: 3.8rem;
  margin: auto;
  width: 106.4rem;
  border-radius: 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1232px) {
  .service__profile-inner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .service__profile-inner {
    padding-bottom: 2.4rem;
  }
}
.service__profile-content {
  margin: auto;
  width: 84rem;
}
@media (max-width: 1232px) {
  .service__profile-content {
    width: 90%;
  }
}
.service__profile-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 3rem 3rem 0 0;
  padding: 3.8rem 1rem;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  background-color: #0165b5;
  color: #fff;
}
@media (max-width: 768px) {
  .service__profile-ttl {
    padding: 2.4rem 1rem;
    font-size: 2.2rem;
  }
}
.service__profile-name {
  margin-top: 3.8rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .service__profile-name {
    margin-top: 2.4rem;
    font-size: 1.8rem;
  }
}
.service__profile-name-sub {
  margin-top: 1.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .service__profile-name-sub {
    margin-top: 0.6rem;
    font-size: 1.1rem;
    letter-spacing: -1px;
  }
}
.service__profile-flex {
  margin-top: 5.4rem;
  display: flex;
  width: 100%;
  border-radius: 1rem;
  background-color: #f0f8ff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1232px) {
  .service__profile-flex {
    flex-direction: column;
    align-items: center;
    background-color: initial;
    box-shadow: initial;
  }
}
@media (max-width: 768px) {
  .service__profile-flex {
    margin-top: 2.4rem;
  }
}
.service__profile-img {
  border-radius: 1rem 0 0 1rem;
  width: 29rem;
  flex-shrink: 0;
}
@media (max-width: 1232px) {
  .service__profile-img {
    border-radius: initial;
  }
}
@media (max-width: 768px) {
  .service__profile-img {
    width: 60%;
  }
}
.service__profile-txt {
  padding: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .service__profile-txt {
    padding: 2.4rem 0;
    font-size: 1.4rem;
  }
}
.service__profile-list {
  margin-top: 3.8rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .service__profile-list {
    margin-top: 0rem;
  }
}
.service__profile-item {
  padding: 2rem 2.4rem;
  display: flex;
  border-bottom: 2px solid #0165b5;
}
@media (max-width: 768px) {
  .service__profile-item {
    flex-direction: column;
    padding: 1.6rem 1rem;
  }
}
.service__profile-item:first-child {
  padding-top: initial;
}
.service__profile-item:last-child {
  border-bottom: initial;
}
.service__profile-item-ttl {
  padding: 0.1rem 0 0.1rem 1.6rem;
  width: 22rem;
  height: -moz-fit-content;
  height: fit-content;
  border-left: 10px solid #0165b5;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .service__profile-item-ttl {
    font-size: 1.6rem;
  }
}
.service__profile-item-txt {
  padding-top: 0.4rem;
  width: 60rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .service__profile-item-txt {
    width: 100%;
  }
}
.service__archive {
  display: flex;
  gap: 5.7rem;
  margin: 3.8rem auto 0;
  width: 106.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 1232px) {
  .service__archive {
    width: 90%;
    gap: 2.4rem;
  }
}
@media (max-width: 768px) {
  .service__archive {
    flex-direction: column;
    margin-top: 2.4rem;
  }
}
.service__archive-txt {
  width: -moz-fit-content;
  width: fit-content;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.recruit
-----------------------------------------------------------------------*/
.recruit {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .recruit {
    padding: 6rem 0;
  }
}
.recruit__archive {
  padding: 0 2.4rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .recruit__archive {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}
.recruit__archive-item {
  padding: 2.4rem 0;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.6rem;
  width: 33.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .recruit__archive-item {
    width: 90%;
  }
}
.recruit__archive-item:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .recruit__archive-item:hover {
    opacity: 1;
  }
}
.recruit__archive-item:hover .recruit__archive-txt {
  color: #e33d30;
  background-color: #fff;
}
@media (max-width: 768px) {
  .recruit__archive-item:hover .recruit__archive-txt {
    color: #fff;
    background-color: #e33d30;
  }
}
.recruit__archive-img {
  height: 20rem;
}
@media (max-width: 768px) {
  .recruit__archive-img {
    height: 15rem;
  }
}
.recruit__archive-txt {
  text-align: center;
  padding: 0.6rem 2.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #e33d30;
  border: 1px solid #e33d30;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .recruit__archive-txt {
    font-size: 1.6rem;
  }
}
.recruit__seminar-date-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  padding: 3.8rem 0;
  margin: auto;
  width: 64rem;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fbf9f9;
  border: 1px solid #d1d1d1;
}
@media (max-width: 768px) {
  .recruit__seminar-date-box {
    gap: 2.4rem;
    padding: 2.4rem 0;
    width: 90%;
  }
}
.recruit__seminar-date-item-inner {
  display: flex;
  align-items: center;
}
.recruit__seminar-date-item-inner:last-child .recruit__seminar-date-item--border {
  border-bottom: initial !important;
}
.recruit__seminar-date-item-status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 6.5rem;
  height: 3rem;
  border-radius: 100vh;
  background-color: #e33d30;
  color: #fff;
  border: 1px solid #e33d30;
}
@media (max-width: 768px) {
  .recruit__seminar-date-item-status {
    font-size: 1.4rem;
  }
}
.recruit__seminar-date-item-status.is-active {
  background-color: #fff;
  color: #e33d30;
}
.recruit__seminar-date-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit__seminar-date-ttl {
    font-size: 2rem;
  }
}
.recruit__seminar-date-dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recruit__seminar-date-item, .recruit__seminar-date-item--border {
  display: flex;
  align-items: center;
  padding: 1.6rem 3.8rem;
  gap: 2.4rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 3px solid #d8d8d8;
}
@media (max-width: 768px) {
  .recruit__seminar-date-item, .recruit__seminar-date-item--border {
    padding: 1rem 1.6rem;
  }
}
.recruit__seminar-date-item:first-child, .recruit__seminar-date-item--border:first-child {
  padding-top: initial;
}
.recruit__seminar-date-item:last-child, .recruit__seminar-date-item--border:last-child {
  border-bottom: initial;
}
.recruit__seminar-date-item--border {
  padding: 1.6rem 2.4rem;
  border-bottom: 3px solid #d8d8d8 !important;
}
@media (max-width: 768px) {
  .recruit__seminar-date-item--border {
    padding: 1.6rem;
    gap: 1rem;
  }
}
.recruit__seminar-date-dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
  width: 16rem;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #e33d30;
  color: #fff;
}
@media (max-width: 768px) {
  .recruit__seminar-date-dt {
    padding: 0.4rem 0;
    width: 13rem;
    font-size: 1.4rem;
  }
}
.recruit__seminar-date-dt--gray {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 3.2rem;
  background-color: #d3d3d3;
}
@media (max-width: 768px) {
  .recruit__seminar-date-dt--gray {
    font-size: 1.4rem;
    width: 12rem;
  }
}
.recruit__seminar-date-dd {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit__seminar-date-dd {
    font-size: 1.4rem;
  }
}
.recruit__seminar-date-dd--no-back {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit__seminar-date-dd--no-back {
    font-size: 1.4rem;
  }
}
.recruit__btn, .recruit__btn--top-none, .recruit__btn--tel, .recruit__btn--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.8rem;
  margin: 4rem auto 0;
  padding: 2.4rem 5rem;
  border-radius: 100vh;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #e33d30;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .recruit__btn, .recruit__btn--top-none, .recruit__btn--tel, .recruit__btn--mail {
    padding: 1.6rem 3.8rem;
    gap: 1.6rem;
  }
}
.recruit__btn--mail {
  gap: 1rem;
  margin-top: initial;
  width: 48rem;
}
@media (max-width: 768px) {
  .recruit__btn--mail {
    width: 100%;
  }
}
.recruit__btn--tel {
  gap: 1rem;
  background-color: #3c3c3c;
  margin-top: initial;
  width: 48rem;
}
@media (max-width: 768px) {
  .recruit__btn--tel {
    width: 100%;
  }
}
.recruit__btn--top-none {
  margin-top: initial;
}
.recruit__btn:hover, .recruit__btn--mail:hover, .recruit__btn--tel:hover, .recruit__btn--top-none:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .recruit__btn:hover, .recruit__btn--mail:hover, .recruit__btn--tel:hover, .recruit__btn--top-none:hover {
    opacity: 1;
  }
}
.recruit__btn:hover .recruit__btn-arw, .recruit__btn--mail:hover .recruit__btn-arw, .recruit__btn--tel:hover .recruit__btn-arw, .recruit__btn--top-none:hover .recruit__btn-arw {
  right: -1rem;
}
@media (max-width: 768px) {
  .recruit__btn:hover .recruit__btn-arw, .recruit__btn--mail:hover .recruit__btn-arw, .recruit__btn--tel:hover .recruit__btn-arw, .recruit__btn--top-none:hover .recruit__btn-arw {
    right: 0;
  }
}
.recruit__btn-txt {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .recruit__btn-txt {
    font-size: 1.6rem;
  }
}
.recruit__btn-arw {
  position: relative;
  width: 3rem;
  transition: 0.3s;
  right: 0;
}
@media (max-width: 768px) {
  .recruit__btn-arw {
    width: 1.6rem;
  }
}
.recruit__btn-img {
  width: 4rem;
}
@media (max-width: 768px) {
  .recruit__btn-img {
    width: 2.4rem;
  }
}
.recruit__img-box {
  position: relative;
  margin: 10rem auto 0;
  width: 120rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1232px) {
  .recruit__img-box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .recruit__img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
  }
}
.recruit__img {
  display: block;
  margin: 0 0 0 auto;
  width: 91.2rem;
}
@media (max-width: 1232px) {
  .recruit__img {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .recruit__img {
    margin: initial;
    max-width: initial;
    width: 100%;
  }
}
.recruit__img-box-txt {
  position: absolute;
  left: 0;
  bottom: -7.6rem;
  width: 62rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 3.8rem 6rem;
  background-color: #e33d30;
  color: #fff;
}
@media (max-width: 1232px) {
  .recruit__img-box-txt {
    bottom: -11rem;
  }
}
@media (max-width: 768px) {
  .recruit__img-box-txt {
    margin-top: -1.6rem;
    position: initial;
    bottom: initial;
    left: initial;
    width: 95%;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
}
.recruit__detail {
  margin: 30rem auto 0;
  display: flex;
  justify-content: space-between;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .recruit__detail {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .recruit__detail {
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
    gap: 2.4rem;
  }
}
.recruit__detail-txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 49rem;
  flex-shrink: 0;
}
@media (max-width: 1232px) {
  .recruit__detail-txt-box {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .recruit__detail-txt-box {
    width: 100%;
    gap: 2.4rem;
  }
}
.recruit__detail-ttl {
  position: relative;
  padding-bottom: 1.6rem;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit__detail-ttl {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.recruit__detail-ttl::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 7.6rem;
  height: 0.2rem;
  background-color: #e33d30;
}
@media (max-width: 768px) {
  .recruit__detail-ttl::before {
    width: 4rem;
  }
}
.recruit__detail-txt {
  line-height: 1.6;
}
.recruit__detail-img {
  width: 39rem;
}
@media (max-width: 1232px) {
  .recruit__detail-img {
    width: 45%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .recruit__detail-img {
    max-width: 39rem;
    width: 100%;
  }
}
.recruit__merit {
  padding: 10rem 0;
  margin: auto;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .recruit__merit {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .recruit__merit {
    padding: 6rem 0;
  }
}
.recruit__merit-ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recruit__merit-ttl {
    font-size: 1.8rem;
  }
}
.recruit__merit-ttl-deco {
  display: block;
  width: 1.9rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(255, 0, 0, 0.4588235294);
  border-radius: 100%;
}
@media (max-width: 768px) {
  .recruit__merit-ttl-deco {
    width: 1rem;
  }
}
.recruit__merit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3.8rem;
  gap: 1.6rem 3.2rem;
}
@media (max-width: 768px) {
  .recruit__merit-list {
    margin-top: 2.4rem;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.recruit__merit-item {
  padding: 3.8rem;
  width: 100%;
  background-color: #fbf9f9;
  border: 1px solid #d1d1d1;
}
@media (max-width: 768px) {
  .recruit__merit-item {
    padding: 1.6rem;
  }
}
.recruit__merit-item-ttl {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recruit__merit-item-ttl {
    font-size: 1.6rem;
  }
}
.recruit__merit-item-ttl-deco {
  width: 2.4rem;
  height: 0.2rem;
  background-color: rgba(255, 0, 0, 0.4588235294);
}
.recruit__merit-item-txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recruit__merit-item-txt {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.recruit__points {
  margin: auto;
  padding: 10rem 0;
  background-color: #fff7f7;
}
@media (max-width: 768px) {
  .recruit__points {
    padding: 6rem 0;
  }
}
.recruit__section-ttl {
  position: relative;
  padding-bottom: 1.6rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fe403f;
}
@media (max-width: 768px) {
  .recruit__section-ttl {
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.recruit__section-ttl::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 7rem;
  height: 0.2rem;
  background-color: #fe403f;
}
.recruit__points-dl {
  display: flex;
  flex-direction: column;
  margin: 3.8rem auto 0;
  width: 80rem;
}
@media (max-width: 1232px) {
  .recruit__points-dl {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .recruit__points-dl {
    margin-top: 2.4rem;
  }
}
.recruit__points-item {
  display: grid;
  align-items: center;
  grid-template-columns: 21rem 1fr;
}
@media (max-width: 768px) {
  .recruit__points-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.recruit__points-item:first-child {
  padding-top: 0;
}
.recruit__points-dt {
  display: flex;
  align-items: center;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  width: 100%;
  height: 100%;
  padding-left: 5rem;
  border-bottom: 1px solid #fe403f;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit__points-dt {
    font-size: 1.6rem;
    padding: initial;
    padding-top: 1.6rem;
    border-bottom: initial;
  }
}
.recruit__points-dd {
  width: 100%;
  padding-top: 2.4rem;
  padding-left: 2.4rem;
  padding-bottom: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #c3c3c3;
}
@media (max-width: 768px) {
  .recruit__points-dd {
    padding: initial;
    padding-bottom: 1.6rem;
    font-size: 1.4rem;
  }
}
.recruit__entry {
  padding: 10rem 0;
  margin: auto;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .recruit__entry {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .recruit__entry {
    padding: 6rem 0;
  }
}
.recruit__entry-box {
  display: grid;
  grid-template-columns: 15rem 1fr;
  margin-top: 3.8rem;
  width: 100%;
}
@media (max-width: 768px) {
  .recruit__entry-box {
    grid-template-columns: 3rem 1fr;
  }
}
.recruit__entry-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #d73333;
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
}
.recruit__entry-head-txt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .recruit__entry-head-txt {
    font-size: 1.6rem;
  }
}
.recruit__entry-body {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
  padding: 3.2rem 7rem;
  background-color: #fbf9f9;
}
@media (max-width: 768px) {
  .recruit__entry-body {
    padding: 1.6rem;
    gap: 2.4rem;
  }
}
.recruit__entry-txt {
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recruit__entry-txt {
    font-size: 1.4rem;
  }
}
.recruit__entry-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.recruit__entry-item {
  display: flex;
  gap: 1rem;
}
.recruit__entry-item-check {
  position: relative;
  top: 1rem;
  width: 1rem;
  height: 0.8rem;
}
@media (max-width: 768px) {
  .recruit__entry-item-check {
    top: 0.8rem;
  }
}
.recruit__entry-item-txt {
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recruit__entry-item-txt {
    font-size: 1.4rem;
  }
}
.recruit__btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1.6rem;
  margin-top: 4.8rem;
}
@media (max-width: 1232px) {
  .recruit__btn-flex {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.recruit__system, .recruit__system--white {
  padding: 10rem 0;
  background-color: #fff7f7;
}
@media (max-width: 768px) {
  .recruit__system, .recruit__system--white {
    padding: 6rem 0;
  }
}
.recruit__system--white {
  background-color: #fff;
  margin-top: initial;
}
.recruit__read-txt, .recruit__read-txt--center, .recruit__read-txt--red-back, .recruit__read-txt--large {
  margin: 3.8rem auto 0;
  line-height: 1.6;
  width: 70rem;
}
@media (max-width: 768px) {
  .recruit__read-txt, .recruit__read-txt--center, .recruit__read-txt--red-back, .recruit__read-txt--large {
    margin-top: 2.4rem;
    width: 90%;
  }
}
.recruit__read-txt--large {
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .recruit__read-txt--large {
    font-size: 1.7rem;
  }
}
.recruit__read-txt--red-back {
  padding: 1.2rem 3.7rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff7f7;
  border: 1px solid #d1d1d1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .recruit__read-txt--red-back {
    padding: 1rem 1.6rem;
    max-width: 90%;
  }
}
.recruit__read-txt--center {
  text-align: center;
}
.recruit__event {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .recruit__event {
    padding: 6rem 0;
  }
}
.recruit__event-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  width: 106.4rem;
  margin: 3.8rem auto 0;
}
@media (max-width: 1232px) {
  .recruit__event-list {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .recruit__event-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.recruit__event-item {
  padding: 2rem;
  width: 100%;
  background-color: #fbf9f9;
  border: 1px solid #d1d1d1;
}
.recruit__event-item-ttl {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recruit__event-item-ttl {
    gap: 1rem;
    font-size: 1.6rem;
  }
}
.recruit__event-item-ttl .recruit__entry-item-check {
  top: initial;
}
.recruit__event-item-txt {
  padding-left: 2.6rem;
  margin-top: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .recruit__event-item-txt {
    padding-left: 1.6rem;
    font-size: 1.4rem;
  }
}
.recruit__user {
  padding: 10rem 0;
  background-image: url(../../common/images/recruit__user-back.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .recruit__user {
    padding: 6rem 0;
  }
}
.recruit__user-list {
  display: flex;
  flex-direction: column;
  margin: 3.8rem auto;
  width: 80rem;
  gap: 4rem;
}
@media (max-width: 1232px) {
  .recruit__user-list {
    width: 95%;
  }
}
.recruit__user-img {
  width: 100%;
}
.recruit__program {
  margin-top: 10rem;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .recruit__program {
    padding: 6rem 0;
    margin-top: 6rem;
  }
}
.recruit__learning {
  padding: 10rem 0;
  background-color: #fff7f7;
}
@media (max-width: 768px) {
  .recruit__learning {
    padding: 6rem 0;
  }
}
.recruit__learning-list {
  display: flex;
  flex-direction: column;
  margin: 3.8rem auto 0;
  width: 64.3rem;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .recruit__learning-list {
    width: 90%;
    margin-top: 2.4rem;
  }
}
.recruit__learning-item {
  display: flex;
  gap: 2.2rem;
}
@media (max-width: 768px) {
  .recruit__learning-item {
    gap: 1rem;
  }
}
.recruit__learning-item-img {
  position: relative;
  width: 1rem;
  height: 0.8rem;
  top: 0.8rem;
}
.recruit__learning-txt {
  line-height: 1.6;
  font-weight: 500;
}
.recruit__base {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .recruit__base {
    padding: 6rem 0;
  }
}
.recruit__merit-inner {
  margin: 3.8rem auto 0;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .recruit__merit-inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .recruit__merit-inner {
    margin-top: 2.4rem;
  }
}
.recruit__base-txt {
  text-align: center;
  margin: 1.6rem auto 0;
  max-width: 90%;
}
@media (max-width: 768px) {
  .recruit__base-txt {
    font-size: 1.4rem;
  }
}
.recruit__appeal {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .recruit__appeal {
    padding: 6rem 0;
  }
}
.recruit__advice {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .recruit__advice {
    padding: 6rem 0;
  }
}
.recruit__course {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .recruit__course {
    padding: 6rem 0;
  }
}
.recruit__schedule {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .recruit__schedule {
    padding: 6rem 0;
  }
}
.recruit__schedule-flex {
  display: flex;
  justify-content: center;
  margin-top: 3.8rem;
  gap: 3.2rem;
}
@media (max-width: 1232px) {
  .recruit__schedule-flex {
    gap: 1.6rem;
  }
}
@media (max-width: 768px) {
  .recruit__schedule-flex {
    flex-direction: column;
    align-items: center;
    margin-top: 2.4rem;
  }
}
.recruit__schedule-item, .recruit__schedule-item--large {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  width: 36.8rem;
  height: 43.2rem;
  background-color: #fff7f7;
}
@media (max-width: 1232px) {
  .recruit__schedule-item, .recruit__schedule-item--large {
    width: 25rem;
    height: 32.2rem;
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .recruit__schedule-item, .recruit__schedule-item--large {
    max-width: 38rem;
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.recruit__schedule-item--large {
  width: 54.4rem;
}
@media (max-width: 1232px) {
  .recruit__schedule-item--large {
    width: 46rem;
  }
}
@media (max-width: 768px) {
  .recruit__schedule-item--large {
    width: 90%;
  }
}
.recruit__schedule-img {
  width: 100%;
}
.recruit__schedule-txt {
  margin: 1.6rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .recruit__schedule-txt {
    font-size: 1.4rem;
  }
}
.recruit__intern-user {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .recruit__intern-user {
    padding: 6rem 0;
  }
}
.recruit__intern-user-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 3.8rem auto 0;
  gap: 1.6rem 3.2rem;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .recruit__intern-user-list {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .recruit__intern-user-list {
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
  }
}
.recruit__intern-user-item {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
  padding: 3.8rem;
  width: 100%;
  background-color: #fff8ea;
  border: 1px solid #d1d1d1;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .recruit__intern-user-item {
    padding: 1.6rem;
  }
}
.recruit__intern-user-txt--right {
  padding-right: 2.4rem;
  text-align: right;
}
@media (max-width: 768px) {
  .recruit__intern-user-txt--right {
    padding-right: 1rem;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.policy
-----------------------------------------------------------------------*/
.policy {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .policy {
    padding: 6rem 0;
  }
}
.policy__txt {
  margin: auto;
  width: 64rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .policy__txt {
    width: 90%;
  }
}
.policy__list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin: 6rem auto 0;
  width: 106.4rem;
}
@media (max-width: 1232px) {
  .policy__list {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .policy__list {
    margin-top: 3.8rem;
  }
}
.policy__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .policy__item {
    gap: 1.6rem;
  }
}
.policy__item-txt {
  font-weight: 500;
  line-height: 1.6;
}

/* base
----------------------------------------------------------------- */
.contact {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 6rem 0;
  }
}
.contact__ttl-box {
  display: flex;
  align-items: center;
  gap: 2.3rem;
  width: 75rem;
  margin: 8rem auto 0;
}
@media (max-width: 1232px) {
  .contact__ttl-box {
    gap: 1rem;
    width: 100%;
    margin-top: initial;
  }
}
.contact__ttl {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact__ttl {
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
.contact__ttl-deco {
  width: 7.2rem;
  height: 0.2rem;
  background-color: #e44140;
}
@media (max-width: 768px) {
  .contact__ttl-deco {
    width: 10%;
  }
}
.contact .wpcf7-form {
  margin: 7rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .contact .wpcf7-form {
    margin-top: 3.8rem;
    width: 90%;
  }
}
.contact .wpcf7-form-control-wrap {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact__item, .contact__item--no-margin, .contact__item--flex, .contact__item--radio {
  margin-top: 3.8rem;
  display: grid;
  grid-template-columns: 23rem 1fr;
  gap: 4rem;
}
@media (max-width: 768px) {
  .contact__item, .contact__item--no-margin, .contact__item--flex, .contact__item--radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 2.4rem auto 0;
    width: 100%;
    gap: 1rem;
  }
}
.contact__item--flex {
  grid-template-columns: 23rem 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  .contact__item--flex {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact__item--no-margin {
  margin: initial;
}
.contact__item--flex-column {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  .contact__item--flex-column {
    width: 100%;
  }
}
.contact__item--center {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  .contact__item--center {
    width: 90%;
  }
}
.contact__item-inner, .contact__item-inner--gap-small {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .contact__item-inner, .contact__item-inner--gap-small {
    gap: 1rem;
  }
}
.contact__item-inner--gap-small {
  gap: 1rem;
}
.contact__item-box {
  display: flex;
  align-items: end;
  gap: 0.3rem;
}
.contact__item-label, .contact__type-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact__item-label, .contact__type-label {
    font-size: 1.4rem;
  }
}
.contact__item-label--must, .contact__type-label--must {
  color: rgba(255, 0, 0, 0.4588235294);
}
.contact__input, .contact__input--month, .contact__input--day,
.contact select--month,
.contact select--day, .contact__textarea--month, .contact__textarea--day, .contact__input--year, .contact__input--zip,
.contact select--year,
.contact select--zip, .contact__textarea--year, .contact__textarea--zip, .contact__input--tel,
.contact select--tel, .contact__textarea--tel, .contact__input--short,
.contact select--short, .contact__textarea--short,
.contact select, .contact__textarea {
  padding: 0.6rem;
  border-radius: 0.6rem;
  background-color: #fbf9f9;
  border: 1px solid #d1d1d1;
  width: 50rem;
  height: 4rem;
}
@media (max-width: 1232px) {
  .contact__input, .contact__input--month, .contact__input--day,
  .contact select--month,
  .contact select--day, .contact__textarea--month, .contact__textarea--day, .contact__input--year, .contact__input--zip,
  .contact select--year,
  .contact select--zip, .contact__textarea--year, .contact__textarea--zip, .contact__input--tel,
  .contact select--tel, .contact__textarea--tel, .contact__input--short,
  .contact select--short, .contact__textarea--short,
  .contact select, .contact__textarea {
    width: 40rem;
  }
}
@media (max-width: 768px) {
  .contact__input, .contact__input--month, .contact__input--day,
  .contact select--month,
  .contact select--day, .contact__textarea--month, .contact__textarea--day, .contact__input--year, .contact__input--zip,
  .contact select--year,
  .contact select--zip, .contact__textarea--year, .contact__textarea--zip, .contact__input--tel,
  .contact select--tel, .contact__textarea--tel, .contact__input--short,
  .contact select--short, .contact__textarea--short,
  .contact select, .contact__textarea {
    width: 87vw;
    font-size: 1.4rem;
  }
}
.contact__input--short,
.contact select--short, .contact__textarea--short {
  width: 19.5rem;
}
@media (max-width: 768px) {
  .contact__input--short,
  .contact select--short, .contact__textarea--short {
    width: 10rem;
  }
}
.contact__input--tel,
.contact select--tel, .contact__textarea--tel {
  width: 14rem;
}
@media (max-width: 768px) {
  .contact__input--tel,
  .contact select--tel, .contact__textarea--tel {
    width: 7rem;
  }
}
.contact__input--year, .contact__input--zip,
.contact select--year,
.contact select--zip, .contact__textarea--year, .contact__textarea--zip {
  width: 14.8rem;
}
.contact__input--month, .contact__input--day,
.contact select--month,
.contact select--day, .contact__textarea--month, .contact__textarea--day {
  width: 6.5rem;
}
.contact__textarea {
  height: 13rem;
}
.contact select {
  width: 24rem;
}
@media (max-width: 768px) {
  .contact select {
    width: 87vw;
  }
}
.contact__select-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.contact__select-box::before {
  content: "";
  position: absolute;
  display: block;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #555555;
  border-bottom: 0;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.contact__radio {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 1232px) {
  .contact__radio {
    gap: 1.6rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .contact__radio {
    font-size: 1.4rem;
  }
}
.contact__radio .wpcf7-list-item {
  margin: initial;
}
.contact__radio label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.contact__radio input {
  position: relative;
  top: 0.1rem;
  scale: 1.5;
}
.contact__item-ttl {
  margin-top: 6rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact__item-ttl {
    margin-top: 3.8rem;
  }
}
.contact__example-txt {
  width: 50rem;
  margin-left: 27rem;
  line-height: 1.6;
}
@media (max-width: 1232px) {
  .contact__example-txt {
    width: 40rem;
  }
}
@media (max-width: 768px) {
  .contact__example-txt {
    width: 100%;
    margin-left: initial;
    font-size: 1.3rem;
  }
}
.contact__txt {
  margin-top: 5rem;
  text-align: center;
}
.contact__txt-link {
  color: #0165b5;
}
.contact__input-inner {
  position: relative;
  margin: 1.6rem auto 0;
  width: 42.6rem;
  height: 8rem;
  border-radius: 100vh;
}
@media (max-width: 768px) {
  .contact__input-inner {
    width: 30rem;
    height: 6rem;
  }
}
.contact__input-inner::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: #e44140;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.contact__input-txt {
  position: absolute;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 1.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact__input-txt {
    font-size: 1.6rem;
  }
}
.contact__input-txt::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 100%;
  flex-shrink: 0;
  aspect-ratio: 54/48;
  background-image: url(../../common/images/contact__arw.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .contact__input-txt::after {
    width: 1.6rem;
  }
}
.contact__submit {
  width: 42.6rem;
  height: 8rem;
  border-radius: 100vh;
}
@media (max-width: 768px) {
  .contact__submit {
    width: 30rem;
    height: 6rem;
  }
}

/* base
----------------------------------------------------------------- */
.anm-tg.y {
  transform: translateY(-50px);
  opacity: 0;
  transition: 1s;
}

.anm-tg.y-neg {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.y.show,
.y-neg.show {
  transform: translateY(0px);
  opacity: 1;
}

.anm-tg.x {
  transform: translateX(-50px);
  opacity: 0;
  transition: 0.6s;
}

.anm-tg.x-neg {
  transform: translateX(50px);
  opacity: 0;
  transition: 0.6s;
}

.x.show,
.x-neg.show {
  transform: translateX(0px);
  opacity: 1;
}

.anm-tg.rotate {
  transform: translate(-10%, 10%);
  transition: 1s;
  opacity: 0;
}

.rotate.show {
  transform: translate(0);
  opacity: 1;
}

.anm-tg.opt {
  opacity: 0;
  transition: 0.6s;
}

.opt.show {
  opacity: 1;
}

.anm-tg.scl {
  scale: 0;
  transition: 0.6s;
}

.scl.show {
  scale: 1;
}

.anm-tg,
.box-fade {
  position: relative;
}

.anm-tg.box-fade::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #bf0101;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0.4s;
}

.show.box-fade::before {
  width: 0%;
}

.anm-tg,
.box-fade-y {
  position: relative;
}

.anm-tg.box-fade-y::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 105%;
  height: 105%;
  background-color: #bf0101;
  transition-property: all;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
}

.show.box-fade-y::before {
  top: -100%;
}

/* --------------------------------------------------------------------- 
utility
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* display
----------------------------------------------------------------- */
.u-disp-contnts {
  display: contents;
}

.u-disp-block {
  display: block;
}
@media (max-width: 768px) {
  .u-disp-block--PU {
    display: block;
  }
}

.u-disp-none {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSU {
    display: none;
  }
}
.u-disp-none--DSO {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSO {
    display: block;
  }
}
@media (max-width: 1232px) {
  .u-disp-none--NU {
    display: none;
  }
}
.u-disp-none--NO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--NO {
    display: block;
  }
}
@media (max-width: 1080px) {
  .u-disp-none--TLLU {
    display: none;
  }
}
.u-disp-none--TLLO {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp-none--TLLO {
    display: block;
  }
}
@media (max-width: 960px) {
  .u-disp-none--TMU {
    display: none;
  }
}
.u-disp-none--TMO {
  display: none;
}
@media (max-width: 960px) {
  .u-disp-none--TMO {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp-none--PU {
    display: none;
  }
}
.u-disp-none--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--PO {
    display: block;
  }
}
.u-disp-none--flexPU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--flexPU {
    display: flex;
  }
}
.u-disp-none--inlinePU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--inlinePU {
    display: inline;
  }
}
.u-disp-none--MLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--MLLO {
    display: block;
  }
}
@media (max-width: 375px) {
  .u-disp-none--MMU {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */