/***************************************************************************
reser
******************************************************************************/

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

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

/* 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
 * 1. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0; /* 1 */
}

/**
 * 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;
}

/* Table
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  font-weight: normal;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/***************************************************************************
settings
******************************************************************************/

:root {
  --txt1-size: 3.6rem;
  --txt1-height: 1.44;
  --txt1-weight: 700;
  --txt1-ls: 0;

  --txt2-size: 3rem;
  --txt2-height: 1.44;
  --txt2-weight: 700;
  --txt2-ls: 0;

  --txt3-size: 2.8rem;
  --txt3-height: 1.44;
  --txt3-weight: 700;
  --txt3-ls: 0;

  --txt4-size: 2.6rem;
  --txt4-height: 1.44;
  --txt4-weight: 700;
  --txt4-ls: 0;

  --txt5-size: 2.4rem;
  --txt5-height: 1.44;
  --txt5-weight: 700;
  --txt5-ls: 0;

  --txt6-size: 2.2rem;
  --txt6-height: 1.44;
  --txt6-weight: 700;
  --txt6-ls: 0;

  --txt7-size: 2rem;
  --txt7-height: 1.44;
  --txt7-weight: 700;
  --txt7-ls: 0;

  --txt8-size: 1.8rem;
  --txt8-height: 1.44;
  --txt8-weight: 700;
  --txt8-ls: 0;

  --txt9-size: 1.6rem;
  --txt9-height: 1.875;
  --txt9-weight: 400;
  --txt9-ls: 0;

  --txt10-size: 1.5rem;
  --txt10-height: 1.875;
  --txt10-weight: 400;
  --txt10-ls: 0;

  --txt11-size: 1.4rem;
  --txt11-height: 1.875;
  --txt11-weight: 400;
  --txt11-ls: 0;

  --txt12-size: 1.3rem;
  --txt12-height: 1.875;
  --txt12-weight: 400;
  --txt12-ls: 0;

  --txt13-size: 1.2rem;
  --txt13-height: 1.875;
  --txt13-weight: 400;
  --txt13-ls: 0;

  --menu-01-size: 1.4rem;
  --menu-01-height: 1;
  --menu-01-weight: 700;
  --menu-01-ls: .02em;

  --menu-02-size: 1.4rem;
  --menu-02-height: 1;
  --menu-02-weight: 400;
  --menu-02-ls: 0;

  --menu-03-size: 1.8rem;
  --menu-03-height: 1;
  --menu-03-weight: 500;
  --menu-03-ls: 0;

  --menu-nav-size: 18px;
  --menu-nav-height: 1;
  --menu-nav-weight: 500;
  --menu-nav-ls: 0;

  --btn-cv-size: 1.4rem;
  --btn-cv-height: 1.5;
  --btn-cv-weight: 500;
  --btn-cv-ls: .02em;

  --btn-01-size: 1.6rem;
  --btn-01-height: 1.5;
  --btn-01-weight: 700;
  --btn-01-ls: .02em;

  --btn-02-size: 1.7rem;
  --btn-02-height: 1.5;
  --btn-02-weight: 700;
  --btn-02-ls: .02em;

  --copyright-size: 1.2rem;
  --copyright-height: 1;
  --copyright-weight: 400;
  --copyright-ls: .02em;

  --primary-color: #6D53B7;
  --primary-color--light: #BAB5F4;
  --primary-color--dark: #241257;
  --primary-color--dark02: #3A1D94;
  --accent-color: #FC6D26;
  --accent-color--light: #FECAB0;
  --main-color: #F8F7FA;
  --main-color--light: #F8F7FA;
  --font-color: #171321;
  --font-color--light: #606060;
  --border-color: #707070;
  --border-color--light: #AAAAAA;
  --gray: #888;
  --placeholder-color: #888;
  --gray-light: #f5f5f5;
  --shadow-color: #BAB5F4;
  --shadow-color--light: #C8C6E0;
  --white-clear: rgba(255,255,255,0.5);
  --black-clear: rgba(0,0,0,0.5);
  --black-clear--light: rgba(0,0,0,0.2);
  --blue-color: #12408F;

  --base-font: 'Noto Sans JP', sans-serif;
  --en-font: 'Noto Sans JP', sans-serif;

  --section-padding: 8rem;
  --section-padding--large: 10rem;
  --section-padding--small: 6rem;

  --mt-d: 4rem;
  --mt-d--middle: 4.5rem;
  --mt-d--large: 5rem;

  --inner: 1024px;
  --inner-lillarge: 1120px;
  --inner-large: 1286px;
  --inner-responsive: 95%;
  --inner-responsive-p: calc( 50% - var(--inner-responsive) / 2 );

  --normal-transition: 0.3s;
  --slow-transition: 1s;
  --fadein-transition: 1s;

  --header-z: 9999;
  --header-z-plus: 19999;
  --header-z-plus-two: 29999;
  --header-z-plus-three: 39999;
  --normal-z: 1;
  --zero-z: 0;
  --minus-z: -1;
  --minus-two-z: -2;

  --header-height: 8rem;
}

