@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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Regular.otf) format(OpenType);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Medium.otf) format(OpenType);
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-SemiBold.otf) format(OpenType);
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
:root {
  --c-blue01: #3241DE;
  --c-black01: #464646;
  --c-white01: #ffffff;
  --c-white02: #f9f9f9;
  --c-gray01: #f1f1f1;
  --c-gray02: #d9d9d9;
  --c-gray03: #8d8d8d;
  --tran-opacity: opacity .7s ease;
  --tran-all: all .3s ease;
  --header-height: 95.63px;
  --side-padding: 146px;
}
@media (min-width: 1441px) {
  :root {
    --header-height: 118.17px;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 67.89px;
    --side-padding: 50px;
  }
}
@media (max-width: 430px) {
  :root {
    --header-height: 74px;
    --side-padding: 25px;
  }
}

html {
  font-family: "Inter", "ヒラギノ角ゴ", "noto-sans", sans-serif;
  font-size: 100%;
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ------------------------------------------------
  header
------------------------------------------------ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--c-white01);
  border: 1px solid var(--c-blue01);
  z-index: 100;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding-inline: 6.7349926794vw 0;
  -webkit-transition: var(--tran-all);
  transition: var(--tran-all);
}
@media (min-width: 1441px) {
  .header {
    padding-inline: 6.3844552394vw 0;
  }
}
@media (min-width: 768px) {
  .header {
    max-height: var(--header-height);
  }
}
@media (max-width: 767px) {
  .header {
    padding-inline: 44px;
  }
}
@media (max-width: 430px) {
  .header {
    padding-inline: 22px;
  }
}

.logo {
  padding-block: 2.4070278184vw 2.5402635432vw;
}
@media (min-width: 1441px) {
  .logo {
    padding-block: 2.2817487856vw 2.4080499653vw;
  }
}
@media (max-width: 767px) {
  .logo {
    line-height: 1;
    padding-block: 3.9113428944vw;
  }
}
@media (max-width: 430px) {
  .logo {
    padding-block: 7.7333333333vw;
  }
}
.logo--footer {
  padding-bottom: 4.0263543192vw;
}
@media (min-width: 1441px) {
  .logo--footer {
    padding-bottom: 3.8167938931vw;
  }
}
@media (max-width: 767px) {
  .logo--footer {
    display: none;
  }
}

.logo-link {
  display: inline-block;
  line-height: 1;
  max-width: 13.8360175695vw;
  width: 100%;
  -webkit-transition: var(--tran-opacity);
  transition: var(--tran-opacity);
}
@media (min-width: 1441px) {
  .logo-link {
    max-width: 13.1158917418vw;
  }
}
@media (max-width: 767px) {
  .logo-link {
    max-width: 32.8552803129vw;
  }
}
@media (max-width: 430px) {
  .logo-link {
    max-width: 33.6vw;
  }
}
.logo-link:focus, .logo-link:hover {
  opacity: 0.8;
}
.logo-link img {
  width: 100%;
}

@media (max-width: 767px) {
  .g-navi--pc {
    display: none;
  }
}
.g-navi--sp {
  display: none;
  height: calc(100svh - var(--header-height) - 2px);
}
@media (min-width: 768px) {
  .g-navi--sp {
    display: none;
  }
}
.g-navi--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .g-navi--footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.g-navi__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.2459736457vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--c-white01);
  min-height: var(--header-height);
  background-color: var(--c-blue01);
  padding-block: 2.4070278184vw 2.5402635432vw;
  padding-inline: 6.7349926794vw;
}
@media (min-width: 1441px) {
  .g-navi__list {
    gap: 4.2459736457vw;
    padding-block: 2.2817487856vw 2.4080499653vw;
    padding-inline: 6.3844552394vw;
  }
}
@media (max-width: 767px) {
  .g-navi__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6.518904824vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: auto;
    height: 100%;
    background-color: var(--c-white01);
    outline: 1px solid var(--c-blue01);
    outline-offset: 0.5px;
    margin-top: -1px;
    padding-top: 7.8226857888vw;
  }
}
@media (max-width: 430px) {
  .g-navi__list {
    padding-top: 13.3333333333vw;
  }
}
.g-navi__list--footer {
  background-color: var(--c-white01);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .g-navi__list--footer {
    display: none;
  }
}

