@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", NotoSansJP, "Noto Sans", "Noto Sans JP";
}

html {
  scroll-behavior: smooth;
}

body {
  color: #4694D1;
}

.pc-header {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-header {
    display: none;
  }
}
.pc-header .pc-header-sub {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fcfcfc;
  padding: 8px 20px;
  color: #E38896;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.22em;
  font-family: "Roboto", sans-serif;
}
.pc-header .pc-header-sub .header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.pc-header .pc-header-sub .header-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pc-header .header-main {
  background-color: #E38896;
  padding: 12px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1260px) {
  .pc-header .header-main {
    padding: 12px 32px 12px 12px;
  }
}
.pc-header .header-main .header-logo {
  width: 100%;
  max-width: 206px;
}
@media screen and (max-width: 1260px) {
  .pc-header .header-main .header-logo {
    max-width: 140px;
  }
}
.pc-header .header-main .header-nav {
  color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.22em;
  height: 71px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1260px) {
  .pc-header .header-main .header-nav {
    gap: 40px;
    font-size: 12px;
  }
}
.pc-header .header-main .header-nav .header-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 4px;
  position: relative;
  height: 100%;
}
.pc-header .header-main .header-nav .header-nav-item::after {
  content: "";
  position: absolute;
  height: 71px;
  width: 1px;
  background-color: #fcfcfc;
  top: 0;
  right: -24px;
  rotate: 20deg;
}
.pc-header .header-main .header-nav .header-nav-item:last-child::after {
  display: none;
}
.pc-header .header-main .header-nav .header-nav-item span,
.pc-header .header-main .header-nav .header-nav-item small {
  display: block;
  text-align: center;
}
.pc-header .header-main .header-nav .header-nav-item span {
  translate: 1px 0px;
}
.pc-header .header-main .header-nav .header-nav-item small {
  font-size: 12px;
}

.sp-header {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-header {
    display: block;
  }
}
.sp-header .sp-header-sub {
  text-align: center;
  background-color: #fcfcfc;
  padding: 8px 20px;
  color: #E38896;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  font-family: "Roboto", sans-serif;
}
.sp-header .sp-header-main {
  background-color: #E38896;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-header .sp-header-main .sp-header-logo {
  width: 110px;
}
.sp-header .sp-header-main .sp-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.sp-header .sp-header-main .sp-header-menu .sp-header-menu-item {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fcfcfc;
}
.sp-header .sp-header-nav {
  position: fixed;
  top: 34px;
  left: 0;
  width: 100%;
  height: calc(100vh - 34px);
  background-color: #E38896;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  translate: 100% 0%;
  visibility: hidden;
}
.sp-header .sp-header-nav.--active {
  opacity: 1;
  translate: 0 0;
  visibility: visible;
}
.sp-header .sp-header-nav .sp-header-nav-close {
  padding-top: 24px;
  position: relative;
}
.sp-header .sp-header-nav .sp-header-nav-close .sp-header-nav-close-item {
  display: block;
  right: 24px;
  width: 24px;
  height: 2px;
  background-color: #fcfcfc;
  position: absolute;
}
.sp-header .sp-header-nav .sp-header-nav-close .sp-header-nav-close-item.--left {
  rotate: 45deg;
}
.sp-header .sp-header-nav .sp-header-nav-close .sp-header-nav-close-item.--right {
  rotate: -45deg;
}
.sp-header .sp-header-nav .sp-header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 24px;
  margin-bottom: 24px;
}
.sp-header .sp-header-nav .sp-header-nav-list .sp-header-nav-item a {
  color: #fcfcfc;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-header .sp-header-nav .sp-header-nav-list .sp-header-nav-item a .sp-header-nav-item-en {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
.sp-header .sp-header-nav .sp-header-nav-list .sp-header-nav-item a .sp-header-nav-item-jp {
  font-size: 12px;
}
.sp-header .sp-header-nav .sp-header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.f-instagram {
  background: url(../images/common/challenge_bg.webp) repeat-y 0% center/cover, #422D82;
  padding: 109px 0px 105px;
}
@media screen and (max-width: 768px) {
  .f-instagram {
    padding: 60px 40px;
  }
}
.f-instagram .instagram-inner {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 410px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .f-instagram .instagram-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .f-instagram .instagram-inner .instagram-inner-title h2 {
    max-width: 350px;
    margin-inline: auto;
  }
}
.f-instagram .instagram-inner .instagram-inner-title h2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-instagram .instagram-inner .instagram-inner-content .instagram-inner-content-text {
  text-align: center;
  color: #fcfcfc;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .f-instagram .instagram-inner .instagram-inner-content .instagram-inner-content-text {
    font-size: 16px;
  }
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 22px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #4694D1;
  border-radius: 4px;
  padding: 10px 16px;
  cursor: pointer;
  background: #fcfcfc;
  color: #4694D1;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .button-wrapper {
    font-size: 14px;
    margin: 22px auto 0;
    padding: 8px 24px;
  }
}
.button-wrapper:hover {
  background-color: #4694D1;
  color: #fcfcfc;
  border-color: #fcfcfc;
}
.button-wrapper:hover svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fcfcfc;
}

