@charset "UTF-8";
/*! destyle.css v1.0.15 | 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * 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
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  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;
}

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Montserrat", "Lato", sans-serif;
}

body {
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  body {
    min-width: auto;
  }
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInUp01 {
  opacity: 0;
  transition: opacity 1s 0.7s, transform 1s 0.7s;
  transform: translate(0, 50px);
}
.fadeInUp01.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInUp02 {
  opacity: 0;
  transition: opacity 1s 1.4s, transform 1s 1.4s;
  transform: translate(0, 50px);
}
.fadeInUp02.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeInUpAnimation {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.flash_link_btn a, .flash_link_btn p, .flash_link_btn-sp a, .flash_confirm_btn p, .flash_white_btn a, .flash_white_btn p {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
}

.flash_link_btn a:before {
  content: "";
  display: block;
  width: 120px;
  height: 150px;
  position: absolute;
  left: -30%;
  top: -50%;
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(70%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  animation: shine 4s infinite linear;
  -webkit-animation: shine 4s infinite linear;
}

.flash_link_btn p:before {
  content: "";
  display: block;
  width: 180px;
  height: 150px;
  position: absolute;
  left: -30%;
  top: -50%;
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(70%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  animation: shine-cv 4s infinite linear;
  -webkit-animation: shine-cv 4s infinite linear;
}

.flash_confirm_btn p:before {
  content: "";
  display: block;
  width: 180px;
  height: 150px;
  position: absolute;
  left: -30%;
  top: -50%;
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(70%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  animation: shine-confirm 4s infinite linear;
  -webkit-animation: shine-confirm 4s infinite linear;
}

.flash_link_btn-sp a:before {
  content: "";
  display: block;
  width: 50px;
  height: 100px;
  position: absolute;
  left: -30%;
  top: -50%;
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(70%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  animation: shine 4s infinite linear;
  -webkit-animation: shine 4s infinite linear;
}

.flash_white_btn a:before {
  content: "";
  display: block;
  width: 180px;
  height: 200px;
  position: absolute;
  left: -30%;
  top: -50%;
  background-image: linear-gradient(left, rgba(255, 215, 0, 0) 0%, rgba(255, 215, 0, 0.2) 30%, rgba(255, 215, 0, 0.4) 50%, rgba(255, 215, 0, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 215, 0, 0)), color-stop(30%, rgba(255, 215, 0, 0.2)), color-stop(50%, rgba(255, 215, 0, 0.4)), color-stop(70%, rgba(255, 215, 0, 0.2)), color-stop(100%, rgba(255, 215, 0, 0)));
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  animation: shine-white 4s infinite linear;
  -webkit-animation: shine-white 4s infinite linear;
}

.flash_white_btn p:before {
  content: "";
  display: block;
  width: 180px;
  height: 200px;
  position: absolute;
  left: -30%;
  top: -50%;
  background-image: linear-gradient(left, rgba(255, 215, 0, 0) 0%, rgba(255, 215, 0, 0.2) 30%, rgba(255, 215, 0, 0.4) 50%, rgba(255, 215, 0, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 215, 0, 0)), color-stop(30%, rgba(255, 215, 0, 0.2)), color-stop(50%, rgba(255, 215, 0, 0.4)), color-stop(70%, rgba(255, 215, 0, 0.2)), color-stop(100%, rgba(255, 215, 0, 0)));
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  animation: shine-white 4s infinite linear;
  -webkit-animation: shine-white 4s infinite linear;
}

@keyframes shine {
  0% {
    left: -30%;
  }
  12% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
@keyframes shine-cv {
  0% {
    left: -30%;
  }
  35% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
@media screen and (max-width: 640px) {
  @keyframes shine-cv {
    0% {
      left: -30%;
    }
    12% {
      left: 130%;
    }
    100% {
      left: 130%;
    }
  }
}
@keyframes shine-confirm {
  0% {
    left: -30%;
  }
  15% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
@media screen and (max-width: 640px) {
  @keyframes shine-confirm {
    0% {
      left: -30%;
    }
    12% {
      left: 130%;
    }
    100% {
      left: 130%;
    }
  }
}
@keyframes shine-white {
  0% {
    left: -30%;
  }
  15% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
@media screen and (max-width: 640px) {
  @keyframes shine-white {
    0% {
      left: -30%;
    }
    12% {
      left: 130%;
    }
    100% {
      left: 130%;
    }
  }
}
.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
*******************************/
.l-header .pc-header {
  margin: 0 auto;
  height: 110px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .l-header .pc-header {
    display: none;
  }
}
.l-header .pc-header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 60px;
  height: 110px;
  width: 1400px;
  border-radius: 0px 0px 30px 30px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.l-header .pc-header .header-box .header-logo-box {
  display: flex;
  justify-content: center;
}
.l-header .pc-header .header-box .header-logo-box .header-logo {
  width: 221.74px;
  height: auto;
  display: block;
}
.l-header .pc-header .header-box .header-logo-box .header-logo img {
  width: 100%;
  vertical-align: middle;
}
.l-header .pc-header .header-box .header-cv-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 36.6px;
       column-gap: 36.6px;
}
.l-header .pc-header .header-box .header-cv-box .header-cv-text {
  font-weight: 700;
  color: #FF5314;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
.l-header .pc-header .header-box .header-cv-box .header-cv {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  border-radius: 30px;
  letter-spacing: 0.05em;
  background: linear-gradient(156deg, #ffc914 0%, #ff5314 100%);
  color: #FFFFFF;
}
.l-header .pc-header .header-box .flash_link_btn-sp {
  display: none;
}
.l-header .sp-header {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-header .sp-header {
    display: flex;
    margin: 0 auto;
    height: 70px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  .l-header .sp-header .header-box {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    padding: 0;
    width: 100%;
    border-radius: 0;
    height: 70px;
    justify-content: center;
  }
}
.l-header .sp-header .header-box .header-logo-box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .l-header .sp-header .header-box .header-logo-box .header-logo {
    height: auto;
    display: block;
    width: 49.9%;
  }
}
.l-header .sp-header .header-box .header-logo-box .header-logo img {
  width: 100%;
  vertical-align: middle;
}
.l-header .sp-header .header-box .header-cv-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 36.6px;
       column-gap: 36.6px;
}
.l-header .sp-header .header-box .header-cv-box .header-cv-text {
  font-weight: 700;
  color: #FF5314;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 640px) {
  .l-header .sp-header .header-box .header-cv-box .header-cv {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .l-header .sp-header .header-box .flash_link_btn-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .l-header .sp-header .header-box .flash_link_btn-sp .header-cv-sp {
    width: 50px;
    height: 50px;
    background: linear-gradient(166deg, #ffc914 0%, #ff5314 100%);
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    transform: translateZ(0);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-header .sp-header .header-box .flash_link_btn-sp .header-cv-sp img {
  width: 24px;
  height: auto;
}

.l-main {
  overflow: hidden;
}
.l-main .top-visual {
  position: relative;
  padding: 180px 0 170px;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual {
    padding: 36% 0 50%;
  }
}
.l-main .top-visual .top-visual-sns-box {
  position: fixed;
  right: 3%;
  top: 60%;
  z-index: 1000;
  mix-blend-mode: difference;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-sns-box {
    display: none;
  }
}
.l-main .top-visual .top-visual-sns-box .top-visual-instagram-link img {
  width: 24px;
  height: auto;
}
.l-main .top-visual .top-visual-bg {
  position: absolute;
}
.l-main .top-visual .top-visual-bg01 {
  width: 80.31%;
  display: block;
  left: -39%;
  top: -42%;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-bg01 {
    left: -30%;
    top: -8%;
  }
}
.l-main .top-visual .top-visual-bg01 img {
  width: 100%;
  vertical-align: middle;
}
.l-main .top-visual .top-visual-bg02 {
  width: 68.41%;
  display: block;
  left: -22.5%;
  top: 11%;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-bg02 {
    width: 228.49%;
    left: -107.5%;
    top: -12%;
  }
}
.l-main .top-visual .top-visual-bg02 img {
  width: 100%;
  vertical-align: middle;
}
.l-main .top-visual .top-visual-bg03 {
  width: 31.14%;
  display: block;
  right: -15%;
  top: -20%;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-bg03 {
    width: 52.26%;
    right: -27%;
    top: -2%;
  }
}
.l-main .top-visual .top-visual-bg03 img {
  width: 100%;
  vertical-align: middle;
}
.l-main .top-visual .top-visual-bg04 {
  width: 79.08%;
  display: block;
  right: -39%;
  top: 3%;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-bg04 {
    width: 243.35%;
    right: -135%;
    top: -13%;
  }
}
.l-main .top-visual .top-visual-bg04 img {
  width: 100%;
  vertical-align: middle;
}
.l-main .top-visual .top-visual-main-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.l-main .top-visual .top-visual-main-box h1 {
  text-align: center;
}
.l-main .top-visual .top-visual-main-box h1 .top-visual-title img {
  width: 35.94%;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-main-box h1 .top-visual-title img {
    width: 82.89%;
  }
}
.l-main .top-visual .top-visual-main-box .top-visual-main-img {
  text-align: center;
  margin-top: -2.5%;
}
.l-main .top-visual .top-visual-main-box .top-visual-main-img img {
  width: 29.31%;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-main-box .top-visual-main-img img {
    width: 67.56%;
  }
}
.l-main .top-visual .top-visual-main-box .top-visual-logo {
  text-align: center;
  margin-top: -12%;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-main-box .top-visual-logo {
    margin-top: -28%;
  }
}
.l-main .top-visual .top-visual-main-box .top-visual-logo img {
  width: 37.16%;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-main-box .top-visual-logo img {
    width: 80.51%;
  }
}
.l-main .top-visual .top-visual-main-box .top-visual-cv-box {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 54px;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-main-box .top-visual-cv-box {
    margin-top: 16%;
  }
}
.l-main .top-visual .top-visual-main-box .top-visual-cv-box .top-visual-bubble {
  position: absolute;
  width: 16.67%;
  top: -65%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-main-box .top-visual-cv-box .top-visual-bubble {
    width: 76.92%;
    top: -47%;
  }
}
.l-main .top-visual .top-visual-main-box .top-visual-cv-box .flash_link_btn {
  width: 480px;
  height: 80px;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .top-visual-main-box .top-visual-cv-box .flash_link_btn {
    width: 89.74%;
  }
}
.l-main .top-visual .top-visual-main-box .top-visual-cv-box .top-visual-cv {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: 700;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(124deg, #ffc914 6%, #ff5314 100%);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  letter-spacing: 0.05em;
  justify-content: center;
  align-items: center;
}
.l-main .top-visual .scroll {
  display: flex;
  justify-content: right;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  bottom: 136px;
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .scroll {
    bottom: -70px;
    justify-content: center;
  }
}
.l-main .top-visual .scroll .scrolldown {
  /*描画位置※位置は適宜調整してください*/
  transform: translateX(-50%);
  /*全体の高さ*/
  height: 50px;
}
.l-main .top-visual .scroll .scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -30px;
  top: -60px;
  /*テキストの形状*/
  color: #FF5314;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 4.8333333333;
  font-weight: 700;
  transform: rotate(90deg);
  font-family: "Lato", sans-serif;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 640px) {
  .l-main .top-visual .scroll .scrolldown span {
    transform: inherit;
    left: 0;
    top: -40px;
  }
}
.l-main .top-visual .scroll .scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 2px;
  height: 30px;
  background: #FF5314;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.l-main article .start {
  width: 100%;
  position: relative;
  padding-bottom: 360px;
}
@media screen and (max-width: 640px) {
  .l-main article .start {
    padding-bottom: 82%;
  }
}
.l-main article .start .start-trading-companies-box {
  max-width: 66.67%;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  padding: 50px 0;
  position: relative;
  top: -100px;
  background: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-trading-companies-box {
    width: 89.74%;
    padding: 30px 0;
    top: -75px;
    max-width: inherit;
  }
}
.l-main article .start .start-trading-companies-box .start-trading-companies-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.32;
  color: #FF5314;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-trading-companies-box .start-trading-companies-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
.l-main article .start .start-trading-companies-box .start-trading-companies-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875;
  margin: 10px 0 50px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-trading-companies-box .start-trading-companies-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
.l-main article .start .start-trading-companies-box .start-company-box {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 67px;
       column-gap: 67px;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-trading-companies-box .start-company-box {
    flex-wrap: wrap;
    -moz-column-gap: 31px;
         column-gap: 31px;
    row-gap: 40px;
  }
}
.l-main article .start .start-trading-companies-box .start-company-box .start-company-logo {
  width: 14.06%;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-trading-companies-box .start-company-box .start-company-logo {
    width: 38.77%;
  }
}
.l-main article .start .start-trading-companies-box .start-company-box .start-company-logo img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .start .start-trading-companies-box .start-company-box .start-company-name {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-trading-companies-box .start-company-box .start-company-name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-main article .start .start-img {
  position: absolute;
}
.l-main article .start .start-img-01 {
  width: 72.08%;
  display: block;
  left: -27.5%;
  top: 6%;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-img-01 {
    width: 42.31%;
    left: 23%;
    top: 90%;
  }
}
.l-main article .start .start-img-01 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .start .start-img-02 {
  width: 62%;
  display: block;
  left: -12%;
  top: 56%;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-img-02 {
    width: 36.92%;
    left: -4%;
    top: 83%;
  }
}
.l-main article .start .start-img-02 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .start .start-img-03 {
  width: 69.53%;
  display: block;
  right: -30%;
  top: 10%;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-img-03 {
    width: 42.72%;
    right: -3%;
    top: 82%;
  }
}
.l-main article .start .start-img-03 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .start .start-bubble-text-box {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-bubble-text-box {
    display: block;
    margin: 45px 5.13% 0;
  }
}
.l-main article .start .start-bubble-text-box .start-bubble-text01 {
  width: 19.61%;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-bubble-text-box .start-bubble-text01 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.l-main article .start .start-bubble-text-box .start-bubble-text01 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .start .start-bubble-text-box .start-bubble-text02 {
  width: 21.7%;
  margin: 0 -30px;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-bubble-text-box .start-bubble-text02 {
    width: 75%;
    display: block;
    margin: -14% auto 0 -5.13%;
  }
}
.l-main article .start .start-bubble-text-box .start-bubble-text02 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .start .start-bubble-text-box .start-bubble-text03 {
  width: 18.68%;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-bubble-text-box .start-bubble-text03 {
    width: 78%;
    display: block;
    margin: -14% -5.13% 0 auto;
  }
}
.l-main article .start .start-bubble-text-box .start-bubble-text03 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .start .start-logo-box .start-logo-block {
  text-align: center;
}
.l-main article .start .start-logo-box .start-logo-block .start-logo img {
  width: 27.81%;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-logo-box .start-logo-block .start-logo img {
    width: 68.38%;
  }
}
.l-main article .start .start-logo-box .start-logo-block .start-logo-text {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.3428571429;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-logo-box .start-logo-block .start-logo-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
.l-main article .start .start-logo-box .start-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.8333333333;
  text-align: center;
  margin: 120px 0 85px;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-logo-box .start-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    margin: 9.24% 0 14.36%;
  }
}
.l-main article .start .start-logo-box .start-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.8125;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .l-main article .start .start-logo-box .start-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2857142857;
    margin: 0 5.13%;
  }
}
.l-main article .start::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/start/start-bg.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .l-main article .start::before {
    background-image: url(../../assets/img/start/start-bg-sp.png);
    background-size: 100% 100%;
    height: 340px;
  }
}
.l-main article .feature {
  width: 100%;
  background-image: url(../../assets/img/feature/feature-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 127px 0 243px;
}
@media screen and (max-width: 640px) {
  .l-main article .feature {
    background-image: url(../../assets/img/feature/feature-bg-sp.png);
    padding: 65px 0 70px;
  }
}
.l-main article .feature .feature-sub-title {
  width: 78px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .feature .feature-sub-title {
    width: 58px;
  }
}
.l-main article .feature .feature-title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.3428571429;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 58px;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 640px) {
  .l-main article .feature .feature-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin: 12px 0 30px;
  }
}
.l-main article .feature .feature-title .feature-logo {
  width: 15.16%;
  display: block;
  margin: 0 20px 0 40px;
}
@media screen and (max-width: 640px) {
  .l-main article .feature .feature-title .feature-logo {
    margin: 0 20px;
    width: 145.3px;
  }
}
.l-main article .feature .feature-title .feature-logo img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .feature .feature-box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .l-main article .feature .feature-box {
    width: 100%;
    position: relative;
  }
}
.l-main article .feature .feature-box .feature-icon {
  width: 20px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.l-main article .feature .feature-box .prev_icon {
  left: 9%;
}
.l-main article .feature .feature-box .next_icon {
  right: 9%;
}
.l-main article .feature .feature-box .feature-block {
  width: 31.67%;
  background: #FFFFFF;
  border-radius: 30px;
  flex: 0 0 auto;
  padding-bottom: 115px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .l-main article .feature .feature-box .feature-block {
    width: 76.92%;
    margin: 0 10px;
    padding-top: 40px;
    height: 633px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.l-main article .feature .feature-box .feature-block .feature-circle-img-box {
  display: flex;
  justify-content: center;
  margin: 51px 0 35px;
}
@media screen and (max-width: 640px) {
  .l-main article .feature .feature-box .feature-block .feature-circle-img-box {
    margin: 0;
  }
}
.l-main article .feature .feature-box .feature-block .feature-circle-img-box .feature-circle-img {
  width: 60.79%;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .feature .feature-box .feature-block .feature-circle-img-box .feature-circle-img {
    width: 56.67%;
  }
}
.l-main article .feature .feature-box .feature-block .feature-circle-img-box .feature-circle-img img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .feature .feature-box .feature-block .feature-circle-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FF5314;
  line-height: 1.75;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .l-main article .feature .feature-box .feature-block .feature-circle-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 25px 0 16px;
  }
}
.l-main article .feature .feature-box .feature-block .feature-circle-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin: 0 30px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .l-main article .feature .feature-box .feature-block .feature-circle-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2857142857;
    margin: 0 25px;
  }
}
.l-main article .feature-movie-box .feature-movie-mask-title-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  top: -495px;
}
@media screen and (max-width: 640px) {
  .l-main article .feature-movie-box .feature-movie-mask-title-box {
    top: -50px;
  }
}
.l-main article .feature-movie-box .feature-movie-mask-title-box .rotated-text {
  position: absolute;
  font-size: 10.21vw;
  font-family: "Montserrat", sans-serif;
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  line-height: 2.5;
  color: #FFFFFF;
  text-shadow: 2px 2px 0 #FFE8E0, -2px 2px 0 #FFE8E0, -2px -2px 0 #FFE8E0, 2px -2px 0 #FFE8E0;
}
@media screen and (max-width: 640px) {
  .l-main article .feature-movie-box .feature-movie-mask-title-box .rotated-text {
    font-size: 20.26vw;
    line-height: 0.7;
    width: 514px;
    white-space: nowrap;
    text-shadow: 1px 1px 0 #FFE8E0, -1px 1px 0 #FFE8E0, -1px -1px 0 #FFE8E0, 1px -1px 0 #FFE8E0;
  }
}
.l-main article .feature-movie-box .feature-movie-mask-title-box .feature-movie-mask-title-left {
  left: 0;
  transform: rotate(-270deg);
  transform-origin: bottom left; /* 回転の基準を左上に設定 */
}
.l-main article .feature-movie-box .feature-movie-mask-title-box .feature-movie-mask-title-right {
  right: 0;
  transform: rotate(270deg);
  transform-origin: bottom right; /* 回転の基準を右上に設定 */
}
.l-main article .feature-movie-box .mask {
  -webkit-mask-image: url(./assets/img/feature/feature-movie-frame.png);
          mask-image: url(./assets/img/feature/feature-movie-frame.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-main article .feature-movie-box .feature-movie-frame-box {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}
.l-main article .feature-movie-box .feature-movie-frame-box .feature-movie-img03 {
  width: 35%;
  display: block;
  position: absolute;
  left: 20%;
  top: -4%;
}
@media screen and (max-width: 640px) {
  .l-main article .feature-movie-box .feature-movie-frame-box .feature-movie-img03 {
    width: 48.21%;
    left: 9%;
    top: -3%;
  }
}
.l-main article .feature-movie-box .feature-movie-frame-box .feature-movie-img03 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .feature-movie-box .feature-movie-frame-box .feature-movie-container {
  width: 64.48%;
}
@media screen and (max-width: 640px) {
  .l-main article .feature-movie-box .feature-movie-frame-box .feature-movie-container {
    width: 88.75%;
  }
}
.l-main article .feature-movie-box .feature-movie-frame-box .feature-movie-container .feature-movie-mask-box {
  width: 100%;
  aspect-ratio: 16/9;
  -webkit-mask-image: url(../../assets/img/feature/feature-movie-frame.png);
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: top center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main article .feature-movie-box .feature-movie-frame-box .feature-movie-container .feature-movie-mask-box {
    -webkit-mask-image: url(../../assets/img/feature/feature-movie-frame-sp.png);
  }
}
.l-main article .feature-movie-box .feature-movie-frame-box .feature-movie-container .feature-movie-mask-box .video-box {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.l-main article .feature-movie-box .feature-movie-frame-box .feature-movie-container .feature-movie-mask-box .video-box video {
  width: auto;
  height: 100%;
  display: block;
}
.l-main article .feature-movie-box .feature-movie-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 167px;
       column-gap: 167px;
  margin-top: -2%;
}
@media screen and (max-width: 640px) {
  .l-main article .feature-movie-box .feature-movie-img-box {
    -moz-column-gap: normal;
         column-gap: normal;
  }
}
.l-main article .feature-movie-box .feature-movie-img-box .feature-movie-img01 {
  width: 27.39%;
  display: block;
  position: relative;
  top: 123px;
}
@media screen and (max-width: 640px) {
  .l-main article .feature-movie-box .feature-movie-img-box .feature-movie-img01 {
    width: 54.44%;
    left: -4%;
    margin-top: -36%;
  }
}
.l-main article .feature-movie-box .feature-movie-img-box .feature-movie-img01 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .feature-movie-box .feature-movie-img-box .feature-movie-img02 {
  width: 26.55%;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .feature-movie-box .feature-movie-img-box .feature-movie-img02 {
    width: 52.77%;
    position: relative;
    right: -7.5%;
  }
}
.l-main article .feature-movie-box .feature-movie-img-box .feature-movie-img02 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .case {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
  margin-top: 250px;
}
@media screen and (max-width: 640px) {
  .l-main article .case {
    margin-top: 110px;
    padding-bottom: 200px;
  }
}
.l-main article .case .case-sub-title {
  width: 50px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-main article .case .case-sub-title {
    width: 36px;
  }
}
.l-main article .case .case-title {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.3428571429;
  font-weight: 700;
  margin: 23px 0 52px;
  text-align: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 640px) {
  .l-main article .case .case-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.35;
    margin: 10px 0 40px;
  }
}
.l-main article .case .case-bg01 {
  position: absolute;
  left: -35%;
  top: -51%;
  width: 80%;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .case .case-bg01 {
    display: none;
  }
}
.l-main article .case .case-bg01 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .case .case-bg02 {
  position: absolute;
  right: -27%;
  top: -31%;
  width: 72.5%;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .case .case-bg02 {
    display: none;
  }
}
.l-main article .case .case-bg02 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .case .slider {
  width: 100vw;
  position: relative;
}
.l-main article .case .slider .slick-list {
  padding: 2% 15% 5% !important;
}
@media screen and (max-width: 640px) {
  .l-main article .case .slider .slick-list {
    padding: 5% 0 !important;
  }
}
.l-main article .case .slider .slick-slide {
  transform: scale(0.8);
  transition: all 0.3s;
  opacity: 0.5;
}
.l-main article .case .slider .case-icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  text-align: left;
  text-indent: -9999rem;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .l-main article .case .slider .case-icon {
    width: 50px;
  }
}
.l-main article .case .slider .case-prev_icon {
  left: calc(50% - 318px);
}
@media screen and (max-width: 640px) {
  .l-main article .case .slider .case-prev_icon {
    left: calc(50% - 180px);
  }
}
.l-main article .case .slider .case-next_icon {
  right: calc(50% - 318px);
}
@media screen and (max-width: 640px) {
  .l-main article .case .slider .case-next_icon {
    right: calc(50% - 180px);
  }
}
.l-main article .case .slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
  position: relative;
  z-index: 10;
}
.l-main article .case .slider .slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-main article .case .slider .slide-dots {
    margin: 14% 0 0 0;
  }
}
.l-main article .case .slider .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .l-main article .case .slider .slide-dots li {
    margin: 0;
  }
}
.l-main article .case .slider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.l-main article .case .slider .slide-dots li button::before {
  content: "";
  cursor: pointer;
  border-radius: 50%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -40px;
  width: 8px;
  height: 8px;
  background: #e6e6e6;
}
.l-main article .case .slider .slide-dots .slick-active button::before {
  background: #FF5314 !important;
}
.l-main article .case .slider button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}
@media screen and (max-width: 640px) {
  .l-main article .case .slider button {
    padding: 0 10px;
  }
}
.l-main article .case .slider .slider-box {
  width: 550px;
  margin: 0 auto;
  padding: 40px 45px 0;
  height: 705px;
  border-radius: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .l-main article .case .slider .slider-box {
    width: 300px;
    height: 553px;
    padding: 27px 30px 0;
    margin: 0 -30px 0;
  }
}
.l-main article .case .slider .slider-box .slider-img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .l-main article .case .slider .slider-box .slider-img {
    width: 80%;
  }
}
.l-main article .case .slider .slider-box .slider-img img {
  width: 100%;
  vertical-align: middle;
  border-radius: 20px;
}
.l-main article .case .slider .slider-box .card-name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 23px;
}
@media screen and (max-width: 640px) {
  .l-main article .case .slider .slider-box .card-name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.l-main article .case .slider .slider-box .card-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  font-weight: 500;
  margin-top: 17px;
  letter-spacing: 0.03em;
}
.l-main article .cv {
  width: 100%;
  background: linear-gradient(166deg, #ffc914 0%, #ff5314 100%);
}
.l-main article .cv .cv-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  height: 443px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main article .cv .cv-box {
    display: block;
    height: 415px;
    padding-top: 167px;
    max-width: inherit;
    margin: 0;
  }
}
.l-main article .cv .cv-box .cv-img-block {
  width: 546px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .l-main article .cv .cv-box .cv-img-block {
    width: 206px;
    margin: 0 auto;
    top: -41%;
    right: 23%;
  }
}
.l-main article .cv .cv-box .cv-img-block .cv-img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .cv .cv-box .cv-img-block .cv-img {
    position: absolute;
    left: 42%;
    transform: translateX(-50%);
  }
}
.l-main article .cv .cv-box .cv-img-block .cv-img img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .cv .cv-box .cv-text-block {
  margin-right: 23%;
  margin-top: 2%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-main article .cv .cv-box .cv-text-block {
    margin-right: 0;
  }
}
.l-main article .cv .cv-box .cv-text-block .cv-text {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.3428571429;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .l-main article .cv .cv-box .cv-text-block .cv-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.l-main article .cv .cv-box .cv-text-block .cv-text-sub {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3333333333;
  color: #FFFFFF;
  margin: 11px 0 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .l-main article .cv .cv-box .cv-text-block .cv-text-sub {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.l-main article .cv .cv-box .cv-text-block .cv-btn-link {
  width: 480px;
  height: 90px;
  border-radius: 45px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #FF5314;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .l-main article .cv .cv-box .cv-text-block .cv-btn-link {
    width: 89.74%;
    height: 80px;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}
.l-main article .flow {
  width: 100%;
  padding: 150px 0 180px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main article .flow {
    padding: 80px 0 135px;
  }
}
.l-main article .flow .flow-bg-img {
  position: absolute;
}
.l-main article .flow .flow-bg-img01 {
  width: 40.26%;
  display: block;
  top: 54%;
  left: -14%;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-bg-img01 {
    display: none;
  }
}
.l-main article .flow .flow-bg-img01 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .flow .flow-bg-img02 {
  width: 62.14%;
  display: block;
  top: -7%;
  right: -29%;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-bg-img02 {
    display: none;
  }
}
.l-main article .flow .flow-bg-img02 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .flow .flow-sub-title {
  width: 50px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-sub-title {
    width: 38px;
  }
}
.l-main article .flow .flow-title {
  text-align: center;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.3428571429;
  font-weight: 700;
  margin: 23px 0 73px;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
.l-main article .flow .flow-box {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box {
    width: 100%;
  }
}
.l-main article .flow .flow-box .flow-block {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 47px;
       column-gap: 47px;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block {
    margin-bottom: 30%;
    flex-direction: column;
  }
}
.l-main article .flow .flow-box .flow-block .flow-item-box {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-item-box {
    width: 32.5%;
    padding-top: 32.5%;
    position: relative;
    height: inherit;
  }
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-item-box .flow-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item01 {
  width: 83px;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-item-box .flow-item01 {
    width: 46.68%;
  }
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item01 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item02 {
  width: 75px;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-item-box .flow-item02 {
    width: 41.81%;
  }
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item02 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item03 {
  width: 100px;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-item-box .flow-item03 {
    width: 55.73%;
  }
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item03 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item04 {
  width: 89px;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-item-box .flow-item04 {
    width: 49.61%;
  }
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item04 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item05 {
  width: 79px;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-item-box .flow-item05 {
    width: 44.01%;
  }
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item05 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item06 {
  width: 75px;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-item-box .flow-item06 {
    width: 41.86%;
  }
}
.l-main article .flow .flow-box .flow-block .flow-item-box .flow-item06 img {
  width: 100%;
  vertical-align: middle;
}
.l-main article .flow .flow-box .flow-block .flow-text-block {
  width: 640px;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-text-block {
    width: 76.92%;
  }
}
.l-main article .flow .flow-box .flow-block .flow-text-block .flow-step-number {
  display: block;
  width: 76px;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-text-block .flow-step-number {
    width: 67px;
  }
}
.l-main article .flow .flow-box .flow-block .flow-text-block .flow-step-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.35;
  color: #000000;
  font-weight: 700;
  margin: 11px 0 21px;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-text-block .flow-step-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
  }
}
.l-main article .flow .flow-box .flow-block .flow-text-block .flow-step-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block .flow-text-block .flow-step-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block-line {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block-line::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 10%;
    background: #FFD3C3;
    top: -17%;
  }
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box .flow-block-end {
    margin-bottom: 0;
  }
}
.l-main article .flow .flow-box::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 15.5%;
  width: 4px;
  background: #FFD3C3;
  height: 88%;
}
@media screen and (max-width: 640px) {
  .l-main article .flow .flow-box::before {
    display: none;
  }
}
.l-main article .contact {
  width: 100%;
  background-image: url(../../assets/img/contact/contact-bg.png);
  background-size: 100% 100%;
  background-position: top;
  padding: 250px 0 306px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main article .contact {
    background-image: url(../../assets/img/contact/contact-bg-sp.png);
    padding: 53px 0 77px;
  }
}
.l-main article .contact .mail_form {
  max-width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 103px 100px 91px;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form {
    width: 84.62%;
    padding: 47px 15px 62px;
  }
}
.l-main article .contact .mail_form .contact-sub-title {
  width: 90px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form .contact-sub-title {
    width: 68px;
  }
}
.l-main article .contact .mail_form .contact-title {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.3428571429;
  font-weight: 700;
  text-align: center;
  margin: 23px 0 80px;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form .contact-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.35;
    margin: 10px 0 35px;
  }
}
.l-main article .contact .mail_form dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl {
    display: block;
    margin-bottom: 30px;
  }
}
.l-main article .contact .mail_form dl dt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 6.8333333333;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl dt {
    line-height: inherit;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    align-items: baseline;
  }
}
.l-main article .contact .mail_form dl dt .mandatory {
  margin-right: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  background: #FF5314;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  line-height: 6.8333333333;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl dt .mandatory {
    width: 50px;
    height: 24px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 7.6875;
    margin-right: 10px;
  }
}
.l-main article .contact .mail_form dl dt p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 6.8333333333;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl dt p {
    width: 80%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
.l-main article .contact .mail_form dl dd {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.l-main article .contact .mail_form dl dd input::-moz-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 6.8333333333;
  text-align: left;
  color: #333;
  opacity: 0.2;
}
.l-main article .contact .mail_form dl dd input::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 6.8333333333;
  text-align: left;
  color: #333;
  opacity: 0.2;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl dd input::-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
    line-height: 7.6875;
  }
  .l-main article .contact .mail_form dl dd input::placeholder {
    font-size: 16px;
    font-size: 1rem;
    line-height: 7.6875;
  }
}
.l-main article .contact .mail_form dl dd .form-text {
  width: 650px;
  height: 70px;
  border-radius: 10px;
  background: #f5f5f5;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl dd .form-text {
    width: 100%;
    padding-left: 15px;
  }
}
.l-main article .contact .mail_form dl dd ul {
  width: 460px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl dd ul {
    width: 100%;
  }
}
.l-main article .contact .mail_form dl dd ul li label {
  display: flex;
  align-items: center;
}
.l-main article .contact .mail_form dl dd ul li label input[type=radio] {
  margin: 0 20px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #707070;
}
.l-main article .contact .mail_form dl dd ul li:first-child {
  margin-right: 56px;
}
.l-main article .contact .mail_form dl .shoes-type {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl .shoes-type {
    width: 100%;
  }
}
.l-main article .contact .mail_form dl .shoes-type select {
  width: 460px;
  height: 70px;
  border-radius: 10px;
  background: #f5f5f5;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl .shoes-type select {
    width: 100%;
    padding-left: 15px;
  }
}
.l-main article .contact .mail_form dl .shoes-type::after {
  content: "\f078"; /* Unicode for the down-arrow icon */
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.l-main article .contact .mail_form dl .mini-text {
  width: 460px;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl .mini-text {
    width: 100%;
  }
}
.l-main article .contact .mail_form dl .mini-text input {
  width: 141px;
  height: 70px;
  border-radius: 10px;
  background: #f5f5f5;
  margin-right: 18px;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form dl .mini-text input {
    width: 66.67%;
    margin-right: 16px;
    padding-left: 15px;
  }
}
.l-main article .contact .mail_form .personal-information-box {
  margin-top: 30px;
}
.l-main article .contact .mail_form .personal-information-box .personal-information {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.5714285714;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form .personal-information-box .personal-information {
    line-height: normal;
    white-space: nowrap;
  }
}
.l-main article .contact .mail_form .personal-information-box .personal-information input[type=checkbox] {
  margin: 0 20px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #707070;
}
.l-main article .contact .mail_form .personal-information-box .personal-information .handling {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.5714285714;
  font-weight: 500;
  color: #00B2DD;
  text-decoration: underline;
}
.l-main article .contact .mail_form .confirm_submit_button {
  width: 100%;
  height: 80px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form .confirm_submit_button {
    margin-top: 30px;
  }
}
.l-main article .contact .mail_form .confirm_submit_button .confirm-btn {
  width: 400px;
  height: 100%;
  background: #FF5314;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  border-radius: 40px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 640px) {
  .l-main article .contact .mail_form .confirm_submit_button .confirm-btn {
    width: 100%;
  }
}

.l-footer {
  padding: 20% 0 27px;
  margin-top: -17%;
  background: linear-gradient(166deg, #ffc914 0%, #ff5314 100%);
}
@media screen and (max-width: 640px) {
  .l-footer {
    padding: 35% 0 14px;
  }
}
.l-footer .footer-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-footer .footer-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}
.l-footer .footer-logo-box {
  width: 291.43px;
  margin: 35px auto 30px;
}
@media screen and (max-width: 640px) {
  .l-footer .footer-logo-box {
    width: 256.49px;
    margin: 16px auto 36px;
  }
}
.l-footer .footer-logo-box .footer-logo {
  width: 100%;
}
.l-footer .footer-logo-box .footer-logo img {
  width: 100%;
  vertical-align: middle;
}
.l-footer .footer-sns-box {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 34px;
}
@media screen and (max-width: 640px) {
  .l-footer .footer-sns-box {
    margin-bottom: 53px;
  }
}
.l-footer .footer-sns-box .instagram-icon {
  width: 24px;
  height: auto;
}
.l-footer .footer-sns-box .x-icon {
  width: 22px;
  height: auto;
}
.l-footer .footer-sns-box .tiktok-icon {
  width: 21px;
  height: auto;
}
.l-footer .footer-sns-box .line-icon {
  width: 25px;
  height: auto;
}
.l-footer .footer-company-name, .l-footer .footer-company-access {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.0714285714;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
}
.l-footer .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #FFFFFF;
  text-align: center;
  margin-top: 65px;
  letter-spacing: 0.1em;
}

