@charset "UTF-8";
:root {
  --duration03: 0.3s;
  --wrapPaddingHorizontal: 3rem;
  --wrap1160: 116rem;
  --wrap1280: 128rem;
  --wrap1380: 138rem;
  --headerHeight: 80px;
  --borderRadius10: 1rem;
  --black01: #000;
  --gray01: #F7F7F7;
  --blue01: #0531D5;
  --blueGradient01: linear-gradient(90deg,#1116B9 0%, #0531D5 100%);
  --orangeGradient01: linear-gradient(90deg,#F08C00 0%, #F05C00 100%);
  --buttonBlue01Width: 31.1rem;
  --buttonBorder01Width: 22.2rem;
}
@media screen and (max-width: 767px) {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --wrapPaddingHorizontal: 2rem;
    --buttonBlue01Width: 24.8rem;
  }
}

/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Add
 */
dl dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

menu {
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (min-width: 767.1px) {
  html {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1380px) {
  html {
    font-size: 0.7246376812vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--black01);
  background: var(--gray01);
  line-break: strict;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: var(--headerHeight);
  }
}
body.is-menuOpen {
  position: fixed;
  left: 0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
}

/*img {
	image-rendering: -webkit-optimize-contrast;
}*/
label {
  cursor: pointer;
}

picture {
  display: block;
}

input, select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  border-radius: 0;
  border: none;
}
input:focus:not(:focus-visible), select:focus:not(:focus-visible), button:focus:not(:focus-visible), textarea:focus:not(:focus-visible) {
  outline: 0;
}

select::-ms-expand {
  display: none;
}

button, input[type=submit], select, input[type=button] {
  cursor: pointer;
}
@media (any-hover: hover) {
  button, input[type=submit], select, input[type=button] {
    -webkit-transition: opacity var(--duration03);
    transition: opacity var(--duration03);
  }
  button:hover, input[type=submit]:hover, select:hover, input[type=button]:hover {
    opacity: 0.6;
  }
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited, a:focus {
  text-decoration: none;
}
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity var(--duration03);
    transition: opacity var(--duration03);
  }
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 767.1px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHeight);
  border-bottom: 1px solid rgba(152, 152, 152, 0.3);
  z-index: 10;
}
@media screen and (min-width: 767.1px) and (max-width: 1110px) {
  .l-header {
    background: rgba(247, 247, 247, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    background: white;
  }
}

.l-header__inner {
  padding: 22px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 18px 20px;
    display: block;
  }
}

.l-header__logo {
  width: 217px;
  aspect-ratio: 217/36;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 144px;
  }
}
.l-header__logo a {
  display: block;
}

.l-headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
@media screen and (max-width: 767px) {
  .l-headerMenu {
    display: none;
  }
}

.l-headerMenu__item {
  font-size: 14px;
}

.l-toggleButton {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 19px;
  width: 32px;
  aspect-ratio: 32/17;
  background: transparent;
  z-index: 1;
}
@media screen and (min-width: 767.1px) {
  .l-toggleButton {
    display: none;
  }
}
.l-toggleButton span {
  position: absolute;
  left: 0;
  width: 29px;
  height: 3px;
  background: var(--blueGradient01);
  -webkit-transition: all var(--duration03) ease-out;
  transition: all var(--duration03) ease-out;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}
.l-toggleButton span:nth-child(1) {
  top: 0;
  translate: 4px 0;
}
.l-toggleButton span:nth-child(2) {
  top: 7px;
  translate: 2px 0;
}
.l-toggleButton span:nth-child(3) {
  top: 14px;
}
body.is-menuOpen .l-toggleButton span {
  background: white;
}
body.is-menuOpen .l-toggleButton span:nth-child(1) {
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
}
body.is-menuOpen .l-toggleButton span:nth-child(2) {
  opacity: 0;
}
body.is-menuOpen .l-toggleButton span:nth-child(3) {
  top: 50%;
  translate: 0 -50%;
  rotate: -45deg;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}

.l-spNav {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #0022A2;
  -webkit-transition: opacity 0.4s, visibility 0s;
  transition: opacity 0.4s, visibility 0s;
}
@media screen and (min-width: 767.1px) {
  .l-spNav {
    display: none;
  }
}
body.is-menuOpen .l-spNav {
  opacity: 1;
  visibility: visible;
}

.l-spNav__logo {
  padding: 18px 20px;
  background: var(--blueGradient01);
  height: var(--headerHeight);
}
.l-spNav__logo a {
  display: block;
  width: 144px;
  aspect-ratio: 217/36;
}

.l-spNavMenu {
  padding: 7px 32px 30px;
}

.l-spNavMenu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
.l-spNavMenu__item a {
  font-size: 16px;
  color: white;
  padding-block: 17px;
  display: grid;
  grid-template-columns: 1fr 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  letter-spacing: 0.05em;
}
.l-spNavMenu__item a::after {
  content: "";
  width: 100%;
  aspect-ratio: 11/18;
  -webkit-mask: url(../img/common/arw_right01.svg) no-repeat center center/contain;
          mask: url(../img/common/arw_right01.svg) no-repeat center center/contain;
  background: white;
  translate: 0 1px;
}

