@charset "UTF-8";
/*!
page > common > common
------------------------------
*/
/*!
global > Color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > function
------------------------------
*/
.c_breadcrumb__item {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__item {
    font-size: 0.875rem;
  }
}

.c_btn__link, .c_header__btn, .c_footer__content {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c_btn__link, .c_header__btn, .c_footer__content {
    font-size: 1rem;
  }
}

.c_gnavi__box .box_ttl {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_gnavi__box .box_ttl {
    font-size: 1.25rem;
  }
}

.c_ttl .jp, .c_txt24, .c_mv__txt {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_ttl .jp, .c_txt24, .c_mv__txt {
    font-size: 1.5rem;
  }
}

.c_ttl30, .c_mv__ttl {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c_ttl30, .c_mv__ttl {
    font-size: 1.875rem;
  }
}

.btn_entry__link, .c_entry__btn .jp {
  font-size: clamp(1.25rem, 2.4242424242vw + 0.6818181818rem, 1.5rem);
}
@media screen and (min-width: 768px) {
  .btn_entry__link, .c_entry__btn .jp {
    font-size: 2.25rem;
  }
}

.c_entry__btn .en {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c_entry__btn .en {
    font-size: clamp(3.125rem, 3.6057692308vw + 1.3942307692rem, 5rem);
  }
}

/*!
foundation > base
------------------------------
*/
body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #2a3546;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}
body .grecaptcha-badge {
  z-index: 1;
}
body .grecaptcha-badge,
body .grecaptcha-logo {
  display: none;
}
body:has(form) .grecaptcha-badge,
body:has(form) .grecaptcha-logo {
  display: block !important;
}

.body-wrapper {
  width: 100%;
  display: block;
  overflow: clip;
  position: relative;
}

main {
  position: relative;
  z-index: 5;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: clamp(5rem, 9.2592592593vw + 0.5555555556rem, 7.5rem);
  }
}

