@charset "UTF-8";
/* ==========================================================================
  foundation
========================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

:root {
  --color-main: #000;
  --color-gray: #D9D9D9;
  --color-white: #fff;
  --color-header: #1A1925;
  --color-footer: #E3E2EB;
  --color-current: #0066FF;
  --color-hover: #746DC8;
  --font-base: "Noto Sans JP", sans-serif;
  --font-notosan: "Noto Sans JP", sans-serif;
  --font-lexend: "Lexend", sans-serif;
  --font-lexendgiga: "Lexend Giga", sans-serif;
  --font-caveat: "Caveat", cursive;
  --font-just: "Jost", sans-serif;
  --header-h-pc:100px;
  --header-h-sp:13.0769230769vw;
  --footer-h-pc:780px;
  --footer-h-sp:223.0769230769vw;
  --hero-pt-pc:136px;
  --hero-pt-sp:25.7vw;
  --padding-side-xl-pc:20px;
  --padding-side-pc:0;
  --padding-side-sp:6.4102564103vw;
  --nav-side-width-md: 13px;
  --nav-side-line-color: #D9D9D9;
  --line-height-default: 1.6;
  --container-width: 1220px;
  --container-width-1000px: 1000px;
}

/**/
/* ==========================================================================
  base
========================================================================== */
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: var(--color-main);
  font-family: var(--font-base);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.8461538462vw;
  font-weight: 400;
  line-height: var(--line-height-default);
  font-optical-sizing: auto;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
    line-height: var(--line-height-default);
  }
}
@media screen and (min-width: 1260px) {
  body {
    min-width: inherit;
  }
}

/* ==========================================================================
   utility
========================================================================== */
/* ---------------------------------------------------------------------------
  show/hide
  --------------------------------------------------------------------------- */
.u-show-mobile {
  display: initial;
}
@media screen and (min-width: 768px) {
  .u-show-mobile {
    display: none;
  }
}

.u-show-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-show-desktop {
    display: initial;
  }
}

/* flex */
.u-flex {
  display: flex;
}

.u-flex--pc {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-flex--pc {
    display: block;
  }
}

.u-flex--wrap.u-flex, .u-flex--wrap.u-flex--pc {
  flex-wrap: wrap;
}
.u-flex--justify-between.u-flex, .u-flex--justify-between.u-flex--pc {
  justify-content: space-between;
}
.u-flex--justify-center.u-flex, .u-flex--justify-center.u-flex--pc {
  justify-content: center;
}
.u-flex--flexd-rowr.u-flex, .u-flex--flexd-rowr.u-flex--pc {
  flex-direction: row-reverse;
}
.u-flex--align-end.u-flex, .u-flex--align-end.u-flex--pc {
  align-items: flex-end;
}
.u-flex--align-center.u-flex, .u-flex--align-center.u-flex--pc {
  align-items: center;
}

/* ==========================================================================
  component
========================================================================== */
.c-body {
  /* display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh; */
}

/* --------------------------------------------------------------------------
  font
-------------------------------------------------------------------------- */
.c-font-inter--700 {
  font-family: var(--font-caveat);
  font-weight: 700;
}
.c-font-lexend--500 {
  font-family: var(--font-lexend);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-font-lexend--500 {
    font-weight: 500;
  }
}

.c-font-lexend--700 {
  font-family: var(--font-lexend);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-font-lexend--700 {
    font-weight: 700;
  }
}

.c-font-lexendgiga--700 {
  font-family: var(--font-lexendgiga);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-font-lexendgiga--700 {
    font-weight: 700;
  }
}

.c-font-just--700 {
  font-family: var(--font-just);
  font-weight: 700;
}

/* --------------------------------------------------------------------------
  c-container
-------------------------------------------------------------------------- */
.c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: inherit;
  padding: 0 var(--padding-side-sp);
}
@media screen and (min-width: 768px) {
  .c-container {
    max-width: var(--container-width);
    padding-left: clamp(0px, (1260px - 100%) / 2, var(--padding-side-xl-pc));
    padding-right: clamp(0px, (1260px - 100%) / 2, var(--padding-side-xl-pc));
  }
}

/* --------------------------------------------------------------------------
  c-hero
-------------------------------------------------------------------------- */
.c-hero {
  position: relative;
  width: 100%;
  height: 58.9743589744vw;
  margin-bottom: var(--hero-pt-sp);
  padding-top: 28.2051282051vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/common/page/bg_hero_sp@3x.webp?v2");
}
@media screen and (min-width: 768px) {
  .c-hero {
    height: 370px;
    margin-bottom: var(--hero-pt-pc);
    padding-top: 185px;
    background-image: url("../img/common/page/bg_hero_pc@2x.webp?v2");
  }
}