.l-allwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-wrap1160 {
  position: relative;
  width: min(100%, var(--wrap1160) + var(--wrapPaddingHorizontal) * 2);
  padding: 0 var(--wrapPaddingHorizontal);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-wrap1160 {
    width: 100%;
  }
}

.l-wrap1380 {
  position: relative;
  width: min(100%, var(--wrap1380) + var(--wrapPaddingHorizontal) * 2);
  padding: 0 var(--wrapPaddingHorizontal);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-wrap1380 {
    width: 100%;
  }
}

.l-wrap1280 {
  position: relative;
  width: min(100%, var(--wrap1280) + var(--wrapPaddingHorizontal) * 2);
  padding: 0 var(--wrapPaddingHorizontal);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-wrap1280 {
    width: 100%;
  }
}

.l-footer {
  background: -webkit-gradient(linear, left top, right top, from(#323232), to(#222222));
  background: linear-gradient(90deg, #323232 0%, #222222 100%);
  padding-block: 7.5rem 9.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 7rem 8rem;
  }
}

.l-footer__pagetop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9;
  width: 6.5rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  border: 1px solid #DFDFDF;
  background: white;
  color: #808080;
  font-size: 1rem;
  text-align: center;
  line-height: 1.1;
  padding-top: 2.7rem;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
@media (any-hover: hover) {
  .l-footer__pagetop {
    -webkit-transition: opacity var(--duration03);
    transition: opacity var(--duration03);
  }
  .l-footer__pagetop:hover {
    opacity: 0.6;
  }
}
.l-footer__pagetop::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 50%;
  translate: -50% 0;
  width: 1.5rem;
  aspect-ratio: 15/9;
  -webkit-mask: url(../img/common/arw_bottom01.svg) no-repeat center center/contain;
          mask: url(../img/common/arw_bottom01.svg) no-repeat center center/contain;
  background: #BFBFBF;
}

.l-footer__grid {
  display: grid;
  grid-template-areas: "logo menu" "copy menu";
  grid-template-columns: 1fr 44rem;
  grid-template-rows: 1fr auto;
}
@media screen and (max-width: 767px) {
  .l-footer__grid {
    display: block;
  }
}

.l-footer__logo {
  grid-area: logo;
  width: 21.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-inline: auto;
  }
}
.l-footer__logo a {
  display: block;
}

.l-footerMenu {
  grid-area: menu;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 1.9rem 10.5rem;
}
@media screen and (max-width: 767px) {
  .l-footerMenu {
    width: 27.5rem;
    margin: 5rem auto 0;
    display: block;
    border-top: 1px solid #636363;
  }
}

@media screen and (max-width: 767px) {
  .l-footerMenu__item {
    border-bottom: 1px solid #636363;
  }
}
.l-footerMenu__item a {
  font-size: 1.8rem;
  color: white;
  padding-bottom: 0.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footerMenu__item a {
    font-size: 1.6rem;
    padding-block: 1.3rem;
    display: block;
  }
}
@media (any-hover: hover) {
  .l-footerMenu__item a::before {
    -webkit-transition: opacity var(--duration03), scale var(--duration03);
    transition: opacity var(--duration03), scale var(--duration03);
  }
  .l-footerMenu__item a:hover {
    opacity: 1;
  }
  .l-footerMenu__item a:hover::before {
    opacity: 1;
    scale: 1 1;
  }
}
.l-footerMenu__item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--orangeGradient01);
  opacity: 0;
  scale: 0 1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.l-footer__copy {
  grid-area: copy;
  color: #C0C0C0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    text-align: center;
    margin-top: 4.8rem;
  }
}

/* --------------------------------------------------
c-title
-------------------------------------------------- */
.c-title48 {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title48 {
    font-size: 3.4rem;
  }
}

/* --------------------------------------------------
c-button
-------------------------------------------------- */
.c-buttonBlue01 {
  width: var(--buttonBlue01Width);
}
.c-buttonBlue01 a {
  position: relative;
  display: block;
  color: white;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  padding: 1.9rem;
  border-radius: 100vmax;
  background: var(--blueGradient01);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-buttonBlue01 a {
    padding: 1.5rem;
    font-size: 1.6rem;
  }
}
.c-buttonBlue01 a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--orangeGradient01);
  opacity: 0;
}
@media (any-hover: hover) {
  .c-buttonBlue01 a::before {
    -webkit-transition: opacity var(--duration03);
    transition: opacity var(--duration03);
  }
  .c-buttonBlue01 a:hover {
    opacity: 1;
  }
  .c-buttonBlue01 a:hover::before {
    opacity: 1;
  }
}