.full {
  width: 100%;
}

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

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 768px) {
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
}
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: initial !important;
  }
}

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

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a.blank {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (min-width: 768px) {
  a.blank:hover {
    text-decoration: none;
  }
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  color: inherit;
  /* 2 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.c_entry {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .c_entry {
    padding: clamp(3.75rem, 17.4107142857vw + -4.6071428571rem, 11.0625rem) 20px clamp(3.75rem, 12.7976190476vw + -2.3928571429rem, 9.125rem);
  }
}
.c_entry::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_entry.webp") no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.27;
  background-position-y: 50%;
}
.c_entry__ttl {
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(90deg, rgb(229, 89, 5) 0%, rgb(36, 103, 173) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  font-size: 2.8125rem;
  line-height: 1.216;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_entry__ttl {
    padding-bottom: clamp(6.875rem, 12.5vw + 0.875rem, 12.125rem);
    font-size: clamp(4.0625rem, 8.9285714286vw + -0.2232142857rem, 7.8125rem);
  }
}
.c_entry__ttl::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: clamp(3.75rem, 8.9285714286vw + -0.5357142857rem, 7.5rem);
  background-color: #2a3546;
}
@media screen and (min-width: 768px) {
  .c_entry__ttl::after {
    bottom: clamp(2.5rem, 2.9761904762vw + 1.0714285714rem, 3.75rem);
  }
}
.c_entry__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c_entry__content {
    flex-direction: row;
  }
}
.c_entry__btn {
  width: 100%;
  height: 140px;
  text-align: center;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 20px;
}
@media screen and (min-width: 768px) {
  .c_entry__btn {
    width: 50%;
    padding: clamp(2.5rem, 11.6666666667vw + -6.25rem, 4.25rem) clamp(1.25rem, 2.9761904762vw + -0.1785714286rem, 2.5rem) 40px;
    height: clamp(12.5rem, 29.7619047619vw + -1.7857142857rem, 25rem);
  }
}
.c_entry__btn .en {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
}
.c_entry__btn .jp {
  display: block;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_entry__btn .jp {
    padding-top: clamp(0.625rem, 3.4722222222vw + -1.0416666667rem, 1.5625rem);
  }
}

.c_footer {
  background-color: #2a3546;
  color: #fff;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .c_footer {
    padding: clamp(2.5rem, 7.5892857143vw + -1.1428571429rem, 5.6875rem) 0;
  }
}
.c_footer__content {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: "Akshar", sans-serif;
}
@media screen and (min-width: 768px) {
  .c_footer__content {
    flex-direction: row;
  }
}
.c_footer__link {
  display: flex;
  gap: 10px;
}
.c_footer__link.c_blank::after {
  top: 3px;
}
/** -- ▷ header -- */
.c_header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 7;
  transition: all 0.5s;
  background-color: #fff;
}
.c_header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
  min-height: 70px;
  padding-left: 10px;
  z-index: 10;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c_header__inner {
    padding-left: clamp(1.25rem, 5.2083333333vw + -1.25rem, 3.4375rem);
  }
}
.c_header__logo {
  width: 100%;
  max-width: 252px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c_header__logo {
    top: 2px;
    max-width: clamp(18.4375rem, 15.3273809524vw + 11.0803571429rem, 24.875rem);
  }
}
.c_header__logo img {
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .c_header__logo img {
    max-width: clamp(13.75rem, 8.0357142857vw + 9.8928571429rem, 17.125rem);
  }
}
.c_header__logo .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .c_header__logo .logo {
    gap: 14px;
  }
}
.c_header__logo .logo_txt {
  font-size: 0.5625rem;
  white-space: nowrap;
  position: relative;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  left: -7px;
}
@media screen and (min-width: 768px) {
  .c_header__logo .logo_txt {
    left: 0;
    top: 1px;
    font-size: 0.9375rem;
  }
}
.c_header__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
.c_header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.c_header__btn .btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .c_header__btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(5.625rem, 6.9444444444vw + 2.2916666667rem, 7.5rem);
    height: clamp(5.625rem, 6.9444444444vw + 2.2916666667rem, 7.5rem);
    color: #fff;
  }
}

.c_toggle {
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  width: 82px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .c_toggle {
    width: clamp(5.625rem, 20.8333333333vw + -4.375rem, 11.25rem);
    height: clamp(5.625rem, 6.9444444444vw + 2.2916666667rem, 7.5rem);
  }
}
@media screen and (min-width: 768px) {
  .c_toggle:hover {
    background-color: #fff;
  }
  .c_toggle:hover::after, .c_toggle:hover::before,
  .c_toggle:hover .c_toggle__line {
    background-color: #001d55;
  }
}
.c_toggle__line {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 2px;
  background: #001d55;
  transition: 0.5s;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .c_toggle__line {
    top: 50%;
    width: clamp(2.5rem, 4.6296296296vw + 0.2777777778rem, 3.75rem);
    height: 4px;
  }
}
.c_toggle::after, .c_toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #001d55;
  transition: 0.5s;
  transform-origin: center;
  width: 35px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .c_toggle::after, .c_toggle::before {
    width: clamp(2.5rem, 4.6296296296vw + 0.2777777778rem, 3.75rem);
    height: 4px;
  }
}
.c_toggle::after {
  top: calc(50% - 9px);
}
@media screen and (min-width: 768px) {
  .c_toggle::after {
    top: calc(50% - 14px);
  }
}
.c_toggle::before {
  top: calc(50% + 7px);
}
@media screen and (min-width: 768px) {
  .c_toggle::before {
    top: calc(50% + 14px);
  }
}
.c_toggle.active .c_toggle__line {
  opacity: 0;
}
.c_toggle.active::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}
.c_toggle.active::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

.js_inview[data-duration="1s"] {
  transition-duration: 1s;
}

.js_inview[data-duration="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-duration="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transform: translate3d(0, 100px, 0);
}

