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

/* 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: 0;

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

  --heading--large-size: 5rem;
  --heading--large-height: 1.5;
  --heading--large-weight: 700;
  --heading--large-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.8rem;
  --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;

  --input-size: var(--txt9-size);
  --input-height: var(--txt9-height);

  --primary-color: #3c8bd9;
  --primary-color--light: #98c6ff;
  --primary-color--dark: #0058c6;
  --primary-color--sky: #1f94cd;
  --accent-color: #fbe92e;
  --main-color: #f1f8ff;
  --main-color-02: #e9f4ff;
  --main-color--light: #F7F7F7;
  --main-color--orange: #ffc48a;
  --font-color: #333333;
  --font-color--light: #606060;
  --border-color: #707070;
  --border-color--light: #e3e1e0;
  --gray: #888;
  --placeholder-color: #989898;
  --gray-light: #E5E5E5;
  --shadow-color--light: rgba(0,0,0,0.16);
  --shadow-color: rgba(0,0,0,0.4);
  --shadow-color--dark: rgba(0,0,0,0.6);
  --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);
  --yellow-color: #FFF600;
  --red-color: #ff3843;
  --red-color-02: #FF0000;
  --orange-color: #fe510c;
  --orange-color-02: #ffc600;

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

  --section-padding: 6rem;
  --section-padding--small: 3rem;

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

  --inner: 1024px;
  --inner-large: 1230px;
  --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: 65px;
}

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

@media only screen and (max-width: 767px) {
  :root {
    --txt1-size: 18px;
    --txt2-size: 18px;
    --txt3-size: 18px;
    --txt4-size: 18px;
    --txt5-size: 18px;
    --txt6-size: 18px;
    --txt7-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: 16px;
    --btn-01-size: 16px;
    --btn-02-size: 16px;

    --heading-size: 26px;
    --heading--large-size: 26px;
    --heading--sp-large-size: 30px;

    --copyright-size: 10px;

    --header-height: 66px;
  }
}

@media screen and (max-width: 374px) {
  :root {
    --heading--sp-large-size: 30px;
  }
}

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

/***************************************************************************
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%;
  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-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-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
}
.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)
}
.heading-letter {
  font-size: var(--heading-size);
  line-height: var(--heading-height);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-ls)
}
.heading-letter--large {
  font-size: var(--heading--large-size);
  line-height: var(--heading--large-height);
  font-weight: var(--heading--large-weight);
  letter-spacing: var(--heading--large-ls)
}
@media screen and (max-width: 767px) {
  .heading-letter--sp-large {
    font-size: var(--heading--sp-large-size);
  }
}

.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);
}
.accent-color {
  color: var(--accent-color);
}
.gray-color {
  color: var(--gray);
}
.red-color {
  color: var(--red-color);
}
.orange-color {
  color: var(--orange-color);
}
.white-color {
  color: #fff;
}
.font-color {
  color: var(--font-color);
}
.font-color--light {
  color: var(--font-color--light);
}
.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);
}
.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-main--orange {
  background-color: var(--main-color--orange);
}
.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,
.video-100 video {
  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-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.mw-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mw-660 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.h-100 {
  height: 100%;
}
.p-relative {
  position: relative;
}
.o-hidden {
  overflow: hidden;
}

.slick-slider {
  display: flex;
}


/***************************************************************************
logo
******************************************************************************/
/* logo */
.logo img {
	width: 13rem;
	height: auto;
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 135px;
  }
}

/* logo02 */
.logo-02 img {
	width: 20.5rem;
	height: auto;
}
@media screen and (max-width: 767px) {
  .logo-02 img {
    width: 206px;
  }
}

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

.menu-g__heading-letter {
  text-align: left;
  padding: .65em 1em;
  background: white;
  background: var(--primary-color--dark);
  color: white;
  font-size: var(--menu-01-size);
  line-height: var(--menu-01-height);
  font-weight: var(--menu-01-weight);
  letter-spacing: var(--menu-01-ls);
}

.menu-g__list {
  background: white;
}

.menu-g__item {
  border-bottom: 1px solid var(--border-color--light);
}
.menu-g__item.menu-g__item--cv {
  border-bottom-width: 0;
}

.menu-g__txt {
  display: block;
  position: relative;
  text-align: left;
  padding: 1em 2em;
  background: white;
  font-size: var(--menu-01-size);
  line-height: var(--menu-01-height);
  font-weight: var(--menu-01-weight);
  letter-spacing: var(--menu-01-ls);
}

.menu-g__txt::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.3em;
  right: 2em;
  width: .6em;
  height: .6em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center bottom;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
}

.menu-g__txt.menu-g__txt--tel {
  padding-left: 1em;
  padding-right: 1em;
  background: var(--red-color);
  color: white;
}
.menu-g__txt.menu-g__txt--tel::after {
  border-top-color: white;
  border-right-color: white;
}

.menu-g__txt.menu-g__txt--mail {
  padding-left: 1em;
  padding-right: 1em;
  background: var(--primary-color);
  color: white;
}
.menu-g__txt.menu-g__txt--mail::after {
  border-top-color: white;
  border-right-color: white;
}

.menu-g__txt-has-icon {
  display: inline-block;
  position: relative;
  padding-left: 3em;
}

.menu-g__txt-has-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-g__txt.menu-g__txt--tel .menu-g__txt-has-icon::after {
  background-image: url(../images/icon-tel-white.png);
}

.menu-g__txt.menu-g__txt--mail .menu-g__txt-has-icon::after {
  background-image: url(../images/icon-mail-white.png);
}


.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__jp-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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 3px;
  border-radius: 5px;
  border: 2px solid white;
  background: var(--primary-color);
  color: white;
}

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

.menu-btn__main {
  position: relative;
  width: 30px;
  height: 18px;
}

.menu-btn__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  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;
}


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

/* btn */
.btn {
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 148px;
  border-radius: 5em;
  padding: .4em 1em;
  border: 1px solid var(--primary-color);
  background: var(--primary-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);
}

.btn.btn--w-100 {
  display: block;
  min-width: auto;
}
.btn.btn--w-small {
  min-width: 110px;
}

.btn.btn--fs-small {
  font-size: var(--btn-03-size);
  line-height: var(--btn-03-height);
  font-weight: var(--btn-03-weight);
  letter-spacing: var(--btn-03-ls);
}
.btn.btn--fs-smallest {
  font-size: var(--btn-04-size);
  line-height: var(--btn-04-height);
  font-weight: var(--btn-04-weight);
  letter-spacing: var(--btn-04-ls);
}

