@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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 */
}

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

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

body {
  font-family: "Inter", "Meiryo", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #172B6D;
}

/* PC*/
/* TABLET*/
/* SP*/
html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

.u-block {
  display: block;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: max(5.2083333333vw, 100px);
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 21.5384615385vw;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 min(2.8125vw, 54px);
  gap: max(0.2604166667vw, 5px);
}
@media (max-width: 1300px) {
  .l-header__inner {
    padding: 0 4.1025641026vw;
  }
}
.l-header__logo {
  height: max(3.6458333333vw, 70px);
  z-index: 140;
}
.l-header__logo img {
  width: auto;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    height: 15.3846153846vw;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.0416666667vw, 20px) clamp(10px, 2.0833333333vw, 40px);
}
@media (max-width: 1300px) {
  .l-header__nav-list {
    display: none;
  }
}
.l-header__nav-list li a {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 700;
  color: #172B6D;
  text-decoration: none;
  white-space: nowrap;
}
.l-header__nav-list li a:hover {
  opacity: 0.7;
}
.l-header__nav-list li .c-btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #172B6D;
  color: #fff;
  font-size: max(0.8333333333vw, 16px);
  font-weight: 700;
  padding: max(0.625vw, 12px) max(1.0416666667vw, 20px);
  border-radius: 3px;
  text-decoration: none;
  transition: 0.3s;
}
.l-header__nav-list li .c-btn-contact:hover {
  background-color: #FD7B3A;
}
.l-header__hamburger {
  display: none;
}
@media (max-width: 1300px) {
  .l-header__hamburger {
    display: block;
    position: relative;
    width: max(1.25vw, 24px);
    height: max(0.8333333333vw, 16px);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 130;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  .l-header__hamburger {
    width: 6.1538461538vw;
    height: 4.1025641026vw;
  }
}
.l-header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #172B6D;
  transition: transform 0.3s, top 0.3s, opacity 0.3s;
}
.l-header__hamburger span:nth-child(1) {
  top: 0;
}
.l-header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__hamburger span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.l-header__hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%);
}
.l-header__hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header__drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background: #fff;
  z-index: 110;
  transition: 0.4s;
  padding: max(5.2083333333vw, 100px) max(1.25vw, 24px) max(2.0833333333vw, 40px);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .l-header__drawer {
    width: 100%;
    height: 100%;
    padding: 25.641025641vw 6.1538461538vw 10.2564102564vw;
  }
}
.l-header__drawer.is-active {
  right: 0;
}
@media (min-width: 1301px) {
  .l-header__drawer {
    display: none;
  }
}
.l-header__drawer-list li {
  border-bottom: 1px solid #eee;
}
.l-header__drawer-list li a {
  display: block;
  padding: max(0.8333333333vw, 16px) 0;
  font-size: max(0.8333333333vw, 16px);
  font-weight: 700;
  color: #172B6D;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-header__drawer-list li a {
    padding: 4.1025641026vw 0;
    font-size: 4.1025641026vw;
  }
}
.l-header__drawer-btn {
  margin-top: max(2.0833333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .l-header__drawer-btn {
    margin-top: 10.2564102564vw;
  }
}
.l-header__drawer-btn .c-btn-main {
  width: 100%;
  height: 14.358974359vw;
}
@media (max-width: 1300px) {
  .l-header__drawer .c-btn-main {
    font-size: max(0.8333333333vw, 16px);
    padding: 1rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.l-footer {
  background-color: #fff;
}
.l-footer__inner {
  max-width: max(84.375vw, 1620px);
  margin: 0 auto;
  padding: max(3.75vw, 72px) min(1.0416666667vw, 20px) max(6.40625vw, 123px);
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 10.5128205128vw 5.1282051282vw 13.8461538462vw;
  }
}
.l-footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__main {
    display: block;
  }
}
.l-footer__logo {
  width: clamp(120px, 13.0208333333vw, 250px);
  margin-bottom: max(3.4895833333vw, 67px);
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 25.641025641vw;
    margin-bottom: 7.9487179487vw;
  }
}
.l-footer__logo img {
  width: 100%;
  display: block;
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: max(0.8333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    -moz-column-gap: 5.1282051282vw;
         column-gap: 5.1282051282vw;
    row-gap: 6.9230769231vw;
    align-items: center;
  }
}
.l-footer__nav-list li a {
  text-decoration: none;
  color: #172B6D;
  font-size: max(1.0416666667vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list li a {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list .c-btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #172B6D;
    color: #fff;
    width: 33.8461538462vw;
    height: 6.1538461538vw;
    font-size: 3.3333333333vw;
    font-weight: 700;
    text-align: center;
  }
}
.l-footer__right .c-btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #172B6D;
  color: #fff;
  width: clamp(300px, 18.75vw, 360px);
  height: clamp(60px, 4.1666666667vw, 80px);
  font-size: clamp(24px, 1.6666666667vw, 32px);
  font-weight: 500;
  text-decoration: none;
}
.l-footer__bottom {
  background-color: #172B6D;
  padding: max(1.4583333333vw, 28px) 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    padding: 3.5897435897vw 0;
  }
}
.l-footer__copyright {
  color: #fff;
  font-size: clamp(14px, 1.0416666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 2.8205128205vw;
  }
}

.p-hamburger {
  display: none;
}
@media screen and (max-width: 970px) {
  .p-hamburger {
    display: block;
    width: max(1.3020833333vw, 25px);
    height: max(0.9375vw, 18px);
    background: none;
    border: none;
    position: relative;
    z-index: 110;
    cursor: pointer;
  }
  .p-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: transform 0.3s, opacity 0.3s, top 0.3s, bottom 0.3s;
  }
  .p-hamburger span:nth-child(1) {
    top: 0;
  }
  .p-hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .p-hamburger span:nth-child(3) {
    bottom: 0;
  }
  .p-hamburger.is-open span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .p-hamburger.is-open span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .p-hamburger {
    width: 6.4102564103vw;
    height: 4.6153846154vw;
  }
}

.l-page-mv {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-top: 20px;
  background: url(../img/mv_sub_pc.webp) no-repeat;
  background-size: cover;
  margin-top: max(4.1666666667vw, 80px);
}
.l-page-mv__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-page-mv .c-breadcrumbs {
  font-size: 14px;
  color: #333333;
  margin-bottom: 60px;
}
.l-page-mv .c-breadcrumbs span.current-item {
  font-weight: bold;
}
.l-page-mv .c-breadcrumbs a {
  text-decoration: none;
  color: #333333;
  transition: opacity 0.3s;
}
.l-page-mv .c-breadcrumbs a:hover {
  opacity: 0.7;
}
.l-page-mv .c-breadcrumbs .separator {
  margin: 0 8px;
}
@media (max-width: 768px) {
  .l-page-mv .c-breadcrumbs {
    margin-bottom: 30px;
  }
}
.l-page-mv__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 320px;
}
@media (max-width: 768px) {
  .l-page-mv__content {
    flex-direction: column;
    text-align: center;
    min-height: auto;
  }
}
.l-page-mv__body {
  flex: 0 0 50%;
  z-index: 2;
}
@media (max-width: 768px) {
  .l-page-mv__body {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.l-page-mv__title {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 700;
  color: #1a2b5f;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .l-page-mv__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.l-page-mv__desc {
  font-size: 18px;
  line-height: 1.8;
  color: #1a2b5f;
  font-weight: 500;
}
@media (max-width: 768px) {
  .l-page-mv__desc {
    font-size: 15px;
  }
}

.l-fv {
  width: 100%;
  height: max(34.1145833333vw, 655px);
  background-image: url("../img/mv_pc.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-top: max(5.2083333333vw, 100px);
}
@media screen and (max-width: 768px) {
  .l-fv {
    height: 94.358974359vw;
    margin-top: 21.5384615385vw;
    background-image: url("../img/mv_sp.webp");
    align-items: flex-start;
  }
}
.l-fv__inner {
  width: 100%;
  padding: 0 min(5.3645833333vw, 103px);
}
@media screen and (max-width: 768px) {
  .l-fv__inner {
    padding: 7.4358974359vw 8.9743589744vw;
  }
}
.l-fv__title {
  color: #fff;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.l-fv__title span {
  display: block;
}
.l-fv__title--top {
  font-size: clamp(37px, 3.90625vw, 75px);
}
@media screen and (max-width: 768px) {
  .l-fv__title--top {
    font-size: 5.641025641vw;
  }
}
.l-fv__title--middle {
  font-size: clamp(43px, 5vw, 96px);
}
@media screen and (max-width: 768px) {
  .l-fv__title--middle {
    font-size: 7.1794871795vw;
    margin-top: 1.7948717949vw;
  }
}
.l-fv__title--bottom {
  font-size: clamp(55px, 5.7291666667vw, 110px);
}
@media screen and (max-width: 768px) {
  .l-fv__title--bottom {
    font-size: 8.2051282051vw;
    margin-top: 0.5128205128vw;
  }
}

.l-lead {
  padding: max(2.4479166667vw, 47px) 0 max(2.9166666667vw, 56px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-lead {
    padding: 5.3846153846vw 11.5384615385vw 14.1025641026vw;
  }
}
.l-lead__text {
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: 700;
  color: #1a2d5e;
  margin-bottom: max(2.5vw, 48px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-lead__text {
    font-size: 5.1282051282vw;
    margin-bottom: 8.4615384615vw;
  }
}
.l-lead__btns {
  display: flex;
  justify-content: center;
  gap: max(1.6666666667vw, 32px);
}
@media screen and (max-width: 768px) {
  .l-lead__btns {
    flex-direction: column;
    align-items: center;
    gap: 4.6153846154vw;
  }
}

.l-dashboard {
  background-color: #172B6D;
  padding: max(2.4479166667vw, 47px) 0 max(3.4895833333vw, 67px);
}
@media screen and (max-width: 768px) {
  .l-dashboard {
    padding: 7.4358974359vw 0 10.5128205128vw;
  }
}
.l-dashboard__inner {
  max-width: clamp(900px, 92.2916666667vw, 1772px);
  margin: 0 auto;
  padding: 0 min(1.0416666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .l-dashboard__inner {
    padding: 0 2.0512820513vw;
  }
}
.l-dashboard__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: max(1.7708333333vw, 34px);
  margin-bottom: max(3.9583333333vw, 76px);
}
@media screen and (max-width: 1400px) {
  .l-dashboard__list {
    grid-template-columns: repeat(3, 2fr);
  }
}
@media screen and (max-width: 768px) {
  .l-dashboard__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5641025641vw;
    margin-bottom: 9.4871794872vw;
  }
}
.l-dashboard__item {
  background-color: #fff;
  border-radius: max(0.7291666667vw, 14px);
  padding: max(1.6145833333vw, 31px) max(0.8333333333vw, 16px) max(1.1979166667vw, 23px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 max(0.5208333333vw, 10px) max(1.0416666667vw, 20px) rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .l-dashboard__item {
    padding: 4.1025641026vw 2.0512820513vw 3.3333333333vw;
    border-radius: 3.5897435897vw;
    justify-content: space-between;
  }
}
.l-dashboard__item.--orange {
  border: clamp(5px, 0.5208333333vw, 10px) solid #FD7B3A;
}
.l-dashboard__item.--orange .l-dashboard__item-number {
  color: #FD7B3A;
}
@media screen and (max-width: 768px) {
  .l-dashboard__item.--orange {
    border-width: 0.7692307692vw;
  }
}
.l-dashboard__item.--blue {
  border: clamp(5px, 0.5208333333vw, 10px) solid #4A6AD0;
}
.l-dashboard__item.--blue .l-dashboard__item-number {
  color: #172B6D;
}
@media screen and (max-width: 768px) {
  .l-dashboard__item.--blue {
    border-width: 0.7692307692vw;
  }
}
.l-dashboard__item-label {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
  color: #172B6D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  margin-bottom: max(0.8333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .l-dashboard__item-label {
    font-size: 2.8205128205vw;
    margin-bottom: 1.2820512821vw;
  }
}
.l-dashboard__item-label .txt-small {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .l-dashboard__item-label .txt-small {
    font-size: 2.0512820513vw;
  }
}
.l-dashboard__item-icon {
  width: clamp(70px, 5.2083333333vw, 100px);
  height: clamp(70px, 5.2083333333vw, 100px);
  margin-bottom: max(1.25vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-dashboard__item-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-dashboard__item-icon {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    margin-bottom: 0.7692307692vw;
  }
}
.l-dashboard__item-number {
  line-height: 1;
}
.l-dashboard__item-number .num {
  font-size: clamp(32px, 2.6041666667vw, 50px);
  font-weight: 600;
}
.l-dashboard__item-number .unit {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
}
.l-dashboard__item-number .suffix {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  font-weight: 600;
  color: #172B6D;
  margin-top: max(0.2083333333vw, 4px);
}
@media screen and (max-width: 768px) {
  .l-dashboard__item-number .num {
    font-size: 6.1538461538vw;
  }
  .l-dashboard__item-number .unit {
    font-size: 3.5897435897vw;
  }
  .l-dashboard__item-number .suffix {
    font-size: 2.5641025641vw;
  }
}
.l-dashboard__btn {
  display: flex;
  justify-content: center;
}

.l-brand {
  padding: max(6.3020833333vw, 121px) 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-brand {
    padding: 13.8461538462vw 0 0 0;
  }
}
.l-brand__slider {
  overflow: hidden;
  width: 100%;
}
.l-brand__list {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: loop-slide 40s linear infinite;
}
.l-brand__item {
  width: max(13.59375vw, 261px);
  padding: 0 max(1.3020833333vw, 25px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-brand__item {
    width: 16.4102564103vw;
    padding: 0 1.7948717949vw;
  }
}
.l-brand__item img {
  width: 100%;
  height: max(7.7083333333vw, 148px);
  -o-object-fit: contain;
     object-fit: contain;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .l-brand__item img {
    height: 8.9743589744vw;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.l-interview {
  padding: max(4.6875vw, 90px) 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-interview {
    padding: 21.2820512821vw 0 0 0;
  }
}
.l-interview__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 3.9583333333vw, 76px);
  max-width: max(71.09375vw, 1365px);
  padding: 0 max(1.0416666667vw, 20px);
  margin: max(4.6875vw, 90px) auto max(6.0416666667vw, 116px);
}
@media screen and (max-width: 768px) {
  .l-interview__list {
    grid-template-columns: 1fr;
    gap: 4.6153846154vw;
    padding: 0 9.4871794872vw;
    margin: 0 auto 12.8205128205vw;
  }
}
.l-interview__btn {
  display: flex;
  justify-content: center;
}

.c-card-interview {
  position: relative;
  background-color: #172B6D;
  border-radius: max(0.7291666667vw, 14px);
  overflow: hidden;
  color: #fff;
  transition: transform 0.3s;
  padding: max(1.3020833333vw, 25px);
}
@media screen and (max-width: 768px) {
  .c-card-interview {
    padding: 3.8461538462vw 4.6153846154vw;
    border-radius: 2.5641025641vw;
  }
}
.c-card-interview:hover {
  transform: translateY(-5px);
}
.c-card-interview__img {
  height: clamp(200px, 14.6875vw, 282px);
}
@media screen and (max-width: 768px) {
  .c-card-interview__img {
    height: 51.7948717949vw;
  }
}
.c-card-interview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-card-interview__img img {
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
  }
}
.c-card-interview__body {
  padding: max(0.8333333333vw, 16px) 0 0 0;
}
@media screen and (max-width: 768px) {
  .c-card-interview__body {
    padding: 1.7948717949vw 0 0 0;
  }
}
.c-card-interview__company {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  margin-bottom: max(0.4166666667vw, 8px);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 0.9rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-card-interview__company {
    font-size: 4.1025641026vw;
    margin-bottom: 1.7948717949vw;
  }
}
.c-card-interview__title {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  font-weight: 700;
  margin-bottom: max(0.78125vw, 15px);
}
@media screen and (max-width: 768px) {
  .c-card-interview__title {
    font-size: 6.1538461538vw;
    margin-bottom: 1.7948717949vw;
  }
}
.c-card-interview__tag {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-card-interview__tag {
    font-size: 4.1025641026vw;
  }
}
.c-card-interview__link {
  margin-top: max(2.2916666667vw, 44px);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  font-size: max(0.8333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .c-card-interview__link {
    font-size: 2.5641025641vw;
    margin-top: 3.8461538462vw;
  }
}
.c-card-interview__link span {
  margin-right: max(2.2916666667vw, 44px);
}
@media screen and (max-width: 768px) {
  .c-card-interview__link span {
    margin-right: 10vw;
  }
}
.c-card-interview__link .arrow {
  width: max(6.6145833333vw, 127px);
}
@media screen and (max-width: 768px) {
  .c-card-interview__link .arrow {
    width: 25.8974358974vw;
  }
}

.l-matching {
  padding: clamp(60px, 8.28125vw, 159px) 0 clamp(100px, 10.4166666667vw, 200px);
}
@media screen and (max-width: 768px) {
  .l-matching {
    padding: 17.6923076923vw 0 28.7179487179vw;
  }
}
.l-matching__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 1.6145833333vw, 31px);
  max-width: max(90.3645833333vw, 1735px);
  padding: 0 max(1.0416666667vw, 20px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-matching__grid {
    grid-template-columns: 1fr;
    gap: 8.2051282051vw;
    padding: 3.8461538462vw 16.6666666667vw 0;
  }
}
.l-matching__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(270px, 16.1458333333vw, 310px);
  border-radius: max(1.5625vw, 30px);
  text-decoration: none;
  color: #fff;
  padding: max(1.875vw, 36px) max(2.8125vw, 54px) max(2.0833333333vw, 40px) max(2.03125vw, 39px);
  overflow: hidden;
}
.l-matching__box.--navy {
  background-color: #172B6D;
}
.l-matching__box.--orange {
  background-color: #FD7B3A;
}
@media screen and (max-width: 768px) {
  .l-matching__box {
    height: 24.8717948718vw;
    padding: 2.8205128205vw 4.1025641026vw 3.3333333333vw 3.0769230769vw;
    border-radius: 2.5641025641vw;
  }
}
.l-matching__badge {
  position: absolute;
  top: clamp(15px, 1.875vw, 36px);
  left: clamp(15px, 2.0833333333vw, 40px);
  width: clamp(100px, 7.1875vw, 138px);
  height: clamp(100px, 7.1875vw, 138px);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-size: clamp(28px, 1.6666666667vw, 32px);
}
.l-matching__badge.--orange {
  background-color: #FD7B3A;
  color: #fff;
}
.l-matching__badge.--navy {
  background-color: #172B6D;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .l-matching__badge {
    top: max(0vw, 0px);
    left: max(0vw, 0px);
    font-size: max(1.25vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .l-matching__badge {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    font-size: 2.0512820513vw;
    top: 2.8205128205vw;
    left: 3.0769230769vw;
  }
}
.l-matching__content {
  text-align: center;
}
.l-matching__label {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  font-weight: 700;
  margin-bottom: max(1.09375vw, 21px);
}
@media screen and (max-width: 768px) {
  .l-matching__label {
    font-size: 3.5897435897vw;
    margin-bottom: 1.7948717949vw;
  }
}
.l-matching__headline {
  font-size: clamp(40px, 3.3333333333vw, 64px);
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 950px) {
  .l-matching__headline {
    font-size: max(1.875vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .l-matching__headline {
    font-size: 5.641025641vw;
  }
}
.l-matching__arrow {
  position: absolute;
  bottom: max(2.0833333333vw, 40px);
  right: max(2.8125vw, 54px);
  width: max(5.4166666667vw, 104px);
}
@media screen and (max-width: 768px) {
  .l-matching__arrow {
    width: 10.7692307692vw;
    bottom: 3.3333333333vw;
    right: 4.1025641026vw;
  }
}

.u-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.l-special__container {
  background: url(../img/bg_special_pc.webp) no-repeat center;
  background-size: 100% 100%;
  padding: max(2.6041666667vw, 50px) clamp(30px, 3.8541666667vw, 74px) max(8.4895833333vw, 163px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-special__container {
    padding: 4.6153846154vw 2.0512820513vw 10vw 2.0512820513vw;
    background-size: 100% 100% !important;
    background: url(../img/bg_special_sp.webp) no-repeat center;
  }
}
.l-special__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: max(2.2916666667vw, 44px);
  padding-left: max(2.6041666667vw, 50px);
}
@media screen and (max-width: 768px) {
  .l-special__head {
    margin-bottom: 7.9487179487vw;
  }
}
.l-special__title {
  color: #fff;
  font-size: clamp(50px, 5.7291666667vw, 110px);
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-special__title {
    font-size: 10.2564102564vw;
  }
}
.l-special__subtitle {
  color: #fff;
  font-size: clamp(30px, 2.5vw, 48px);
  font-weight: 700;
  text-align: right;
  line-height: 1.3;
  padding-bottom: clamp(5px, 1.40625vw, 27px);
}
@media screen and (max-width: 768px) {
  .l-special__subtitle {
    font-size: 4.1025641026vw;
    text-align: right;
    padding-bottom: 0;
    padding-right: 4.1025641026vw;
  }
}
.l-special__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.96875vw, 57px);
  max-width: max(84.0104166667vw, 1613px);
  margin: 0 auto max(5.1041666667vw, 98px);
}
@media screen and (max-width: 768px) {
  .l-special__list {
    grid-template-columns: 1fr;
    gap: 5.641025641vw;
    max-width: 81.2820512821vw;
    margin: 0 auto 8.7179487179vw;
  }
}
.l-special__btn {
  display: flex;
  justify-content: center;
}

.c-card-special {
  position: relative;
  background: #fff;
  border-radius: max(0.8333333333vw, 16px);
  padding: clamp(18px, 1.4583333333vw, 28px) clamp(18px, 1.6145833333vw, 31px) clamp(6px, 0.625vw, 12px);
  box-shadow: max(0.3645833333vw, 7px) max(0.4166666667vw, 8px) max(0.2083333333vw, 4px) rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .c-card-special {
    padding: 3.8461538462vw 3.8461538462vw 7.1794871795vw 3.8461538462vw;
  }
}
.c-card-special__img {
  position: relative;
  margin-bottom: max(1.1979166667vw, 23px);
  width: 100%;
  height: auto;
  aspect-ratio: 434/266;
}
@media screen and (max-width: 768px) {
  .c-card-special__img {
    margin-bottom: 3.8461538462vw;
  }
}
.c-card-special__img img {
  width: 100%;
  border-radius: max(0.4166666667vw, 8px);
  display: block;
  height: 100%;
}
.c-card-special__badge {
  position: absolute;
  bottom: max(-1.0416666667vw, -20px);
  right: max(-0.5208333333vw, -10px);
  width: clamp(50px, 4.3229166667vw, 83px);
  height: clamp(50px, 4.3229166667vw, 83px);
  background-color: #FD7B3A;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.0416666667vw, 20px);
  font-weight: 700;
  font-family: serif;
  transform: rotate(-14.67deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-card-special__badge {
    width: 13.8461538462vw;
    height: 13.8461538462vw;
    font-size: 3.0769230769vw;
    bottom: -3.8461538462vw;
    right: -2.5641025641vw;
    transform: rotate(14.67deg);
  }
}
.c-card-special__body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: max(7.65625vw, 147px);
}
.c-card-special__ttl {
  font-size: clamp(18px, 1.6666666667vw, 32px);
  font-weight: 700;
  color: #172B6D;
  margin-bottom: max(0.9375vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-card-special__ttl {
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
  }
}
.c-card-special__txt {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.28;
  color: #000;
}
@media screen and (max-width: 768px) {
  .c-card-special__txt {
    font-size: 3.8461538462vw;
  }
}
.c-card-special__arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.c-card-special__arrow img {
  width: max(2.2916666667vw, 44px);
}
@media screen and (max-width: 768px) {
  .c-card-special__arrow img {
    width: 8.4615384615vw;
  }
}

.l-news {
  padding: clamp(100px, 11.875vw, 228px) 0 clamp(60px, 5.46875vw, 105px);
}
@media screen and (max-width: 768px) {
  .l-news {
    padding: 20.5128205128vw 0 15.641025641vw;
  }
}
.l-news__list {
  max-width: clamp(700px, 40.9895833333vw, 787px);
  margin: max(4.375vw, 84px) auto max(4.375vw, 84px);
  display: flex;
  flex-direction: column;
  gap: max(1.7708333333vw, 34px);
}
@media screen and (max-width: 768px) {
  .l-news__list {
    max-width: 75.3846153846vw;
    margin: 8.7179487179vw auto 14.8717948718vw;
    gap: 2.0512820513vw;
  }
}
.l-news__item {
  display: flex;
  align-items: center;
  padding: max(0.4166666667vw, 8px) 0;
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #000;
  transition: background 0.3s;
}
.l-news__item:hover {
  background: rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 768px) {
  .l-news__item {
    flex-wrap: wrap;
    padding: 2.5641025641vw 0;
    align-items: center;
  }
}
.l-news__date {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  font-weight: 400;
  width: max(5.9895833333vw, 115px);
}
@media screen and (max-width: 768px) {
  .l-news__date {
    font-size: 2.8205128205vw;
    width: auto;
    order: 1;
    margin-right: 4.1025641026vw;
  }
}
.l-news__category {
  font-size: max(0.7291666667vw, 14px);
  background: #D9D9D9;
  padding: max(0.15625vw, 3px) max(1.40625vw, 27px);
  border-radius: max(1.0416666667vw, 20px);
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-news__category {
    font-size: 2.0512820513vw;
    padding: 0.5128205128vw 3.5897435897vw;
    order: 2;
    margin-left: 2.3076923077vw;
  }
}
.l-news__title-text {
  flex: 1;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  padding: 0 max(3.3333333333vw, 64px);
}
@media screen and (max-width: 768px) {
  .l-news__title-text {
    width: 100%;
    font-size: 3.0769230769vw;
    font-weight: 700;
    order: 3;
    padding: 1.7948717949vw 0 0;
    flex: none;
  }
}
.l-news__btn {
  display: flex;
  justify-content: center;
}

.l-recruitment {
  padding: max(3.28125vw, 63px) 0 max(4.2708333333vw, 82px);
  background: url(../img/bg_recruit_pc.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-recruitment {
    padding: 10.2564102564vw 0;
    background: url(../img/bg_recruit_sp.webp) no-repeat center;
  }
}
.l-recruitment__inner {
  max-width: max(79.375vw, 1524px);
  margin: 0 auto;
  padding: 0 min(1.0416666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .l-recruitment__inner {
    max-width: 81.2820512821vw;
  }
}
.l-recruitment__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(15px, 2.7083333333vw, 52px) clamp(15px, 4.1145833333vw, 79px);
  margin-bottom: max(4.21875vw, 81px);
}
@media screen and (max-width: 768px) {
  .l-recruitment__list {
    gap: 4.6153846154vw;
    margin-bottom: 16.1538461538vw;
    flex-direction: column;
  }
}
.l-recruitment__btn {
  display: flex;
  justify-content: center;
}

.c-card-knowhow {
  position: relative;
  width: calc((100% - max(4.1145833333vw, 79px) * 2) / 3);
  background: #fff;
  border-radius: max(1.3020833333vw, 25px);
  padding: max(1.0416666667vw, 20px);
  box-shadow: 0 max(0.2083333333vw, 4px) max(0.2083333333vw, 4px) rgba(0, 0, 0, 0.25);
  transition: transform 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 768px) {
  .c-card-knowhow {
    padding: 3.5897435897vw 3.5897435897vw 4.1025641026vw;
    border-radius: 6.4102564103vw;
    width: 100%;
  }
}
.c-card-knowhow:hover {
  transform: translateY(-5px);
  box-shadow: 0 max(0.78125vw, 15px) max(2.0833333333vw, 40px) rgba(0, 0, 0, 0.1);
}
.c-card-knowhow__img {
  margin-bottom: max(0.9375vw, 18px);
}
.c-card-knowhow__img img {
  width: 100%;
  height: clamp(180px, 10.4166666667vw, 200px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: max(0.78125vw, 15px);
}
@media screen and (max-width: 768px) {
  .c-card-knowhow__img img {
    height: 54.6153846154vw;
    border-radius: 3.8461538462vw;
  }
}
.c-card-knowhow__body {
  display: flex;
  flex-direction: column;
}
.c-card-knowhow__title {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
  color: #172B6D;
  margin-bottom: max(0.7291666667vw, 14px);
}
@media screen and (max-width: 768px) {
  .c-card-knowhow__title {
    font-size: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
  }
}
.c-card-knowhow__text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  color: #000;
  margin-bottom: max(0.2083333333vw, 4px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card-knowhow__text {
    font-size: 3.5897435897vw;
  }
}
.c-card-knowhow__arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.c-card-knowhow__arrow img {
  width: clamp(30px, 2.2916666667vw, 44px);
}
@media screen and (max-width: 768px) {
  .c-card-knowhow__arrow img {
    width: 9.2307692308vw;
  }
}

.l-event {
  padding: clamp(100px, 10.5208333333vw, 202px) 0 clamp(100px, 11.9791666667vw, 230px);
}
@media screen and (max-width: 768px) {
  .l-event {
    padding: 25.641025641vw 0 18.4615384615vw;
  }
}
.l-event__inner {
  max-width: clamp(1000px, 65.15625vw, 1251px);
  margin: 0 auto;
  padding: 0 min(1.0416666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .l-event__inner {
    max-width: 72.5641025641vw;
  }
}
.l-event__list {
  margin-bottom: clamp(60px, 7.8645833333vw, 151px);
}
@media screen and (max-width: 768px) {
  .l-event__list {
    margin-bottom: 16.1538461538vw;
  }
}
.l-event__item {
  display: flex;
  align-items: flex-end;
  border-bottom: max(0.2604166667vw, 5px) solid #172B6D;
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s;
  position: relative;
}
.l-event__item:not(:last-child) {
  margin-bottom: max(2.5vw, 48px);
}
.l-event__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-event__item {
    flex-wrap: wrap;
    border-bottom-width: 0.5128205128vw;
  }
  .l-event__item:not(:last-child) {
    margin-bottom: 8.2051282051vw;
  }
  .l-event__item::after {
    width: 3.0769230769vw;
    height: 0.5128205128vw;
    position: absolute;
    right: 0;
    content: "";
    background-color: #172B6D;
    transform: rotate(35deg);
    bottom: 0.5128205128vw;
  }
}
.l-event__deco {
  width: clamp(50px, 4.1666666667vw, 80px);
  flex-shrink: 0;
  margin-right: max(1.25vw, 24px);
}
.l-event__deco img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-event__deco {
    width: 7.6923076923vw;
    margin-right: 3.0769230769vw;
    margin-bottom: 0vw;
  }
}
.l-event__content {
  flex: 1;
  padding-bottom: max(0.5729166667vw, 11px);
}
@media screen and (max-width: 768px) {
  .l-event__content {
    width: calc(100% - 8.7179487179vw);
    padding-bottom: 0.7692307692vw;
  }
}
.l-event__date {
  display: block;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  margin-bottom: max(0.5729166667vw, 11px);
}
@media screen and (max-width: 768px) {
  .l-event__date {
    font-size: 2.8205128205vw;
    margin-bottom: 0.7692307692vw;
  }
}
.l-event__headline {
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-event__headline {
    font-size: 3.0769230769vw;
  }
}
.l-event__link {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  margin-left: max(0.5208333333vw, 10px);
  padding-right: max(1.4583333333vw, 28px);
  padding-bottom: max(1.5104166667vw, 29px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-event__link {
    display: none;
  }
}
.l-event__btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-event__btn {
    flex-direction: column;
    gap: 7.6923076923vw;
    align-items: center;
  }
}

.l-cta {
  background: url(../img/bg_cta_pc.webp) no-repeat;
  background-size: cover;
  padding: clamp(60px, 5.78125vw, 111px) 0 clamp(60px, 6.4583333333vw, 124px);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 14.358974359vw 0 57.1794871795vw;
    background: url(../img/bg_cta_sp.webp) no-repeat;
    background-size: cover;
  }
}
.l-cta__inner {
  max-width: max(43.75vw, 840px);
  margin: 0 auto;
  padding: 0 min(1.0416666667vw, 20px);
}
.l-cta__title {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  font-weight: 700;
  margin-bottom: clamp(36px, 3.75vw, 72px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-cta__title {
    font-size: 6.1538461538vw;
    margin-bottom: 8.4615384615vw;
  }
}
.l-cta__btn-wrap {
  margin-bottom: clamp(36px, 3.75vw, 72px);
}
@media screen and (max-width: 768px) {
  .l-cta__btn-wrap {
    margin-bottom: 5.641025641vw;
  }
}
.l-cta__tel {
  font-size: clamp(28px, 2.0833333333vw, 40px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-cta__tel {
    font-size: 4.1025641026vw;
  }
}

.c-btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(500px, 33.8541666667vw, 650px);
  height: clamp(60px, 4.9479166667vw, 95px);
  background-color: #FD7B3A;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 700;
  border-radius: max(3.125vw, 60px);
  text-decoration: none;
  box-shadow: 0 max(0.2083333333vw, 4px) max(0.2083333333vw, 4px) rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
}
.c-btn-cta:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 768px) {
  .c-btn-cta {
    width: 60.5128205128vw;
    height: 10.2564102564vw;
    font-size: 4.1025641026vw;
    border-radius: 8.2051282051vw;
  }
}

.c-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 1.40625vw, 27px);
  color: #fff;
  font-size: clamp(28px, 2.0833333333vw, 40px);
  font-weight: 700;
  margin-bottom: clamp(36px, 2.65625vw, 51px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 5.1282051282vw;
    gap: 2.5641025641vw;
    margin-bottom: 6.9230769231vw;
  }
}
.c-section-title.-blue {
  color: #172B6D;
}
.c-section-title.-blue::before {
  background: url(../img/img_ttl-deco_blue_left.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-section-title.-blue::before {
    background: url(../img/img_ttl-deco_blue_left_sp.svg) no-repeat;
  }
}
.c-section-title.-blue::after {
  background: url(../img/img_ttl-deco_blue_right.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-section-title.-blue::after {
    background: url(../img/img_ttl-deco_blue_right_sp.svg) no-repeat;
  }
}
.c-section-title::before, .c-section-title::after {
  content: "";
  width: clamp(50px, 4.21875vw, 81px);
  height: clamp(10px, 0.7291666667vw, 14px);
}
@media screen and (max-width: 768px) {
  .c-section-title::before, .c-section-title::after {
    width: 3.8461538462vw;
    height: 2.0512820513vw;
  }
}
.c-section-title::before {
  background: url(../img/img_ttl-deco_white_left.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-section-title::before {
    background: url(../img/img_ttl-deco_white_left_sp.svg) no-repeat;
  }
}
.c-section-title::after {
  background: url(../img/img_ttl-deco_white_right.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-section-title::after {
    background: url(../img/img_ttl-deco_white_right_sp.svg) no-repeat;
  }
}

.c-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(280px, 15.625vw, 300px);
  height: clamp(52px, 3.4895833333vw, 67px);
  border-radius: max(2.8125vw, 54px);
  color: #fff;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.c-btn-main:hover {
  opacity: 0.8;
}
.c-btn-main.--navy {
  background-color: #172B6D;
}
.c-btn-main.--orange {
  background-color: #FD7B3A;
}
@media screen and (max-width: 768px) {
  .c-btn-main {
    width: 100%;
    max-width: 51.2820512821vw;
    height: 10.2564102564vw;
    font-size: 3.5897435897vw;
    border-radius: 7.6923076923vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
}/*# sourceMappingURL=style.css.map */