@media only screen and (max-width: 1023px) {
  :root {
    --header-height: 65px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --txt1-size: 26px;
    --txt2-size: 24px;
    --txt3-size: 24px;
    --txt4-size: 24px;
    --txt5-size: 22px;
    --txt6-size: 20px;
    --txt7-size: 18px;
    --txt8-size: 16px;
    --txt9-size: 16px;
    --txt10-size: 15px;
    --txt11-size: 14px;
    --txt12-size: 13px;
    --txt13-size: 12px;

    --menu-01-size: 14px;
    --menu-02-size: 14px;
    --menu-03-size: 16px;

    --btn-cv-size: 16px;
    --btn-01-size: 16px;
    --btn-02-size: 16px;

    --copyright-size: 10px;

    --header-height: 57px;
  }
}


/***************************************************************************
base
******************************************************************************/

html {
  font-size: 62.5%
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 60%
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 45%
  }
}
body {
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
  padding-top: var(--header-height);
  color: var(--font-color);
  font-family: var(--base-font);
  font-size: 1.6em;
  letter-spacing: 0;
}

.section-padding {
  padding: var(--section-padding) 0;
}
.section-padding-t {
  padding-top: var(--section-padding);
}
.section-padding-b {
  padding-bottom: var(--section-padding);
}
.section-padding--large {
  padding: var(--section-padding--large) 0;
}
.section-padding--large-t {
  padding-top: var(--section-padding--large);
}
.section-padding--large-b {
  padding-bottom: var(--section-padding--large);
}
.section-padding--small {
  padding: var(--section-padding--small) 0;
}
.section-padding--small-t {
  padding-top: var(--section-padding--small);
}
.section-padding--small-b {
  padding-bottom: var(--section-padding--small);
}
.inner {
  width: var(--inner);
  max-width: var(--inner);
  margin: 0 auto
}
@media only screen and (max-width: 1023px) {
  .inner {
    width: var(--inner-responsive)
  }
}
.inner-lillarge {
  width: var(--inner-lillarge);
  max-width: var(--inner-lillarge);
  margin: 0 auto
}
@media only screen and (max-width: 1119px) {
  .inner-lillarge {
    width: var(--inner-responsive)
  }
}
.inner-large {
  width: var(--inner-large);
  max-width: var(--inner-large);
  margin: 0 auto
}
@media only screen and (max-width: 1285px) {
  .inner-large {
    width: var(--inner-responsive)
  }
}
.inner-all {
  width: var(--inner-responsive);
  margin: 0 auto
}
.txt1 {
  font-size: var(--txt1-size);
  line-height: var(--txt1-height);
  font-weight: var(--txt1-weight);
  letter-spacing: var(--txt1-ls)
}
.txt2 {
  font-size: var(--txt2-size);
  line-height: var(--txt2-height);
  font-weight: var(--txt2-weight);
  letter-spacing: var(--txt2-ls)
}
.txt3 {
  font-size: var(--txt3-size);
  line-height: var(--txt3-height);
  font-weight: var(--txt3-weight);
  letter-spacing: var(--txt3-ls)
}
.txt4 {
  font-size: var(--txt4-size);
  line-height: var(--txt4-height);
  font-weight: var(--txt4-weight);
  letter-spacing: var(--txt4-ls)
}
.txt5 {
  font-size: var(--txt5-size);
  line-height: var(--txt5-height);
  font-weight: var(--txt5-weight);
  letter-spacing: var(--txt5-ls)
}
.txt6 {
  font-size: var(--txt6-size);
  line-height: var(--txt6-height);
  font-weight: var(--txt6-weight);
  letter-spacing: var(--txt6-ls)
}
.txt7 {
  font-size: var(--txt7-size);
  line-height: var(--txt7-height);
  font-weight: var(--txt7-weight);
  letter-spacing: var(--txt7-ls)
}
.txt8 {
  font-size: var(--txt8-size);
  line-height: var(--txt8-height);
  font-weight: var(--txt8-weight);
  letter-spacing: var(--txt8-ls)
}
.txt9 {
  font-size: var(--txt9-size);
  line-height: var(--txt9-height);
  font-weight: var(--txt9-weight);
  letter-spacing: var(--txt9-ls)
}
.txt10 {
  font-size: var(--txt10-size);
  line-height: var(--txt10-height);
  font-weight: var(--txt10-weight);
  letter-spacing: var(--txt10-ls)
}
.txt11 {
  font-size: var(--txt11-size);
  line-height: var(--txt11-height);
  font-weight: var(--txt11-weight);
  letter-spacing: var(--txt11-ls)
}
.txt12 {
  font-size: var(--txt12-size);
  line-height: var(--txt12-height);
  font-weight: var(--txt12-weight);
  letter-spacing: var(--txt12-ls)
}
.txt13 {
  font-size: var(--txt13-size);
  line-height: var(--txt13-height);
  font-weight: var(--txt13-weight);
  letter-spacing: var(--txt13-ls)
}