.fadedown {
  transform: translate3d(0, -100px, 0);
}

.faderight {
  transform: translate3d(30px, 0, 0);
}

.fadeleft {
  transform: translate3d(-30px, 0, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none;
}

.c_breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb {
    margin-bottom: 32px;
  }
}
.c_breadcrumb__content {
  border-radius: 5px;
  background-color: #fff;
  display: inline-flex;
  padding: 7px 20px;
  overflow: auto clip;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__content {
    overflow: unset;
  }
}
.c_breadcrumb__item {
  line-height: 1.675;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}
.c_breadcrumb__item a {
  position: relative;
  color: #999999;
  margin-right: 8px;
  padding-right: 20px;
}
.c_breadcrumb__item a::after {
  content: "...";
  position: absolute;
  right: -8px;
  top: -2px;
  font-size: 0.625rem;
  width: 20px;
  height: 1px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__item a::after {
    top: -1px;
  }
}
.c_breadcrumb__txt {
  color: #00b291;
}

/*!
component > btn
------------------------------
*/
.c_totop {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 5px;
  z-index: 6;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E55905;
  border: 2px solid #E55905;
  border-radius: 100%;
  transform: translateY(150px);
  color: #fff;
  transition: all 0.5s;
  border: 2px solid #FFF;
}
@media screen and (min-width: 768px) {
  .c_totop:hover {
    background-color: #fff;
    border: 2px solid #E55905;
  }
  .c_totop:hover::after {
    border-color: #E55905;
  }
}
@media screen and (min-width: 768px) {
  .c_totop {
    width: 60px;
    height: 60px;
    bottom: 80px;
  }
}
.c_totop::after {
  content: "";
  flex-shrink: 0;
  height: 10px;
  width: 10px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-135deg);
  transition: background-color 0.5s ease;
  transform-origin: 50% 60%;
  position: relative;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_totop::after {
    height: 15px;
    width: 15px;
    border-width: 0 3px 3px 0;
  }
}

.c_btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c_btn {
    display: inline-block;
  }
}
.c_btn__link {
  max-width: 184px;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 26px 0 39px;
  font-weight: 500;
  color: #fff;
  background-color: #2a3546;
  border: 1px solid #2a3546;
  font-feature-settings: "palt";
  gap: 13px;
  flex-shrink: 0;
  transition: all 0.5s;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .c_btn__link:hover {
    background-color: #fff;
    color: #2a3546;
  }
  .c_btn__link:hover .icon::after {
    background-color: #31667e;
  }
}
.c_btn__link:hover .c_blank::after {
  background-color: #31667e;
}
.c_btn .icon {
  width: 10px;
  height: 8px;
  position: relative;
}
.c_btn .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mask: url("../images/common/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.5s;
}

