@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 {
  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;
}

/* base css
----------------------------------------------------------------- */
:root {
  --windowHeight: 0;
  --selectOptionsHeight: 0;
  --gothic: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  --enPrimary: "Plus Jakarta Sans", sans-serif;
  --bluePrimary: #16316A;
  --blueSecondary: #2D94C8;
  --bgYellow: #FFCE00;
  --bgGray: #E9E9E9;
}

body {
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
  color: var(--bluePrimary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* keyframes css
----------------------------------------------------------------- */
.action {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 768px) {
  .action {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.action.center {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.action.center.is-fadeIn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.action.left {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}
.action.left.is-fadeIn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.action.right {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}
.action.right.is-fadeIn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.action.is-fadeIn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.action.is-delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .action.is-delay02 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.action.is-delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 768px) {
  .action.is-delay04 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.action.is-delay06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media (max-width: 768px) {
  .action.is-delay06 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.action.is-delay75 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
@media (max-width: 768px) {
  .action.is-delay75 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.action.is-delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (max-width: 768px) {
  .action.is-delay08 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.action.is-delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 768px) {
  .action.is-delay10 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.action.is-delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media (max-width: 768px) {
  .action.is-delay12 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.action.is-delay14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
@media (max-width: 768px) {
  .action.is-delay14 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media (max-width: 768px) {
  .sp-action {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
@media (max-width: 768px) {
  .sp-action.is-fadeIn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width: 768px) {
  .sp-action.is-delay {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.text-anima {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.7s ease-out;
  transition: clip-path 0.7s ease-out;
}
.text-anima.is-active {
  clip-path: inset(0 0 0 0);
}
.text-anima.is-delay09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.text-anima.is-duration12 {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

/* l-contents
----------------------------------------------------------------- */
.l-contents, .l-contents--pTopSpSmall {
  overflow: hidden;
  padding-block: 140px 160px;
}
@media (max-width: 768px) {
  .l-contents, .l-contents--pTopSpSmall {
    padding-block: 110px 80px;
  }
}
.l-contents--pTopSpSmall {
  padding-block: 140px 160px;
}
@media (max-width: 768px) {
  .l-contents--pTopSpSmall {
    padding-block: 80px 80px;
  }
}

/* l-container
----------------------------------------------------------------- */
.l-container {
  max-width: 1184px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 32px;
}

/* l-header
----------------------------------------------------------------- */
.l-header {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  background: #fff;
}
.l-header__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .l-header__inner {
    padding-block: 7px;
  }
}
.l-header__logoWrap {
  position: relative;
  z-index: 2;
  padding-left: 40px;
}
@media (max-width: 1280px) {
  .l-header__logoWrap {
    padding-left: 17px;
  }
}
.l-header__logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 1080px) {
  .l-header__logoLink {
    gap: 17px;
  }
}
.l-header__logoBox {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1280px) {
  .l-header__logoBox {
    max-width: 220px;
  }
}
@media (max-width: 1180px) {
  .l-header__logoBox {
    max-width: 200px;
  }
}
@media (max-width: 1080px) {
  .l-header__logoBox {
    max-width: 198px;
  }
}
.l-header__subLogo {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  background: var(--bluePrimary);
  color: #fff;
  padding-block: 8px 10px;
  padding-inline: 7px;
}
@media (max-width: 1280px) {
  .l-header__subLogo {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .l-header__subLogo {
    font-size: 16px;
  }
}
.l-header__nav {
  margin-left: auto;
}
@media (max-width: 1080px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 2.5vw, 40px);
  padding-inline: clamp(20px, 2.5vw, 40px);
}
@media (max-width: 1280px) {
  .l-header__navList {
    gap: 20px;
    padding-inline: 20px;
  }
}
@media (max-width: 1180px) {
  .l-header__navList {
    gap: 15px;
  }
}
.l-header__navLink {
  font-size: clamp(16px, 1.125vw, 18px);
  line-height: 1.44444444;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #373737;
}
@media (max-width: 1440px) {
  .l-header__navLink {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .l-header__navLink:hover {
    opacity: 0.6;
  }
}
.l-header__btnWrap {
  position: relative;
}
@media (max-width: 1080px) {
  .l-header__btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
}
.l-header__btnEntry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 160px;
  min-width: 160px;
  width: 100%;
  gap: 16px;
  background: var(--bgYellow);
  padding-block: 35px;
  padding-inline: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1080px) {
  .l-header__btnEntry {
    width: 41.33333333%;
    max-width: none;
    min-width: auto;
    gap: 8px;
    padding-block: 15px;
  }
}
@media (min-width: 767px) {
  .l-header__btnEntry:hover {
    opacity: 0.6;
  }
}
.l-header__entryIconBox {
  max-width: 30px;
  width: 100%;
}
@media (max-width: 1080px) {
  .l-header__entryIconBox {
    max-width: 30px;
  }
}
.l-header__btnEntryText {
  font-family: var(--enPrimary);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: bold;
  color: #000;
}
@media (max-width: 1080px) {
  .l-header__btnEntryText {
    font-size: 24px;
    letter-spacing: 0.025em;
    line-height: 1.2;
  }
}
.l-header__select {
  position: absolute;
  width: 100%;
}
@media (max-width: 1080px) {
  .l-header__select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: static;
  }
}
.l-header__drawer {
  display: none;
}
@media (max-width: 1080px) {
  .l-header__drawer {
    overflow: auto;
    display: block;
    position: fixed;
    top: 80px;
    right: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: #E9E9E9;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-block: 64px;
  }
}
.l-header__drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.l-header__drawerInner {
  padding-inline: 32px;
}
.l-header__drawerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.l-header__drawerLink {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 22px;
  line-height: 1.04545455;
  letter-spacing: 0.075em;
  font-weight: bold;
  color: var(--bluePrimary);
  background: #fff;
  padding-block: 5.5px;
  padding-inline: 8px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.l-header__drawerLink.is-active {
  background: var(--bluePrimary);
  color: #fff;
}
.l-header__outLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 64px;
}
.l-header__outLink {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  line-height: 1.27777778;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: var(--bluePrimary);
  background: #fff;
  padding-block: 2.5px;
  padding-inline: 8px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.l-header__outLink.is-active {
  background: var(--bluePrimary);
  color: #fff;
}
.l-header__drawerBtn {
  display: none;
}
@media (max-width: 1080px) {
  .l-header__drawerBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--blueSecondary);
  }
}
.l-header__drawerBtn.is-open .l-header__bar:first-of-type {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-24deg);
          transform: translateY(-50%) rotate(-24deg);
}
.l-header__drawerBtn.is-open .l-header__bar:last-of-type {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(204deg);
          transform: translateY(50%) rotate(204deg);
}
.l-header__barWrap {
  position: relative;
  max-width: 36px;
  width: 100%;
  height: 12px;
}
.l-header__bar {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__bar:first-of-type {
  top: 0;
  left: 0;
}
.l-header__bar:last-of-type {
  bottom: 0;
  left: 0;
}
.l-header__breadcrumbBox {
  background: #E9E9E9;
  padding-block: 3px 5px;
}
@media (max-width: 1080px) {
  .l-header__breadcrumbBox {
    padding-block: 0;
    min-height: 30px;
  }
}
.l-header__breadcrumbBox--none {
  display: none;
}
.l-header__breadcrumbInner {
  max-width: 1332px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 16px;
}

/* l-footer
----------------------------------------------------------------- */
.l-footer {
  background: var(--bluePrimary);
  padding-block: 61.9px 39px;
}
@media (max-width: 768px) {
  .l-footer {
    padding-block: 20px 100px;
  }
}
.l-footer__inner {
  padding-inline: 32px;
}
.l-footer__logoBox {
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-footer__logoBox {
    max-width: 133.69px;
  }
}
.l-footer__companyDetail {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-top: 13.8px;
}
@media (max-width: 768px) {
  .l-footer__companyDetail {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
  }
}
.l-footer__address {
  display: block;
}
.l-footer__telLink {
  display: inline-block;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-footer__telLink {
    pointer-events: auto;
  }
}
.l-footer__menu {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .l-footer__menu {
    margin-top: 28px;
  }
}
.l-footer__menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .l-footer__menuList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    gap: 24px;
  }
}
.l-footer__menuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 767px) {
  .l-footer__menuLink:hover {
    opacity: 0.6;
  }
}
.l-footer__menuLink::before {
  content: "▶︎";
  display: inline-block;
  -webkit-transform: scale(1, 1.5);
          transform: scale(1, 1.5);
  font-size: 6px;
  height: 6px;
  width: 6px;
  margin-right: 7px;
}
.l-footer__copyRight {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
  margin-top: 76px;
}
@media (max-width: 768px) {
  .l-footer__copyRight {
    font-size: 14px;
    line-height: 2.28571429;
    margin-top: 34px;
  }
}

/* c-breadcrumb
-----------------------------------------------
------------------ */
@media (max-width: 768px) {
  .c-breadcrumb__list {
    max-height: 30px;
    min-height: 30px;
  }
}
.c-breadcrumb__item {
  display: inline-block;
}
@media (max-width: 768px) {
  .c-breadcrumb__item {
    max-height: 30px;
    min-height: 30px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.c-breadcrumb__item::after {
  content: ">";
  display: inline-block;
  font-size: 14px;
  line-height: 1.37142857;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #373737;
}
@media (max-width: 768px) {
  .c-breadcrumb__item::after {
    font-size: 12px;
    line-height: 1;
  }
}
.c-breadcrumb__item:last-of-type::after {
  display: none;
}
.c-breadcrumb__link, .c-breadcrumb__link--noLink {
  display: inline-block;
  font-size: 14px;
  line-height: 1.37142857;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #373737;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media (max-width: 768px) {
  .c-breadcrumb__link, .c-breadcrumb__link--noLink {
    font-size: 12px;
    line-height: 1;
  }
}
@media (min-width: 767px) {
  .c-breadcrumb__link:hover, .c-breadcrumb__link--noLink:hover {
    opacity: 0.6;
  }
}
.c-breadcrumb__link--noLink {
  text-decoration: none;
}
@media (min-width: 767px) {
  .c-breadcrumb__link--noLink:hover {
    opacity: 1;
  }
}

/* c-headingSecond
-----------------------------------------------
------------------ */
.c-headingSecond, .c-headingSecond--mtSmall, .c-headingSecond--fontSmall {
  font-family: var(--enPrimary);
  font-size: clamp(60px, 5vw, 80px);
  line-height: 1.125;
  letter-spacing: 0;
  font-weight: bold;
  color: var(--bluePrimary);
}
@media (max-width: 768px) {
  .c-headingSecond, .c-headingSecond--mtSmall, .c-headingSecond--fontSmall {
    font-size: 48px;
    line-height: 1.875;
  }
}
.c-headingSecond--fontSmall {
  font-size: clamp(50px, 5vw, 80px);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-headingSecond--fontSmall {
    font-size: 48px;
    line-height: 1.875;
  }
}
@media (max-width: 768px) {
  .c-headingSecond--mtSmall {
    margin-top: -18px;
  }
}
.c-headingSecond__text {
  display: block;
  font-family: var(--gothic);
  font-size: 0.25em;
  line-height: 3.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-headingSecond__text {
    font-size: 0.375em;
    line-height: 3.88888889;
    margin-top: -23px;
  }
}

/* c-headingThird
-----------------------------------------------
------------------ */
.c-headingThird {
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: bold;
  color: var(--bluePrimary);
}
@media (max-width: 768px) {
  .c-headingThird {
    font-size: 22px;
    line-height: 1.72727273;
  }
}

/* c-btnSquare
-----------------------------------------------
------------------ */
.c-btnSquare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--bluePrimary);
  border-radius: 60px;
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  padding-block: 8px 10px;
  padding-inline: 30px 24px;
}
@media (max-width: 768px) {
  .c-btnSquare {
    font-size: 18px;
    line-height: 1.88888889;
    padding-block: 7px 9px;
    padding-inline: 25px 20px;
  }
}
@media (min-width: 767px) {
  .c-btnSquare:hover .c-btnSquare__iconBox {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.c-btnSquare__iconBox {
  max-width: 15px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
/* c-select
-----------------------------------------------
------------------ */
.c-select {
  position: relative;
  width: 100%;
  font-family: var(--enPrimary);
}
.c-select__select {
  display: none;
}
.c-select__selected {
  max-height: 40px;
  min-height: 40px;
  background: var(--bluePrimary);
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #fff;
  padding-block: 9.5px 11.5px;
  padding-inline: 34px 20px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1080px) {
  .c-select__selected {
    max-height: none;
    min-height: auto;
    height: 100%;
    padding-block: 19.5px 21.5px;
    padding-inline: 46px 10px;
  }
}
.c-select__selected.is-open::after {
  -webkit-transform: translateY(-50%) scale(1.5, 1) rotate(-180deg);
          transform: translateY(-50%) scale(1.5, 1) rotate(-180deg);
}
@media (max-width: 768px) {
  .c-select__selected.is-open::after {
    -webkit-transform: translateY(0px) scale(1.5, 1) rotate(0deg);
            transform: translateY(0px) scale(1.5, 1) rotate(0deg);
  }
}
.c-select__selected::after {
  content: "▼";
  display: inline-block;
  position: absolute;
  width: 6px;
  font-size: 6px;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) scale(1.5, 1);
          transform: translateY(-50%) scale(1.5, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1080px) {
  .c-select__selected::after {
    width: 6px;
    font-size: 6px;
    top: 8px;
    left: 23px;
    -webkit-transform: translateY(0px) scale(1.5, 1) rotate(-180deg);
            transform: translateY(0px) scale(1.5, 1) rotate(-180deg);
  }
}
.c-select__selected::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: unset;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/common/icon_circle_line_white.svg") center/contain no-repeat;
  width: 16px;
  height: 16px;
}
@media (max-width: 1080px) {
  .c-select__selected::before {
    width: 20px;
    height: 20px;
    left: 16px;
  }
}
.c-select__options {
  visibility: hidden;
  position: absolute;
  width: 100%;
  color: #fff;
  overflow-y: auto;
  z-index: 10;
}
@media (max-width: 1080px) {
  .c-select__options {
    top: calc(var(--selectOptionsHeight) * -1px);
  }
}
.c-select__options .c-select__option.is-active {
  background: var(--blueSecondary);
}
.c-select__option {
  position: relative;
  background: var(--bluePrimary);
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #fff;
  padding-block: 9.5px 11.5px;
  padding-inline: 16px 5px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 767px) {
  .c-select__option:hover {
    background: var(--blueSecondary);
  }
}
.c-select__option::before {
  content: "▶︎";
  display: inline-block;
  font-size: 8px;
  -webkit-transform: scale(1, 1.5);
          transform: scale(1, 1.5);
  margin-right: 15px;
}

/* c-kvSection
-----------------------------------------------
------------------ */
.c-kvSection {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 768px) {
  .c-kvSection {
    min-height: unset;
  }
}
.c-kvSection__inner {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 32px;
}
@media (max-width: 768px) {
  .c-kvSection__inner {
    padding-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-kvSection__imgBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: min(50% + 320px, 70%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-kvSection__imgBox {
    position: relative;
    max-width: 100%;
    margin-top: 8px;
  }
}
.c-kvSection__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-kvSection__messageBox {
  margin-top: 58px;
}
@media (max-width: 768px) {
  .c-kvSection__messageBox {
    margin-top: 0;
    padding-top: 20px;
  }
}
.c-kvSection__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .c-kvSection__heading {
    position: relative;
  }
}
.c-kvSection__en {
  font-size: clamp(60px, 8.125vw, 130px);
  font-weight: 900;
  font-family: var(--enPrimary);
  line-height: 0.6923076923;
  letter-spacing: 0;
  color: #E9E9E9;
}
@media (max-width: 768px) {
  .c-kvSection__en {
    line-height: 0.6333333333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    white-space: nowrap;
  }
}
.c-kvSection__jp {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 3.5;
  letter-spacing: 0.1em;
  color: var(--bluePrimary);
}
@media (max-width: 768px) {
  .c-kvSection__jp {
    padding-left: 32px;
    margin-top: 56px;
    font-size: 18px;
    line-height: 1.3888888889;
  }
}

/* c-topReturn
-----------------------------------------------
------------------ */
.c-topReturn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: #E9E9E9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1080px) {
  .c-topReturn {
    width: 60px;
    height: 60px;
    bottom: 60px;
  }
}
.c-topReturn.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 767px) {
  .c-topReturn:hover {
    opacity: 0.6;
  }
}
.c-topReturn__iconBox {
  max-width: 16px;
  width: 100%;
}
@media (max-width: 1080px) {
  .c-topReturn__iconBox {
    max-width: 12px;
  }
}
/* c-form
-----------------------------------------------
------------------ */
.c-form, .c-form--thanks, .c-form--confirm {
  background-color: var(--bluePrimary);
  padding-inline: clamp(0px, 10vw, 160px);
  padding-block: 162px;
  max-width: 1120px;
  margin-inline: auto;
}
@media (max-width: 1280px) {
  .c-form, .c-form--thanks, .c-form--confirm {
    padding-left: clamp(0px, 6.25vw, 80px);
  }
}
@media (max-width: 768px) {
  .c-form, .c-form--thanks, .c-form--confirm {
    padding-block: 32px 64px;
    padding-inline: 32px;
  }
}
.c-form--confirm {
  color: #fff;
  padding-block: 176px;
}
@media (max-width: 768px) {
  .c-form--confirm {
    padding-block: 35px 60px;
  }
}
.c-form--confirm .c-form__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .c-form--confirm .c-form__item {
    font-size: 16px;
    line-height: 1.875;
    gap: 4px;
  }
}
.c-form--confirm .c-form__item + .c-form__item {
  margin-top: 68px;
}
@media (max-width: 768px) {
  .c-form--confirm .c-form__item + .c-form__item {
    margin-top: 23px;
  }
}
.c-form--confirm .c-form__label {
  max-width: 40%;
  width: 100%;
}
@media (max-width: 768px) {
  .c-form--confirm .c-form__label {
    max-width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 14px;
    line-height: 1.875;
  }
}
.c-form--confirm .c-form__answer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form--confirm .c-form__itemBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 80px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .c-form--confirm .c-form__itemBtn {
    gap: 21px;
    margin-top: 63px;
  }
}
.c-form--confirm .c-form__submit {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-left: 0;
}
@media (max-width: 768px) {
  .c-form--confirm .c-form__submit {
    font-size: 18px;
    line-height: 1.16666667;
    margin-left: auto;
  }
}
.c-form--confirm .c-form__back {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 768px) {
  .c-form--confirm .c-form__back {
    font-size: 12px;
  }
}
.c-form--thanks {
  padding-block: 160px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .c-form--thanks {
    padding-block: 37px 60px;
  }
}
.c-form--thanks .c-form__thanksHeading {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-form--thanks .c-form__thanksHeading {
    font-size: 22px;
    line-height: 1.72727273;
  }
}
.c-form--thanks .c-form__thanksText {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .c-form--thanks .c-form__thanksText {
    font-size: 14px;
    margin-top: 40px;
    text-align: left;
  }
}
.c-form--thanks .c-form__itemBtn {
  margin-top: 55px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .c-form--thanks .c-form__itemBtn {
    margin-top: 36px;
  }
}
.c-form--thanks .c-form__submit {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: auto;
}
@media (max-width: 768px) {
  .c-form--thanks .c-form__submit {
    font-size: 18px;
    line-height: 1.16666667;
  }
}
@media (max-width: 768px) {
  .c-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .c-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-form__item:first-of-type {
    gap: 8px;
  }
}
.c-form__item + .c-form__item {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .c-form__item + .c-form__item {
    margin-top: 26px;
  }
}
.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  min-width: 220px;
  max-height: 60px;
}
@media (max-width: 768px) {
  .c-form__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: unset;
  }
}
.c-form__labelTag, .c-form__labelTag--red {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #B3B3B3;
  padding: 22px 13px;
  height: 60px;
}
@media (max-width: 768px) {
  .c-form__labelTag, .c-form__labelTag--red {
    font-size: 14px;
    padding: 14px 9.5px 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-form__labelTag--red {
  background-color: #BC0000;
}
.c-form__labelText {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 768px) {
  .c-form__labelText {
    margin-top: -4px;
    font-size: 14px;
    line-height: 2.5714285714;
    margin-right: auto;
  }
}
.c-form__itemColRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 48px;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 768px) {
  .c-form__itemColRadio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: -12px;
    margin-left: 0px;
    max-width: 100%;
  }
}
.c-form__itemCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 768px) {
  .c-form__itemCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    max-width: 100%;
  }
}
.c-form__itemColInner {
  display: contents;
}
@media (max-width: 768px) {
  .c-form__itemColInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.c-form__radioLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 768px) {
  .c-form__radioLabel {
    font-size: 16px;
    line-height: 1.875;
  }
}
.c-form__radio {
  scale: 1.9;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-right: 14px;
}
@media (max-width: 768px) {
  .c-form__radio {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.c-form__input, .c-form__input--fzSmall {
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  max-height: 60px;
  padding: 20px;
}
@media (max-width: 768px) {
  .c-form__input, .c-form__input--fzSmall {
    font-size: 16px;
    min-height: 50px;
    height: 50px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
}
.c-form__input::-webkit-input-placeholder, .c-form__input--fzSmall::-webkit-input-placeholder {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
.c-form__input::-moz-placeholder, .c-form__input--fzSmall::-moz-placeholder {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
.c-form__input:-ms-input-placeholder, .c-form__input--fzSmall:-ms-input-placeholder {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
.c-form__input::-ms-input-placeholder, .c-form__input--fzSmall::-ms-input-placeholder {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
.c-form__input::placeholder, .c-form__input--fzSmall::placeholder {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-form__input::-webkit-input-placeholder, .c-form__input--fzSmall::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .c-form__input::-moz-placeholder, .c-form__input--fzSmall::-moz-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .c-form__input:-ms-input-placeholder, .c-form__input--fzSmall:-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .c-form__input::-ms-input-placeholder, .c-form__input--fzSmall::-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .c-form__input::placeholder, .c-form__input--fzSmall::placeholder {
    font-size: 16px;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .c-form__input--fzSmall::-webkit-input-placeholder {
    font-size: 15px;
  }
  .c-form__input--fzSmall::-moz-placeholder {
    font-size: 15px;
  }
  .c-form__input--fzSmall:-ms-input-placeholder {
    font-size: 15px;
  }
  .c-form__input--fzSmall::-ms-input-placeholder {
    font-size: 15px;
  }
  .c-form__input--fzSmall::placeholder {
    font-size: 15px;
  }
}
.c-form__textarea {
  resize: none;
  width: 100%;
  min-height: 300px;
  background-color: #fff;
  max-width: 480px;
  padding: 14px 20px;
}
@media (max-width: 768px) {
  .c-form__textarea {
    font-size: 16px;
    margin-top: 8px;
    min-height: 200px;
    padding: 10px;
    max-width: 100%;
  }
}
.c-form__textarea::-webkit-input-placeholder {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
.c-form__textarea::-moz-placeholder {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
.c-form__textarea:-ms-input-placeholder {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
.c-form__textarea::-ms-input-placeholder {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
.c-form__textarea::placeholder {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-form__textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1.75;
  }
  .c-form__textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 1.75;
  }
  .c-form__textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.75;
  }
  .c-form__textarea::-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.75;
  }
  .c-form__textarea::placeholder {
    font-size: 16px;
    line-height: 1.75;
  }
}
.c-form__agreementArea {
  text-align: center;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .c-form__agreementArea {
    margin-top: 26px;
    padding: 0;
  }
}
.c-form__agreementLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
}
.c-form__agreementInput {
  display: none;
}
.c-form__agreementInput:checked + .c-form__agreementLabelSpan::after {
  opacity: 1;
}
.c-form__agreementLabelSpan {
  cursor: pointer;
  line-height: 1.875;
  color: #fff;
  display: inline-block;
  padding-left: 38px;
  position: relative;
}
@media (max-width: 768px) {
  .c-form__agreementLabelSpan {
    font-size: 14px;
    line-height: 2.1428571429;
    padding-left: 30px;
  }
}
.c-form__agreementLabelSpan::before, .c-form__agreementLabelSpan::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form__agreementLabelSpan::before {
  background-color: #fff;
  border: 1px solid #707070;
  display: block;
  left: 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .c-form__agreementLabelSpan::before {
    width: 20px;
    height: 20px;
  }
}
.c-form__agreementLabelSpan::after {
  border: 1px solid transparent;
  left: 0;
  width: 11.2px;
  height: 16px;
  border-right: 2px solid #373737;
  border-bottom: 2px solid #373737;
  -webkit-transform: translate(60%, -60%) rotate(45deg);
          transform: translate(60%, -60%) rotate(45deg);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}
@media (max-width: 768px) {
  .c-form__agreementLabelSpan::after {
    width: 9.3px;
    height: 13.3px;
  }
}
.c-form__agreementLabelLink {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: underline;
}
@media (min-width: 767px) {
  .c-form__agreementLabelLink:hover {
    opacity: 0.7;
  }
}
.c-form__agreementText {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  max-width: 100%;
  width: 100%;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .c-form__agreementText {
    padding: 0;
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.75;
  }
}
.c-form__itemBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
  width: 100%;
}
@media (max-width: 768px) {
  .c-form__itemBtn {
    margin-top: 28px;
    padding-left: 0;
    margin-right: auto;
  }
}
.c-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #BC0000;
  border-radius: 40px;
  min-height: 80px;
  width: 100%;
  max-width: 480px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .c-form__submit {
    min-height: 50px;
    max-width: 480px;
    width: 90%;
    margin-inline: auto;
  }
}
.c-form__submit:disabled {
  opacity: 0.7;
}
@media (min-width: 767px) {
  .c-form__submit:hover {
    opacity: 0.7;
  }
}
.c-form__submitText {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 768px) {
  .c-form__submitText {
    font-size: 18px;
    line-height: 1.1666666667;
  }
}

/* c-entry
-----------------------------------------------
------------------ */
.c-entry, .c-entry--mTop {
  padding-top: 140px;
  margin-top: -140px;
}
@media (max-width: 768px) {
  .c-entry, .c-entry--mTop {
    padding-top: 110px;
    margin-top: -30px;
  }
}
.c-entry--mTop {
  margin-top: 160px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .c-entry--mTop {
    padding-top: 80px;
    margin-top: 0;
  }
}
.c-entry__outer {
  background-color: var(--bluePrimary);
  padding-right: clamp(32px, 10vw, 160px);
}
@media (max-width: 1280px) {
  .c-entry__outer {
    padding-right: clamp(32px, 6.25vw, 80px);
  }
}
@media (max-width: 768px) {
  .c-entry__outer {
    padding-right: 32px;
  }
}
.c-entry__inner {
  background-color: #fff;
  padding-inline: clamp(0px, 10vw, 160px);
  padding-top: 160px;
  position: relative;
}
@media (max-width: 1280px) {
  .c-entry__inner {
    padding-inline: clamp(32px, 6.25vw, 80px);
  }
}
@media (max-width: 768px) {
  .c-entry__inner {
    margin-right: 0;
    padding-inline: 0;
    padding-top: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scaleY(1.001);
            transform: scaleY(1.001);
  }
}
@media (max-width: 768px) {
  .c-entry__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -32px;
    width: 32px;
    height: 100%;
    background-color: #fff;
  }
}
.c-entry__col {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding-top: 160px;
  padding-right: clamp(0px, 10vw, 160px);
  background-color: #fff;
}
@media (max-width: 1280px) {
  .c-entry__col {
    padding-right: clamp(0px, 6.25vw, 80px);
  }
}
@media (max-width: 768px) {
  .c-entry__col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-block: 2px 16px;
  }
}
.c-entry__headingBg {
  background-color: var(--bluePrimary);
}
@media (max-width: 768px) {
  .c-entry__headingBg {
    display: none;
  }
}
.c-entry__heading {
  padding-left: clamp(0px, 10vw, 160px);
}
@media (max-width: 1280px) {
  .c-entry__heading {
    padding-left: clamp(0px, 6.25vw, 80px);
  }
}
@media (max-width: 768px) {
  .c-entry__heading {
    padding-left: 32px;
  }
}
.c-entry__headingSub {
  margin-top: 36px;
}