.confirm-footer {
  padding: 80px 0 27px;
  background: linear-gradient(166deg, #ffc914 0%, #ff5314 100%);
}
@media screen and (max-width: 640px) {
  .confirm-footer {
    padding: 15% 0 14px;
  }
}
.confirm-footer .footer-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .confirm-footer .footer-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}
.confirm-footer .footer-logo-box {
  width: 291.43px;
  margin: 35px auto 30px;
}
@media screen and (max-width: 640px) {
  .confirm-footer .footer-logo-box {
    width: 256.49px;
    margin: 16px auto 36px;
  }
}
.confirm-footer .footer-logo-box .footer-logo {
  width: 100%;
}
.confirm-footer .footer-logo-box .footer-logo img {
  width: 100%;
  vertical-align: middle;
}
.confirm-footer .footer-sns-box {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 34px;
}
@media screen and (max-width: 640px) {
  .confirm-footer .footer-sns-box {
    margin-bottom: 53px;
  }
}
.confirm-footer .footer-sns-box .instagram-icon {
  width: 24px;
  height: auto;
}
.confirm-footer .footer-sns-box .x-icon {
  width: 22px;
  height: auto;
}
.confirm-footer .footer-sns-box .tiktok-icon {
  width: 21px;
  height: auto;
}
.confirm-footer .footer-sns-box .line-icon {
  width: 25px;
  height: auto;
}
.confirm-footer .footer-company-name, .confirm-footer .footer-company-access {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.0714285714;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.confirm-footer .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #FFFFFF;
  text-align: center;
  margin-top: 65px;
}