.btn_entry {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_entry__link {
  text-align: center;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: linear-gradient(180deg, rgb(76, 146, 219) 0%, rgb(36, 103, 173) 100%);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .btn_entry__link {
    padding: clamp(2.5rem, 9.2592592593vw + -1.9444444444rem, 5rem) 20px;
  }
}

/*!
component > gnavi
------------------------------
*/
.c_gnavi {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 2;
  transition: all 0.5s;
}
.c_gnavi.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c_gnavi.active .c_gnavi__inner {
  right: 0;
}
.c_gnavi.active .c_gnavi__mask {
  visibility: visible;
  pointer-events: all;
}
.c_gnavi__mask {
  position: fixed;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  opacity: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
  top: 70px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__mask {
    top: clamp(5rem, 9.2592592593vw + 0.5555555556rem, 7.5rem);
  }
}
.c_gnavi__inner {
  width: 100%;
  height: 100%;
  max-width: 1066px;
  overflow-y: auto;
  position: relative;
  z-index: 3;
  right: -100%;
  background-color: #2a3546;
  color: #fff;
  position: fixed;
  padding-top: 70px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_gnavi__inner {
    padding-top: clamp(5rem, 9.2592592593vw + 0.5555555556rem, 7.5rem);
  }
}
.c_gnavi__frame {
  width: 100%;
  margin: 0 auto;
  max-width: 620px;
  padding: 45px 20px 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_gnavi__frame {
    padding: clamp(3.75rem, 2.5462962963vw + 2.5277777778rem, 4.4375rem) 20px;
    left: clamp(0rem, 11.3636363636vw + -7.2727272727rem, 1.25rem);
  }
}
.c_gnavi__content {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(13.125rem, 7.6530612245vw + 11.3313137755rem, 15rem), 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__content {
    gap: 38px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 33px;
    position: relative;
    left: 3px;
  }
}
.c_gnavi__box {
  background-color: rgba(193, 202, 220, 0.2);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__box {
    padding: 39px 27px 40px 26px;
  }
}
.c_gnavi__box .box_ttl {
  font-weight: 400;
  text-align: center;
  padding-bottom: 8px;
}
.c_gnavi__box .box_desc {
  padding-top: 20px;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__box .box_desc {
    display: grid;
    gap: 7px;
  }
}
.c_gnavi__menu {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c_gnavi__menu {
    display: flex;
    align-items: center;
    gap: clamp(0.625rem, 3.0048076923vw + -0.8173076923rem, 2.1875rem);
  }
}
.c_gnavi__item + .c_gnavi__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__item + .c_gnavi__item {
    margin-top: 0;
  }
}
.c_gnavi__link {
  font-weight: 400;
  display: block;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-top: 15px;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c_gnavi__link {
    font-size: 1.25rem;
    padding-top: 26px;
    padding-bottom: 22px;
  }
}
.c_gnavi__link::before {
  content: "";
  position: absolute;
  top: 19px;
  right: -2px;
  width: 15px;
  height: 10px;
  background-color: #fff;
  mask: url("../images/common/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_gnavi__link::before {
    top: clamp(2rem, -1.1574074074vw + 2.8680555556rem, 2.3125rem);
    width: clamp(0.9375rem, 1.8518518519vw + 0.0486111111rem, 1.4375rem);
    height: clamp(0.625rem, 2.3148148148vw + -0.4861111111rem, 1.25rem);
  }
}
.c_gnavi__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.c_block {
  margin-top: 40px;
  padding: 40px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c_block {
    margin-top: 95px;
    padding: clamp(0rem, 41.6666666667vw + -25rem, 6.25rem) clamp(1.25rem, 33.3333333333vw + -18.75rem, 6.25rem) clamp(2.5rem, 25vw + -12.5rem, 6.25rem);
  }
}

.c_mv {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .c_mv {
    padding-top: clamp(2.5rem, 15.4761904762vw + -4.9285714286rem, 9rem);
  }
}
.c_mv__ttl {
  line-height: 1.6;
  padding-block: 40px 10px;
  color: #0b142c;
}
@media screen and (min-width: 768px) {
  .c_mv__ttl {
    padding-block: 114px 19px;
  }
}
.c_mv__txt {
  line-height: 2;
}

/*!
component > Other
------------------------------
*/
.c_bg {
  position: relative;
}
.c_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(229, 89, 5) 0%, rgb(36, 103, 173) 100%);
  z-index: -1;
}

.c_bg01 {
  position: relative;
  z-index: 1;
}
.c_bg01::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/common/bg_entry.webp") no-repeat;
  background-size: cover;
  z-index: -1;
  max-height: 1341px;
  top: 70px;
  opacity: 0.27;
}
@media screen and (min-width: 768px) {
  .c_bg01::after {
    top: clamp(5rem, 9.2592592593vw + 0.5555555556rem, 7.5rem);
  }
}

.bg_orange {
  background: linear-gradient(136deg, rgb(76, 146, 219) 0%, rgb(36, 103, 173) 100%);
  transition: filter 0.5s linear;
}
@media screen and (min-width: 768px) {
  .bg_orange:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
}