.fw700 {
  font-weight: 700;
}
.fw500 {
  font-weight: 500;
}
.fw400 {
  font-weight: 400;
}
.lh1 {
  line-height: 1;
}
.lh15 {
  line-height: 1.5;
}
.lh2 {
  line-height: 2;
}
.lh3 {
  line-height: 3;
}
.ls-025 {
  letter-spacing: -.025em;
}
.ls0 {
  letter-spacing: 0;
}
.ls02 {
  letter-spacing: 0.02em;
}
.ls05 {
  letter-spacing: 0.05em;
}
.base-font {
  font-family: var(--base-font);
}
.en-font {
  font-family: var(--en-font);
}
.primary-color {
  color: var(--primary-color);
}
.accent-color {
  color: var(--accent-color);
}
.gray-color {
  color: var(--gray);
}
.shadow-color {
  color: var(--shadow-color);
}
.white-color {
  color: #fff;
}
.font-color {
  color: var(--font-color);
}
.font-color--light {
  color: var(--font-color--light);
}
.mt-d {
  margin-top: var(--mt-d);
}
.mt-d--middle {
  margin-top: var(--mt-d--middle);
}
.mt-d--large {
  margin-top: var(--mt-d--large);
}
.mt5 {
  margin-top: 0.5rem;
}
.mt10 {
  margin-top: 1rem;
}
.mt15 {
  margin-top: 1.5rem;
}
.mt20 {
  margin-top: 2rem;
}
.mt30 {
  margin-top: 3rem;
}
.mt40 {
  margin-top: 4rem;
}
.mt50 {
  margin-top: 5rem;
}
.mt60 {
  margin-top: 6rem;
}
.mr5em {
  margin-right: 0.5em;
}
.mr10em {
  margin-right: 1em;
}
.mt-10em-plus__content + .mt-10em-plus__content {
  margin-top: 1em;
}
.mt-20em-plus__content + .mt-20em-plus__content {
  margin-top: 2em;
}
.bg-main {
  background-color: var(--main-color);
}
.bg-main--light {
  background-color: var(--main-color--light);
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-white {
  background-color: #fff;
}
.bg-dot {
  background-color: var(--main-color--light);
  background-image: radial-gradient( #E5DFF7 10%, rgba(255,255,255,0) 20%);
  background-size: 12px 12px;
}
.border-bottom {
  border-bottom: 1px solid CurrentColor;
}
.underline {
  text-decoration: underline;
}
@media (hover: hover){
  .hover-underline:hover {
    text-decoration: underline;
  }
}
.underline-txt {
  text-decoration: underline;
}
@media (hover: hover){
  .hover-underline:hover {
    text-decoration: underline;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-left-margin-auto {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .text-center--tab {
    text-align: center;
  }
  .text-left--tab {
    text-align: left;
  }
  .text-left-margin-auto--tab {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .text-center--sp {
    text-align: center;
  }
  .text-left--sp {
    text-align: left;
  }
  .text-left-margin-auto--sp {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .none--tab {
    display: none;
  }
  .block--tab {
    display: block;
  }
  .inline--tab {
    display: inline;
  }
  .inline-block--tab {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .none--sp {
    display: none;
  }
  .block--sp {
    display: block;
  }
  .inline--sp {
    display: inline;
  }
  .inline-block--sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 500px) {
  .none--mobile {
    display: none;
  }
  .block--mobile {
    display: block;
  }
  .inline--mobile {
    display: inline;
  }
  .inline-block--mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 374px) {
  .none--se {
    display: none;
  }
  .block--se {
    display: block;
  }
  .inline--se {
    display: inline;
  }
  .inline-block--se {
    display: inline-block;
  }
}
.textbr {
  display: inline-block;
}
@media only screen and (min-width: 1120px) {
  .textbr--pc-only {
    display: inline-block;
  }
}
.white-space-nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 1120px) {
  .white-space-nowrap--pc-only {
    white-space: nowrap;
  }
}
.break-all {
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
}
.img-100 img {
  width: 100%;
  height: auto;
}
@media (hover: hover){
  .hover-op:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}
@media (hover: hover){
  .hover-op--clear:hover {
    opacity: .5;
    transition: var(--normal-transition);
  }
}
.h-100 {
  height: 100%;
}
.o-hidden {
  overflow: hidden;
}


/***************************************************************************
logo
******************************************************************************/

/* logo */
.logo {
  display: inline-block;
}
.logo img {
  width: 100%;
  max-width: 10.2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .logo img {
    max-width: 100px;
  }
}

/* logo-02 */
.logo-02 {
  display: inline-block;
}
.logo-02 img {
  width: 100%;
  max-width: 10.65rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .logo-02 img {
    max-width: 100px;
  }
}

/* logo-03 */
.logo-03 {
  display: inline-block;
}
.logo-03 img {
  width: 100%;
  max-width: 18.6rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .logo-03 img {
    max-width: 185px;
  }
}


/***************************************************************************
menu
******************************************************************************/

/* menu */
.menu-g {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .menu-g {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .menu-g__item + .menu-g__item {
    margin-top: 3rem;
  }
}

.menu-g__txt {
  display: block;
  position: relative;
  padding: 1rem 2rem;
  transition: var(--normal-transition);
}
.menu-g__item:first-child .menu-g__txt {
  padding-left: 0;
}
.menu-g__item:last-child .menu-g__txt {
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .menu-g__txt {
    display: inline-block;
    padding: 1rem 0;
  }
}


.menu-g__letter {
  font-size: var(--menu-01-size);
  line-height: var(--menu-01-height);
  font-weight: var(--menu-01-weight);
  letter-spacing: var(--menu-01-ls);
}
@media screen and (max-width: 1023px) {
  .menu-g__letter {
    font-size: var(--menu-nav-size);
    line-height: var(--menu-nav-height);
    font-weight: var(--menu-nav-weight);
    letter-spacing: var(--menu-nav-ls);
  }
}

@media (hover: hover){
  .menu-g__txt:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}

/* menu-sub */
.menu-sub {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .menu-sub {
    display: block;
  }
}

.menu-sub__item {
  margin-right: 10rem;
}
.menu-sub__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .menu-sub__item {
    margin-right: 0;
  }

  .menu-sub__item + .menu-sub__item {
    margin-top: 5rem;
  }
}

.menu-sub__txt {
  display: block;
  position: relative;
  transition: var(--normal-transition);
}

.menu-sub__letter {
  font-size: var(--menu-03-size);
  line-height: var(--menu-03-height);
  font-weight: var(--menu-03-weight);
  letter-spacing: var(--menu-03-ls);
}

.menu-sub__nest {
  margin-top: 1.5rem;
}

.menu-sub__nest-item + .menu-sub__nest-item {
  margin-top: 1rem;
}

.menu-sub__nest-letter {
  font-size: var(--menu-02-size);
  line-height: var(--menu-02-height);
  font-weight: var(--menu-02-weight);
  letter-spacing: var(--menu-02-ls);
}

@media (hover: hover){
  .menu-sub__txt:hover {
    text-decoration: underline;
  }

  .menu-sub__nest-txt:hover {
    text-decoration: underline;
  }
}

/* menu-btn */
.menu-btn {
  display: block;
  position: relative;
  text-align: center;
}

.menu-btn__main, .menu-btn__bar {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-btn__main {
  position: relative;
  width: 34px;
  height: 20px;
}

.menu-btn__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--font-color);
  border-radius: 3px;
}

.menu-btn__bar:nth-of-type(1) {
  top: 0px;
}
.menu-btn__bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-btn__bar:nth-of-type(3) {
  bottom: 0px;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-btn.is-active .menu-btn__bar {
  transition: var(--normal-transition);
}

.menu-btn.is-active .menu-btn__bar:nth-of-type(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8.5px) rotate(-45deg);
}

.menu-btn.is-active .menu-btn__bar:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

.menu-btn.is-active .menu-btn__bar:nth-of-type(3) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}

.menu-btn__txt {
  margin-top: 5px;
}

.menu-btn__letter {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}


/***************************************************************************
heading
******************************************************************************/

/* heading-center */
.heading-center {
  text-align: center;
}

.heading-center__title {
  margin-top: 1.5rem;
}

.heading-center__desc {
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .heading-center__desc {
    text-align: left;
  }
}

.heading-center__border {
  display: inline-block;
  position: relative;
  padding-bottom: 3rem;
}

.heading-center__border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 2px;
  background: var(--primary-color);
}

/* heading-center-deco */
.heading-center-deco {
  text-align: center;
}

.heading-center-deco__deco {
  display: inline-block;
  width: 7.4rem;
  height: .8rem;
  border-radius: 2em;
  opacity: .8;
  background: linear-gradient(to right, var(--accent-color),var(--primary-color));
}

.heading-center-deco__title {
  margin-top: 2.5rem;
}

.heading-center-deco__desc {
  margin-top: 4rem;
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* heading-left */
.heading-left {
  text-align: left;
}

.heading-left__jp {
  margin-top: 1rem;
  padding-left: 1rem;
}

.heading-left__jp-letter {
  position: relative;
  padding-left: 1em;
}

.heading-left__jp-letter::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: .75em;
  height: 2px;
  background: currentColor;
}

.heading-left__desc {
  margin-top: 2.5rem;
}

/* heading-box */
.heading-box {
  display: inline-block;
  text-align: left;
  padding: .5em 1.7em;
  background: var(--primary-color);
  color: white;
}
@media screen and (max-width: 767px) {
  .heading-box {
    padding-left: .5em;
    padding-right: .5em;
  }
}

/***************************************************************************
btn
******************************************************************************/

/* btn */
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 28rem;
  border-radius: 5em;
  padding: .65em 1em;
  border: 1px solid var(--accent-color);
  background: var(--accent-color);
  color: white;
  font-size: var(--btn-01-size);
  line-height: var(--btn-01-height);
  font-weight: var(--btn-01-weight);
  letter-spacing: var(--btn-01-ls);
}
@media screen and (max-width: 767px) {
  .btn {
    min-width: 280px;
  }
}
@media screen and (max-width: 374px) {
  .btn {
    display: block;
    min-width: auto;
  }
}

.btn.btn--w-100 {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
@media screen and (max-width: 1023px) {
  .btn.btn--w-100 {
    max-width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn--w-100 {
    max-width: 280px;
  }
}

.btn.btn--white {
  border-color: white;
  background: white;
  color: var(--accent-color);
}
.btn.btn--gray {
  border-color: var(--gray);
  background: var(--gray);
  color: white;
}

@media (hover: hover){
  .btn:hover,
  .btn-hover-trigger:hover .btn {
    background: white;
    color: var(--accent-color);
    transition: var(--normal-transition);
  }
  .btn.btn--white:hover,
  .btn-hover-trigger:hover .btn.btn--white {
    color: var(--font-color);
  }
  .btn.btn--gray:hover,
  .btn-hover-trigger:hover .btn.btn--gray {
    color: var(--font-color);
  }

  .btn:hover .btn__with-icon.btn__with-icon--insta::after,
  .btn-hover-trigger:hover .btn .btn__with-icon.btn__with-icon--insta::after {
    background-image: url(../img/icon-instagram-base.svg);
    transition: var(--normal-transition);
  }

  .btn:hover .btn__with-icon.btn__with-icon--map::after,
  .btn-hover-trigger:hover .btn .btn__with-icon.btn__with-icon--map::after {
    background-image: url(../img/icon-map-base.svg);
    transition: var(--normal-transition);
  }
}

/* btn-cv */
.btn-cv {
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 15rem;
  border-radius: 5em;
  padding: .65em 1em;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  box-shadow: 0 3px 1rem var(--shadow-color);
  color: white;
  font-size: var(--btn-cv-size);
  line-height: var(--btn-cv-height);
  font-weight: var(--btn-cv-weight);
  letter-spacing: var(--btn-cv-ls);
}
@media screen and (max-width: 767px) {
  .btn-cv {
    width: 100%;
    min-width: auto;
    max-width: 300px;
  }
}

.btn-cv__deco {
  display: block;
	position: absolute;
	top: 0;
	left: -75%;
  z-index: 1;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
  transition: var(--slow-transition);
}

@media (hover: hover){
  .btn-cv:hover .btn-cv__deco {
    left: 125%;
  }
}

/* btn-arrow */
.btn-arrow {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 36rem;
  border-radius: 5em;
  padding: 1.1em 1em;
  border: 1px solid var(--accent-color);
  background: var(--accent-color);
  box-shadow: 0 3px 1rem var(--shadow-color--light);
  color: white;
  font-size: var(--btn-01-size);
  line-height: var(--btn-01-height);
  font-weight: var(--btn-01-weight);
  letter-spacing: var(--btn-01-ls);
}
@media screen and (max-width: 767px) {
  .btn-arrow {
    min-width: 280px;
  }
}
@media screen and (max-width: 374px) {
  .btn-arrow {
    display: block;
    min-width: auto;
  }
}

.btn-arrow__has-arrow {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}

.btn-arrow__has-arrow::after {
  content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
  transform: translateY(-40%);
  width: 1em;
  height: .81em;
  background-image: url(../img/icon-yajirushi-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-arrow.btn-arrow--w-100 {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
@media screen and (max-width: 1023px) {
  .btn-arrow.btn-arrow--w-100 {
    max-width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-arrow.btn-arrow--w-100 {
    max-width: 360px;
  }
}

.btn-arrow.btn-arrow--py-small {
  padding-top: .95em;
  padding-bottom: .95em;
}

.btn-arrow.btn-arrow--white {
  border-color: white;
  background: white;
  color:  var(--accent-color);
}

.btn-arrow.btn-arrow--white .btn-arrow__has-arrow::after {
  background-image: url(../img/icon-yajirushi-accent.svg);
}

.btn-arrow.btn-arrow--no-shadow {
  box-shadow: none;
}
@media (hover: hover){
  .btn-arrow:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }

  .btn-arrow:hover .btn-arrow__has-arrow::after {
    right: -.25em;
    transition: var(--normal-transition);
  }
}


/***************************************************************************
layout
******************************************************************************/
.layout-grid {
  display: grid;
}

.layout-grid.layout-grid--2c {
  grid-template-columns: repeat(2,1fr);
  gap: 3.5rem 3rem;
}
.layout-grid.layout-grid--2c.layout-grid--col-gap-large {
  column-gap: 5rem;
}
@media screen and (max-width: 1023px) {
  .layout-grid.layout-grid--2c {
    grid-template-columns: 1fr;
  }
}

.layout-grid.layout-grid--3c {
  grid-template-columns: repeat(3,1fr);
  gap: 4.4rem;
}
@media screen and (max-width: 1023px) {
  .layout-grid.layout-grid--3c {
    grid-template-columns: 1fr;
  }
}

.layout-grid.layout-grid--4c {
  grid-template-columns: repeat(4,1fr);
  gap: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .layout-grid.layout-grid--4c {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 767px) {
  .layout-grid.layout-grid--4c {
    grid-template-columns: 1fr;
  }
}

/* layout-list-flex */
.layout-list-flex__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .layout-list-flex__row {
    display: block;
  }
}

.layout-list-flex__item {
  margin-right: 2.5rem;
}
.layout-list-flex__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .layout-list-flex__item {
    margin-right: 0;
  }

  .layout-list-flex__item + .layout-list-flex__item {
    margin-top: .35rem;
  }
}

.layout-list-flex__block {
  margin-top: .35rem;
}

/***************************************************************************
article
******************************************************************************/

/* article-box-r */
.article-box-r {
  padding: 3rem 2.5rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 3px 2rem var(--shadow-color--light);
  color: var(--font-color);
}

.article-box-r-num-parent {
  counter-reset: list_num;
}

.article-box-r.article-box-r--num .article-box-r__num-letter::after {
  counter-increment: list_num;
  content: '#'counter(list_num, decimal-leading-zero);
  color: var(--primary-color);
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .article-box-r.article-box-r--num .article-box-r__num-letter::after {
    font-size: 16px;
  }
}

.article-box-r__title {
  text-align: left;
}
.article-box-r__title.article-box-r__title--mt {
  margin-top: 1.6rem;
}
.article-box-r__title-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article-box-r__title-center.article-box-r__title-center--sp-left {
    text-align: left;
  }
}

.article-box-r__img {
  margin-top: 1.2rem;
  text-align: center;
}

.article-box-r__image-illust img {
  width: 100%;
  max-width: 18rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .article-box-r__image-illust img {
    max-width: 150px;
  }
}

.article-box-r__image-doc {
  position: relative;
}

.article-box-r__image-doc::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: var(--zero-z);
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .article-box-r__image-doc::after {
    width: 300px;
    max-width: 100%;
    height: 300px;
  }
}
.article-box-r__image-doc.article-box-r__image-doc--primary::after {
  background: var(--primary-color);
}
.article-box-r__image-doc.article-box-r__image-doc--blue::after {
  background: var(--blue-color);
}

.article-box-r__image-doc img {
  position: relative;
  z-index: var(--normal-z);
  width: 100%;
  max-width: 26.8rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .article-box-r__image-doc img {
    max-width: 268px;
  }
}

.article-box-r__desc {
  margin-top: 1.5rem;
}

.article-box-r.article-box-r--doc .article-box-r__img {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .article-box-r.article-box-r--doc .article-box-r__img {
    margin-top: 50px;
  }
}

.article-box-r.article-box-r--doc .article-box-r__desc {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .article-box-r.article-box-r--doc .article-box-r__desc {
    margin-top: 50px;
  }
}

.article-box-r.article-box-r--has-btn {
  display: flex;
  flex-direction: column;
}

.article-box-r__btn {
  margin-top: auto;
  text-align: center;
  padding-top: 3rem;
}

/* article-box-width-icon */
.article-box-width-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 8rem;
  padding: .5rem 1rem;
  padding-left: 6.5rem;
  border-radius: .5rem;
  background: white;
  color: var(--font-color);
}
@media screen and (max-width: 767px) {
  .article-box-width-icon {
    min-height: 80px;
    padding: 5px 10px;
    padding-left: 65px;
  }
}

.article-box-width-icon__row {
  display: flex;
  align-items: center;
}

.article-box-width-icon__img {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.article-box-width-icon__img.article-box-width-icon__img--small {
  left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .article-box-width-icon__img {
    left: 15px;
  }
  .article-box-width-icon__img.article-box-width-icon__img--small {
    left: 18px;
  }
}

.article-box-width-icon__image img {
  width: 100%;
  max-width: 3.6rem;
  height: auto;
}
.article-box-width-icon__image.article-box-width-icon__image--small img {
  max-width: 3.1rem;
}
@media screen and (max-width: 767px) {
  .article-box-width-icon__image img {
    max-width: 36px;
  }
  .article-box-width-icon__image.article-box-width-icon__image--small img {
    max-width: 31px;
  }
}

/* article-border-r */
.article-border-r {
  padding: 3rem 3rem;
  border-radius: 1rem;
  border: 1px solid var(--border-color--light);
  background: white;
  color: var(--font-color);
}

.article-border-r.article-border-r--has-btn {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .article-border-r__heading {
    text-align: center;
  }
}

.article-border-r__desc {
  margin-top: 1.5rem;
}

.article-border-r__btn {
  margin-top: auto;
  text-align: center;
  padding-top: 4.5rem;
}

.article-border-r__btn-content + .article-border-r__btn-content {
  margin-top: 3rem;
}

/* article-plan */
.article-plan {
  overflow: hidden;
  border-radius: 1rem;
  border: 2px solid;
  background: white;
}

.article-plan__heading {
  text-align: center;
  padding: 2rem 2rem .8rem;
}

.article-plan__heading-name {
  margin-top: .5rem;
  display: block;
}

.article-plan__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 2rem 2rem 2.5rem;
}

.article-plan__title-info {
  margin-top: 1.3rem;
  text-align: center;
}

.article-plan__title-btn {
  margin-top: 2.5rem;
}

.article-plan__detail {
  padding: 0 1.8rem 3rem;
}

.article-plan__detail-border {
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-color--light);
}

.article-plan__detail-list {
  margin-top: .75rem;
}

.article-plan.article-plan--free {
  border-color: var(--border-color--light);
}
.article-plan.article-plan--free .article-plan__heading {
  background: var(--border-color--light);
  color: white;
}
.article-plan.article-plan--free .article-plan__detail-letter-skin {
  color: var(--font-color--light);
}

.article-plan.article-plan--premium {
  border-color: var(--primary-color);
}
.article-plan.article-plan--premium .article-plan__heading {
  background: var(--primary-color);
  color: white;
}
.article-plan.article-plan--premium .article-plan__detail-letter-skin {
  color: var(--primary-color);
}

.article-plan.article-plan--ultimate {
  border-color: var(--blue-color);
}
.article-plan.article-plan--ultimate .article-plan__heading {
  background: var(--blue-color);
  color: white;
}
.article-plan.article-plan--ultimate .article-plan__detail-letter-skin {
  color: var(--blue-color);
}

/***************************************************************************
list
******************************************************************************/

/* list-point */
.list-point__item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.list-point__item::before {
  content: '・';
}

.list-point__item + .list-point__item {
  margin-top: .35rem;
}


/***************************************************************************
txt
******************************************************************************/

/* txt-before-after */
.txt-before-after::before {
  content: attr(data-before);
}

.txt-before-after::after {
  content: attr(data-after);
}

/* txt-flex */
.txt-flex {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

/* txt-marker */
.txt-marker {
	display: inline-block;
	background-image: linear-gradient(transparent 1.1em, var(--accent-color--light) 0, var(--accent-color--light) 1.3em, transparent 0);
}


/***************************************************************************
page-top
******************************************************************************/

/* page-top */
.page-top {
  pointer-events: none;
  opacity: 0;
  display: block;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: var(--minus-z);
}
@media screen and (max-width: 767px) {
  .page-top {
    display: none;
  }
}

.page-top.is-active {
  opacity: 1;
  z-index: var(--header-z);
  transition: var(--normal-transition);
}

.page-top__btn {
  pointer-events: all;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  border: 1px solid var(--blue-color);
  background: var(--blue-color);
  color: white;
}

.page-top__arrow {
  display: inline-block;
  width: .6em;
  height: .6em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

.page-top__btn-txt {
  margin-top: .5rem;
}

.page-top__btn-txt-letter {
  color: currentColor;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .02em;
}

@media (hover: hover){
  .page-top__btn:hover {
    background: white;
    color: var(--blue-color);
    transition: var(--normal-transition);
  }
  .page-top__btn:hover .page-top__arrow {
    border-color: var(--blue-color);
    transition: var(--normal-transition);
  }
}

/***************************************************************************
animation
******************************************************************************/
.fadein-up {
	opacity: 0;
	transform: translate(0, 50px);
}
.fadein-left {
	opacity: 0;
	transform: translate(-50px, 0);
}
.fadein-right {
	opacity: 0;
	transform: translate(50px, 0);
}
.fadein-opacity {
	opacity: 0;
}

.show {/* 画面内に入った状態 */
	opacity: 1!important;
	transform: translate(0, 0)!important;
  transition: var(--fadein-transition);
}

@media screen and (max-width: 767px) {
  .sp-fadein-none {
    opacity: 1!important;
    filter: blur(0)!important;
		transform: translate(0, 0)!important;
  }
}

/***************************************************************************
pages
******************************************************************************/

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--header-z);
  width: 100%;
  padding: 1.85rem 0;
  background: white;
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo-row {
  display: flex;
  align-items: center;
}

.header__logo-item {
  margin-right: 3.25rem;
}
.header__logo-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .header__logo-item {
    margin-right: 1.5rem;
  }
}

.header__menu-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header__menu-row {
    display: block;
  }
}

.header__nav {
  margin-right: 4rem;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    margin-right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    position: fixed;
    right: -10000px;
    top: var(--header-height);
    z-index: var(--header-z-plus);
    width: 100%;
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 10rem;
    background: white;
  }
  .header__nav.is-active {
    pointer-events: auto;
    right: 0;
    transition: right var(--normal-transition);
  }
}
@media screen and (max-width: 1023px) {
  .header__nav {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.header__menu-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__menu-btn {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .header__nav-cv {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: var(--header-z-plus-two);
    width: 100%;
    padding: 2rem var(--inner-responsive-p);
    background: white;
  }
  .header__nav-cv.is-active {
    pointer-events: auto;
    opacity: 1;
    transition: opacity var(--normal-transition);
  }
}

/* footer */
.footer {
  position: relative;
  padding: 5rem 0 2rem;
  background: var(--font-color);
  color: white;
}
@media screen and (max-width: 1023px) {
  .footer {
    text-align: center;
  }
}

.footer__menu {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .footer__menu {
    margin-top: 3rem;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.footer__copyright {
  margin-top: 6rem;
  text-align: center;
}

.footer__copyright-letter {
  font-family: var(--en-font);
  font-size: var(--copyright-size);
  line-height: var(--copyright-height);
  font-weight: var(--copyright-weight);
  letter-spacing: var(--copyright-ls);
}


/* top-solution */
.top-solution {
  position: relative;
  background: var(--primary-color--dark);
  color: white;
}

.top-solution::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 38px solid transparent;
  border-left: 38px solid transparent;
  border-top: 32px solid var(--main-color--light);
  border-bottom: 0;
}

.top-solution__heading {
  position: relative;
  z-index: var(--normal-z);
}

.top-solution__main {
  position: relative;
  z-index: var(--normal-z);
}

.top-solution__heading-sub {
  text-align: center;
}

.top-solution__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: var(--zero-z);
  width: 100%;
}

.top-solution__bg-image img {
  width: 100%;
  height: auto;
}

/* top-plan */
.top-plan__content {
  margin-top: 8.5rem;
}

.top-plan__content-heading {
  text-align: center;
}

.top-plan__footer {
  margin-top: 7.5rem;
  text-align: center;
}


/* top-cv */
.top-cv {
  overflow: hidden;
  position: relative;
  background-color: var(--primary-color--dark02);
  color: white;
}

.top-cv__wrap {
  position: relative;
  z-index: var(--normal-z);
}

.top-cv__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: var(--zero-z);
  width: 100%;
}

.top-cv__bg-image img {
  width: 100%;
  height: auto;
}

.top-cv__main {
  position: relative;
  z-index: var(--normal-z);
}
@media only screen and (max-width: 1023px) {
  .top-cv__main {
    display: flex;
    flex-direction: column;
  }
}

.top-cv__img {
  position: absolute;
  top: -1rem;
  right: -5rem;
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 1119px) {
  .top-cv__img {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .top-cv__img {
    margin-top: 6rem;
    order: 2;
    position: static;
    text-align: center;
  }
}

.top-cv__image img {
  width: 100%;
  max-width: 54.2rem;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .top-cv__image img {
    max-width: 100%;
  }
}

.top-cv__txt {
  position: relative;
  z-index: var(--normal-z);
  width: calc(100% - 53.7rem);
}
@media only screen and (max-width: 1023px) {
  .top-cv__txt {
    display: contents;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .top-cv__desc {
    order: 1;
  }
}

.top-cv__btn {
  margin-top: 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .top-cv__btn {
    order: 3;
  }
}