.g-navi-link {
  color: var(--c-white01);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  -webkit-transition: var(--tran-opacity);
  transition: var(--tran-opacity);
}
@media (max-width: 767px) {
  .g-navi-link {
    color: var(--c-blue01);
  }
}
.g-navi-link:hover {
  opacity: 0.8;
}
.g-navi-link--footer {
  color: var(--c-blue01);
}

.hmb {
  position: relative;
  max-width: 11.2125162973vw;
  width: 100%;
  height: 3.1290743155vw;
  padding-block: 0.6518904824vw;
  cursor: pointer;
  z-index: 1000;
}
@media (min-width: 768px) {
  .hmb {
    display: none;
  }
}
@media (max-width: 430px) {
  .hmb {
    max-width: 11.4666666667vw;
    height: 3.2vw;
  }
}
.hmb.is-open .hmb-line:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}
.hmb.is-open .hmb-line:nth-of-type(2) {
  top: 50%;
  right: 50%;
  width: 100%;
  -webkit-transform: translate(50%, -50%) rotate(-20deg);
          transform: translate(50%, -50%) rotate(-20deg);
}

.hmb-line {
  position: absolute;
  height: 1px;
  background-color: var(--c-blue01);
  -webkit-transition: var(--tran-all);
  transition: var(--tran-all);
}
.hmb-line:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 100%;
}
.hmb-line:nth-of-type(2) {
  bottom: 0;
  right: 0;
  width: 70%;
}

/* ------------------------------------------------
  footer
------------------------------------------------ */
footer {
  background-color: var(--c-white01);
  margin-bottom: 54px;
  padding-inline: 10.6881405564vw;
}
@media (min-width: 1441px) {
  footer {
    padding-inline: 10.1318528799vw;
  }
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 7.8226857888vw;
    padding-inline: var(--side-padding);
  }
}
@media (max-width: 430px) {
  footer {
    margin-bottom: 8vw;
  }
}

.footer-inner {
  padding-inline: 5.8565153734vw;
}
@media (min-width: 1441px) {
  .footer-inner {
    padding-inline: 5.5517002082vw;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    padding-inline: 0;
  }
}

.footer-copy {
  color: var(--c-blue01);
  font-size: 0.878477306vw;
  font-weight: 400;
}
@media (min-width: 1441px) {
  .footer-copy {
    font-size: 0.8327550312vw;
  }
}
@media (max-width: 767px) {
  .footer-copy {
    font-size: 2.6075619296vw;
    text-align: center;
  }
}
@media (max-width: 430px) {
  .footer-copy {
    font-size: 2.6666666667vw;
  }
}

/* ------------------------------------------------
  common
------------------------------------------------ */
.anchor {
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  background: none;
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.view-down {
  opacity: 0;
}
.view-down.on {
  opacity: 1;
  -webkit-animation: view-slideDown 1s ease both;
          animation: view-slideDown 1s ease both;
}

.view-fade-in {
  opacity: 0;
}
.view-fade-in.on {
  opacity: 1;
  -webkit-animation: view-fadeIn 1.8s ease;
          animation: view-fadeIn 1.8s ease;
}

.view-slide-in {
  opacity: 0;
}
.view-slide-in.on {
  opacity: 1;
  -webkit-animation: view-slideIn 1s ease both;
          animation: view-slideIn 1s ease both;
}

@-webkit-keyframes view-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes view-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes view-slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -35px);
            transform: translate(0, -35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes view-slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -35px);
            transform: translate(0, -35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes view-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(35px, 0);
            transform: translate(35px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes view-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(35px, 0);
            transform: translate(35px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}/*# sourceMappingURL=base.css.map */