.bg_blue {
  background: linear-gradient(136deg, rgb(245, 160, 109) 0%, rgb(229, 89, 5) 100%);
  transition: filter 0.5s linear;
}
@media screen and (min-width: 768px) {
  .bg_blue:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
}

.bg_orange01 {
  background: linear-gradient(180deg, rgb(76, 146, 219) 0%, rgb(36, 103, 173) 100%);
  transition: filter 0.5s linear;
}
@media screen and (min-width: 768px) {
  .bg_orange01:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
}

.bg_blue01 {
  background: linear-gradient(180deg, rgb(245, 160, 109) 0%, rgb(229, 89, 5) 100%);
  transition: filter 0.5s linear;
}
@media screen and (min-width: 768px) {
  .bg_blue01:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
}

.txt_orange {
  background: linear-gradient(90deg, rgb(229, 89, 5) 0%, rgb(42, 53, 70) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt_blue {
  background: linear-gradient(90deg, rgb(36, 103, 173) 0%, rgb(42, 53, 70) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c_blank {
  position: relative;
}
.c_blank::after {
  content: "";
  position: relative;
  display: block;
  top: -1px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #fff;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-image: url("./../images/common/icon_blank.svg");
  transition: all 0.5s;
}

/*!
- Loadingpage
------------------------------
*/
.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.c_loading__content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.c_loading__item {
  background-color: #E55905;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.c_loading__item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading__item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #E55905;
  color: #FFF;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}
#cookiewrap .inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1em;
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid var(--base);
}
#cookiewrap .inner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}

/*!
component > Texts
------------------------------
*/
.txt_center {
  text-align: center;
}

.c_txt {
  line-height: 2.2222222222;
}

.c_txt24 {
  line-height: 2;
}

/*!
component > Title
------------------------------
*/
.c_ttl .en {
  font-family: "Akshar", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c_ttl .en {
    padding-bottom: 15px;
    font-size: clamp(3.75rem, 13.8888888889vw + -2.9166666667rem, 7.5rem);
  }
}
.c_ttl .jp {
  font-weight: 400;
  display: block;
}

.c_ttl30 {
  line-height: 1.6;
}

/*!
component > popup
------------------------------
*/
.overflow {
  overflow: hidden;
}

.popup_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(69, 69, 69, 0.8);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: filter, scale, visibility;
  filter: blur(5px);
  scale: 1.05;
}
@media screen and (min-width: 768px) {
  .popup_area {
    transition-property: opacity, filter, scale, visibility;
  }
}
.popup_area.active {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  filter: unset;
  scale: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_item {
  width: calc(100% - 28px);
  height: calc(100vh - 180px);
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  transition-property: opacity, visibility;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .popup_item {
    width: calc(100% - 40px);
    height: calc(100vh - 61px);
    max-width: 1160px;
    max-height: clamp(36.25rem, 62.5vw + -3.75rem, 52.5rem);
  }
}
.popup_item.active {
  opacity: 1;
  visibility: visible;
}
.popup_item .js_close {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 40px;
  height: 40px;
  background-color: #3a4555;
  z-index: 1;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_item .js_close {
    top: -30px;
    width: clamp(2.5rem, 8.3333333333vw + -3.75rem, 3.75rem);
    height: clamp(2.5rem, 8.3333333333vw + -3.75rem, 3.75rem);
  }
}
.popup_item .js_close::after, .popup_item .js_close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 33.3333333333%;
  height: 1px;
}
.popup_item .js_close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup_item .js_close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .popup_item .js_close:hover {
    background-color: #4f5e73;
  }
}
.popup_item__content {
  padding: 39px 19px;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .popup_item__content {
    max-width: clamp(24.0625rem, 29.0178571429vw + 10.1339285714rem, 36.25rem);
    width: 100%;
    padding: clamp(2.5rem, 11.5740740741vw + -3.0555555556rem, 5.625rem) clamp(1.25rem, 16.2037037037vw + -6.5277777778rem, 5.625rem);
  }
}
.popup_item__desc {
  width: 250px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .popup_item__desc {
    display: flex;
    align-items: center;
    width: 50%;
    position: sticky;
    top: 1px;
    right: 0;
    top: 0;
    margin: 0;
  }
}
.popup_item__desc img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .popup_item__desc img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .popup_item__desc img {
    height: unset;
  }
}
.popup_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .popup_inner {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.popup_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.popup_ttl {
  padding-bottom: 10px;
  color: #0b142c;
}
@media screen and (min-width: 768px) {
  .popup_ttl {
    padding-bottom: 19px;
  }
}
.popup_job {
  border-bottom: 1px solid #2a3546;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .popup_job {
    padding-bottom: 44px;
    margin-bottom: 38px;
  }
}
.popup_job:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.popup_job__ttl {
  padding-bottom: 7px;
}
.popup_job__list.d_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .popup_job__list.d_flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px clamp(0.625rem, 3.2407407407vw + -0.9305555556rem, 1.5rem);
  }
}
@media screen and (min-width: 768px) {
  .popup_job__list.d_flex .c_txt {
    width: calc(50% - 12px);
  }
}
.popup_job__list.d_flex .c_txt + .c_txt {
  margin-top: 0;
}
.popup_job__list .c_txt {
  padding-left: 8px;
  position: relative;
  line-height: 1.5555555556;
}
.popup_job__list .c_txt + .c_txt {
  margin-top: 10px;
}
.popup_job__list .c_txt::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #2a3546;
}
@media screen and (min-width: 768px) {
  .popup_job__list .c_txt::after {
    top: 12px;
  }
}