.btn.btn--white-border {
  background: white;
  border: 1px solid var(--font-color);
  color: var(--font-color);
}
.btn.btn--main-orange {
  background: var(--main-color--orange);
  border: 1px solid var(--main-color--orange);
  color: white;
}

@media (hover: hover){
  .btn:hover,
  .btn-trigger:hover .btn {
    background: white;
    color: var(--primary-color);
    transition: var(--normal-transition);
  }
  .btn.btn--white-border:hover,
  .btn-trigger:hover .btn.btn--white-border  {
    background: var(--font-color);
    color: white;
  }
  .btn.btn--white-border:hover,
  .btn-trigger:hover .btn.btn--main-orange  {
    background: white;
    color: var(--main-color--orange);
  }
}


/* btn-cv-layout */
.layout-btn-cv {
  display: flex;
  flex-wrap: wrap;
	align-items: flex-end;
  justify-content: space-between;
}

.layout-btn-cv__item {
  width: 49%;
}
.layout-btn-cv__item.layout-btn-cv__item--w-100 {
  width: 100%;
}
.layout-btn-cv__item.layout-btn-cv__item--mt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .layout-btn-cv__item.layout-btn-cv__item--mt {
    margin-top: 10px;
  }
}
	
/* btn-cv */
.btn-cv {
  display: block;
  position: relative;
  filter: drop-shadow(0 3px 3px var(--shadow-color--dark));
}
.btn-cv img {
  width: 100%;
  height: auto;
}

.btn-cv__tel-txt {
  position: absolute;
  left: 18.5%;
  top: 50%;
  transform: translateY(-55%);
  color: white;
}

.btn-cv__tel-txt-number-letter {
  font-size: 8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .btn-cv__tel-txt-number-letter {
    font-size: 10vw;
  }
}

.btn-cv__tel-txt-sub {
  margin-top: 1rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .btn-cv__tel-txt-sub {
    margin-top: 1vw;
    font-size: 3vw;
  }
}

.btn-cv__tel-txt-sub-row {
  display: flex;
  align-items: flex-end;
}

.btn-cv__tel-txt-sub-content {
  margin-right: 1em;
}
.btn-cv__tel-txt-sub-content:last-child {
  margin-right: 0;
}

.btn-cv__tel-txt-sub-letter--small {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .btn-cv__tel-txt-sub-letter--small {
    font-size: 2.8vw;
  }
}


.btn-cv.btn-cv--has-kantan {
  padding-top: 5%;
}
.btn-cv__kantan {
  position: absolute;
  top: 0;
  left: 1%;
  z-index: var(--normal-z);
  width: 100%;
}
.btn-cv__kantan-image img {
  width: 35%;
}

.btn-cv:hover {
  opacity: .7;
  transition: var(--normal-transition);
}

/* btn-animation */
.btn-animation {
	overflow: hidden;
	position: relative;
}

.btn-animation__deco {
	position: absolute;
	top: 0;
	left: -75%;
  z-index: var(--normal-z);
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(25deg);
	animation-name: btnAnimation;
	animation-duration:3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

@keyframes btnAnimation {
	0% {
		left: -75%;
	}
	20% {
		left: 125%;
	}
	100% {
		left: 125%;
	}
}

/* btn-arrow-down */
.btn-arrow-down {
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 168px;
  border-radius: .75em;
  padding: .35em 1em;
  padding-right: 2em;
  background: linear-gradient(#00c0fa, var(--primary-color));
  box-shadow: 0 2px 0 var(--shadow-color);
  color: white;
  font-size: var(--btn-02-size);
  line-height: var(--btn-02-height);
  font-weight: var(--btn-02-weight);
  letter-spacing: var(--btn-02-ls);
}
.btn-arrow-down::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.35em;
  right: 1em;
  width: .5em;
  height: .5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  transform-origin: center bottom;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
}
.btn-arrow-down::before {
  content: '';
  position: absolute;
  top: .3em;
  left: 50%;
  transform: translateX(-50%);
  z-index: var(--zero-z);
  width: 93%;
  height: .75em;
  border-radius: 1em;
  background: rgba(255, 255, 255, .3);
}

.btn-arrow-down.btn-arrow-down--orange {
  background: var(--orange-color);
  color: white;
}
@media (hover: hover){
  .btn-arrow-down:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}
.btn-arrow-down:active {
  transform: translateY(2px);
  box-shadow: none;
  transition: var(--normal-transition);
}

.btn-arrow-down__txt {
  position: relative;
  z-index: var(--normal-z);
}


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

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

/* heading-obi */
.heading-obi {
  text-align: center;
  padding: 2rem 0;
  background: var(--primary-color);
  color: white;
}

/***************************************************************************
img
******************************************************************************/
/* img-aspect */
.img-aspect {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.img-aspect.img-aspect--works {
  padding-top: 65.236%;
}
.img-aspect.img-aspect--column {
  padding-top: 66.5865%;
}
.img-aspect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* img-no1 */
.img-no1 img {
  width: 88px;
  height: auto;
}

/* img-banner-square */
.img-banner-square {
  display: block;
  text-align: center;
}

.img-banner-square img {
  width: 100%;
  height: auto;
}
.img-banner-square.img-banner-square--w-100vw {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.img-banner-square.img-banner-square--w-100vw img {
  width: 100%;
  max-width: 100vw;
}

/***************************************************************************
article
******************************************************************************/
/* article-card-thumb */ 
.article-card-thumb {
  position: relative;
  background: white;
}

.article-card-thumb__link {
  display: block;
  height: 100%;
}

.article-card-thumb__txt {
  padding: 1rem;
}

.article-card-thumb__title {
  margin-top: 1rem;
}

.article-card-thumb__link:hover {
  opacity: .7;
  color: var(--font-color);
  transition: var(--normal-transition);
}

/* article-card-thumb-type-02 */ 
.article-card-thumb-type-02 {
  overflow: hidden;
  position: relative;
  border-radius: 1.5rem;
  background: white;
  box-shadow: 0 2px 2px var(--shadow-color--light);
}

.article-card-thumb-type-02__link {
  display: block;
}

.article-card-thumb-type-02__txt {
  padding: 0 3rem 3rem;
}

.article-card-thumb-type-02__title {
  margin-top: 1.5rem;
}

.article-card-thumb-type-02__desc {
  margin-top: 1.5rem;
}

.article-card-thumb-type-02__tel {
  margin-top: 1.5rem;
}

.article-card-thumb-type-02__btn {
  margin-top: 2rem;
  text-align: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.article-card-thumb-type-02__link:hover {
  opacity: .7;
  color: var(--font-color);
  transition: var(--normal-transition);
}

/* article-card-thumb-type-03 */ 
.article-card-thumb-type-03 {
  overflow: hidden;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 2px 2px var(--shadow-color--light);
}

.article-card-thumb-type-03__link {
  display: block;
  position: relative;
}

.article-card-thumb-type-03__txt {
  padding: 1.5rem;
}

.article-card-thumb-type-03__title {
  margin-top: 15px;
}

.article-card-thumb-type-03__desc {
  margin-top: 15px;
}

.article-card-thumb-type-03__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .article-card-thumb-type-03__btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: 35px;
    z-index: var(--normal-z);
    width: 100%;
    text-align: center;
  }
}

.article-card-thumb-type-03__link:hover {
  opacity: .7;
  color: var(--font-color);
  transition: var(--normal-transition);
}

/* article-card-step */ 
.article-card-step {
  position: relative;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 2px 2px var(--shadow-color--light);
}

.article-card-step__icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%,-50%);
}