.p-confirm-form {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .p-confirm-form {
    padding: 50px 0 30px;
  }
}
.p-confirm-form .p-confirm-main-title {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .p-confirm-main-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-confirm-form .p-confirm-form__text-box {
  display: flex;
  max-width: 960px;
  margin: 60px auto 0;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .p-confirm-form__text-box {
    padding: 0 40px;
    justify-content: left;
    text-align: left;
  }
}
.p-confirm-form .p-confirm-form__text-box .p-confirm-form__text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.p-confirm-form .mail_form-confirm {
  padding: 50px 20px;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm {
    margin: 50px 20px 0;
    max-width: inherit;
  }
}
.p-confirm-form .mail_form-confirm dl {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm dl {
    display: block;
  }
}
.p-confirm-form .mail_form-confirm dl dt {
  width: 55%;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm dl dt {
    width: auto;
  }
}
.p-confirm-form .mail_form-confirm dl dd {
  width: 64.5%;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm dl dd {
    width: auto;
  }
}
.p-confirm-form .mail_form-confirm .border-first {
  border-top: 1px solid #e3e3e3;
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex {
    display: block;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_white_btn {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_white_btn {
    width: 100%;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_white_btn .return-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  border-radius: 70px;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_white_btn .return-btn {
    margin: 0 auto 30px;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_white_btn .return-btn .fas {
  background: #FFFFFF;
  border: 1px solid #FF5314;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 70px;
  height: 70px;
  display: block;
  text-align: center;
  color: #FF5314;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_white_btn .return-btn .fas {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_white_btn .return-btn .fas:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_white_btn .return-btn .fas:hover {
    opacity: inherit;
    transition: inherit;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_confirm_btn {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_confirm_btn {
    width: 100%;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_confirm_btn .thanks-btn {
  display: flex;
  justify-content: center;
  background: #FF5314;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 70px;
  height: 70px;
  display: block;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_confirm_btn .thanks-btn .thanks-btn-link {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_confirm_btn .thanks-btn .thanks-btn-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_confirm_btn .thanks-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .flash_confirm_btn .thanks-btn:hover {
    opacity: inherit;
    transition: inherit;
  }
}

.thanks-body {
  width: 100%;
}
.thanks-body .p-thanks {
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .thanks-body .p-thanks {
    padding: 100px 5.33%;
  }
}
.thanks-body .p-thanks .p-thanks__message {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
}
.thanks-body .p-thanks .p-thanks__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 40px 0 60px;
}
.thanks-body .p-thanks .p-thanks__top-link-box {
  display: flex;
  justify-content: center;
  background: #FF5314;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 70px;
  height: 70px;
  color: #FFFFFF;
  position: relative;
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width: 640px) {
  .thanks-body .p-thanks .p-thanks__top-link-box {
    width: 80%;
  }
}
.thanks-body .p-thanks .p-thanks__top-link-box .p-thanks__top-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 640px) {
  .thanks-body .p-thanks .p-thanks__top-link-box .p-thanks__top-link {
    font-size: 16px;
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */