/***************************************************************************
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 {
  --txt0-size: 5rem;
  --txt0-height: 1.5;
  --txt0-weight: 700;
  --txt0-ls: 0;

  --txt0-1-size: 4rem;
  --txt0-1-height: 1.5;
  --txt0-1-weight: 700;
  --txt0-1-ls: 0;

  --txt1-size: 3.6rem;
  --txt1-height: 1.5;
  --txt1-weight: 700;
  --txt1-ls: 0;

  --txt1-1-size: 3.2rem;
  --txt1-1-height: 1.5;
  --txt1-1-weight: 700;
  --txt1-1-ls: 0;

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

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

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

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

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

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

  --txt7-1-size: 1.9rem;
  --txt7-1-height: 1.5;
  --txt7-1-weight: 400;
  --txt7-1-ls: 0;

  --txt8-size: 1.8rem;
  --txt8-height: 1.5;
  --txt8-weight: 400;
  --txt8-ls: 0;

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

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

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

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

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

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

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

  --heading-en-size: 10rem;
  --heading-en-height: 1;
  --heading-en-weight: 700;
  --heading-en-ls: 0;

  --heading--smal-size: 3.6rem;
  --heading--smal-height: 1;
  --heading--smal-weight: 700;
  --heading--smal-ls: 0;

  --heading-size: 4rem;
  --heading-height: 1;
  --heading-weight: 700;
  --heading-ls: 0;

  --heading--large-size: 4.8rem;
  --heading--large-height: 1;
  --heading--large-weight: 700;
  --heading--large-ls: 0;

  --heading--largest-size: 6.4rem;
  --heading--largest-height: 1;
  --heading--largest-weight: 700;
  --heading--largest-ls: 0;

  --btn-cv-size: 2.4rem;
  --btn-cv-height: 1.5;
  --btn-cv-weight: 500;
  --btn-cv-ls: 0;

  --btn-01-size: 2.4rem;
  --btn-01-height: 1.5;
  --btn-01-weight: 700;
  --btn-01-ls: 0;

  --btn-02-size: 3.2rem;
  --btn-02-height: 1.5;
  --btn-02-weight: 700;
  --btn-02-ls: 0;

  --copyright-size: 1.2rem;
  --copyright-height: 1;
  --copyright-weight: 500;
  --copyright-ls: 0;

  --tel-number-01-size: 4rem;
  --tel-number-01-height: 1;
  --tel-number-01-weight: 700;
  --tel-number-01-ls: 0;

  --tel-number-02-size: 4.8rem;
  --tel-number-02-height: 1;
  --tel-number-02-weight: 700;
  --tel-number-02-ls: 0;

  --tel-txt-01-size: 1.6rem;
  --tel-txt-01-height: 1;
  --tel-txt-01-weight: 500;
  --tel-txt-01-ls: 0;

  --tel-txt-02-size: 2rem;
  --tel-txt-02-height: 1;
  --tel-txt-02-weight: 500;
  --tel-txt-02-ls: 0;

  --primary-color: #0060B2;
  --primary-color--light: #0078B2;
  --primary-color--dark: #004580;
  --primary-color--darkest: #00182D;
  --accent-color: #F1901D;
  --main-color: #C6E5EF;
  --main-color--light: #F4FBFF;
  --grad-color-bottom: linear-gradient( to bottom, #0060B2, #00A6CA );
  --grad-color-right: linear-gradient( to right, #0060B2, #00A6CA );
  --font-color: #171321;
  --font-color--light: #D5E5F1;
  --border-color: #707070;
  --border-color--light: #D9D9D9;
  --gray: #888;
  --gray-02: #727272;
  --placeholder-color: #888;
  --gray-light: #f5f5f5;
  --shadow-color: rgba(0,0,0,0.25);
  --shadow-color--light: rgba(0,0,0,0.16);
  --white-clear: rgba(255,255,255,0.5);
  --black-clear: rgba(0,0,0,0.7);
  --black-clear--light: rgba(0,0,0,0.5);
  --yellow-color: #FAFF00;
  --red-color: #B20007;

  --base-font: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Noto Sans JP", sans-serif;
  --en-font: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;

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

  --mt-d--smaller: 3rem;
  --mt-d--small: 4rem;
  --mt-d: 6rem;
  --mt-d--middle: 7.5rem;
  --mt-d--large: 8rem;

  --inner: 1280px;
  --inner-large: 1366px;
  --inner-max: 1440px;
  --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: 17.5rem;
}

@media screen and (max-width: 1599px) {
  :root {
    --header-height: 16rem;
  }
}

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

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

    --menu-01-size: 14px;

    --btn-cv-size: 15px;
    --btn-01-size: 15px;
    --btn-02-size: 18px;

    --heading-en-size: 30px;
    --heading--small-size: 18px;
    --heading-size: 20px;
    --heading--large-size: 20px;
    --heading--largest-size: 20px;
    --heading-height: 1.5;
    --heading--large-height: 1.5;
    --heading--largest-height: 1.5;

    --copyright-size: 10px;

    --tel-number-01-size: 28px;
    --tel-number-02-size: 28px;
    --tel-txt-01-size: 14px;
    --tel-txt-02-size: 16px;

    --mt-d--smaller: 10px;
    --mt-d--small: 15px;
    --mt-d: 20px;
    --mt-d--middle: 30px;
    --mt-d--large: 40px;

    --header-height: 52px;
  }
}


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

html {
  font-size: 62.5%
}
@media only screen and (max-width: 1279px) {
  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;
}
@media screen and (max-width: 1279px) {
  body {
    padding-top: 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: 1279px) {
  .inner {
    width: var(--inner-responsive)
  }
}
.inner-large {
  width: var(--inner-large);
  max-width: var(--inner-large);
  margin: 0 auto
}
@media only screen and (max-width: 12px) {
  .inner-large {
    width: var(--inner-responsive)
  }
}
.inner-max {
  width: var(--inner-max);
  max-width: var(--inner-max);
  margin: 0 auto
}
@media only screen and (max-width: 1439px) {
  .inner-max {
    width: 100%
  }
}
.inner-all {
  width: var(--inner-responsive);
  margin: 0 auto
}
.txt0 {
  font-size: var(--txt0-size);
  line-height: var(--txt0-height);
  font-weight: var(--txt0-weight);
  letter-spacing: var(--txt0-ls)
}
.txt0-1 {
  font-size: var(--txt0-1-size);
  line-height: var(--txt0-1-height);
  font-weight: var(--txt0-1-weight);
  letter-spacing: var(--txt0-1-ls)
}
.txt1 {
  font-size: var(--txt1-size);
  line-height: var(--txt1-height);
  font-weight: var(--txt1-weight);
  letter-spacing: var(--txt1-ls)
}
.txt1-1 {
  font-size: var(--txt1-1-size);
  line-height: var(--txt1-1-height);
  font-weight: var(--txt1-1-weight);
  letter-spacing: var(--txt1-1-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)
}
.txt7-1 {
  font-size: var(--txt7-1-size);
  line-height: var(--txt7-1-height);
  font-weight: var(--txt7-1-weight);
  letter-spacing: var(--txt7-1-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)
}
.heading-en-letter::after {
  content: attr(data-letter);
  font-family: var(--en-font);
  font-size: var(--heading-en-size);
  line-height: var(--heading-en-height);
  font-weight: var(--heading-en-weight);
  letter-spacing: var(--heading-en-ls)
}
.heading--small-letter {
  font-size: var(--heading--small-size);
  line-height: var(--heading--small-height);
  font-weight: var(--heading--small-weight);
  letter-spacing: var(--heading--small-ls)
}
.heading-letter {
  font-size: var(--heading-size);
  line-height: var(--heading-height);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-ls)
}
@media screen and (max-width: 767px) {
  .heading-letter.heading-letter--sp-small {
    font-size: 14px;
  } 
}
.heading--large-letter {
  font-size: var(--heading--large-size);
  line-height: var(--heading--large-height);
  font-weight: var(--heading--large-weight);
  letter-spacing: var(--heading--large-ls)
}
.heading--largest-letter {
  font-size: var(--heading--largest-size);
  line-height: var(--heading--largest-height);
  font-weight: var(--heading--largest-weight);
  letter-spacing: var(--heading--largest-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;
}
.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);
}
.primary-color--light {
  color: var(--primary-color--light);
}
.accent-color {
  color: var(--accent-color);
}
.gray-color {
  color: var(--gray);
}
.white-color {
  color: #fff;
}
.white-color--clear {
  color: var(--white-clear);
}
.font-color {
  color: var(--font-color);
}
.font-color--light {
  color: var(--font-color--light);
}
.yellow-color {
  color: var(--yellow-color);
}
.red-color {
  color: var(--red-color);
}
.mt-d--smaller {
  margin-top: var(--mt-d--smaller);
}
.mt-d--small {
  margin-top: var(--mt-d--small);
}
.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);
}
.mt1em {
  margin-top: 1em;
}
.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-image {
  position: relative;
}
.bg-image__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--minus-z);
}
.bg-image__image {
  height: 100%;
}
.bg-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-image__image.bg-image__image--h-auto img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .bg-image__image.bg-image__image--h-auto-sp img {
    height: auto;
  }
}
.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: 1279px) {
  .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: 1279px) {
  .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);
  }
}
.mw-1220 {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.mw-1180 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.mw-1125 {
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
}
.mw-1005 {
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
}
.mw-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.mw-840 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.mw-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.h-100 {
  height: 100%;
}
.o-hidden {
  overflow: hidden;
}


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

/* logo-01 */
.logo-01 {
  display: inline-block;
}
.logo-01 img {
  width: 100%;
  max-width: 26rem;
  height: auto;
}
@media screen and (max-width: 1599px) {
  .logo-01 img {
    max-width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .logo-01 img {
    max-width: 98px;
  }
}
@media screen and (max-width: 374px) {
  .logo-01 img {
    max-width: 88px;
  }
}

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


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

/* menu */
.menu-g {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color--dark);
  box-shadow: 0 4px 4px var(--shadow-color);
}
@media screen and (max-width: 1279px) {
  .menu-g {
    display: block;
    text-align: center;
    box-shadow: none;
  }
}