.article-card-step__img img {
  border-radius: 1rem 1rem 0 0;
}

.article-card-step__txt {
  padding: 3rem 2rem;
  border-radius: 0 0 1rem 1rem;
  background: white;
}

.article-card-step__txt-group + .article-card-step__txt-group {
  margin-top: 1.5rem;
}

/* article-thumb */
.article-thumb__txt {
  text-align: center;
}

.article-thumb__img {
  margin-top: 5px;
}

.article-thumb__image img {
  border-radius: 7px;
}

/* article-box-toggle */
.article-box-toggle {
  position: relative;
  border-radius: 15px;
  padding: 30px 20px;
  background: white;
}

.article-box-toggle__title {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.article-box-toggle__desc {
  margin-top: 15px;
  padding: 0 10px;
}

.article-box-toggle__btn-wrap {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

.article-box-toggle-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
.article-box-toggle-btn::before {
  content: '詳しく見る';
}
.article-box-toggle-btn.is-active::before {
  content: '閉じる';
}

.article-box-toggle-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  transform-origin: center bottom;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

/***************************************************************************
layout
******************************************************************************/

/* slick設定 */
.slick-dots {
  bottom: -35px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid var(--font-color);
}

.slick-dots li.slick-active button:before {
  background: var(--font-color);
}

/* slick ベース設定 */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* slick 前へボタン、次へボタン */
.slide-arrow {
  margin-top: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  background: var(--primary-color);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  z-index: var(--normal-z);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .slide-arrow {
    margin-top: -10px;
    width: 30px;
    height: 30px;
  }
}

.slide-arrow.slide-arrow--prev {
  padding-left: .4rem;
}
.slide-arrow.slide-arrow--next {
  padding-right: .4rem;
}
@media screen and (max-width: 767px) {
  .slide-arrow.slide-arrow--prev {
    padding-left: 4px;
  }
  .slide-arrow.slide-arrow--next {
    padding-right: 4px;
  }
}

.slide-arrow.slide-arrow--position-left {
  left: 22vw;
  transform: translateX(50%);
}
.slide-arrow.slide-arrow--position-right {
  right: 22vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .slide-arrow.slide-arrow--position-left {
    left: var(--inner-responsive-p);
    transform: translateX(0);
  }
  .slide-arrow.slide-arrow--position-right {
    right: var(--inner-responsive-p);
    transform: translateX(0);
  }
}

.slide-arrow.slide-arrow--position-left-0 {
  left: 0;
  transform: translateX(-120%);
}
.slide-arrow.slide-arrow--position-right-0 {
  right: 0;
  transform: translateX(120%);
}
@media screen and (max-width: 767px) {
  .slide-arrow.slide-arrow--position-left-0 {
    left: var(--inner-responsive-p);
    transform: translateX(0);
  }
  .slide-arrow.slide-arrow--position-right-0 {
    right: var(--inner-responsive-p);
    transform: translateX(0)
  }
}

.slide-arrow__arrow {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .slide-arrow__arrow {
    width: 9px;
    height: 9px;
  }
}

.slide-arrow__arrow.slide-arrow__arrow--prev {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

.slide-arrow__arrow.slide-arrow__arrow--next {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

@media screen and (min-width: 768px) {
  .slide-arrow.slide-arrow--pc-no-circle {
    background: transparent;
  }
  
  .slide-arrow.slide-arrow--pc-no-circle .slide-arrow__arrow.slide-arrow__arrow--prev,
  .slide-arrow.slide-arrow--pc-no-circle .slide-arrow__arrow.slide-arrow__arrow--next {
    width: 2rem;
    height: 2rem;
    border-color: var(--font-color);
  } 
}

@media (hover: hover){
  .slide-arrow:hover {
    background: white;
    transition: var(--normal-transition);
  }
  .slide-arrow:hover .slide-arrow__arrow {
    border-color: var(--primary-color);
    transition: var(--normal-transition);
  }

  .slide-arrow.slide-arrow--pc-no-circle:hover:hover {
    background: transparent
  }
  .slide-arrow.slide-arrow--pc-no-circle:hover .slide-arrow__arrow.slide-arrow__arrow--prev,
  .slide-arrow.slide-arrow--pc-no-circle:hover .slide-arrow__arrow.slide-arrow__arrow--next {
    border-color: var(--primary-color);
  } 
}

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

.layout-grid.layout-grid--2c {
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
}

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

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

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

/* tab-content */
.layout-tab-content {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .layout-tab-content {
    padding-top: 60px;
    margin-left: calc(50% - 50vw - 2.5vw);
    margin-right: 0;
  }
}

.layout-tab-content__item {
  padding-top: 6rem;
  padding-bottom: 5px;
  padding-right: 1rem;
	padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .layout-tab-content__item {
    opacity: .3;
    padding-top: 40px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
/* layout-tab-btn */
@media screen and (min-width: 768px) {
  .layout-tab-content__item:nth-child(1) {
    order: 2;
  }
  .layout-tab-content__item:nth-child(2) {
    order: 1;
  }
  .layout-tab-content__item:nth-child(3) {
    order: 3;
  }
}

.slick-current.layout-tab-content__item {
  opacity: 1;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .slick-current.layout-tab-content__item {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .slick-current.layout-tab-content__item .article-card-step__txt {
    padding-bottom: 5.5rem;
  }
}

.layout-tab-content .slick-dots {
  display: flex;
  justify-content: center;
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .layout-tab-content .slick-dots {
    display: block;
  }
}

.layout-tab-content .slick-dots li {
  margin: 0 1.5rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .layout-tab-content .slick-dots li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 374px) {
  .layout-tab-content .slick-dots li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .layout-tab-content .slick-dots {
    margin-left: calc(50% - 50vw + .5vw);
  } 
}

.layout-tab-content .slick-dots li:nth-child(n +4) {
  display: none;
}

.layout-tab-content .slick-dots li button {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid var(--primary-color--light);
  background: var(--primary-color--light);
  color: white;
  font-size: 0;
}
.layout-tab-content .slick-dots li button::after {
  content: '';
  padding: .35em 1em;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .layout-tab-content .slick-dots li button::after {
    padding-left: .35em;
    padding-right: .35em;
  }
}
.layout-tab-content .slick-dots li:nth-child(1) button::after {
  content: '出張買取';
}
.layout-tab-content .slick-dots li:nth-child(2) button::after {
  content: '店頭買取';
}
.layout-tab-content .slick-dots li:nth-child(3) button::after {
  content: '宅配買取';
}
@media screen and (min-width: 768px) {
  .layout-tab-content .slick-dots li:nth-child(1) {
    order: 2;
  }
  .layout-tab-content .slick-dots li:nth-child(2) {
    order: 3;
  }
  .layout-tab-content .slick-dots li:nth-child(3) {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .layout-tab-content .slick-dots li button::after {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .layout-tab-content .slick-dots li button::after {
    font-size: 14px;
  }
}

.layout-tab-content .slick-dots li button::before {
  display: none;
}
.layout-tab-content .slick-dots li.slick-active button {
  transform: scale(1.2);
  border: 1px solid var(--primary-color--dark);
  background: var(--primary-color--dark);
}
@media screen and (max-width: 767px) {
  .layout-tab-content .slick-dots li.slick-active button {
    transform: scale(1);
  }
}

/* layout-col */
.layout-col {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

/* layout-flex-center */
.layout-flex-center-wrap {
	overflow: hidden;
}

.layout-flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}

.layout-flex-center__child {
	margin-top: 20px;
	width: 33.333333333%;
	padding-left: 10px;
	padding-right: 10px;
}

/***************************************************************************
table
******************************************************************************/
/* table-txt */
.table-txt__child {
  vertical-align: top;
  text-align: left;
  padding: 10px 0;
}
.table-txt__tr:first-child .table-txt__child {
  padding-top: 0;
}
.table-txt__tr:last-child .table-txt__child {
  padding-bottom: 0;
}
.table-txt__child.table-txt__child--th {
  white-space: nowrap;
  padding-right: 10px;
  font-weight: 500;
}

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

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

/* txt-endori */
.txt-endori {
  color: black;
  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;
}


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

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


/* txt-small */
.txt-small {
  font-size: 80%;
}

/* txt-italic */
.txt-italic {
  font-style: italic;
}

.txt-deco {
  color: white;
  text-shadow:1.5px 1.5px 0 #000, -1.5px -1.5px 0 #000,
              -1.5px 1.5px 0 #000, 1.5px -1.5px 0 #000,
              0px 1.5px 0 #000,  0 -1.5px 0 #000,
              -1.5px 0 0 #000, 1.5px 0 0 #000,
              0 1px #000,
              0 2px #000,
              0 3px #000,
              0 4px #000,
              0 5px #000;
}
@media screen and (max-width: 767px) {
  .txt-deco {
    color: white;
    text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
                -1px 1px 0 #000, 1px -1px 0 #000,
                0px 1px 0 #000,  0 -1px 0 #000,
                -1px 0 0 #000, 1px 0 0 #000,
                0 1px #000,
                0 2px #000,
                0 3px #000;
  }
}


.txt-price {
  font-size: var(--txt3-size);
  line-height: 1;
  font-weight: var(--txt3-weight);
  letter-spacing: var(--txt3-ls);
}
@media screen and (max-width: 767px) {
  .txt-price {
    font-size: 24px;
  }
}


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

/* header */
.header {
  
}

.header__main-area {
	padding: .5rem 0 1rem;
  background: white;
}

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

.header__btn-list-pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header__btn-list-pc {
    display: none;
  }
}

.header__btn-list-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__btn-list-sp {
    display: block;
  }
}

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

.header__btn-list-item {
	margin-right: 1.5rem;
}
.header__btn-list-item:last-child {
	margin-right: 0;
}

.header__btn-tel,
.header__btn-line {
  display: block;
}

.header__btn-tel img {
  width: 25rem;
  height: auto;
}

.header__btn-tel-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__btn-tel-title {
  margin-right: .5rem;
}

.header__btn-tel-title-letter {
  display: inline-block;
  text-align: center;
  padding: .5em;
  background: var(--red-color-02);
  color: white;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

.header__btn-tel-txt {
  font-style: italic;
}

.header__btn-tel-txt-title-letter {
  font-size: 1.0rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.header__btn-tel-txt-number {
  margin-top: .15rem;
}

.header__btn-tel-txt-number-letter {
  color: var(--red-color-02);
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.header__btn-tel-txt-sub {
  margin-top: .35rem;
}

.header__btn-tel-txt-sub-letter {
  font-size: 1.0rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.header__btn-line img {
  width: 15rem;
  height: auto;
  border-radius: .5rem;
  box-shadow: 0 3px 0 var(--shadow-color);
}

@media (hover: hover){
  .header__btn-tel:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
  
  .header__btn-line:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}
.header__btn-line:active img {
  transform: translateY(3px);
  box-shadow: none;
  transition: var(--normal-transition);
}

.header__btn-box img {
	width: 50px;
	height: auto;
}
@media screen and (max-width: 374px) {
  .header__btn-box img {
    width: 40px;
  }
}
.header__btn-box:hover {
  opacity: .7;
  transition: var(--normal-transition);
}

.header__nav {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  position: fixed;
  right: -10000px;
  top: calc( var(--header-height) + 10rem );
  z-index: var(--header-z-plus);
  width: 100%;
  max-width: 350px;
  height: 100%;
  padding-bottom: 20rem;
}
.header__nav.is-active {
  pointer-events: auto;
  right: 0;
  transition: right var(--normal-transition);
}

.header__menu-btn {
  position: fixed;
  top: calc( var(--header-height) + 2rem );
  right: var(--inner-responsive-p);
  z-index: var(--header-z);
}

.header.is-scroll-active .header__menu-btn {
  top: 2rem;
}
.header.is-scroll-active .header__nav {
  top: calc( var(--header-height) + 4rem );
}


/* page-common-cv */
.page-common-cv {
  overflow: hidden;
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(#ff8a17,#ffd426);
}

.page-common-cv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--minus-z);
  width: 100%;
  height: 100%;
}

.page-common-cv__bg-image {
  height: 100%;
}

.page-common-cv__bg-image img {
  width: 100%;
  height: 100%;
}

.page-common-cv__img {
  margin-left: -5%;
}

.page-common-cv__btn-list-area {
  margin-top: -8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .page-common-cv__btn-list-area {
    margin-top: -30px;
  }
}


/* 固定バナー */
.float-area {
  pointer-events: none;
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: var(--header-z);
  width: 100%;
  padding: 1.5rem 0;
  background: var(--primary-color--dark);
  transition: transform var(--normal-transition);
}
.float-area.is-active {
  pointer-events: all;
  transform: translateY(0);
}

.float-area__inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.float-area__list {
  display: flex;
  flex-wrap: wrap;
	align-items: flex-end;
  justify-content: space-between;
}

.float-area__list-item-heading-image img {
  width: 100%;
  height: auto;
}

.float-area__list-item.float-area__list-item--heading {
  width: 25%;
  padding-right: 2rem;
}

.float-area__list-item.float-area__list-item--mail {
  width: 20%;
}
.float-area__list-item.float-area__list-item--line {
  width: 20%;
}
.float-area__list-item.float-area__list-item--tel {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .float-area__list-item.float-area__list-item--heading {
    display: none;
  }
  .float-area__list-item.float-area__list-item--tel {
    order: 1;
    width: 100%;
  }
  .float-area__list-item.float-area__list-item--mail {
    order: 2;
    margin-top: 5px;
    width: 49%;
  }
  .float-area__list-item.float-area__list-item--line {
    order: 3;
    margin-top: 5px;
    width: 49%;
  }
} 

@media screen and (max-width: 767px) {
  .float-area__list-item.float-area__list-item--tel .btn-cv__tel-txt {
    transform: translateY(-60%);
    left: 20%;
    top: 31%;
  }
}

.float-area__list-item.float-area__list-item--tel .btn-cv__tel-txt-number-letter {
  font-size: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .float-area__list-item.float-area__list-item--tel .btn-cv__tel-txt-number-letter {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .float-area__list-item.float-area__list-item--tel .btn-cv__tel-txt-number-letter {
    font-size: 10vw;
  }
}

/* .btn-cv__tel-txt-number-letter {
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .btn-cv__tel-txt-number-letter {
    font-size: 10vw;
  }
}

.btn-cv__tel-txt-sub {
  margin-top: 1rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .btn-cv__tel-txt-sub {
    margin-top: 1vw;
    font-size: 4vw;
  }
}

.btn-cv__tel-txt-sub-row {
  display: flex;
  align-items: flex-end;
}

.btn-cv__tel-txt-sub-content {
  margin-right: 1em;
}
.btn-cv__tel-txt-sub-content:last-child {
  margin-right: 0;
}

.btn-cv__tel-txt-sub-letter--small {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .btn-cv__tel-txt-sub-letter--small {
    font-size: 3vw;
  }
} */

.float-area__list-item.float-area__list-item--tel .btn-cv__tel-txt-sub {
  margin-top: .5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .float-area__list-item.float-area__list-item--tel .btn-cv__tel-txt-sub {
    margin-top: .5vw;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .float-area__list-item.float-area__list-item--tel .btn-cv__tel-txt-sub {
    margin-top: 1vw;
    font-size: 4vw;
  }
}

.float-area__list-item.float-area__list-item--tel .btn-cv__tel-txt-sub-letter--small {
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .float-area__list-item.float-area__list-item--tel .btn-cv__tel-txt-sub-letter--small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .float-area__list-item.float-area__list-item--tel .btn-cv__tel-txt-sub-letter--small {
    font-size: 3vw;
  }
}


/* footer */
.footer {
  background: var(--main-color);
  padding: 1.5rem 0;
}

.footer__logo {
  text-align: center;
}



/* mv下のスライド */
.top-mv-slide {
  padding: 40px 0;
  background: var(--main-color);
}

.top-mv-slide__slide-item {
  padding-left: 15px;
  padding-right: 15px;
}

/* top-movie */
.top-movie {
  position: relative;
  padding: 3rem 0 2rem;
}
.top-movie {
  position: relative;
  padding: 3rem 0 2rem;
}

.top-movie__heading {
  display: flex;
  align-items: center;
	justify-content: center;
}

.top-movie__heading-txt {
	padding-top: 15px;
}

.top-movie__icon {
  margin-left: -1.5rem;
  margin-right: .5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-movie__icon {
    margin-left: -15px;
    margin-right: 5px;
  }
}

.top-movie__main {
	margin-top: .5rem;
  margin-left: auto;
	margin-right: auto;
  max-width: 604px;
}
@media screen and (max-width: 767px) {
  .top-movie__main {
    margin-top: 0;
  }
}

.top-movie__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--minus-z);
  width: 100%;
  height: 100%;
}
.top-movie__bg-image {
  height: 100%;
}
.top-movie__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* top-way */
.top-way {
  padding: 20px 0;
  background: var(--primary-color--sky);
}

.top-way__main {
  margin-top: 15px;
	max-width: 506px;
	margin-left: auto;
	margin-right: auto;
}

.top-way__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
@media screen and (max-width: 374px) {
  .top-way__list {
    grid-template-columns: repeat(2,1fr);
  }
}

.top-way__list-item {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  background: white;
  box-shadow: inset 0 0 5px var(--shadow-color),0 3px 2px var(--shadow-color);
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

/* top-maker */
.top-maker {
  overflow: hidden;
}

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

.top-maker__inner {
	overflow: hidden;
}

@media screen and (max-width: 500px) {
  .top-maker__pickup {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
}

.top-maker__pickup-list {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top-maker__pickup-list-item {
  margin-top: 2rem;
  width: 20%;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .top-maker__pickup-list-item {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 500px) {
  .top-maker__pickup-list-item {
    width: 50%;
  }
  .top-maker__pickup-list-item:nth-child(n + 9) {
    display: none;
  }
}

@media (hover: hover){
  .top-maker__pickup-list-link:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}

.top-maker__main {
  display: none;
}
@media screen and (max-width: 500px) {
  .top-maker__main {
    display: block;
  }
}

.top-maker__group {
  display: flex;
	justify-content: space-around;
  width: 200vw;
}

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

.top-maker__maker-list {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200vw;
}
.top-maker__maker-list:first-child {
  animation: animation-slide-maker-01 30s -15s linear infinite;
}
.top-maker__maker-list:last-child {
  animation: animation-slide-maker-02 30s linear infinite;
}
.top-maker__group:nth-child(even) .top-maker__maker-list:first-child {
  animation: animation-slide-maker-03 30s -15s linear infinite;
}
.top-maker__group:nth-child(even) .top-maker__maker-list:last-child {
  animation: animation-slide-maker-04 30s linear infinite;
}

.top-maker__maker-list-item {
  padding-left: 5px;
  padding-right: 5px;
}

@keyframes animation-slide-maker-01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
 
@keyframes animation-slide-maker-02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes animation-slide-maker-03 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
 
@keyframes animation-slide-maker-04 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}

.top-maker__maker-image {
  display: block;
}

.top-maker__maker-image img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (hover: hover){
  .top-maker__maker-image:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}

/* top-flow */
.top-flow__main {
  overflow: hidden;
  margin-top: var(--mt-d);
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
  .top-flow__main-inner {
    width: 100%;
  }
}

/* top-kaiketsu */
.top-kaiketsu {
  padding: var(--section-padding) 0;
  color: white;
}

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

.top-kaiketsu__heading-border {
  display: inline-block;
  position: relative;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 2px solid var(--accent-color);
}

.top-kaiketsu__heading-icon {
  position: absolute;
  top: 0rem;
  right: 1rem;
}

.top-kaiketsu__heading-icon-image img {
  width: 8rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-kaiketsu__heading-icon-image img {
    width: 40px;
  }
}
@media screen and (max-width: 374px) {
  .top-kaiketsu__heading-icon-image img {
    width: 30px;
  }
}

@media screen and (max-width: 500px) {
  .top-kaiketsu__list {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

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

.top-kaiketsu__list-item.top-kaiketsu__list-item--msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .top-kaiketsu__list-item.top-kaiketsu__list-item--msg {
    display: none;
  }
}

.top-kaiketsu__list-msg-image img {
  max-width: 80%;
}

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

@media screen and (max-width: 767px) {
  .top-kaiketsu__heading-sub-letter {
    font-size: 16px;
  }
}

.top-kaiketsu__sp-msg {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-kaiketsu__sp-msg {
    display: block;
    text-align: center;
  }
}

.top-kaiketsu__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--minus-z);
  width: 100%;
  height: 100%;
}
.top-kaiketsu__bg-image {
  height: 100%;
}
.top-kaiketsu__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* top-onayami */

.top-onayami {
  height: 80rem;
  padding-top: 2rem;
  z-index: var(--normal-z);
}
@media screen and (max-width: 1440px) {
  .top-onayami {
    height: 69.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-onayami {
    height: 350px;
  }
}

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

.top-onayami__heading-image img {
  width: 100%;
	max-width: 900px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-onayami__heading-image img {
    max-width: 250px;
  }
}

.top-onayami__target {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .top-onayami__target {
    margin-top: 0px;
  }
}

.top-onayami__target-list {
  display: table;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-onayami__target-list {
    padding-right: 7%;
  }
}

.top-onayami__target-list-item + .top-onayami__target-list-item {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top-onayami__target-list-item + .top-onayami__target-list-item {
    margin-top: 1rem;
  }
}

.top-onayami__target-list-item {
  position: relative;
  padding: .5em;
  background: white;
}
@media screen and (max-width: 767px) {
  .top-onayami__target-list-item {
    padding: .35em .5em;
  }
}

.top-onayami__target-list-item-letter {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .top-onayami__target-list-item-letter {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .top-onayami__target-list-item-letter {
    font-size: 10px;
  }
}

.top-onayami__target-list-item-letter::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-trouble.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-onayami__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--minus-z);
  width: 100%;
  height: 100%;
}
.top-onayami__bg-image {
  height: 100%;
}
.top-onayami__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

/* top-kaiketu-02 */
.top-kaiketu-02 {
  margin-top: -12rem;
  z-index: var(--zero-z);
  padding: 14rem 0 0;
}
@media screen and (max-width: 767px) {
  .top-kaiketu-02 {
    margin-top: -60px;
    padding: 80px 0 0;
  }
}

.top-kaiketu-02__img {
  margin-top: 1rem;
  text-align: center;
}

.top-kaiketu-02__image img {
  width: calc(100% + 4rem);
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-kaiketu-02__image img {
    width: 100%;
  }
}

.top-kaiketsu-02__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--minus-z);
  width: 100%;
  height: 100%;
}
.top-kaiketsu-02__bg-image {
  height: 100%;
}
.top-kaiketsu-02__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* top-shop */
@media screen and (max-width: 767px) {
  .top-shop__slide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  } 
}

.top-shop__slide-content {
  padding: 5px 1rem;
}

@media screen and (max-width: 767px) {
  .top-shop__slide-content {
    opacity: .5;
  }
  .top-shop__slide-content.slick-current {
    opacity: 1;
  } 
}

/* top-works__group */

.top-works__main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2rem;
}
.top-works__group {
  display: contents;
}
.top-works__group-main {
  display: contents;
}
@media screen and (max-width: 767px) {
  .top-works__main {
    display: block;
  }

  .top-works__group-main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
  }
  .top-works__group {
    display: none;
  }

  .top-works__group:first-child {
    display: block;
  }
}

.top-works__group + .top-works__group {
  margin-top: 20px;
}

.top-works__group-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-works__group-btn {
    display: block;
  }
}

.top-works__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--minus-z);
  width: 100%;
  height: 100%;
}
.top-works__bg-image {
  height: 100%;
}
.top-works__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* top-condition */
.top-condition {
  background: var(--main-color-02);
  z-index: var(--normal-z);
}
.top-condition__main-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .top-condition__main-list {
    gap: 1rem;
  }
}

.top-condition__main-list-item-heading {
  text-align: center;
}

@media screen and (max-width: 374px) {
  .top-condition__main-list-item-heading-letter {
    font-size: 16px;
  }
}

.top-condition__main-list-item-img {
  margin-top: 1rem;
}

.top-condition__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--minus-z);
  width: 100%;
}
.top-condition__bg-image img {
  width: 100%;
  height: auto;
}

/* top-condition-sub */
.top-condition-sub {
  position: relative;
  z-index: var(--zero-z);
}
.top-condition-sub::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 5vw solid var(--main-color-02);
  border-bottom: 0;
}