.f-sns .sns-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .f-sns .sns-inner {
    grid-template-columns: 1fr;
  }
}
.f-sns .sns-inner::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 120px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-color: #EDC6CB;
}
@media screen and (max-width: 768px) {
  .f-sns .sns-inner::after {
    display: none;
  }
}
.f-sns .sns-inner .sns-title {
  text-align: center;
  color: #fcfcfc;
  font-weight: bold;
}
.f-sns .sns-inner .sns-title .sns-title-en {
  font-size: 32px;
  letter-spacing: 0.02em;
  display: block;
}
.f-sns .sns-inner .sns-title .sns-title-jp {
  font-size: 12px;
  display: block;
}
.f-sns .sns-inner .sns-content .picturearea {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .f-sns .sns-inner .sns-content .picturearea {
    padding: 0 20px;
  }
}
.f-sns .sns-inner .sns-content .picturearea .youtube-content {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.f-sns .sns-inner .sns-content .picturearea .youtube-content:hover {
  opacity: 0.85;
}
.f-sns .sns-inner .sns-content .picturearea .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}
.f-sns .sns-inner .sns-content .sns-content-text {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  color: #fcfcfc;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .f-sns .sns-inner .sns-content .sns-content-text {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.f-sns .sns-inner .sns-content .sns-content-text::before, .f-sns .sns-inner .sns-content .sns-content-text::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .f-sns .sns-inner .sns-content .sns-content-text::before, .f-sns .sns-inner .sns-content .sns-content-text::after {
    position: absolute;
    bottom: 8px;
  }
}
.f-sns .sns-inner .sns-content .sns-content-text::before {
  rotate: 55deg;
}
@media screen and (max-width: 768px) {
  .f-sns .sns-inner .sns-content .sns-content-text::before {
    left: -24px;
  }
}
.f-sns .sns-inner .sns-content .sns-content-text::after {
  rotate: -55deg;
}
@media screen and (max-width: 768px) {
  .f-sns .sns-inner .sns-content .sns-content-text::after {
    right: -20px;
  }
}
.f-sns .sns-inner .youtube {
  height: 100%;
  background-color: #EDC6CB;
  padding: 80px 0px;
}
.f-sns .sns-inner .youtube .picturearea {
  width: 70%;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .f-sns .sns-inner .youtube .picturearea {
    width: 100%;
    margin: 40px auto 24px;
  }
}
.f-sns .sns-inner .instagram {
  height: 100%;
  padding: 80px 0px;
  background-color: #E38896;
}
.f-sns .sns-inner .instagram .picturearea {
  width: 60%;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .f-sns .sns-inner .instagram .picturearea {
    width: 100%;
    margin: 40px auto 0;
  }
}
.f-sns .pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .f-sns .pc-none {
    display: block;
  }
}

.ui-morelinkbtn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.ui-morelinkbtn .ui-morelinkbtn-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #fcfcfc;
  border-radius: 4px;
  color: #4694D1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ui-morelinkbtn .ui-morelinkbtn-btn .ui-morelinkbtn-btn-text {
  font-size: 13px;
  font-weight: 700;
}
.ui-morelinkbtn .ui-morelinkbtn-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  background-image: url(../images/icons/more-link-btn-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ui-morelinkbtn .ui-morelinkbtn-btn:hover {
  background-color: #4694D1;
  color: #fcfcfc;
  border-color: #fcfcfc;
}
.ui-morelinkbtn .ui-morelinkbtn-btn:hover svg path {
  fill: #fcfcfc;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

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

address,
em {
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

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

.contents {
  position: relative;
  background-color: #FFFAF0;
  color: #444444;
}

.pc-leftArea {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-leftArea {
    display: block;
  }
}

.lp-bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/lp/pc-bg-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-wrap {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pc-leftArea .wrap {
    left: 168px;
    top: 79px;
    position: fixed;
    width: 484px;
    border: 4px solid #4694D1;
    border-radius: 20px;
    background-color: #fcfcfc;
    padding: 34px 74px;
  }
  .pc-leftArea .fv-top-people {
    position: absolute;
    top: -50px;
    right: 0;
    width: 200px;
  }
  .pc-leftArea .title {
    font-size: 20px;
    font-weight: bold;
    font-family: "Boldonse", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    margin-bottom: 14px;
    color: #4694D1;
    text-align: center;
  }
  .pc-leftArea .list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 12px;
    text-decoration: none;
  }
  .pc-leftArea .list-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/lp/red-star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
  }
  .pc-leftArea li {
    position: relative;
  }
  .pc-leftArea li .parts {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc-leftArea li .parts::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #E95037;
    margin-right: 10px;
  }
  .pc-leftArea li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background-image: repeating-linear-gradient(to right, #ffce29, #ffce29 4px, transparent 4px, transparent 10px);
    background-repeat: repeat-x;
    border-radius: 9999px;
  }
  .pc-leftArea .item-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
    padding-bottom: 17px;
  }
  .pc-leftArea .cv-btn {
    margin-bottom: 10px;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .pc-leftArea .cv-btn {
    padding: 20px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .pc-leftArea .cv-btn-top {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .pc-leftArea .cv-btn-top {
    padding: 20px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .pc-leftArea .pc-cv-wrap {
    margin: 35px auto 0;
    text-align: center;
    width: 336px;
    font-weight: bold;
  }
  .pc-leftArea .pc-cv-wrap .phone-icon {
    width: 24px;
  }
  .pc-leftArea .pc-cv-wrap .right-arrow-icon {
    width: 9px;
  }
  .pc-leftArea .pc-cv-wrap .businessHours {
    display: block;
    font-size: 12px;
  }
  .pc-leftArea .pc-cv-wrap .tel {
    width: 160px;
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.padding-wrapper {
  padding: 0 16px;
}

/*吹き出しのパーツ*/
.speech-bubble {
  margin-bottom: -12px;
  color: #E95037;
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #E95037;
  padding: 5px 0 8px;
  font-size: 14px;
  text-align: center;
  min-width: 253px;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  /* ボーダー厚み分だけ下にずらす */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #E95037 transparent transparent transparent;
}

.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}

/* 黄色ボタン*/
.cv-btn {
  background-color: #ffce29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .cv-btn {
    padding: 28px 24px;
  }
}
.cv-btn .paper-icon {
  width: 25px;
}
.cv-btn .right-arrow-icon {
  width: 11px;
}

.text-red {
  color: #E95037;
}

.three-star {
  width: 66px;
  vertical-align: top;
}

/*メイン*/
.lp {
  overflow: hidden;
  max-width: 402px;
  margin: auto;
  z-index: 20;
  position: relative;
  background-color: #FFFAF0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 1024px) {
  .lp {
    margin-left: 55%;
    margin-bottom: 0;
  }
}
.lp .tel {
  width: 175px;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp .bg-wrapper {
  position: fixed;
  z-index: 10;
  top: 50px;
  left: 0;
  width: 100%;
  height: auto;
}
.lp .bg-wrapper img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .lp .bg-wrapper {
    left: auto;
  }
  .lp .bg-wrapper img {
    width: auto;
  }
}
.lp .fv {
  padding: 50px 0 0;
  position: relative;
  z-index: 100;
  color: #111;
}
.lp .fv .logo-wrapper {
  width: 100px;
  max-width: 300px;
  margin-left: 20px;
}
.lp .fv .logo-wrapper img {
  width: 100%;
}
.lp .fv .message-wrapper {
  position: relative;
}
.lp .fv .message-wrapper .yellow-wrapper {
  position: absolute;
  top: -16px;
  left: 12px;
  width: 69px;
}
.lp .fv .message-wrapper .yellow-wrapper img {
  width: 100%;
}
.lp .fv .message-wrapper .fv-top-wrapper {
  position: absolute;
  top: -65px;
  right: 29px;
  width: 266px;
}
.lp .fv .message-wrapper .fv-top-wrapper img {
  width: 100%;
}
.lp .fv .message-wrapper h1 {
  margin-top: 88px;
  padding: 0 20px;
}
.lp .fv .message-wrapper .fv-bottom-wrapper {
  position: absolute;
  bottom: -35px;
  left: 30px;
  width: 346px;
}
.lp .fv .message-wrapper .fv-bottom-wrapper img {
  width: 100%;
}
.lp .fv .research-wrapper {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 57px;
}
.lp .fv .research-wrapper img {
  width: 100%;
}
.lp .fv .research-text {
  margin-top: 36px;
  font-size: 10px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.lp .cv-btn-area {
  text-align: center;
  margin-top: 22px;
  background-color: #4694D1;
  padding: 22px 16px 34px;
}
.lp .worry-section {
  background-color: #eee;
}
.lp .worry-section h2 {
  padding-top: 54px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
  margin-bottom: 20px;
}
.lp .worry-section .dotted-line {
  width: 300px;
}
.lp .worry-section .worry-list {
  padding: 0 22px;
  position: relative;
  height: 457px;
}
.lp .worry-section .worry-item {
  width: 183px;
}
.lp .worry-section .item1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 20px;
}
.lp .worry-section .item2 {
  position: absolute;
  top: 108px;
  right: 0;
  margin-right: 20px;
}
.lp .worry-section .item3 {
  position: absolute;
  top: 206px;
  left: 0;
  margin-left: 20px;
}
.lp .worry-section .item4 {
  position: absolute;
  top: 301px;
  right: 0;
  margin-right: 20px;
}
.lp .arched-top {
  position: relative;
  width: 100%;
  height: 110px;
  background: #f0f0f0;
  overflow: hidden;
}
.lp .arched-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #4694D1;
  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
}
.lp .triangle-down {
  margin-bottom: 38px;
}
.lp .cv-btn-area1 {
  background-color: #E95037;
}
.lp .cv-btn-area1 .wrap {
  padding: 33px 22px 27px;
  background-color: #fcfcfc;
}
.lp .cv-btn-area1 .people-icon {
  width: 243px;
  height: 73px;
  margin-bottom: -10px;
  margin-top: 10px;
}
.lp .cv-btn-area1 .speech-bubble {
  margin-bottom: -12px;
  color: #E95037;
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #E95037;
  padding: 5px 0 8px;
  font-size: 14px;
  text-align: center;
  min-width: 253px;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.lp .cv-btn-area1 .speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  /* ボーダー厚み分だけ下にずらす */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #E95037 transparent transparent transparent;
}
.lp .cv-btn-area1 .speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
.lp .manabycreators-seciton {
  position: relative;
  padding: 0px 16px 30px;
  text-align: center;
  font-size: 18px;
  background-color: #4694D1;
}
.lp .manabycreators-seciton .wrap {
  background-color: #FFFAF0;
  padding: 0px 12px 40px;
  border-radius: 10px;
  position: relative;
}
.lp .manabycreators-seciton .star {
  position: absolute;
  top: -56px;
  right: -14px;
  width: 123px;
}
.lp .manabycreators-seciton h2 {
  padding-top: 56px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 9px;
}
.lp .manabycreators-seciton h2 span {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.lp .manabycreators-seciton .manabycreators-message-wrapper {
  margin: 65px 0 52px;
  position: relative;
}
.lp .manabycreators-seciton .manabycreators-message-wrapper .manabycreators-top-wrapper {
  position: absolute;
  top: -60px;
  right: 45px;
  width: 249px;
}
.lp .manabycreators-seciton .manabycreators-message-wrapper .manabycreators-top-wrapper img {
  width: 100%;
}
.lp .manabycreators-seciton .manabycreators-message-wrapper h3 {
  padding: 47px 0;
  border: 9px solid #4694D1;
  border-radius: 20px;
  background-color: #fcfcfc;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .lp .manabycreators-seciton .manabycreators-message-wrapper h3 {
    font-size: 18px;
  }
}
.lp .manabycreators-seciton .manabycreators-message-wrapper .manabycreators-bottom-wrapper {
  position: absolute;
  bottom: -32px;
  left: 8px;
  width: 331px;
}
.lp .manabycreators-seciton .manabycreators-message-wrapper .manabycreators-bottom-wrapper img {
  width: 100%;
}
.lp .manabycreators-seciton .manabycreators-text {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.09em;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .lp .manabycreators-seciton .manabycreators-text-bottom {
    display: block;
  }
}
.lp .manabycreators-seciton .label-box {
  margin: 20px 0 40px;
  position: relative;
  border: 1px solid #444;
  border-radius: 12px;
  padding: 48px 24px 24px;
  padding: 3rem 1.5rem 1.5rem;
  text-align: center;
  color: #444;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 17px 8px 18px;
}
@media (min-width: 768px) {
  .lp .manabycreators-seciton .label-box {
    font-size: 14px;
  }
}
.lp .manabycreators-seciton .label-box .title {
  position: absolute;
  top: -1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fefaf1;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.lp .manabycreators-seciton .label-box .title::before {
  right: 100%;
  margin-right: 0.5em;
}
.lp .manabycreators-seciton .label-box .title::after {
  left: 100%;
  margin-left: 0.5em;
}
.lp .manabycreators-seciton .sub-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.lp .manabycreators-seciton .work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lp .manabycreators-seciton .work-title {
  margin-top: 20px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.lp .manabycreators-seciton .text {
  margin: 0 18px 6px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 768px) {
  .lp .manabycreators-seciton .text {
    margin: 0 18px 6px;
  }
}
.lp .manabycreators-seciton .line-red {
  background-color: #E95037;
}
.lp .manabycreators-seciton .line-blue {
  background-color: #4694D1;
}
.lp .manabycreators-seciton .text-red {
  color: #E95037;
}
.lp .manabycreators-seciton .text-blue {
  color: #4694D1;
}
.lp .manabycreators-seciton .line-start {
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  border-radius: 10px;
  margin-top: 5px;
}
.lp .manabycreators-seciton .line-end {
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  border-radius: 10px;
  margin-top: 5px;
}
.lp .manabycreators-seciton .line-btn {
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .lp .manabycreators-seciton .line-btn {
    margin-top: 5px;
  }
}
.lp .manabycreators-seciton .work-box {
  border: 2px solid #E95037;
  background-color: #fcfcfc;
  padding: 12px 0 8px;
  border-radius: 10px;
}
.lp .manabycreators-seciton .work-box-blue {
  border: 2px solid #4694D1;
}
.lp .manabycreators-seciton .label {
  background-color: #E95037;
  color: #fcfcfc;
  border-radius: 40px;
  width: 310px;
  text-align: center;
  margin: auto;
  padding: 6px 0;
}
.lp .manabycreators-seciton .label-blue {
  background-color: #4694D1;
}
.lp .manabycreators-seciton .work-contents {
  width: 195px;
  margin: auto;
}
.lp .manabycreators-seciton .work-contents-sm {
  width: 130px;
}
.lp .manabycreators-seciton .work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.lp .manabycreators-seciton .work-item img {
  width: 71px;
  height: 55px;
}
.lp .manabycreators-seciton .work-item p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.lp .bg-red {
  background-color: #E95037;
}
.lp .bg-red .cv-btn-area1 {
  margin: 0px 16px 0;
}
.lp .bg-red .wrap {
  border-radius: 10px;
  text-align: center;
}
.lp .bg-red .text-bold {
  font-weight: bold;
}
.lp .bg-red .phone-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp .bg-red .cv-btn-top {
  margin-bottom: 16px;
  padding: 15px 16px 13px;
}
@media (min-width: 768px) {
  .lp .bg-red .cv-btn-top {
    padding: 15px 24px 13px;
  }
}
.lp .bg-red .phone-icon {
  width: 24px;
}
.lp .bg-red .businessHours {
  font-size: 13px;
  font-weight: bold;
}
.lp .bg-red .tel {
  font-size: 26px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}
.lp .arched-bottom {
  position: relative;
  width: 100%;
  height: 100px;
  background: #FFFAF0;
  overflow: hidden;
}
.lp .arched-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #E95037;
  border-bottom-left-radius: 100% 100%;
  border-bottom-right-radius: 100% 100%;
}
.lp .feature-section {
  margin-top: 40px;
  text-align: center;
}
.lp .feature-section h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.lp .feature-section h2 .text-sm {
  font-size: 20px;
}
.lp .feature-section h2 .text-xl {
  font-size: 28px;
}
.lp .feature-section .three-star {
  width: 66px;
}
.lp .feature-section ul {
  margin: 20px 0 51px;
}
.lp .feature-section li {
  padding: 30px 22px;
  border-radius: 10px;
  margin: auto;
}
.lp .feature-section li:not(:last-child) {
  margin-bottom: 20px;
}
.lp .feature-section .red-item {
  background-color: #E95037;
}
.lp .feature-section .blue-item {
  background-color: #4694D1;
}
.lp .feature-section .yellow-item {
  background-color: #ffce29;
}
.lp .feature-section .text-sm {
  font-size: 12px;
}
.lp .feature-section .point {
  margin-bottom: 10px;
  width: 106px;
  display: block;
  margin: auto;
}
.lp .feature-section .label {
  background-color: #fcfcfc;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 7px 0;
  border-radius: 30px;
  margin: 10px 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.lp .feature-section p {
  color: #fcfcfc;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.lp .feature-section .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.lp .cv-manabycreators-seciton {
  position: relative;
  padding: 0px 16px 30px;
  text-align: center;
  font-size: 18px;
  background-color: #4694D1;
}
.lp .cv-manabycreators-seciton .wrap {
  background-color: #fcfcfc;
  padding: 0px 12px 20px;
  border-radius: 10px;
  position: relative;
}
.lp .cv-manabycreators-seciton .star {
  position: absolute;
  top: -56px;
  right: -14px;
  width: 123px;
}
.lp .cv-manabycreators-seciton h2 {
  padding-top: 56px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 9px;
}
.lp .cv-manabycreators-seciton h2 span {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.lp .cv-manabycreators-seciton .three-star {
  width: 66px;
  vertical-align: top;
}
.lp .cv-manabycreators-seciton .arched-bottom-blue {
  position: relative;
  width: 100%;
  height: 100px;
  background: #FFFAF0;
  overflow: hidden;
}
.lp .cv-manabycreators-seciton .arched-bottom-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #4694D1;
  border-bottom-left-radius: 100% 100%;
  border-bottom-right-radius: 100% 100%;
}
.lp .cv-manabycreators-seciton .cv-manabycreators-message-wrapper h3 {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .lp .cv-manabycreators-seciton .cv-manabycreators-message-wrapper h3 {
    font-size: 18px;
  }
}
.lp .cv-manabycreators-seciton .cv-manabycreators-message-wrapper h3 p:not(:last-child) {
  margin-bottom: 10px;
}
.lp .cv-manabycreators-seciton .cv-manabycreators-seciton-wrap {
  padding: 0;
  border-radius: 0;
  margin-top: 30px;
}
.lp .cv-manabycreators-seciton .people-icon {
  width: 243px;
  height: 73px;
  margin-bottom: -10px;
  margin-top: 10px;
}
.lp .cv-manabycreators-seciton .text-bold {
  font-weight: bold;
}
.lp .cv-manabycreators-seciton .phone-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp .cv-manabycreators-seciton .cv-btn-top {
  margin-bottom: 12px;
  padding: 15px 16px 13px;
}
@media (min-width: 768px) {
  .lp .cv-manabycreators-seciton .cv-btn-top {
    padding: 15px 24px 13px;
  }
}
.lp .cv-manabycreators-seciton .phone-icon {
  width: 24px;
}
.lp .cv-manabycreators-seciton .businessHours {
  font-size: 13px;
  font-weight: bold;
}
.lp .cv-manabycreators-seciton .tel {
  font-size: 26px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}
.lp .interview-section {
  margin: 40px 0 30px;
  padding: 0 38px;
  text-align: center;
}
.lp .interview-section h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
}
.lp .interview-section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.lp .interview-section .wrap .interview-item {
  border-radius: 20px;
}
.lp .interview-section .wrap .interview-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  margin-bottom: 10px;
}
.lp .interview-section .wrap .interview-item .image {
  width: 95px;
}
.lp .interview-section .wrap .interview-item .introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lp .interview-section .wrap .interview-item .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.lp .interview-section .wrap .interview-item .attribute {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.lp .interview-section .wrap .interview-item h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #E95037;
  text-align: left;
}
.lp .interview-section .wrap .interview-item .text-blue {
  color: #4694D1;
}
.lp .interview-section .wrap .interview-item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
}
.lp .employeeTestimonials-section {
  margin: auto;
  text-align: center;
}
.lp .employeeTestimonials-section .sub-title {
  margin-top: 60px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  text-align: center;
}
.lp .employeeTestimonials-section .work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.lp .employeeTestimonials-section li {
  border: 4px solid #E95037;
  border-radius: 40px;
  background-color: #fcfcfc;
  padding: 23px 16px 20px;
  margin: auto;
}
@media (min-width: 768px) {
  .lp .employeeTestimonials-section li {
    padding: 23px 20px 20px;
  }
}
.lp .employeeTestimonials-section li .staff1 {
  width: 292px;
  margin-bottom: -35px;
}
.lp .employeeTestimonials-section li .staff2 {
  width: 174px;
  margin-bottom: -2px;
}
.lp .employeeTestimonials-section li .work-title {
  text-align: left;
}
.lp .employeeTestimonials-section li .work-title .text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fcfcfc;
  text-align: left;
  padding: 2px 5px 2px 6px;
  display: inline-block;
}
@media (min-width: 768px) {
  .lp .employeeTestimonials-section li .work-title .text {
    font-size: 18px;
  }
}
@media (max-width: 382px) {
  .lp .employeeTestimonials-section li .work-title .text {
    font-size: 16px;
  }
}
.lp .employeeTestimonials-section li .work-title span:not(:last-child) {
  margin-bottom: 3px;
}
.lp .employeeTestimonials-section li .work-title .text-red {
  background-color: #E95037;
}
.lp .employeeTestimonials-section li .work-title .text-blue {
  background-color: #4694D1;
}
.lp .employeeTestimonials-section li .message {
  margin-top: 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
}
.lp .employeeTestimonials-section li:nth-child(even) {
  border: 4px solid #4694D1;
}
.lp .px-4 {
  padding: 16px 0;
}
.lp .flow-section {
  margin: auto;
  text-align: center;
}
.lp .flow-section h2 {
  padding-top: 56px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 9px;
}
.lp .flow-section .three-star {
  width: 66px;
  vertical-align: top;
}
.lp .flow-section p {
  font-size: 16px;
  font-weight: 500px;
  line-height: 1.6;
  text-align: center;
}
.lp .flow-section .image {
  width: 225px;
  display: block;
  margin: 20px auto 0;
}
.lp .flow-section ul {
  margin: 22px 0 60px;
}
.lp .flow-section ul li:not(:last-child) {
  margin-bottom: 14px;
}
.lp .flow-section ul .flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  color: #111;
  padding: 20px;
  background-color: #fcfcfc;
  border: 2px solid #E95037;
  border-radius: 10px;
}
.lp .flow-section ul .flow-box .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 8px;
}
.lp .flow-section ul .flow-box .left-side .index {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #E95037;
  font-family: "Boldonse", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
}
.lp .flow-section ul .flow-box .left-side .icon {
  width: 47px;
  height: auto;
  /* 必要なら固定する: 60pxとかでもOK */
  display: block;
}
.lp .flow-section ul .flow-box .left-side .index {
  margin-bottom: 2px;
}
.lp .flow-section ul .flow-box .right-side {
  text-align: left;
}
.lp .flow-section ul .flow-box .right-side h3 {
  color: #444444;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 4px;
}
.lp .flow-section ul .flow-box .right-side p {
  color: #444444;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: left;
}
.lp .flow-section .line-btn {
  margin-top: 24px;
}
.lp .location-section {
  background-color: #fcfcfc;
  padding: 0 26px 77px;
  /* location-itemのスタイルそのまま活かす */
}
.lp .location-section h2 {
  padding-top: 56px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 9px;
  text-align: center;
}
.lp .location-section .three-star {
  width: 66px;
  display: block;
  margin: auto;
}
.lp .location-section ul.map {
  position: relative;
  background-image: url(../images/lp/map.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0px top 40px;
  height: 445px;
  overflow: hidden;
}
.lp .location-section .map {
  background-image: url(../images/lp/map.webp);
}
.lp .location-section .region {
  margin-bottom: 30px;
}
.lp .location-section .region-title {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 2px;
  width: 226px;
}
.lp .location-section .region.tohoku .region-title {
  border-color: #4694D1;
}
.lp .location-section .region.kanto .region-title {
  border-color: #E95037;
}
.lp .location-section .region.kansai .region-title {
  border-color: #ffce29;
}
.lp .location-section .buttons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.lp .location-section .btn {
  width: 109px;
  padding: 5px 0;
  border-radius: 30px;
  color: #fcfcfc;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
}
.lp .location-section .btn span {
  margin-right: 4px;
}
.lp .location-section .btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 9px;
}
.lp .location-section .btn-blue {
  background-color: #4a90e2;
}
.lp .location-section .btn-blue::after {
  background-image: url(../images/lp/arrow-icon-blue.svg);
}
.lp .location-section .btn-red {
  background-color: #d9534f;
}
.lp .location-section .btn-red::after {
  background-image: url(../images/lp/arrow-icon-red.svg);
}
.lp .location-section .btn-yellow {
  background-color: #ffce29;
  color: #fff;
}
.lp .location-section .btn-yellow::after {
  background-image: url(../images/lp/arrow-icon-yellow.svg);
}
.lp .location-section .display-none {
  display: none;
}
.lp .location-section ul.location-list {
  padding: 20px 20px 10px;
  border-radius: 10px;
}
.lp .location-section .location-list:not(:last-child) {
  margin-bottom: 12px;
}
.lp .location-section .location-list-yellow {
  background-color: #ffd700;
  /* 仮に黄色 */
}
.lp .location-section .location-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
.lp .location-section .list-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 14px;
  position: relative;
}
.lp .location-section .list-title .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lp .location-section .list-title.active .arrow {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.lp .location-section .location-bottm.active {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.lp .location-section li.location-item {
  border-radius: 10px;
  padding: 30px 16px 20px;
  background-color: #fff;
}
.lp .location-section .location-list-blue {
  background-color: #4694D1;
}
.lp .location-section .location-list-blue .border {
  margin-bottom: 14px;
  border: 1px solid #4694D1;
}
.lp .location-section .location-list-red {
  background-color: #E95037;
}
.lp .location-section .location-list-red .border {
  margin-bottom: 14px;
  border: 1px solid #E95037;
}
.lp .location-section .location-list-yellow {
  background-color: #FFCE29;
}
.lp .location-section .location-list-yellow .border {
  margin-bottom: 14px;
  border: 1px solid #FFCE29;
}
.lp .location-section .list-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 14px;
  color: #fcfcfc;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.lp .location-section .list-title .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lp .location-section .list-title.active .arrow {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
.lp .location-section li.location-item {
  border-radius: 10px;
  padding: 30px 16px 20px;
  background-color: #fcfcfc;
}
.lp .location-section li.location-item:not(:last-child) {
  margin-bottom: 20px;
}
.lp .location-section .location-img {
  margin-bottom: 10px;
}
.lp .location-section .location-name {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 4px;
}
.lp .location-section .location-name span {
  font-size: 14px;
  display: block;
}
.lp .location-section .location-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}
.lp .location-section .location-access img {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp .location-section .location-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp .faq-section {
  padding: 60px 16px;
  text-align: center;
}
.lp .faq-section h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 9px;
}
.lp .faq-section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.lp .faq-section .faq-bottm {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s ease;
  transition: grid-template-rows 0.5s ease;
  transition: grid-template-rows 0.5s ease, -ms-grid-rows 0.5s ease;
  overflow: hidden;
}
.lp .faq-section .faq-bottm > * {
  overflow: hidden;
}
.lp .faq-section .faq-bottm span {
  color: #E95037;
  margin-right: 12px;
}
.lp .faq-section .faq-bottm p {
  width: 100%;
}
.lp .faq-section .faq-bottm.active {
  grid-template-rows: 1fr;
}
.lp .faq-section .toggle-icon.active::after {
  height: 0;
}
.lp .faq-section .faq-box {
  border-radius: 10px;
  padding: 20px;
  background-color: #fcfcfc;
  cursor: pointer;
  /* 横線 */
  /* 縦線 */
  /* クリック時にマイナス（縦線を消す） */
}
.lp .faq-section .faq-box .faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp .faq-section .faq-box span {
  color: #4694D1;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin-right: 16px;
  font-family: "Jost", sans-serif;
}
.lp .faq-section .faq-box .faq-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp .faq-section .faq-box .faq-top span {
  margin-right: 10px;
}
.lp .faq-section .faq-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}
.lp .faq-section .faq-box a {
  color: #eb6476;
  word-break: break-all;
}
.lp .faq-section .faq-box .faq-bottm {
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lp .faq-section .faq-box .faq-bottm span {
  color: #E95037;
  margin-right: 12px;
}
.lp .faq-section .faq-box .faq-bottm p {
  width: 297px;
}
.lp .faq-section .faq-box .faq-bottm.active {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.lp .faq-section .faq-box .toggle-icon {
  margin-left: auto;
  width: 24px;
  height: 24px;
  position: relative;
  background-color: #4a90e2;
  border: none;
  border-radius: 50%;
}
.lp .faq-section .faq-box .toggle-icon::before,
.lp .faq-section .faq-box .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #fcfcfc;
}
.lp .faq-section .faq-box .toggle-icon::before {
  top: 50%;
  left: 5px;
  width: 14px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
}
.lp .faq-section .faq-box .toggle-icon::after {
  left: 50%;
  top: 5px;
  width: 2px;
  height: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 20px;
}
.lp .faq-section .faq-box .toggle-icon.active::after {
  height: 0;
}
.lp .faq-section .faq-box .border {
  border: 1px solid #4694D1;
  margin: 12px 0;
}
.lp .contactform-section {
  padding: 60px 24px;
  text-align: center;
}
.lp .contactform-section h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 9px;
}
.lp .contactform-section .text {
  margin: 13px 0 38px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.lp .contactform-section ul.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  text-align: left;
}
.lp .contactform-section li.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp .contactform-section li.form-item p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
.lp .contactform-section .label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp .contactform-section .label-parts {
  margin-left: 10px;
  border-radius: 4px;
  color: #fcfcfc;
  padding: 0 4px;
  font-size: 13px;
  font-weight: bold;
}
.lp .contactform-section .option {
  background-color: #888;
}
.lp .contactform-section .required {
  background-color: #E95037;
}
.lp .contactform-section .form {
  padding: 17px 0 17px 20px;
  background-color: #fcfcfc;
  border-radius: 10px;
  width: 100%;
}
.lp .contactform-section .consent-text {
  margin: 35px 0 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.lp .contactform-section .consent-text a {
  text-decoration: underline;
}
.lp .contactform-section .submit-btn {
  max-width: 350px;
  width: 100%;
  border-radius: 40px;
  padding: 24px 0;
  background-color: #E95037;
  color: #fcfcfc;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  position: relative;
}
.lp .contactform-section .arrow-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 49px;
  width: 16px;
}
.lp .footer {
  padding: 45px 33px 112px;
  background-color: #4694D1;
  color: #111;
}
.lp .footer .wrap {
  margin: 0 auto;
}
.lp .footer .company-name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 43px;
  color: #fcfcfc;
}
.lp .footer ul.list {
  font-size: 16px;
  color: #fcfcfc;
  list-style: none;
  padding: 0;
}
.lp .footer ul.list span:not(:last-child) {
  display: block;
  margin-bottom: 10px;
}
.lp .footer li {
  padding-bottom: 10px;
  border-bottom: 1px solid #fcfcfc;
}
.lp .footer li:not(:last-child) {
  margin-bottom: 36px;
}
.lp .footer .label {
  font-weight: bold;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lp .location-list.fade-in {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}
.lp .fixed-btn {
  bottom: 0px;
  position: fixed;
  z-index: 100;
  width: 380px;
}
@media (min-width: 402px) {
  .lp .fixed-btn {
    width: 402px;
  }
}
@media screen and (min-width: 1024px) {
  .lp .fixed-btn {
    display: none;
  }
}
.lp .fixed-btn .cv-btn-area {
  text-align: center;
  margin-top: 22px;
  background: rgba(68, 68, 68, .95);
  padding: 8px 16px;
}
.lp .fixed-btn .cv-btn-area .cv-btn {
  padding: 12px 16px;
}
.lp .fixed-btn .cv-btn-area .speech-bubble {
  font-size: 12px;
  padding: 4px 0 6px;
}
@media screen and (min-width: 1024px) {
  .lp .fixed-btn .cv-btn-area {
    display: none;
  }
}
.lp #js-fixed-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.lp #js-fixed-btn.fade-in {
  opacity: 1;
  visibility: visible;
}
.lp #js-fixed-btn.fade-out {
  opacity: 0;
  visibility: hidden;
}

.thanks {
  background-color: #FFFAF0;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.thanks .title {
  color: #f08c00;
  font-size: 24px;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .thanks .title {
    font-size: 30px;
  }
}
.thanks .message {
  font-size: 15px;
  color: black;
}
@media screen and (min-width: 1024px) {
  .thanks .message {
    font-size: 20px;
  }
}
.thanks .message-bottom {
  display: block;
  margin-top: 20px;
}
/*# sourceMappingURL=styles.css.map */