.menu-g__item {
  text-align: center;
  color: white;
  transition: var(--normal-transition);
}

@media screen and (max-width: 1279px) {
  .menu-g__item {
    padding-left: 55px;
    text-align: left;
    background: transparent;
  }
}
@media screen and (max-width: 374px) {
  .menu-g__item {
    padding-left: 20px
  }
}

.menu-g__txt {
  display: block;
  position: relative;
  padding: 2.35rem 5rem;
  transition: var(--normal-transition);
}
@media screen and (max-width: 1399px) {
  .menu-g__txt {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.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: 1279px) {
  .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-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: 28px;
  height: 22px;
}

.menu-btn__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  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.8px) rotate(-45deg);
  transform: translateY(8.8px) 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.8px) rotate(45deg);
  transform: translateY(-8.8px) 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__jp {
  margin-top: -.5rem;
}
@media screen and (max-width: 767px) {
  .heading-center__jp {
    margin-top: 1rem;
  }
}

.heading-center__jp-mt {
  margin-top: .5rem;
}

.heading-center__jp-mt-minus-large {
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  .heading-center__jp-mt-minus-large {
    margin-top: -0;
  }
}

.heading-center__desc {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .heading-center__desc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading-center__desc-letter {
    font-size: 20px;
  }
}



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

.heading-left__jp {
  margin-top: -.5rem;
}

.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;
}

/***************************************************************************
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: 1499px) {
  .btn {
    min-width: 20rem;
  }
}
@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: 1279px) {
  .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-arrow */
.btn-arrow {
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 5em;
  padding: 1em 2em;
  padding-right: 3em;
  background: var(--grad-color-right);
  box-shadow: 0 4px 4px var(--shadow-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: 1499px) {
  .btn-arrow {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .btn-arrow {
    min-width: 280px;
  }
}
@media screen and (max-width: 374px) {
  .btn-arrow {
    display: block;
    min-width: auto;
    padding-left: 1em;
    padding-right: 2em;
  }
}

.btn-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.25em;
  right: 1.5em;
  width: .5em;
  height: .5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center bottom;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.btn-arrow.btn-arrow--py-small {
  padding-top: .5em;
  padding-bottom: .5em;
}
.btn-arrow.btn-arrow--large {
  min-width: 62.5rem;
  padding-top: .65em;
  padding-bottom: .65em;
  font-size: var(--btn-02-size);
  line-height: var(--btn-02-height);
  font-weight: var(--btn-02-weight);
  letter-spacing: var(--btn-02-ls);
}
@media screen and (max-width: 767px) {
  .btn-arrow.btn-arrow--large {
    width: 100%;
    min-width: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

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


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

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

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


/***************************************************************************
tel
******************************************************************************/
/* tel-01 */
.tel-01 {
  display: inline-block;
  text-align: left;
}

.tel-01__number-letter {
  position: relative;
  padding-left: .9em;
  color: var(--primary-color);
  font-family: var(--en-font);
  font-size: var(--tel-number-01-size);
  line-height: var(--tel-number-01-height);
  font-weight: var(--tel-number-01-weight);
  letter-spacing: var(--tel-number-01-ls)
}

.tel-01__number-icon-wrap {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tel-01__number-icon {
  display: inline-block;
  width: .75em;
  height: .75em;
  background-image: url(../img/icon-tel-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tel-01__txt {
  margin-top: .5rem;
  padding-left: 4rem;
}

.tel-01__txt-letter {
  font-size: var(--tel-txt-01-size);
  line-height: var(--tel-txt-01-height);
  font-weight: var(--tel-txt-01-weight);
  letter-spacing: var(--tel-txt-01-ls)
}
.tel-01__txt-letter--large {
  font-size: var(--tel-txt-02-size);
  line-height: var(--tel-txt-02-height);
  font-weight: var(--tel-txt-02-weight);
  letter-spacing: var(--tel-txt-02-ls)
}

.tel-01.tel-01--pl-none .tel-01__txt {
  margin-top: 1.5rem;
  padding-left: 0;
}

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

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

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

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

/* layout-faq */
.layout-faq.layout-faq--mt + .layout-faq.layout-faq--mt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .layout-faq.layout-faq--mt + .layout-faq.layout-faq--mt {
    margin-top: 15px;
  }
}

.layout-faq {
  box-shadow: 0 4px 8px var(--shadow-color);
  border-radius: 0 0 .5rem .5rem;
}

.layout-faq__q {
	cursor: pointer;
	display: block;
	position: relative;
	padding: 2.5rem 2.4rem;
  border-radius: .5rem;
  background-image: url(../img/top-faq-content-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
}
.layout-faq__q.is-active {
  border-radius: .5rem .5rem 0 0;
}
@media screen and (max-width: 767px) {
  .layout-faq__q {
    padding: 30px 24px;
  }
}

.layout-faq__q-row {
	display: flex;
}

.layout-faq__q-heading {
	flex-shrink: 0;
	padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .layout-faq__q-heading {
    padding-right: 20px;
  }
}

.layout-faq__heading-letter {
	font-family: var(--en-font);
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0;
}
.layout-faq__heading-letter.layout-faq__heading-letter--q {
	color: white;
}
.layout-faq__heading-letter.layout-faq__heading-letter--a {
	color: var(--accent-color);
}
@media screen and (max-width: 767px) {
  .layout-faq__q-heading-letter {
    font-size: 30px;
  }
}

.layout-faq__q-title {
	position: relative;
	padding-right: 2rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
  .layout-faq__q-title {
    margin-top: -3px;
  }
}

.layout-faq__q-arrow-down {
  display: inline-block;
  position: absolute;
	top: 50%;
	right: .5rem;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center bottom;
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.layout-faq__q-arrow-down.is-active {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.layout-faq__a {
	display: none;
	padding: 3.5rem 2.4rem;
  border-radius: 0 0 .5rem .5rem;
  border: 1px solid var(--border-color--lighter);
  background: white;
}
@media screen and (max-width: 767px) {
  .layout-faq__a {
    padding: 30px 24px;
  }
}

.layout-faq__a-row {
	display: flex;
}

.layout-faq__a-heading {
	padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .layout-faq__a-heading {
    padding-right: 20px;
  }
}

.layout-faq__a-title {
  margin-top: -.5rem;
}
@media screen and (max-width: 767px) {
  .layout-faq__a-title {
    margin-top: -1rem;
  }
}


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


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


/***************************************************************************
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;
}
.txt-flex.txt-flex--nowrap {
  flex-wrap: nowrap;
}

/***************************************************************************
img
******************************************************************************/

/***************************************************************************
table
******************************************************************************/
/* ボックスのテーブル */
.table-box {
  width: 100%;
  box-shadow: 0 4px 8px var(--shadow-color);
}

.table-box__col-th {
  width: 40%;
}

.table-box__col-td {
  width: 60%;
}

.table-box__child {
  text-align: left;
  padding: 2rem 0;
  background: white;
}
@media screen and (max-width: 767px) {
  .table-box.table-box--sp-block .table-box__col-th,
  .table-box.table-box--sp-block .table-box__col-td {
    width: 100%;
  }
  .table-box.table-box--sp-block .table-box__child {
    display: block;
    width: 100%!important;
  }
}

.table-box__row:nth-child(even) .table-box__child {
  background: var(--gray-light);
}

.table-box__child.table-box__child--th {
  padding-left: 4em;
}
@media screen and (max-width: 767px) {

  .table-box.table-box--sp-block .table-box__child.table-box__child--th {
    border-top-width: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
  }
  .table-box.table-box--sp-block .table-box__row:first-child .table-box__child.table-box__child--th {
    border-top-width: .5px;
  }
}

.table-box__child.table-box__child--td {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .table-box__child.table-box__child--td {
    border-top-width: 0;
  }
  .table-box.table-box--sp-block .table-box__child.table-box__child--td {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/***************************************************************************
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: 1280px) {
  .page-top {
    bottom: 11rem
  }
}
@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(--primary-color);
  background: var(--primary-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(--primary-color);
    transition: var(--normal-transition);
  }
  .page-top__btn:hover .page-top__arrow {
    border-color: var(--primary-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;
  }
}


/***************************************************************************
その他
******************************************************************************/

/* YouTube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}





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

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--header-z-plus-three);
  width: 100%;
  background: white;
}
@media screen and (max-width: 1279px) {
  .header {
    background: transparent;
  }
}

.header__main {
  padding: 1.6rem 0;
}

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

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

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

.header__inner {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1279px) {
  .header__inner {
    margin-left: auto;
    margin-right: auto;
    width: var(--inner-responsive);
    padding-left: 0;
    padding-right: 0;
  }
}

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

.header__logo {
  position: relative;
  z-index: var(--header-z-plus-three);
}

_::-webkit-full-page-media, _:future, :root .header__main-nav {
  white-space: nowrap;
}

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

.header__tel {
  margin-right: 3rem;
}
@media screen and (max-width: 1279px) {
  .header__tel {
    display: none;
  }
}

.header__nav {
  transition: var(--normal-transition);
}

@media screen and (max-width: 1279px) {
  .header__nav {
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: var(--header-z-plus-two);
    width: 100%;
    height: 100%;
    padding-top: 7.5rem;
    padding-bottom: 10rem;
    border-width: 0;
    background: var(--primary-color--dark);
  }
  .header__nav.is-active {
    opacity: 1;
    pointer-events: auto;
    transition: var(--normal-transition);
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.header__menu-btn {
  display: none;
  position: relative;
  z-index: var(--header-z-plus-three);
}
@media screen and (max-width: 1279px) {
  .header__menu-btn {
    display: block;
  }
}

@media screen and (max-width: 1279px) {
  .header__btn {
    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__btn.is-active {
    pointer-events: auto;
    opacity: 1;
    transition: opacity var(--normal-transition);
  }
}

/* footer */
.footer {
  position: relative;
  padding: 2rem 0;
  background: var(--primary-color--darkest);
  color: white;
}

.footer__copyright {
  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-cv */
.top-cv {
  padding: 7.5rem 0;
}
.top-cv.top-cv--pb-large {
  padding-bottom: calc( 7.5rem + 16.5rem );
}

@media screen and (max-width: 767px) {
  .top-cv.top-cv--pb-large {
    padding-bottom: calc( 7.5rem + 50px );
  }
}

.top-cv__box {
  text-align: center;
  padding: 5rem 2rem;
  background: white;
}

.top-cv__box-heading-letter {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top-cv__box-heading-letter {
    text-decoration: none;
  }
}

.top-cv__box-btn {
  margin-top: 3rem;
}


/* top- */
.top-intro {
  margin-top: -12.15vw;
  position: relative;
  z-index: 1;
  background:linear-gradient(180deg, transparent 0%, transparent 10vw,  var(--main-color) 10vw,  var(--main-color) 100%);
}
@media screen and (max-width: 767px) {
  .top-intro {
    margin-top: -0;;
    background: transparent;
  }
}

.top-intro__header {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .top-intro__header {
    padding: 4rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .top-intro__heading {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.top-intro__heading-letter {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
  font-size: 5.7rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-intro__heading-letter {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
    text-indent: 1em;
    font-size: 22px;
  }
}

.top-intro__heading-letter--large {
  font-size: 8.3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-intro__heading-letter--large {
    font-size: 32.5px;
  }
}

.top-intro__heading-letter-skin {
  color: var(--primary-color);
}

.top-intro__list-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 1279px) {
  .top-intro__list-row {
    grid-template-columns: repeat(1,1fr);
  }
}

.top-intro__list-item {
  padding: 4rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(to right,#EDFAFF,white);
  box-shadow: 0 4px 4px var(--shadow-color);
}
@media screen and (max-width: 767px) {
  .top-intro__list-item {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-intro__list-item-row {
    display: flex;
    align-items: center;
  }
}

.top-intro__list-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-intro__list-item-img {
    margin-right: 30px;
    flex-shrink: 0;
    width: 60px;
  }
}
@media screen and (max-width: 374px) {
  .top-intro__list-item-img {
    margin-right: 15px;
    flex-shrink: 0;
    width: 60px;
  }
}

.top-intro__list-item-image img {
  max-width: 100%;
  height: auto;
}
.top-intro__list-item-image.top-intro__list-item-image--01 img {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .top-intro__list-item-image.top-intro__list-item-image--01 img {
    width: 48px;
  }
}
.top-intro__list-item-image.top-intro__list-item-image--02 img {
  width: 8.3rem;
}
@media screen and (max-width: 767px) {
  .top-intro__list-item-image.top-intro__list-item-image--02 img {
    width: 50px;
  }
}
.top-intro__list-item-image.top-intro__list-item-image--03 img {
  width: 9.45rem;
}
@media screen and (max-width: 767px) {
  .top-intro__list-item-image.top-intro__list-item-image--03 img {
    width: 59px;
  }
}
.top-intro__list-item-txt {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-intro__list-item-txt {
    margin: 0;
    text-align: left;
    width: 100%;
  }
}

.top-intro__list-item-desc {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top-intro__body {
    margin-top: var(--section-padding);
    background: var(--main-color);
  }
}

.top-intro__body-main-row {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-between;
}

.top-intro__body-main-txt {
  width: 59%;
  padding-top: 4rem;
}
@media screen and (max-width: 1279px) {
  .top-intro__body-main-txt {
    width: 100%;
    padding-top: 3rem;
  }
}

.top-intro__body-main-txt-desc {
  width: 75%;
}
@media screen and (max-width: 1279px) {
  .top-intro__body-main-txt-desc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-intro__body-main-txt-desc {
    text-align: left;
  }
}

.top-intro__body-main-group + .top-intro__body-main-group {
  margin-top: 1.5rem;
}

.top-intro__body-main-txt-main {
  margin-top: 3rem;
}
@media screen and (max-width: 1279px) {
  .top-intro__body-main-txt-main {
    padding-left: 4rem;
  }
}

.top-intro__body-main-txt-main-letter {
  display: inline-block;
  color: transparent;
  background: var(--grad-color-right);
  -webkit-background-clip: text;
}

.top-intro__body-main-txt-main-letter-img {
  margin-left: -4rem;
  display: inline-block;
}

.top-intro__body-main-txt-main-letter-image img {
  max-width: 100%;
  width: 54rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-intro__body-main-txt-main-letter-image img {
    width: 285px;
  }
}
@media screen and (max-width: 374px) {
  .top-intro__body-main-txt-main-letter-image img {
    width: 260px;
  }
}

.top-intro__body-main-img {
  width: 40%;
}
@media screen and (max-width: 1279px) {
  .top-intro__body-main-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-intro__body-main-img-main {
    text-align: center;
  }

  .top-intro__body-main-img-main-image img {
    max-width: 100%;
    width: 300px;
    height: auto;
  }
}

.top-intro__body-main-img-note {
  margin-top: 2rem;
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* top-mechanism */
.top-mechanism {
  overflow: hidden;
  margin-top: -16rem;
  border-radius: 15rem 0 0 0;
  color: white;
}
@media screen and (max-width: 767px) {
  .top-mechanism {
    margin-top: -50px;
    border-radius: 3rem 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .top-mechanism__flow {
    padding: 0 4rem;
  }
}

.top-mechanism__copy {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-mechanism__copy-letter--small {
    font-size: 18px;
  } 
}
@media screen and (max-width: 374px) {
  .top-mechanism__copy-letter {
    font-size: 20px;
  } 
  .top-mechanism__copy-letter--small {
    font-size: 15px;
  } 
}

.top-mechanism__copy-letter-image img {
  max-width: 100%;
  width: 48rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-intro__body-main-txt-main-letter-image img {
    width: 270px;
  }
}
@media screen and (max-width: 374px) {
  .top-intro__body-main-txt-main-letter-image img {
    width: 260px;
  }
}

.top-mechanism__hukidashi-wrap {
  text-align: center;
}

.top-mechanism__hukidashi {
  display: inline-block;
  position: relative;
  max-width: 1125px;
}
@media screen and (max-width: 1279px) {
  .top-mechanism__hukidashi {
    max-width: 100%;
  }
}

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

.top-mechanism__hukidashi-txt {
  position: absolute;
  top: 7.5rem;
  left: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .top-mechanism__hukidashi-txt {
    top: 35%;
  }
}

.top-mechanism__hukidashi-txt-letter--large {
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .top-mechanism__hukidashi-txt-letter--large {
    font-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .top-mechanism__hukidashi-txt-letter--large {
    font-size: 8vw;
  }
}

@media screen and (max-width: 1279px) {
  .top-mechanism__hukidashi-txt-letter {
    font-size: 150%;
  }
}
@media screen and (max-width: 767px) {
  .top-mechanism__hukidashi-txt-letter {
    font-size: 4vw;
  }
}


@media screen and (max-width: 1279px) {
  .top-mechanism__hukidashi-txt-note-letter {
    font-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-mechanism__hukidashi-txt-note-letter {
    font-size: 2.4vw;
  }
}


/* top-mechanism-detail */
.top-mechanism-detail__content {
  padding: 6rem 4.5rem;
  background: white;
}

.top-mechanism-detail__content + .top-mechanism-detail__content {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content {
    padding: 4rem 2rem;
    background: white;
  }

  .top-mechanism-detail__content + .top-mechanism-detail__content {
    margin-top: 2rem;
  }
}

.top-mechanism-detail__content-num {
  text-align: center;
}

.top-mechanism-detail__content-num-letter {
  display: inline-block;
  color: transparent;
  background: linear-gradient( to bottom, #17D1FF, #0063B3 );
  -webkit-background-clip: text;
  font-size: 9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-num-letter {
    font-size: 35px;
  }
}

.top-mechanism-detail__content-heading-01 {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-heading-01 {
    text-align: left;
  }
}

.top-mechanism-detail__content-heading-letter--small {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-heading-letter--small {
    font-size: 18px;
  }
}

.top-mechanism-detail__content-heading-letter {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-heading-letter {
    font-size: 20px;
  }
}

.top-mechanism-detail__content-heading-letter--large {
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-heading-letter--large {
    font-size: 22px;
  }
  .top-mechanism-detail__content-heading-letter--large.top-mechanism-detail__content-heading-letter--large-sp-small {
    font-size: 20px;
  }
}

.top-mechanism-detail__content-heading-letter--largest {
  font-size: 6.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-heading-letter--largest {
    font-size: 24px;
  }
}

.top-mechanism-detail__content-heading-02 {
  margin-top: 4rem;
  text-align: center;
}

.top-mechanism-detail__content-heading-box {
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 5em;
  padding: .15em 1.5em;
  font-weight: 500;
}
.top-mechanism-detail__content-heading-box.top-mechanism-detail__content-heading-box--01 {
  background: var(--gray);
  color: white;
}
.top-mechanism-detail__content-heading-box.top-mechanism-detail__content-heading-box--02 {
  background: var(--grad-color-right);
  color: white;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-heading-box {
    font-size: 18px;
  }
}
.top-mechanism-detail__content-heading-box.top-mechanism-detail__content-heading-box--block {
  display: block;
  padding-left: .5em;
  padding-right: .5em;
}
@media screen and (max-width: 1280px) {
  .top-mechanism-detail__content-heading-box.top-mechanism-detail__content-heading-box--block {
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.top-mechanism-detail__content-l-01 {
  margin-top: 4rem;
}

.top-mechanism-detail__content-l-01-row {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-between;
}

.top-mechanism-detail__content-l-01-txt {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-l-01-txt {
    margin-top: 4rem;
    width: 100%;
  }
}

.top-mechanism-detail__content-l-01-desc {
  margin-top: 4rem;
}

.top-mechanism-detail__content-l-01-img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-l-01-img {
    margin-top: 2rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-l-02 {
    display: flex;
    flex-direction: column;
  }
}

.top-mechanism-detail__content-heading-03 {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-heading-03 {
    order: 1;
  }
}

.top-mechanism-detail__content-heading-04 {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-heading-04 {
    order: 3;
    text-align: left;
  }
}

.top-mechanism-detail__content-desc-01 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-desc-01 {
    order: 4;
    margin-top: 4rem;
  }
}

.top-mechanism-detail__content-l-02-img {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-l-02-img {
    order: 2;
    margin-top: 4rem;
  }
}

.top-mechanism-detail__content-l-03 {
  margin-top: 6rem;
}

.top-mechanism-detail__content-l-03-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-mechanism-detail__content-l-03-row {
    grid-template-columns: repeat(1,1fr);
    gap: 2rem 0;
  }
}

.top-mechanism-detail__content-l-03-content {
  text-align: center;
}

.top-mechanism-detail__content-l-03-content-img {
  margin: 4rem auto 0;
  width: 80%;
}

.top-mechanism-detail__content-l-03-content-note {
  margin-top: 1rem;
}

.top-mechanism-detail__content-l-03-content-note-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-mechanism-detail__content-desc-02 {
  margin-top: 4rem;
}


/* top-merit */
.top-merit__content-txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-merit__content-img {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}

/* top-reco */
@media screen and (max-width: 767px) {
  .top-reco {
    padding: 4rem 0;
  }
}

.top-reco__box {
  padding: 6rem;
  background: rgba(255,255,255,0.9);
}
@media screen and (max-width: 767px) {
  .top-reco__box {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    padding: 4rem 2rem;
  }
}

.top-reco__box-icon {
  margin-top: 4rem;
  text-align: center;
}
.top-reco__box-icon-image img {
  max-width: 100%;
  width: 6.5rem;
  height: auto;
}

.top-reco__list-wrap {
  margin-top: 4rem;
}

.top-reco__list-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--primary-color);
}
.top-reco__list-item:first-child {
  padding-top: 0;
}
.top-reco__list-item:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}
@media screen and (max-width: 767px) {
  .top-reco__list-item {
    font-size: 18px;
  }
}

.top-reco__list-item-has-icon {
  display: inline-block;
  position: relative;
  padding-left: 2em;
}
.top-reco__list-item-has-icon::after {
  content: '';
  position: absolute;
  top: .2em;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background-image: url(../img/con-check-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* top-product */
.top-product__img {
  margin-top: 4rem;
  text-align: center;
}
.top-product__image img {
  max-width: 100%;
  width: 50rem;
  height: auto;
}

.top-product__btn {
  margin-top: 4rem;
  text-align: center;
}

.top-product__table {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-product__table {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

/* top-tokkyo */
.top-tokkyo {
  color: white;
}

.top-tokkyo__main-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-tokkyo__main-row {
    flex-direction: column;
    align-items: stretch;
  }
}

.top-tokkyo__main-img {
  margin-right: 10rem;
  flex-shrink: 0;
  width: 30.5rem;
}
@media screen and (max-width: 767px) {
  .top-tokkyo__main-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    order: 2;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-tokkyo__main-image img {
    max-width: 100%;
    width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .top-tokkyo__main-txt {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .top-tokkyo__main-heading {
    order: 1;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .top-tokkyo__main-heading-letter {
    font-size: 36px;
    line-height: 1.2;
  }
  .top-tokkyo__main-heading-letter--small {
    font-size: 24px;
    line-height: 1.2;
  }
}

.top-tokkyo__main-desc {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .top-tokkyo__main-desc {
    order: 3;
    margin-top: 4rem;
  }
}

.top-tokkyo__main-desc-letter {
  line-height: 2.25;
}

/* top-installed */
@media screen and (max-width: 767px) {
  .top-installed {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-installed .bg-image__image img {
    height: 560px;
  }
}

.top-installed__main-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .top-installed__main-row {
    display: block;
  }
}

.top-installed__main-txt {
  margin-right: 3rem;
}
@media screen and (max-width: 1279px) {
  .top-installed__main-txt {
    margin-right: 0;
    margin-left: auto;
    display: table;
  }
}

.top-installed__main-desc {
  margin-top: 6rem;
}
@media screen and (max-width: 1279px) {
  .top-installed__main-desc {
    margin-top: 4rem;
  }
}

.top-installed__main-detail {
  flex-shrink: 0;
  width: 73rem;
}
@media screen and (max-width: 1279px) {
  .top-installed__main-detail {
    flex-shrink: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .top-installed__main-detail-header {
    margin-top: 6rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.top-installed__main-detail-header-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 22rem;
  padding-right: 2rem;
  background: var(--black-clear);
  color: white;
}
@media screen and (max-width: 767px) {
  .top-installed__main-detail-header-box {
    min-height: 240px;
    background: var(--black-clear--light);
    box-shadow: 0 4px 8px var(--shadow-color);
  }
}

.top-installed__main-detail-header-box-row {
  display: flex;
  align-items: center;
}

.top-installed__main-detail-header-box-img {
  margin-right: 1.5rem;
}

.top-installed__main-detail-header-box-image {
  max-width: 100%;
  width: 28rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-installed__main-detail-header-box-image {
    width: 150px;
  }
}

/* @media screen and (max-width: 767px) {
  .top-installed__main-detail-header-box-txt-letter {
    font-size: 12px;
  }
} */

.top-installed__main-detail-body {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top-installed__main-detail-body {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: var(--main-color--light);
  }
}

.top-installed__main-detail-body-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .top-installed__main-detail-body-row {
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(1,1fr);
    gap: 4rem 0;
    max-width: 90%;
    
  }
}

.top-installed__main-detail-body-content {
  position: relative;
  padding-bottom: 4rem;
  background: white;
}
@media screen and (max-width: 767px) {
  .top-installed__main-detail-body-content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

.top-installed__main-detail-body-content-title {
  margin-top: 2rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .top-installed__main-detail-body-content-title {
    margin-top: 4rem;
  }
}

.top-installed__main-detail-body-content-desc {
  margin-top: 1rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
.top-installed__main-detail-body-content-desc {
  margin-top: 2rem;
  }
}


/* top-works */
.top-works__icon {
  margin-top: 3.5rem;
}

.top-works__icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top-works__icon-item {
  margin-top: 2.5rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top-works__icon-item {
    margin-top: 2.4rem;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.top-works__icon-item-image img {
  max-width: 100%;
  width: 14.2rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .top-works__icon-item-image img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .top-works__icon-item-image img {
    width: 72px;
  }
}

.top-works__main {
  margin-top: 4rem;
}
@media screen and (max-width: 1279px) {
  .top-works__main {
    margin-top: 4rem;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-works__main-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0 2rem;
}
@media screen and (max-width: 1279px) {
  .top-works__main-row {
    grid-template-columns: repeat(1,1fr);
  }
}

.top-works__content {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-works__content {
    margin-top: 2rem;
  }
}

.top-works__content-heading-letter {
  text-align: center;
  padding: .15em 1em;
  background: var(--primary-color);
  color: white;
}

.top-works__content-list {
  margin-top: 1.5rem;
}

.top-works__content-last {
  margin-top: 4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-works__content-last {
    text-align: left;
  }
}

/* .top-flow */
.top-flow__content-row {
  display: flex;
  justify-content: center;
}

.top-flow__content + .top-flow__content {
  margin-top: 4rem;
}

.top-flow__content-bar-wrap {
  padding-bottom: 4rem;
}

.top-flow__content-bar-wrap {
  margin-right: 3.5rem;
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .top-flow__content-bar-wrap {
    margin-right: 2rem;
  }
}

.top-flow__content-bar-wrap::after {
  content: '';
  position: absolute;
  top: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: calc( 100% + 4rem - 5.5rem );
  background: var(--border-color--light);
}
.top-flow__content:last-child .top-flow__content-bar-wrap {
  padding-bottom: 0;
}
.top-flow__content:last-child .top-flow__content-bar-wrap::after {
  display: none;
}

.top-flow__content-bar {
  display: inline-block;
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  border: 1.4rem solid var(--primary-color);
}

.top-flow__content-box-wrap {
  width: 100%;
  max-width: 77rem;
}

.top-flow__content-box {
  padding: 3rem 2rem;
  background: var(--gray-light);
  box-shadow: 0 4px 4px var(--shadow-color);
}

.top-flow__content-box-txt-group + .top-flow__content-box-txt-group {
  margin-top: 2rem;
}

.top-flow__content.top-flow__content--type-02 .top-flow__content-bar {
  border-color: var(--border-color--light);
}


/* top-banner-area */
.top-banner-areq {
  padding-bottom: var(--section-padding);
}
@media screen and (max-width: 767px) {
  .top-banner-areq {
    padding-bottom: 0;
  }
}

.top-banner-area__content + .top-banner-area__content {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .top-banner-area__content + .top-banner-area__content {
    margin-top: 0;
  }
}

.top-banner-area__content {
  text-align: center;
}
.top-banner-area__content.top-banner-area__content--shadow {
  box-shadow: 0 4px 8px var(--shadow-color);
}
@media screen and (max-width: 767px) {
  .top-banner-area__content {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .top-banner-area__content-image img {
    max-width: 500px;
  }
   
}