/* top-voice */
@media screen and (max-width: 767px) {
  .top-voice__group {
    display: none;
  }
  .top-voice__group:first-child {
    display: block;
  }
}

.top-voice__group + .top-voice__group {
  margin-top: 2rem;
}

.top-voice__group-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-voice__group-btn {
    display: block;
  }
}


.top-voice__content {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
  background: white;
}

.top-voice__content-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-voice__content-main {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.top-voice__content-visual {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .top-voice__content-visual {
    flex-shrink: 0;
    width: 120px;
  }
}

.top-voice__content-txt {
  position: relative;
  width: 68%;
  padding: 2rem 0;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .top-voice__content-txt {
    width: 100%;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .top-voice__content-txt {
    height: 190px;
  }
  .top-voice__content-txt::after {
    pointer-events: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: var(--zero-z);
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%);
    transition: var(--normal-transition);
  }
}

.top-voice__content-name {
  padding-left: 2rem;
}

.top-voice__content-name-letter {
  white-space: nowrap;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0
}
.top-voice__content-name-letter-middle {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0
}
.top-voice__content-name-letter-small {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0
}
@media screen and (max-width: 767px) {
  .top-voice__content-name-letter {
    font-size: 20px;
  }
  .top-voice__content-name-letter-middle {
    font-size: 14px;
  }
  .top-voice__content-name-letter-small {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top-voice__content-title-letter {
    font-size: 18px;
  }
  .top-voice__content-title-letter-sub {
    font-size: 14px;
  }
}

.top-voice__content-desc {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-voice__content-desc {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .top-voice__content-desc-letter {
    font-size: 14px;
  }
}

.top-voice__content-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-voice__content-btn {
    display: block;
    position: absolute;
    bottom: 2rem;
    right: 0;
    z-index: var(--normal-z);
    text-align: center;
    width: 100%;
  }
}

.top-voice__content.is-active .top-voice__content-txt::after {
  opacity: 0;
}
.top-voice__content.is-active .top-voice__content-btn {
  margin-top: 1.5rem;
  position: static;
  padding-bottom: 2rem;
}

/* top-reason */
.top-reason {
  padding: 4rem 0 0;
}

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

.top-reason__main {
  margin-top: -1px;
  padding-bottom: var(--section-padding);
  background: var(--primary-color);
}

.top-reason__main-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.top-reason__content {
  padding: 1rem 2rem 2rem;
  background: white;
}

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

.top-reason__content-heading-image img {
  max-width: 70rem;
}

.top-reason__content-img {
  margin-top: 0;
  opacity: 0;
  height: 0;
  padding: 0 4rem;
}

.top-reason__content-desc {
  margin-top: 0;
  opacity: 0;
  height: 0;
  padding: 0 4rem;
}

.top-reason__content-btn-wrap {
  margin-top: 2rem;
  text-align: center;
}

.top-reason__content-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
  color: var(--primary-color);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
.top-reason__content-btn::before {
  content: '詳しく見る';
}
.top-reason__content-btn.is-active::before {
  content: '閉じる';
}
.top-reason__content-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -.5rem;
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  transform-origin: center bottom;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.top-reason__content-img,
.top-reason__content-desc {
  pointer-events: none;
  transition: var(--normal-transition);
}

.top-reason__content.is-active .top-reason__content-img,
.top-reason__content.is-active .top-reason__content-desc {
  margin-top: 2rem;
  pointer-events: all;
  opacity: 1;
  height: auto;
  transition: var(--normal-transition);
}

/* top-need */
.top-need__heading {
  position: relative;
  z-index: var(--normal-z);
  text-align: center;
  padding: 2rem 0 0;
  background: var(--primary-color--dark);
}

.top-need__heading-image {
  display: inline-block;
  position: relative;
  max-width: 900px;
}

.top-need__heading-hukidashi-wrap {
  position: absolute;
  top: calc(100% + 1.5rem);
  right: 10rem;
}
@media screen and (max-width: 767px) {
  .top-need__heading-hukidashi-wrap {
    right: 0;
  }
}

.top-need__heading-hukidashi {
  display: inline-block;
  position: relative;
  padding: .35em 2em;
  border-radius: .5em;
  background: white;
  box-shadow: 0 3px 0 var(--shadow-color);
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-need__heading-hukidashi {
    font-size: 14px;
  }
}

.top-need__heading-hukidashi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  transform: translateY(-100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
  border-bottom: 4rem solid white;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .top-need__heading-hukidashi::after {
    border-right: .7rem solid transparent;
    border-left: .7rem solid transparent;
    border-bottom: 2rem solid white;
  }
}

.top-need__main {
  position: relative;
  z-index: var(--zero-z);
  background: linear-gradient(180deg, var(--primary-color--dark) 0%, var(--primary-color--dark) 4rem, var(--primary-color) 4rem, var(--primary-color) 100%);
}

@media screen and (max-width: 767px) {
  .top-need__main-inner {
    width: 100%;
    padding-right: var(--inner-responsive-p);
  }
}

.top-need__main-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.top-need__human {
  flex-shrink: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .top-need__human {
    flex-shrink: 0;
    margin-right: 0;
    margin-left: calc(var(--inner-responsive-p) * -1);
  }
}

.top-need__human-image img {
  max-width: 30rem;
}
@media screen and (max-width: 767px) {
  .top-need__human-image img {
    max-width: 170px;
  }
}

.top-need__list-wrap {
  width: 35rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .top-need__list-wrap {
    width: 170px;
  }
}

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

.top-need__list-item {
  position: relative;
  text-align: center;
  padding: .15em 0;
  padding-left: 1em;
  background: var(--primary-color--dark);
  color: white;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-need__list-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .top-need__list-item {
    font-size: 12px;
  }
}
.top-need__list-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: .3em;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.22em;
  background-image: url(../images/icon-check-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* top-tips */
.top-tips__heading {
  text-align: center;
  padding-left: 3%;
}
.top-tips__heading-image img {
  max-width: 70rem;
}

@media screen and (max-width: 767px) {
  .top-tips__content {
    padding-top: 20px;
  }
}

.top-tips__content-heading {
  position: relative;
  text-align: left;
  padding: .15em 0;
  padding-left: 7rem;
  border-radius: 1rem;
  background: var(--orange-color-02);
}
@media screen and (max-width: 767px) {
  .top-tips__content-heading {
    padding: .35em 0;
    padding-left: 0;
  }
}

.top-tips__content-heading-num {
  position: absolute;
  left: 3%;
  bottom: .15em;
}

.top-tips__content-heading-num-letter {
  color: white;
  text-shadow: 1.5px 1.5px 0 var(--orange-color-02), -1.5px -1.5px 0 var(--orange-color-02),
  -1.5px 1.5px 0 var(--orange-color-02), 1.5px -1.5px 0 var(--orange-color-02),
  0px 1.5px 0 var(--orange-color-02),  0 -1.5px 0 var(--orange-color-02),
  -1.5px 0 0 var(--orange-color-02), 1.5px 0 0 var(--orange-color-02);
  font-size: 6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-tips__content-heading-num-letter {
    font-size: 65px;
  }
}

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

.top-tips__content-main {
  margin-top: 1rem;
}

/* top-faq */
.top-faq__heading {
  text-align: center;
}

.top-faq__heading-image img {
  max-width: 40rem;
}

.top-faq__main {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.top-faq__group {
  display: none;
}

.top-faq__group:first-child {
  display: block;
}

.top-faq__group + .top-faq__group {
  margin-top: 2rem;
}

.top-faq__content {
  padding: 2rem;
  border-radius: 1rem;
  background: white;
}
@media screen and (max-width: 767px) {
  .top-faq__content {
    padding: 20px;
    border-radius: 10px;
  }
}

.top-faq__content-q {
  cursor: pointer;
  position: relative;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-faq__content-q {
    padding-right: 15px;
  }
}
@media (hover: hover){
  .top-faq__content-q:hover {
    color: var(--primary-color);
    transition: var(--normal-transition);
  }
}

.top-faq__content-q-row {
  display: flex;
  align-items: center;
}

.top-faq__content-q-mark {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .top-faq__content-q-mark {
    margin-right: 25px;
  }
}

.top-faq__content-q-mark-letter {
  color: var(--primary-color--sky);
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing:0;
}
@media screen and (max-width: 767px) {
  .top-faq__content-q-mark-letter {
    font-size: 40px;
  }
}
.top-faq__content-q-mark-letter::after {
  content: 'Q';
}
.top-faq__content-q-mark-letter.is-active::after {
  content: 'A';
}

.top-faq__content-q-icon-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.top-faq__content-q-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  width: 1.5rem;
  height: .3rem;
  background: var(--primary-color--sky);
}
@media screen and (max-width: 767px) {
  .top-faq__content-q-icon {
    width: 15px;
    height: 3px;
  }
}

.top-faq__content-q-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
}
.top-faq__content-q-icon.is-active::after {
  display: none;
}

.top-faq__content-a {
  margin-top: 2rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .top-faq__content-a {
    margin-top: 20px;
  }
}

/* top-msg */
.top-msg {
  overflow: hidden;
  padding: 4rem 0 4rem;
  background: linear-gradient(to right, #fbe3a2,#fbe3a2);
}

@media screen and (max-width: 1023px) {
  _::-webkit-full-page-media, _:future, :root .top-msg {
    overflow: visible;
  }
}

.top-msg__inner {
  position: relative;
}

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

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

.top-msg__heading-01-letter {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-msg__heading-01-letter {
    font-size: 4vw;
  }
}

.top-msg__heading-02 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-msg__heading-02 {
    margin-top: 2vw;
  }
}

.top-msg__heading-02-image img {
  max-width: 44rem;
}
@media screen and (max-width: 767px) {
  .top-msg__heading-02-image img {
    max-width: 80vw;
  }
}

.top-msg__heading-03 {
  margin-top: .5rem;
}
@media screen and (max-width: 767px) {
  .top-msg__heading-03 {
    margin-top: 1vw;
  }
}

.top-msg__heading-03-letter {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing:0;
}
@media screen and (max-width: 767px) {
  .top-msg__heading-03-letter {
    font-size: 7vw;
  }
}

.top-msg__desc {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-msg__desc {
    margin-top: 4vw;
  }
}

.top-msg__desc-letter {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing:0;
}
@media screen and (max-width: 767px) {
  .top-msg__desc-letter {
    font-size: 3vw;
  }
}

.top-msg__deco-01 {
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: var(--zero-z);
}
.top-msg__deco-02 {
  position: absolute;
  bottom: 0;
  left: -4rem;
  z-index: var(--zero-z);
}
.top-msg__deco-03 {
  position: absolute;
  bottom: -4rem;
  right: -8rem;
  z-index: var(--zero-z);
  transform: translateZ(1px);
}

.top-msg__deco-01-image {
  max-width: 20rem;
}
.top-msg__deco-02-image {
  max-width: 16rem;
}
.top-msg__deco-03-image {
  max-width: 23rem;
}

@media screen and (max-width: 1023px) {
  .top-msg__deco-01 {
    top: auto;
    bottom: 13svw;
    left: calc(var(--inner-responsive-p) * -1 + 1%);
  }
  .top-msg__deco-02 {
    bottom: -2vw;
    left: 2vw;
  }
  .top-msg__deco-03 {
    bottom: -4rem;
    right: calc(var(--inner-responsive-p) * -1);
  }
  
  .top-msg__deco-01-image {
    max-width: 15vw;
  }
  .top-msg__deco-02-image {
    max-width: 13vw;
  }
  .top-msg__deco-03-image {
    max-width: 20vw;
  }
  
}

/* top-colum */
.top-column__slide-content {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .top-column__slide-content {
    opacity: .3;
  }

  .slick-current.top-column__slide-content {
    opacity: 1;
  }
}


/* top-shop-all */

.top-shop-all__list {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.top-shop-all__list-item + .top-shop-all__list-item {
  margin-top: 2rem;
}

.top-shop-all__list-item-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top-shop-all__list-item-header-title {
  margin-right: 2.5rem;
}

.top-shop-all__list-item-header-subtitle {
  margin-bottom: 0;
}

.top-shop-all__list-item-chu {
  margin-top: 20px;
}

/* top-company */
.top-company__box {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding: 4rem 1.5rem;
  border-radius: 10px;
  background: white
}

.top-company__main {
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/***************************************************************************
form
******************************************************************************/

/* headに記載 */