.c_card {
  position: relative;
  z-index: 10;
}
.c_card.is_fixed .c_card__dots {
  position: fixed;
  top: 200px;
  z-index: 10;
}
.c_card.is_bottom .c_card__dots {
  position: absolute;
  top: unset;
  bottom: 450px;
}
@media screen and (min-width: 768px) {
  .c_card.is_bottom .c_card__dots {
    bottom: 20px;
  }
}
.c_card__dots {
  position: absolute;
  top: 356px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 5px;
  z-index: 10;
  right: 6px;
}
@media screen and (min-width: 768px) {
  .c_card__dots {
    right: clamp(0.625rem, 2.6041666667vw + -1.0416666667rem, 1.5625rem);
  }
}
.c_card__dots .js_box__link {
  width: 5px;
  height: 40px;
  display: block;
  transition: all 0.5s;
  background-color: rgba(42, 53, 70, 0.15);
  z-index: 6;
  position: relative;
}
.c_card__dots .js_box__link.active {
  background-color: #2a3546;
}
.c_card__inner {
  counter-reset: section;
}
.c_card__item {
  width: 100%;
  position: relative;
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  .c_card__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-block: clamp(8.4375rem, -10.4166666667vw + 16.25rem, 11.25rem) clamp(7.5rem, 3.4722222222vw + 5.8333333333rem, 8.4375rem);
    width: calc(100% + clamp(0rem, 27.5vw + -20.625rem, 6.875rem));
    margin-left: calc(-1 * clamp(0rem, 27.5vw + -20.625rem, 6.875rem));
    min-height: 100vh;
  }
}
.c_card__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50vw - 20px);
  width: 400vw;
  height: 1px;
  transform: translateX(-100vw);
  background-color: #2a3546;
}
@media screen and (min-width: 768px) {
  .c_card__item::after {
    left: -100vw;
  }
}
.c_card__item::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  line-height: 1;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  color: #98a4ac;
  opacity: 0.15;
  right: -20px;
  top: 20px;
  font-size: 3.75rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .c_card__item::before {
    display: block;
    position: absolute;
    right: clamp(-7.875rem, -26.5vw + 18.625rem, -1.25rem);
    top: clamp(6.25rem, 5vw + 2.5rem, 7.5rem);
    font-size: clamp(5rem, 17.8571428571vw + -3.5714285714rem, 12.5rem);
  }
}
.c_card__item:has(.sub) .list {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_card__item:has(.sub) .list {
    margin-bottom: 28px;
    padding-bottom: clamp(3.4375rem, 4.6296296296vw + 1.2152777778rem, 4.6875rem);
  }
}
.c_card__item:has(.sub) .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 30px;
  background: url("../images/business/icon_arrow_down.svg") no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c_card__item:has(.sub) .list::after {
    width: 120px;
    height: 40px;
  }
}
.c_card__item:has(.sub) .item_content {
  padding-bottom: 0;
}
.c_card__item .item_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_card__item .item_img {
    width: clamp(26.25rem, 44.6428571429vw + 4.8214285714rem, 45rem);
  }
}
.c_card__item .item_content {
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c_card__item .item_content {
    padding-top: 5px;
    padding-bottom: 9px;
    width: clamp(25rem, 7.4404761905vw + 21.4285714286rem, 28.125rem);
  }
}
.c_card__item .item_content::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  line-height: 1;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  color: #98a4ac;
  opacity: 0.15;
  left: -3px;
  top: 36px;
  font-size: 4.375rem;
  position: relative;
  width: 100%;
  text-align: right;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_card__item .item_content::before {
    display: none;
    position: absolute;
    left: unset;
    right: clamp(-7.875rem, -26.5vw + 18.625rem, -1.25rem);
    top: clamp(-7.5rem, -60vw + 52.5rem, 7.5rem);
    font-size: clamp(5rem, 17.8571428571vw + -3.5714285714rem, 12.5rem);
  }
}
@media screen and (min-width: 768px) {
  .c_card__item .item_content.w_460 {
    width: clamp(25rem, 10.4166666667vw + 20rem, 29.375rem);
  }
}
@media screen and (min-width: 768px) {
  .c_card__item .item_content.w_490 {
    width: clamp(25rem, 13.3928571429vw + 18.5714285714rem, 30.625rem);
  }
}
.c_card__item .item_content .c_ttl30 {
  color: #0b142c;
}
.c_card__item .item_content .list {
  position: relative;
  padding-top: 26px;
}
.c_card__item .item_content .list .c_txt {
  padding-left: 7px;
  position: relative;
  line-height: 1.5555555556;
}
.c_card__item .item_content .list .c_txt::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #2a3546;
}
@media screen and (min-width: 768px) {
  .c_card__item .item_content .list .c_txt::after {
    top: clamp(0.75rem, 0.1779359431vw + 0.7415480427rem, 0.875rem);
  }
}
.c_card__item .item_content .list .c_txt + .c_txt {
  margin-top: 10px;
}

.c_scroll03 {
  position: relative;
}

.c_scroll03__item {
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .c_scroll03__item.vl .c_scroll03__content {
    position: fixed;
    bottom: calc(var(--top) * 1px);
  }
}
@media screen and (min-width: 768px) {
  .c_scroll03 .c_scroll03__content {
    width: 100%;
    position: absolute;
    left: 0;
  }
}
/*!
layout > container
------------------------------
*/
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.u_txt_white {
  color: #fff !important;
}

.u_txt_black {
  color: #000 !important;
}

.u_txt_main {
  color: var(--main-cl);
}

.u_txt_left {
  text-align: left !important;
}

.u_txt_right {
  text-align: right !important;
}

.u_txt_center {
  text-align: center !important;
}

.u_fw900 {
  font-weight: 900 !important;
}

.u_fw800 {
  font-weight: 800 !important;
}

.u_fw700 {
  font-weight: 700 !important;
}

.u_fw600 {
  font-weight: 600 !important;
}

.u_fw500 {
  font-weight: 500 !important;
}

.u_fw400 {
  font-weight: 400 !important;
}

.u_fw300 {
  font-weight: 300 !important;
}

/*# sourceMappingURL=common.css.map */