.c-buttonBlue01__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-buttonBlue01__inner {
    grid-template-columns: auto 0.8rem;
    gap: 0.9rem;
  }
}
.c-buttonBlue01__inner::after {
  content: "";
  width: 100%;
  aspect-ratio: 11/18;
  -webkit-mask: url(../img/common/arw_right01.svg) no-repeat center center/contain;
          mask: url(../img/common/arw_right01.svg) no-repeat center center/contain;
  background: white;
  translate: 0 0.1rem;
}

.c-buttonBorder01 {
  width: var(--buttonBorder01Width);
}
.c-buttonBorder01 a {
  display: block;
  position: relative;
  color: white;
  font-weight: 500;
  text-align: center;
  padding: 1.1rem;
  border-radius: 100vmax;
  border: 1px solid rgba(255, 255, 255, 0.44);
  overflow: hidden;
}
.c-buttonBorder01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--orangeGradient01);
  opacity: 0;
}
@media (any-hover: hover) {
  .c-buttonBorder01 a::before {
    -webkit-transition: opacity var(--duration03);
    transition: opacity var(--duration03);
  }
  .c-buttonBorder01 a:hover {
    opacity: 1;
  }
  .c-buttonBorder01 a:hover::before {
    opacity: 1;
  }
}

.c-buttonBorder01__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.7rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.c-buttonBorder01__inner::before {
  content: "";
  width: 100%;
  aspect-ratio: 11/18;
  -webkit-mask: url(../img/common/arw_right01.svg) no-repeat center center/contain;
          mask: url(../img/common/arw_right01.svg) no-repeat center center/contain;
  background: white;
  translate: 0 0.1rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* --------------------------------------------------
c-contact
-------------------------------------------------- */
.c-contact {
  background: var(--blueGradient01);
  color: white;
  padding-block: 8rem 7rem;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding-block: 7rem;
  }
}

.c-contact__title {
  font-weight: 500;
  font-size: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact__title {
    font-size: 3.4rem;
  }
}

.c-contactBox {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .c-contactBox {
    margin-top: 3.8rem;
    grid-template-columns: 100%;
  }
}

.c-contactBox__item {
  text-align: center;
  padding: 5.4rem 2rem 5.8rem;
  background: rgba(0, 3, 113, 0.54);
}
@media screen and (max-width: 767px) {
  .c-contactBox__item {
    padding: 3rem;
  }
}
.c-contactBox__item:nth-child(1) {
  border-radius: var(--borderRadius10) 0 0 var(--borderRadius10);
}
@media screen and (max-width: 767px) {
  .c-contactBox__item:nth-child(1) {
    border-radius: var(--borderRadius10);
  }
}
.c-contactBox__item:nth-child(2) {
  border-radius: 0 var(--borderRadius10) var(--borderRadius10) 0;
}
@media screen and (max-width: 767px) {
  .c-contactBox__item:nth-child(2) {
    border-radius: var(--borderRadius10);
  }
}

.c-contactBox__image {
  width: 11rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-contactBox__image {
    width: 7.5rem;
  }
}

.c-contactBox__title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-contactBox__title {
    line-height: 1.4615384615;
    margin-top: 0.8rem;
  }
}

.c-contactBox__text {
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.9rem;
  height: 4.6rem;
}
@media screen and (max-width: 767px) {
  .c-contactBox__text {
    height: auto;
  }
}

.c-contactBox__item .c-buttonBlue01 {
  margin: 2.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-contactBox__item .c-buttonBlue01 {
    margin: 1.8rem auto 0;
  }
}

.c-contact .c-buttonBorder01 {
  margin: 5.1rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-contact .c-buttonBorder01 {
    margin: 4rem auto 0;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .u-minsp {
    display: none;
  }
}
@media screen and (min-width: 767.1px) {
  .u-sp {
    display: none;
  }
}
/* --------------------------------------------------
  u-preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  u-over
-------------------------------------------------- */
@media (any-hover: hover) {
  .u-over {
    -webkit-transition: opacity var(--duration03);
    transition: opacity var(--duration03);
  }
  .u-over:hover {
    opacity: 0.6;
  }
}

/* --------------------------------------------------
  other
-------------------------------------------------- */
.u-bold {
  font-weight: 700;
}

/* --------------------------------------------------
  anime
-------------------------------------------------- */
.u-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.u-fadeUp.is-on {
  -webkit-animation: fadeUp 0.5s 0s ease forwards;
          animation: fadeUp 0.5s 0s ease forwards;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.u-fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.u-fadeDown.is-on {
  -webkit-animation: fadeDown 0.5s 0s ease forwards;
          animation: fadeDown 0.5s 0s ease forwards;
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.u-fadeToRight {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.u-fadeToRight.is-on {
  -webkit-animation: fadeToRight 0.5s 0s ease forwards;
          animation: fadeToRight 0.5s 0s ease forwards;
}
@-webkit-keyframes fadeToRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeToRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.u-fadeToLeft {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.u-fadeToLeft.is-on {
  -webkit-animation: fadeToLeft 0.5s 0.3s ease forwards;
          animation: fadeToLeft 0.5s 0.3s ease forwards;
}
@-webkit-keyframes fadeToLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeToLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}