.c-hero-header {
  padding-left: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .c-hero-header {
    padding-left: 90px;
  }
}

.c-hero-header__title--wt {
  font-family: var(--font-lexend);
  font-weight: 800;
  font-size: 9.2307692308vw;
  text-transform: capitalize;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c-hero-header__title--wt {
    font-size: 6rem;
    line-height: 1.08;
  }
}

.c-hero-header__title--bk {
  font-family: var(--font-lexend);
  font-weight: 800;
  font-size: 9.2307692308vw;
  text-transform: capitalize;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-hero-header__title--bk {
    font-size: 6rem;
    line-height: 1.08;
  }
}

/* --------------------------------------------------------------------------
  c-header
-------------------------------------------------------------------------- */
.c-header--bdr {
  padding-bottom: 2.5641025641vw;
  border-color: var(--color-gray);
  border-style: solid;
  border-bottom-width: 0.2564102564vw;
}
@media screen and (min-width: 768px) {
  .c-header--bdr {
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
}
.c-header__title--jp {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .c-header__title--jp {
    font-size: 2rem;
  }
}

.c-header__title--en {
  font-family: var(--font-lexend);
  font-weight: 700;
  font-size: 8.2051282051vw;
  text-transform: capitalize;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .c-header__title--en {
    font-size: 6rem;
  }
}

/* --------------------------------------------------------------------------
  c-nav
-------------------------------------------------------------------------- */
.c-nav {
  font-family: var(--font-lexend);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-nav {
    letter-spacing: 0.04em;
  }
}

.c-nav__item {
  position: relative;
  line-height: 1.5;
}
.c-nav__item:nth-last-of-type(1)::before {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .c-nav__item:nth-last-of-type(1)::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: var(--nav-side-line-color);
    display: block;
    right: 0;
  }
}
.c-nav__item::after {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .c-nav__item::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: var(--nav-side-line-color);
    display: block;
    left: 0;
  }
}
.c-nav__item.is-none {
  display: none;
}
.c-nav__item a.is-current {
  color: var(--color-current);
}

.c-nav-hover:hover {
  color: var(--color-hover);
}

/* --------------------------------------------------------------------------
  c-language-switcher
-------------------------------------------------------------------------- */
.c-language-switcher.is-active {
  position: absolute;
  bottom: 151.2820512821vw;
}
@media screen and (min-width: 768px) {
  .c-language-switcher.is-active {
    bottom: 414px;
  }
}

.c-language-switcher {
  --color-hover: #60A1FF;
  position: fixed;
  bottom: 5.1282051282vw;
  right: 5.1282051282vw;
  z-index: 3;
  width: 28.9743589744vw;
  height: 8.7179487179vw;
  border-radius: 999px;
  border: 0.5128205128vw solid var(--color-white);
  background: #136A9F;
}
@media screen and (min-width: 768px) {
  .c-language-switcher {
    bottom: 30px;
    right: 30px;
    width: 154px;
    height: 47px;
    border: 2px solid var(--color-white);
  }
}

.c-language-switcher__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.c-language-switcher__inner a {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--color-white);
  text-align: center;
}
.c-language-switcher__inner a:not(:nth-last-of-type(1)):before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2564102564vw;
  height: 3.0769230769vw;
  background-color: var(--color-gray);
}
@media screen and (min-width: 768px) {
  .c-language-switcher__inner a:not(:nth-last-of-type(1)):before {
    width: 1px;
    height: 20px;
  }
}

.c-language-switcher__en {
  width: 39%;
  font-size: 3.5897435897vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-language-switcher__en {
    width: 40%;
    padding-left: 0.2em;
    font-size: 20px;
  }
}

.c-language-switcher__ch {
  width: 61%;
  font-size: 3.0769230769vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-language-switcher__ch {
    width: 60%;
    padding-right: 0.2em;
    font-size: 16px;
  }
}

/* --------------------------------------------------------------------------
  c-img-w100
-------------------------------------------------------------------------- */
.c-img-w100 {
  width: 100%;
}

/* --------------------------------------------------------------------------
  link
-------------------------------------------------------------------------- */
.c-hover:hover {
  opacity: 0.8;
}

/* ==========================================================================
  layout
========================================================================== */
/* ==========================================================================
  header
========================================================================== */
.l-header {
  position: fixed;
  top: 5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 94.8717948718vw;
  height: var(--header-h-sp);
  padding: 0 5.641025641vw;
  border-radius: 12.8205128205vw;
  border-width: 0.2564102564vw;
  border-style: solid;
  border-color: var(--color-white);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1.5384615385vw 5.1282051282vw 0px rgba(0, 46, 126, 0.15);
  -webkit-backdrop-filter: blur(1.2820512821vw);
          backdrop-filter: blur(1.2820512821vw);
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 20px;
    width: 98%;
    height: var(--header-h-pc);
    padding: 0 40px;
    border-width: 1px;
    border-radius: 50px;
    box-shadow: 0px 6px 20px 0px rgba(0, 46, 126, 0.15);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 0 70px;
  }
}
.l-header a {
  color: var(--color-header);
}

.l-header-container {
  height: 100%;
  display: grid;
  grid-template-columns: 20.5128205128vw 1fr;
  grid-template-rows: 1fr;
  place-items: center;
  align-content: center;
  justify-items: stretch;
}
@media screen and (min-width: 768px) {
  .l-header-container {
    grid-template-columns: 153px 1fr;
  }
}

.l-header-logo {
  width: 100%;
}
.l-header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 3.8461538462vw;
  font-size: 2.8205128205vw;
}
@media screen and (min-width: 768px) {
  .l-header-nav {
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    font-size: 18px;
  }
}

.l-header-nav a {
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-header-nav a {
    padding: 0 var(--nav-side-width-md);
  }
}
@media screen and (min-width: 1024px) {
  .l-header-nav a {
    padding: 0 35px;
  }
}

/* ==========================================================================
  footer
========================================================================== */
.l-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: var(--footer-h-sp);
  background-image: url(../img/common/footer/bg_footer_sp@2x.webp?v2);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .l-footer {
    height: var(--footer-h-pc);
    background-image: url(../img/common/footer/bg_footer_pc@2x.webp?v2);
    background-size: cover;
  }
}

.l-footer-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--color-footer);
  height: 127.9487179487vw;
  padding: 20.5128205128vw 8.9743589744vw 5.1282051282vw 8.9743589744vw;
  background: rgba(0, 63, 157, 0.9);
}
@media screen and (min-width: 768px) {
  .l-footer-container {
    height: 299px;
    padding: 80px 20px 20px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-container {
    height: 308px;
    padding: 80px 60px 20px 60px;
  }
}

.l-footer-container__inner {
  --nav-side-width-md: 20px;
  --nav-side-line-color: #8E8CA2;
  --color-current: #60A1FF;
  --color-hover: #A19AEC;
}
@media screen and (min-width: 768px) {
  .l-footer-container__inner {
    display: grid;
    grid-template-columns: 20.5128205128vw 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    align-content: center;
    justify-items: stretch;
    grid-template-columns: 166px 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-container__inner {
    grid-template-columns: 189px 1fr;
  }
}

.l-footer-logo {
  display: block;
  width: 33.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-footer-logo {
    width: 100%;
  }
}

.l-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 7.6923076923vw 0;
  margin-top: 8.9743589744vw;
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  .l-footer-nav {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    margin-top: 0;
    font-size: 18px;
  }
}

.l-footer-nav__item a {
  position: relative;
  display: block;
  padding: 0 0 0 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .l-footer-nav__item a {
    position: static;
    padding: 0 var(--nav-side-width-md);
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-nav__item a {
    padding: 0 35px;
  }
}
.l-footer-nav__item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2564102564vw;
  height: 3.8461538462vw;
  background-color: var(--nav-side-line-color);
}
@media screen and (min-width: 768px) {
  .l-footer-nav__item a::before {
    display: none;
  }
}

.l-footer-privacy {
  font-size: 3.5897435897vw;
  text-align: right;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-footer-privacy {
    font-size: 14px;
  }
}

.l-footer-copyright {
  padding-top: 4.6153846154vw;
  font-size: 2.8205128205vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright {
    padding-top: 1em;
    font-size: 14px;
  }
}

.l-footer-gotop {
  cursor: pointer;
  position: absolute;
  right: 5.1282051282vw;
  bottom: 135.8974358974vw;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 11.5384615385vw;
  height: 11.5384615385vw;
  background: rgba(26, 25, 37, 0.9);
}
@media screen and (min-width: 768px) {
  .l-footer-gotop {
    right: 60px;
    bottom: 338px;
    width: 60px;
    height: 60px;
  }
}
.l-footer-gotop:hover {
  background: rgba(26, 25, 37, 0.6);
}
.l-footer-gotop svg {
  width: 6.6666666667vw;
  height: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .l-footer-gotop svg {
    width: 36px;
    height: 22px;
  }
}

/* ==========================================================================
  main
========================================================================== */