@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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.
 */
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;
  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-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 {
  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] {
  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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*************************************************
animation
*************************************************/
p {
  font-size: 2rem;
}

.text-2 {
  font-size: 2rem;
}

/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
}
body a {
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
body a:link {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  transform: scale(0.93);
  opacity: 1;
}
body a:active {
  color: #666;
}
body img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body .wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  body .wrapper {
    width: 90%;
  }
}
body p, body li, body a, body dt, body dd, body tr, body td {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  color: #1F1440;
}
@media screen and (max-width: 400px) {
  body p, body li, body a, body dt, body dd, body tr, body td {
    font-size: 1.5rem;
  }
}
body h2, body h3, body h4 {
  font-weight: 600;
  color: #1F1440;
}
body .pc_min {
  display: block;
}
body .pc {
  display: block;
}
body .sp, body .ssp {
  display: none;
}
body .pc-tb {
  display: block;
}
body .tb {
  display: none;
}
body .tb {
  display: none;
}
@media screen and (max-width: 1100px) {
  body .tb {
    display: block;
  }
  body .l-pc {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  body .pc_min {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  body .pc, body .ssp {
    display: none;
  }
  body .sp, body .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  body .sp, body .ssp {
    display: block;
  }
  body .pc-tb, body .pc {
    display: none;
  }
}

/*************************************************
header
*************************************************/
/*************************************************
footer
*************************************************/
.contact-form iframe {
  height: 1200px !important;
}
@media screen and (max-width: 599px) {
  .contact-form iframe {
    height: 1170px !important;
  }
}

.contact {
  padding: 16rem 0 0;
}
@media screen and (max-width: 599px) {
  .contact {
    padding: 8rem 0 0;
  }
}
.contact .contact-form {
  margin-top: 6.4rem;
  padding: 3.2rem 2%;
}
@media screen and (max-width: 599px) {
  .contact .contact-form {
    margin-top: 6.4rem;
    padding: 0;
  }
}

.test33 {
  color: #367abd;
}

.bg-dot {
  background: url(../images/bg-dot.png) repeat;
}

.bg-gry {
  background: #F0F4F6;
}

.out-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.arrow-down {
  width: 10rem;
  height: 10rem;
  background: #F0F4F6;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .arrow-down {
    width: 5rem;
    height: 5rem;
  }
}
.arrow-down img {
  width: 20px;
  height: 9px;
}

.section_ttl {
  text-align: center;
  position: relative;
}
.section_ttl p {
  font-size: 3.6rem;
  padding-top: 1rem;
}
@media screen and (max-width: 1100px) {
  .section_ttl p {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 599px) {
  .section_ttl p {
    font-size: 2.8rem;
    padding-top: 0.5rem;
  }
}
.section_ttl span {
  font-family: din-2014, sans-serif;
  color: #01C87C;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .section_ttl span {
    font-size: 1.4rem;
  }
}
.section_ttl::after {
  content: "";
  width: 4.8rem;
  height: 7px;
  border-radius: 2rem;
  background: #01C87C;
  position: absolute;
  left: 50%;
  bottom: -1.7rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .section_ttl::after {
    bottom: -1.3rem;
    height: 4px;
  }
}

/*************************************************
top
*************************************************/
header {
  display: flex;
  justify-content: space-between;
  padding: 2vw 1vw 0 2vw;
  align-items: flex-start;
}
header h1 img {
  width: 150px;
}
@media screen and (max-width: 599px) {
  header h1 img {
    width: 130px;
    margin-top: 1vw;
  }
}
header .contact-btn a {
  background: #01C87C;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  max-width: 9rem;
  max-height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 1.8vw;
  z-index: 999;
}
@media screen and (max-width: 1100px) {
  header .contact-btn a {
    width: 7vw;
    height: 7vw;
  }
}
@media screen and (max-width: 599px) {
  header .contact-btn a {
    width: 14vw;
    height: 14vw;
  }
  header .contact-btn a svg {
    width: 20px;
  }
}

.loop_wrap {
  display: flex;
  width: 100%;
  height: 175px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .loop_wrap {
    height: 120px;
  }
}
@media screen and (max-width: 599px) {
  .loop_wrap {
    height: 90px;
  }
}
.loop_wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
}
.loop_wrap .service-name {
  color: #fff;
  font-family: din-2014, sans-serif;
  font-size: 17rem;
  font-style: italic;
  text-shadow: #01C87C 1px 1px 0px, #01C87C -1px 1px 0px, #01C87C 1px -1px 0px, #01C87C -1px -1px 0px;
  padding-right: 8rem;
}
@media screen and (max-width: 1100px) {
  .loop_wrap .service-name {
    font-size: 12rem;
  }
}
@media screen and (max-width: 599px) {
  .loop_wrap .service-name {
    font-size: 9.3rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}

.loop_wrap div:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap div:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 599px) {
  .kv {
    background: url(../images/bg_kv_sp.png) no-repeat;
    background-size: contain;
    background-position: bottom 200px center;
  }
}
.kv .container {
  display: flex;
  width: 85%;
  column-gap: 5%;
  margin: -4% auto 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1396px) {
  .kv .container {
    width: 100%;
    column-gap: 2%;
    align-items: flex-end;
  }
}
@media screen and (max-width: 599px) {
  .kv .container {
    justify-content: center;
  }
}
.kv .container .catchcopy {
  font-size: 3.8vw;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .kv .container .catchcopy {
    font-size: 10.4vw;
    margin-top: -2rem;
  }
}
.kv .container .contents-check {
  margin: 1.6666vw 0 1.8vw;
}
.kv .container .contents-check p {
  font-size: 1.6666vw;
}
@media screen and (max-width: 1100px) {
  .kv .container .contents-check p {
    font-size: 1.4rem;
  }
}
.kv .container .catchcopy-02 {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media screen and (max-width: 599px) {
  .kv .container .catchcopy-02 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.8rem;
  }
}
.kv .container .catchcopy-02 .item01 {
  width: 170px;
  height: 45px;
  background-color: #000;
  clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
  color: #fff;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .kv .container .catchcopy-02 .item01 {
    width: 140px;
    height: 33px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .kv .container .catchcopy-02 .item01 {
    font-size: 1.4rem;
    width: 105px;
    height: 24px;
  }
}
.kv .container .catchcopy-02 .item02 {
  font-size: 5vw;
  font-family: din-2014, sans-serif;
  position: relative;
}
@media screen and (max-width: 599px) {
  .kv .container .catchcopy-02 .item02 {
    font-size: 6rem;
    line-height: 1.2;
  }
}
.kv .container .catchcopy-02 .item02::before {
  content: "";
  width: 100%;
  height: 10px;
  background: #FFF621;
  position: absolute;
  bottom: 26%;
  left: 0;
  border-radius: 30px;
  z-index: -1;
}
.kv .container .catchcopy-02 .item02 span {
  font-size: 3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  padding-left: 0.5vw;
}
@media screen and (max-width: 599px) {
  .kv .container .catchcopy-02 .item02 span {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
}
.kv .boximg {
  flex-basis: 34%;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .kv .boximg {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 1100px) {
  .kv .boximg {
    flex-basis: 26%;
  }
}
.kv .boximg .img02 {
  position: absolute;
  right: 0;
  width: 23%;
  animation: 1s hukidashi infinite;
}
@keyframes hukidashi {
  0%, 100% {
    top: -1%;
    transform: scale(1);
  }
  30% {
    top: -3%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: -1%;
    transform: scale(1.05, 0.9);
  }
}
.kv .sample-contents {
  background: #ECFAF2;
  padding: 4rem 0 3rem;
  animation-delay: 0.8s;
}
@media screen and (max-width: 599px) {
  .kv .sample-contents {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.kv .sample-contents .slider {
  column-gap: 3rem;
}
.kv .sample-contents .item {
  width: 160px;
  margin-right: 3rem;
}
@media screen and (max-width: 1100px) {
  .kv .sample-contents .item {
    width: 120px;
  }
}
@media screen and (max-width: 599px) {
  .kv .sample-contents .item {
    width: 100px;
    margin-right: 1.8rem;
  }
}
.kv canvas {
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 150px;
  left: 0;
}
@media screen and (min-width: 1600px) {
  .kv canvas {
    bottom: 160px;
  }
}
@media screen and (max-width: 1100px) {
  .kv canvas {
    bottom: 320px;
  }
}

.btn-container {
  display: flex;
  column-gap: 1.5rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 599px) {
  .btn-container {
    flex-direction: column;
    row-gap: 1.6rem;
    column-gap: 1rem;
    width: 62%;
    margin: 2rem 2% 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .btn-container .cta-btn {
    min-width: 220px;
  }
}
@media screen and (max-width: 599px) {
  .btn-container .cta-btn {
    max-width: 255px;
  }
}
.btn-container .cta-btn p {
  color: #fff;
}
.btn-container .cta-btn a {
  padding: 1.4rem 3rem;
  display: flex;
  align-items: stretch;
  background: #000;
  border-radius: 60px;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .btn-container .cta-btn a {
    justify-content: space-between;
    width: 100%;
    padding: 1.4rem 2rem;
  }
}
@media screen and (max-width: 599px) {
  .btn-container .cta-btn a {
    font-size: 1.2rem;
    padding: 1.4rem 2rem;
  }
}
.btn-container .cta-btn a .icon, .btn-container .cta-btn a .arrow {
  width: 22px;
  height: 22px;
}
.btn-container .cta-btn a .icon img, .btn-container .cta-btn a .arrow img {
  vertical-align: middle;
}
@media screen and (max-width: 1100px) {
  .btn-container .cta-btn a .icon, .btn-container .cta-btn a .arrow {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 599px) {
  .btn-container .cta-btn a .icon, .btn-container .cta-btn a .arrow {
    width: 18px;
    height: 18px;
  }
}
.btn-container .cta-btn a p {
  padding: 0 1rem;
}
@media screen and (max-width: 1100px) {
  .btn-container .cta-btn a p {
    font-size: 1.4rem;
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 599px) {
  .btn-container .cta-btn a p {
    font-size: 1.2rem;
  }
}
.btn-container .lineBtn {
  width: auto;
}
@media screen and (max-width: 1100px) {
  .btn-container .lineBtn {
    min-width: 190px;
  }
}
@media screen and (max-width: 599px) {
  .btn-container .lineBtn {
    width: 100%;
  }
}
.btn-container .lineBtn a {
  background: #01C87C;
}
.btn-container .formBtn a {
  background: #7600FF;
}
@media screen and (max-width: 1100px) {
  .sp-container {
    position: relative;
    height: 185px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 599px) {
  .sp-container {
    overflow: hidden;
  }
}
@media screen and (max-width: 1100px) {
  .sp-container .boximg {
    position: absolute;
    left: -3%;
    bottom: 5rem;
    width: 26%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 599px) {
  .sp-container .boximg {
    width: 50%;
    bottom: 0;
    left: -11%;
  }
}
@media screen and (max-width: 1100px) {
  .sp-container .boximg .img01 img {
    height: 200px;
    object-fit: contain;
  }
}
@media screen and (max-width: 1100px) and (max-width: 599px) {
  .sp-container .boximg .img01 img {
    height: 153px;
  }
}
/*---------------------------------------------
              こんなかたにおすすめ
----------------------------------------------*/
.recomend .bg-dot {
  padding: 150px 0;
}
@media screen and (max-width: 1100px) {
  .recomend .bg-dot {
    padding: 12rem 0 4rem;
  }
}
@media screen and (max-width: 599px) {
  .recomend .bg-dot {
    padding: 10rem 0 4rem;
  }
}
.recomend .out-wrapper {
  min-width: 900px;
  max-width: 1290px;
}
@media screen and (max-width: 1100px) {
  .recomend .out-wrapper {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 599px) {
  .recomend .out-wrapper {
    min-width: auto;
    max-width: none;
    overflow: hidden;
  }
}
.recomend h2 {
  font-size: 3.6rem;
  padding-left: 10%;
}
@media screen and (max-width: 599px) {
  .recomend h2 {
    font-size: 2.8rem;
    text-align: center;
    padding-left: 0;
  }
}
.recomend .reco-contents {
  position: relative;
  height: 700px;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents {
    height: 680px;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents {
    margin-top: 4rem;
    height: 730px;
  }
}
.recomend .reco-contents .bounce > div {
  flex: 1;
  /* 下から出てくるアニメーションなので基準を下に */
  transform-origin: center bottom;
  transform: scaleY(0);
  backface-visibility: hidden;
}
.recomend .reco-contents .hukidashi {
  padding: 6rem 7rem 10rem;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .hukidashi {
    padding: 4rem 0;
  }
}
.recomend .reco-contents .hukidashi p {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .hukidashi p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .hukidashi p {
    font-size: 1.4rem;
  }
}
.recomend .reco-contents .item01 {
  background: url(../images/hukidashi01.png) no-repeat center/contain;
  background-size: contain;
  top: 2%;
  left: 50%;
  z-index: 8;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item01 {
    padding: 5rem 1rem 8rem 3rem;
    left: 43%;
    top: 8%;
  }
}
@media screen and (max-width: 880px) {
  .recomend .reco-contents .item01 {
    left: 40%;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item01 {
    top: 2%;
    width: 65%;
    padding: 4rem 0 6.5rem 1.8rem;
    left: 33%;
  }
}
.recomend .reco-contents .item02 {
  background: url(../images/hukidashi02.png) no-repeat center/contain;
  background-size: contain;
  top: 13%;
  left: 21%;
  padding: 7rem 6rem 14rem;
  z-index: 15;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item02 {
    padding: 6rem 2rem 12rem;
    left: 13%;
    top: 20%;
  }
}
@media screen and (max-width: 880px) {
  .recomend .reco-contents .item02 {
    left: 10%;
    top: 22%;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item02 {
    width: 95%;
    left: 1%;
    top: 27%;
    padding: 4rem 1rem 9rem 2rem;
  }
}
.recomend .reco-contents .item02 p {
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item02 p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item02 p {
    font-size: 1.4rem;
  }
}
.recomend .reco-contents .item03 {
  background: url(../images/hukidashi03.png) no-repeat center/contain;
  background-size: contain;
  top: 18%;
  right: 10%;
  padding: 5rem 4rem 6rem;
  z-index: 10;
}
@media screen and (max-width: 880px) {
  .recomend .reco-contents .item03 {
    top: 21%;
    right: 7%;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item03 {
    padding: 2.5rem 1rem 3rem;
    top: 36%;
    right: 2%;
    z-index: 15;
  }
}
.recomend .reco-contents .item03 p {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item03 p {
    font-size: 1.2rem;
  }
}
.recomend .reco-contents .item04 {
  background: url(../images/hukidashi04.png) no-repeat center/contain;
  background-size: contain;
  top: 24%;
  left: 48%;
  padding: 11rem 8rem 17rem;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item04 {
    left: 45%;
    top: 22%;
  }
}
@media screen and (max-width: 880px) {
  .recomend .reco-contents .item04 {
    left: 47%;
    padding: 8rem 3rem 12rem;
    top: 38%;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item04 {
    padding: 4rem 3rem 8rem;
    left: 1rem;
    top: 41%;
  }
}
.recomend .reco-contents .item04 p {
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item04 p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item04 p {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}
.recomend .reco-contents .item05 {
  background: url(../images/hukidashi05.png) no-repeat center/contain;
  background-size: contain;
  top: 32%;
  left: 8%;
  z-index: 8;
  padding: 7rem 8rem 10rem;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item05 {
    padding: 6rem 2rem 8rem;
    top: 37%;
    left: 15%;
  }
}
@media screen and (max-width: 880px) {
  .recomend .reco-contents .item05 {
    left: 5%;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item05 {
    padding: 3.5rem 1rem 5rem;
    top: 14%;
    left: 7%;
  }
}
.recomend .reco-contents .item05 p {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item05 p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item05 p {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}
.recomend .reco-contents .item06 {
  background: url(../images/hukidashi06.png) no-repeat center/contain;
  background-size: contain;
  top: 55%;
  left: 28%;
  z-index: 8;
  padding: 11rem 8rem 16rem;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item06 {
    padding: 7rem 2rem 10rem;
    top: 53%;
    left: 32%;
  }
}
@media screen and (max-width: 880px) {
  .recomend .reco-contents .item06 {
    top: 59%;
    left: 16%;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item06 {
    padding: 8rem 2rem 10rem;
    top: 53%;
    left: 20%;
    z-index: 0;
  }
}
.recomend .reco-contents .item06 p {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item06 p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item06 p {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}
.recomend .reco-contents .item07 {
  background: url(../images/hukidashi07.png) no-repeat center/contain;
  background-size: contain;
  top: 65%;
  left: 62%;
  padding: 10rem 8rem 14rem;
  z-index: 0;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item07 {
    padding: 8rem 2rem 10rem;
    top: 66%;
    left: 58%;
  }
}
@media screen and (max-width: 880px) {
  .recomend .reco-contents .item07 {
    top: 73%;
    left: 53%;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item07 {
    padding: 8rem 2rem 10rem 3rem;
    top: 71%;
    left: 15%;
  }
}
.recomend .reco-contents .item07 p {
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item07 p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item07 p {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}
.recomend .reco-contents .item08 {
  background: url(../images/hukidashi08.png) no-repeat center/contain;
  background-size: contain;
  top: 85%;
  left: 18%;
  padding: 4rem 8rem 6rem;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item08 {
    padding: 2rem 8rem 3rem;
    top: 75%;
  }
}
@media screen and (max-width: 880px) {
  .recomend .reco-contents .item08 {
    top: 81%;
    left: 11%;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item08 {
    padding: 2.5rem 1rem 3rem;
    top: 69%;
    left: 6%;
  }
}
.recomend .reco-contents .item08 p {
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item08 p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .recomend .reco-contents .item08 p {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}
.recomend .arrow-down {
  margin-top: -2%;
}

/*---------------------------------------------
              FAST LPでできること
----------------------------------------------*/
.about {
  margin-top: 16rem;
}
@media screen and (max-width: 1100px) {
  .about {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 599px) {
  .about {
    margin-top: 10rem;
  }
}
.about .about-ttl p:first-child {
  color: #fff;
  font-family: din-2014, sans-serif;
  font-size: 10rem;
  font-style: italic;
  text-shadow: #01C87C 1px 1px 0px, #01C87C -1px 1px 0px, #01C87C 1px -1px 0px, #01C87C -1px -1px 0px;
  padding-right: 8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .about .about-ttl p:first-child {
    font-size: 6rem;
  }
}
.about .about-ttl p:last-child {
  font-size: 3.2rem;
}
@media screen and (max-width: 599px) {
  .about .about-ttl p:last-child {
    font-size: 2.8rem;
  }
}
.about .lead {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 599px) {
  .about .lead {
    font-size: 1.6rem;
  }
}
.about .bg-gry {
  border-radius: 0 300px 300px 0;
  margin-top: 8rem;
  padding: 16rem 0 10rem;
}
@media screen and (max-width: 1100px) {
  .about .bg-gry {
    margin-top: 6rem;
    padding: 8rem 0;
    border-radius: 0 100px 100px 0;
  }
}
@media screen and (max-width: 599px) {
  .about .bg-gry {
    border-radius: 0 100px 100px 0;
    margin-top: 4rem;
    padding: 8rem 0;
  }
}
.about .container {
  width: 100%;
  display: flex;
  margin-top: 4rem;
  justify-content: center;
  background: #fff;
  border-radius: 56px;
  padding: 5rem 4.8rem;
  box-shadow: 0px 0px 18px 0px rgba(53, 160, 119, 0.13);
}
@media screen and (max-width: 1100px) {
  .about .container {
    margin-top: 3.2rem;
    flex-direction: column;
    border-radius: 80px;
    padding: 6rem 4.8rem;
    row-gap: 0;
  }
}
@media screen and (max-width: 1100px) {
  .about .container {
    border-radius: 60px;
    padding: 4.8rem 2.8rem;
  }
}
.about .container:first-child {
  margin-top: 0;
}
.about .ttlbox {
  flex-basis: 40%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .about .ttlbox {
    padding-bottom: 1.8rem;
  }
}
.about .ttlbox::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  right: 9px;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .about .ttlbox::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }
}
.about .ttlbox .num {
  font-family: din-2014, sans-serif;
  font-style: italic;
  color: #01C87C;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .about .ttlbox .num {
    font-size: 1.6rem;
  }
}
.about .ttlbox h3 {
  font-size: 2.36vw;
  font-size: clamp(16px, 2.36vw, 32px);
  margin-top: 1rem;
}
.about .ttlbox h3 span {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .about .ttlbox h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .about .ttlbox h3 {
    margin-top: 5px;
  }
}
.about .txt {
  flex-basis: 60%;
  padding-left: 2.5vw;
}
@media screen and (max-width: 1100px) {
  .about .txt {
    padding: 2.4rem 0 0;
  }
}
.about .txt p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .about .txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .about .txt p {
    font-size: 1.4rem;
  }
}
.about .txt i {
  padding-top: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  font-style: normal;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .about .txt i {
    font-size: 1.2rem;
  }
}
.about .arrow-down {
  margin-top: -2%;
}

.comparison_table {
  margin-top: 10rem;
}
.comparison_table h3 {
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .comparison_table h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .comparison_table h3 {
    font-size: 2.8rem;
  }
}
.comparison_table h3::before, .comparison_table h3::after {
  content: "●";
  font-size: 2rem;
  color: #01C87C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.comparison_table h3::before {
  left: -3rem;
}
.comparison_table h3::after {
  right: -3rem;
}
.comparison_table table {
  margin: 8rem auto 0;
  border-collapse: separate;
  border-radius: 7px;
  border-spacing: 0;
  background: #AFAFAF;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.1));
  border: 1px solid #f2f2f2;
}
.comparison_table table td, .comparison_table table th {
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  width: 186px;
  padding: 2rem 0;
  border-bottom: 2px solid #F2F2F2;
}
@media screen and (max-width: 1100px) {
  .comparison_table table td, .comparison_table table th {
    padding: 1.8rem 0;
  }
}
@media screen and (max-width: 599px) {
  .comparison_table table td, .comparison_table table th {
    padding: 1.6rem 0;
    border-bottom: 1px solid #F2F2F2;
  }
}
.comparison_table table thead tr {
  border-radius: 7px;
}
.comparison_table table thead .main_item {
  border: 6px solid #01C87C;
  background: #fff;
  color: #01C87C;
  font-size: 2rem;
  border-bottom: none;
}
@media screen and (max-width: 599px) {
  .comparison_table table thead .main_item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .comparison_table table thead .main_item {
    border: 3px solid #01C87C;
    font-size: 1.6rem;
  }
}
.comparison_table table thead .item {
  color: #fff;
  font-size: 1.6rem;
  border-bottom: none;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .comparison_table table thead .item {
    font-size: 1.2rem;
  }
}
.comparison_table table tbody {
  background: #fff;
}
.comparison_table table tbody tr {
  border-bottom: 2px solid #F2F2F2;
}
@media screen and (max-width: 599px) {
  .comparison_table table tbody tr {
    border-bottom: 1px solid #F2F2F2;
  }
}
.comparison_table table tbody th {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .comparison_table table tbody th {
    font-size: 1.4rem;
  }
}
.comparison_table table tbody .main_item {
  background: #01C87C;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
}
.comparison_table table tbody .main_item i {
  font-size: 0.9rem;
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .comparison_table table tbody .main_item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .comparison_table table tbody .main_item {
    font-size: 1.4rem;
  }
}
.comparison_table table tbody .main_item::before {
  content: "";
  width: 1rem;
  height: 2px;
  background: #01C87C;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.comparison_table table tbody .main_item::after {
  content: "";
  width: 1rem;
  height: 2px;
  background: #01C87C;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.comparison_table table tbody .main_item span {
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .comparison_table table tbody .main_item span {
    font-size: 1.2rem;
  }
}
.comparison_table table tbody .bold {
  font-size: 1.4rem;
}
.comparison_table table tbody .mark-gry {
  font-size: 2.4rem;
  color: #707070;
  padding: 1rem 0;
}
@media screen and (max-width: 599px) {
  .comparison_table table tbody .mark-gry {
    font-size: 2rem;
  }
}
.comparison_table table tbody .mark {
  padding: 1rem 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .comparison_table table tbody .mark {
    font-size: 2rem;
  }
}
.comparison_table table tbody .prices .main_item {
  font-size: 1.8rem;
}
.comparison_table table tbody .prices .main_item span {
  font-size: 1.4rem;
}
.comparison_table table tbody .prices td {
  font-size: 1.5rem;
}
.comparison_table table tbody .prices td span {
  font-size: 1.2rem;
}
.comparison_table table tbody .border-none th, .comparison_table table tbody .border-none td {
  border-bottom: none;
}
.comparison_table table tbody .border-none .main_item {
  border-bottom: 2px solid #01C87C;
}
.comparison_table .annotation {
  line-height: 2;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 4rem;
}
@media screen and (max-width: 1100px) {
  .comparison_table .annotation {
    padding-left: 0;
  }
}
.comparison_table .annotation.first {
  margin-top: 3rem;
}
@media screen and (max-width: 1100px) {
  .comparison_table .table_wrapper {
    overflow-y: visible !important;
  }
}
@media screen and (max-width: 599px) {
  .comparison_table .table_wrapper {
    overflow-x: scroll;
    padding-bottom: 4rem;
  }
  .comparison_table .table_wrapper table {
    width: 100%;
    min-width: 650px;
  }
  .comparison_table .table_wrapper .can_scroll {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 3rem;
  }
}

/*---------------------------------------------
              なんでそんなに安くできるの？
----------------------------------------------*/
.why {
  width: 95%;
  margin: 0 auto;
}
.why .bg-gry {
  margin-top: 18rem;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .why .bg-gry {
    margin-top: 8rem;
  }
}
.why .bg-gry .bg-dot {
  padding: 5.4rem 0 8rem;
}
@media screen and (max-width: 599px) {
  .why .bg-gry .bg-dot {
    padding: 4rem 0 8rem;
  }
}
.why .container {
  display: flex;
  justify-content: center;
  column-gap: 3%;
  margin-top: 7rem;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .why .container {
    flex-direction: column;
    margin-top: 3rem;
  }
  .why .container:last-child {
    row-gap: 5rem;
  }
}
.why .why-txtbox {
  flex-basis: 42%;
}
@media screen and (max-width: 1100px) {
  .why .why-txtbox {
    flex-basis: 50%;
  }
}
.why .why-txtbox .why-ttl {
  display: flex;
  align-items: flex-end;
}
.why .why-txtbox .why-ttl h2 {
  font-size: 2.3rem;
  padding-bottom: 1.5rem;
  line-height: 1.4;
  background: url(../images/bg-dot-y.png) repeat-X bottom;
}
@media screen and (max-width: 1100px) {
  .why .why-txtbox .why-ttl h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .why .why-txtbox .why-ttl h2 {
    font-size: 1.8rem;
  }
}
.why .why-txtbox .why-ttl div {
  width: 65px;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1100px) {
  .why .why-txtbox .why-ttl div {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .why .why-txtbox .why-ttl div {
    width: 40px;
    margin-left: 2rem;
  }
}
.why .why-txtbox .txtbox {
  margin-top: 5rem;
}
.why .why-txtbox .txtbox p {
  line-height: 1.8;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 599px) {
  .why .why-txtbox .txtbox p {
    font-weight: 500;
  }
}
.why .why-img {
  flex-basis: 30%;
}
@media screen and (max-width: 599px) {
  .why .why-img {
    width: 60%;
    margin: 1rem 0 0 auto;
  }
}
.why .img {
  width: 62px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1100px) {
  .why .img {
    width: 50px;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 599px) {
  .why .img {
    width: 40px;
    margin: 0 auto 0;
  }
}
.why .container.reason {
  align-items: stretch;
}
.why .reason-box {
  flex-basis: 36%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  border-radius: 36px;
  padding: 0 5rem 4rem;
}
@media screen and (max-width: 1100px) {
  .why .reason-box {
    flex-basis: 40%;
    padding: 0 3rem 4rem;
  }
}
@media screen and (max-width: 599px) {
  .why .reason-box {
    border-radius: 20px;
    padding: 2rem;
  }
}
.why .reason-box h4 {
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 4rem;
  border-radius: 7px;
  margin-top: -7%;
}
@media screen and (max-width: 599px) {
  .why .reason-box h4 {
    font-size: 1.4rem;
    padding: 0.5rem 2rem;
    margin-top: -11%;
  }
}
.why .reason-box h4 span {
  font-family: din-2014, sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .why .reason-box h4 span {
    font-size: 1.6rem;
  }
}
.why .reason-box .icon {
  width: 46%;
  margin-top: 3.3rem;
}
@media screen and (max-width: 599px) {
  .why .reason-box .icon {
    width: 25%;
  }
}
.why .reason-box h3 {
  margin-top: 2.8rem;
  font-size: 2.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 1100px) {
  .why .reason-box h3 {
    font-size: 2rem;
  }
}
.why .reason-box ul {
  margin-top: 1.8rem;
  min-height: 178px;
}
@media screen and (max-width: 599px) {
  .why .reason-box ul {
    min-height: auto;
  }
}
.why .reason-box ul li {
  margin: 1rem 0;
  position: relative;
  padding-left: 2rem;
}
.why .reason-box ul li span {
  font-size: 1.4rem;
}
.why .reason-box ul li::before {
  content: "●";
  color: #01C87C;
  position: absolute;
  left: 0;
  top: 10%;
  font-size: 1.2rem;
}

/*---------------------------------------------
              こんなデザインつくります　works
----------------------------------------------*/
.works {
  margin-top: 18rem;
}
@media screen and (max-width: 599px) {
  .works {
    margin-top: 8rem;
  }
}
.works .sample-contents {
  margin-top: 8rem;
}
.works .sample-contents .item img {
  margin-left: -4rem;
  height: 370px;
  object-fit: contain;
  width: auto;
}
@media screen and (max-width: 599px) {
  .works .sample-contents .item img {
    margin-left: -3rem;
    height: 200px;
  }
}
.works .sample-contents .slider-reverse {
  margin-top: 1.6rem;
}

/*---------------------------------------------
              cta お問い合わせください
----------------------------------------------*/
.cta {
  margin-top: 16rem;
  padding: 6.4rem 0;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (max-width: 599px) {
  .cta {
    margin-top: 8rem;
  }
}
.cta .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .cta .container {
    flex-direction: column;
  }
}
.cta .section_ttl {
  text-align: left;
}
.cta .section_ttl::after {
  content: none;
}
.cta .txtbox {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .cta .txtbox {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .cta .txtbox {
    margin-top: 2.2rem;
    width: 100%;
  }
  .cta .txtbox p {
    font-size: 1.4rem;
  }
}
.cta .txtbox p {
  font-size: 1.4rem;
  line-height: 2;
}
.cta .txtbox h3 {
  font-size: 2rem;
  color: #01C87C;
  margin-top: 1.6rem;
}
@media screen and (max-width: 599px) {
  .cta .txtbox h3 {
    margin-top: 3rem;
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
}
.cta .txtbox .headttl {
  margin: 0 0 1.6rem;
  color: #1F1440;
}
.cta .btn-box {
  flex-basis: 32%;
}
@media screen and (max-width: 1100px) {
  .cta .btn-box {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 599px) {
  .cta .btn-box {
    width: 100%;
    margin-top: 3.2rem;
  }
}
.cta .check_container {
  display: flex;
  gap: 14px;
  margin-top: 3.2rem;
}
.cta .check_container .box {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .cta .check_container .box {
    font-size: 1.8rem;
  }
}
.cta .check_container .box span, .cta .check_container .box img {
  width: 34px;
  height: 30px;
  vertical-align: baseline;
}
@media screen and (max-width: 599px) {
  .cta .check_container .box span, .cta .check_container .box img {
    width: 24px;
    height: 20px;
  }
}
.cta .btn-container {
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 599px) {
  .cta .btn-container {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .cta .btn-container .cta-btn {
    width: 100%;
    max-width: 350px;
  }
}
.cta .btn-container .cta-btn a {
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cta .btn-container .phone a {
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.cta .btn-container .phone p {
  text-align: center;
  line-height: 1.2;
}
.cta .btn-container .phone i {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
}

.bound {
  position: relative;
  width: 100%;
  height: 40px;
}

.messe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  animation: bound-anim 1.8s infinite;
}

/*---------------------------------------------
              おねがいしたいこと
----------------------------------------------*/
.onegai {
  width: 95%;
  margin: 8rem auto 0;
}
@media screen and (max-width: 599px) {
  .onegai {
    width: 100%;
  }
}
.onegai .bg-gry {
  padding: 8rem 0;
}
@media screen and (max-width: 599px) {
  .onegai .bg-gry {
    padding: 6.4rem 1rem;
  }
}
.onegai .wrapper.wide {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .onegai .wrapper.wide {
    width: 95%;
  }
}
.onegai .wrapper.wide h2 {
  font-size: 3.6rem;
  background: #fff;
  padding: 1rem 2.3rem;
  border-radius: 1rem;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .onegai .wrapper.wide h2 {
    font-size: 2rem;
  }
}
.onegai .wrapper.wide .lead {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 4.3rem;
}
@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .lead {
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
}
.onegai .wrapper.wide .img {
  width: 2.5rem;
  margin: 4rem auto;
}
@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .img {
    margin: 3.2rem auto;
  }
}
.onegai .wrapper.wide .container {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .container {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1.6rem;
    row-gap: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .onegai .wrapper.wide .container {
    justify-content: space-between;
    column-gap: normal;
  }
}
.onegai .wrapper.wide .container .box {
  background: #fff;
  padding: 2rem 1.6rem 4rem;
  flex-basis: 24%;
}
@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .container .box {
    padding: 2rem 1.6rem;
  }
}
.onegai .wrapper.wide .container .box .num {
  font-family: din-2014, sans-serif;
  font-size: 3.6rem;
  color: #01C87C;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .container .box .num {
    font-size: 2.4rem;
  }
}
.onegai .wrapper.wide .container .box .icon {
  text-align: center;
}
.onegai .wrapper.wide .container .box .explane {
  font-size: 1.8rem;
  margin-top: 2.4rem;
  text-align: center;
}
.onegai .wrapper.wide .container .box .explane span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .container .box .explane {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.onegai .wrapper.wide .txt {
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .txt {
    line-height: 1.8;
    font-weight: 500;
  }
}
.onegai .wrapper.wide h3 {
  width: 68%;
  margin: 0 auto;
  background: #01C87C;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  padding: 1.6rem 0;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .onegai .wrapper.wide h3 {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

/*---------------------------------------------
              制作の流れ
----------------------------------------------*/
.flow .bg-dot {
  padding: 18rem 0 10rem;
}
@media screen and (max-width: 599px) {
  .flow .bg-dot {
    padding: 10rem 0 6rem;
  }
}
.flow .section_ttl {
  text-align: left;
}
.flow .section_ttl::after {
  content: none;
}
.flow .flow-contents {
  margin-top: 10rem;
}
@media screen and (max-width: 599px) {
  .flow .flow-contents {
    margin-top: 5.6rem;
  }
}
.flow .flow-contents .flow-item {
  background: #F0F4F6;
  width: 70%;
  margin: 0 auto;
  padding: 2.4rem 3.6rem 3rem;
  border-radius: 1rem;
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item {
    width: 100%;
    padding: 2.4rem 1rem 2rem;
  }
}
.flow .flow-contents .flow-item::after {
  content: "";
  width: 6rem;
  height: 3rem;
  background: url(../images/flow-d-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item::after {
    width: 4rem;
    height: 2rem;
    bottom: -2rem;
  }
}
.flow .flow-contents .flow-item:last-child::after {
  content: none;
}
.flow .flow-contents .flow-item .container {
  display: flex;
  column-gap: 4rem;
}
@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container {
    column-gap: 2rem;
  }
}
.flow .flow-contents .flow-item .container .icon {
  background: #fff;
  border-radius: 50%;
  display: flex;
  padding: 1.5rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 74px;
  min-width: 74px;
  height: 74px;
  flex-basis: 14%;
}
@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 1rem;
    flex-basis: 20%;
  }
}
.flow .flow-contents .flow-item .container .icon img {
  width: 100%;
  object-fit: contain;
}
.flow .flow-contents .flow-item .container .inner h4 {
  display: flex;
  column-gap: 1rem;
}
.flow .flow-contents .flow-item .container .inner h4 span {
  color: #01C87C;
  font-size: 2.6rem;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container .inner h4 span {
    font-size: 2rem;
  }
}
.flow .flow-contents .flow-item .container .inner h4 p {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container .inner h4 p {
    font-size: 1.6rem;
  }
}
.flow .flow-contents .flow-item .container .inner .txt {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.flow .flow-contents .flow-item .container .inner .txt span {
  font-size: 1.2rem;
  padding-top: 1rem;
  display: inline-block;
  color: #777;
}
@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container .inner .txt {
    margin-top: 1rem;
  }
}

/*---------------------------------------------
              価格表 price
----------------------------------------------*/
.price_section {
  margin: 10rem 0 0;
  padding-bottom: 16rem;
  background-size: 273px;
  background-position: right 13% bottom 0;
}
@media screen and (max-width: 599px) {
  .price_section {
    margin-top: 4rem;
    background-size: 173px;
    padding-bottom: 10rem;
    background-position: right 4% bottom 0rem;
  }
}
.price_section .leadtxt {
  position: relative;
  width: fit-content;
  margin: 10rem auto 0;
}
@media screen and (max-width: 599px) {
  .price_section .leadtxt {
    margin-top: 6.4rem;
    width: 100%;
  }
}
.price_section .leadtxt p {
  font-size: 2.1rem;
}
@media screen and (max-width: 599px) {
  .price_section .leadtxt p {
    text-align: center;
    font-size: 1.6rem;
  }
}
.price_section .leadtxt::before, .price_section .leadtxt::after {
  content: "";
  width: 18px;
  height: 30px;
  background: url(../images/price-l.png) no-repeat;
  position: absolute;
  left: -2rem;
  background-size: contain;
  top: 20%;
}
@media screen and (max-width: 599px) {
  .price_section .leadtxt::before, .price_section .leadtxt::after {
    width: 15px;
    height: 20px;
    left: 0;
  }
}
.price_section .leadtxt::after {
  background: url(../images/price-r.png) no-repeat;
  background-size: contain;
  right: -2rem;
  left: auto;
}
@media screen and (max-width: 599px) {
  .price_section .leadtxt::after {
    right: 0;
  }
}
.price_section .price-table {
  width: 91%;
  margin-top: 6.4rem;
}
@media screen and (max-width: 1100px) {
  .price_section .price-table {
    width: 100%;
  }
  .price_section .price-table table {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .price_section .price-table {
    margin-top: 4rem;
  }
  .price_section .price-table table {
    width: 100%;
  }
}
.price_section .price-table thead th {
  text-align: center;
  padding: 2.3rem 0 1.2rem;
}
.price_section .price-table thead th span {
  font-family: din-2014, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.price_section .price-table thead th p {
  font-size: 1.2rem;
}
.price_section .price-table thead .light {
  background: rgb(216, 234, 4);
  background: linear-gradient(180deg, rgb(216, 234, 4) 0%, rgb(165, 255, 132) 100%);
  width: 256px;
  border-radius: 6px 0 0 0;
  border-right: 4px solid #fff;
}
.price_section .price-table thead .standard {
  background: rgb(197, 254, 177);
  background: linear-gradient(0deg, rgb(197, 254, 177) 0%, rgb(98, 221, 102) 100%);
  width: 256px;
  border-right: 4px solid #fff;
}
.price_section .price-table thead .premium {
  background: rgb(196, 254, 179);
  background: linear-gradient(0deg, rgb(196, 254, 179) 0%, rgb(98, 222, 220) 100%);
  width: 256px;
  border-radius: 0 6px 0 0;
}
.price_section .icon {
  width: 47px;
  margin: 8rem auto 0;
}
@media screen and (max-width: 599px) {
  .price_section .icon {
    width: 28px;
    margin-top: 4rem;
  }
}
.price_section .icon img {
  object-fit: contain;
}
.price_section .option_contents {
  margin-top: 4rem;
}
.price_section .option_contents h3 {
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .price_section .option_contents h3 {
    font-size: 2rem;
  }
}
.price_section .option_contents .container {
  display: grid;
  width: 90%;
  margin: 4.8rem auto 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9rem;
}
@media screen and (max-width: 599px) {
  .price_section .option_contents .container {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}
.price_section .option_contents .container .box {
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  flex-basis: 24.4%;
  padding-bottom: 3.2rem;
}
.price_section .option_contents .container .box .ttl {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 1.9rem 0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 599px) {
  .price_section .option_contents .container .box .ttl {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
.price_section .option_contents .container .box .explane {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  padding-top: 3rem;
}
@media screen and (max-width: 599px) {
  .price_section .option_contents .container .box .explane {
    padding-top: 2rem;
    font-size: 1.1rem;
  }
}
.price_section .option_contents .container .box .price {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 10;
  width: fit-content;
  margin: 1.8rem auto 0;
}
@media screen and (max-width: 599px) {
  .price_section .option_contents .container .box .price {
    font-size: 2.4rem;
  }
}
.price_section .option_contents .container .box .price::before {
  content: "";
  width: 100%;
  height: 12px;
  border-radius: 2rem;
  background: #FFF621;
  position: absolute;
  z-index: -1;
  bottom: -2px;
}
.price_section .option_contents .container .box .price span {
  font-size: 2.4rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 599px) {
  .price_section .option_contents .container .box .price span {
    font-size: 1.4rem;
  }
}
.price_section .option_contents .container .box .price.only {
  padding-top: 2.2rem;
}
@media screen and (max-width: 599px) {
  .price_section .option_contents .container .box .price.only {
    padding-top: 1.6rem;
  }
}
.price_section .img {
  width: 25px;
  margin: 10rem auto 0;
}

/*---------------------------------------------
              広告運用サポート support
----------------------------------------------*/
.support .bg-gry02 {
  background: #F5F5F5;
  padding: 16rem 0 8rem;
}
@media screen and (max-width: 599px) {
  .support .bg-gry02 {
    padding: 10rem 0 8rem;
  }
}
.support .section_ttl {
  text-align: left;
}
.support .section_ttl::after {
  left: 2.4rem;
}
.support .container {
  display: flex;
}
@media screen and (max-width: 599px) {
  .support .container {
    flex-direction: column;
  }
}
.support .container .box {
  flex: 1;
  margin-top: 8rem;
}
@media screen and (max-width: 599px) {
  .support .container .box {
    margin-top: 5.6rem;
  }
}
.support .container .box-r {
  flex: 1;
  padding: 0 0 0 6rem;
}
@media screen and (max-width: 599px) {
  .support .container .box-r {
    padding: 4rem 0 0;
  }
}
.support .container .box-r h3 {
  line-height: 1.8;
}
.support .container .box-r h3 span {
  width: fit-content;
  background: #fff;
  font-size: 2.8rem;
  padding: 7px 1rem;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .support .container .box-r h3 span {
    font-size: 2.4rem;
  }
}
.support .container .box-r .txt {
  margin-top: 3rem;
}
.support .container .box-r .txt p {
  line-height: 2;
  font-weight: 500;
}

/*---------------------------------------------
              よくあるご質問 faq
----------------------------------------------*/
.faq .bg-gry {
  padding: 8rem 0;
}
@media screen and (max-width: 599px) {
  .faq .bg-gry {
    padding: 6.4rem 0;
  }
}
.faq .accordion-area {
  width: 76%;
  margin: 11.4rem auto 0;
}
@media screen and (max-width: 599px) {
  .faq .accordion-area {
    width: 100%;
    margin-top: 7rem;
  }
}
.faq .accordion-area li:last-child .title {
  border-bottom: 1px dotted #989898;
}
.faq .accordion-area .title {
  border-top: 1px dotted #989898;
  padding: 3rem 2rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .faq .accordion-area .title {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.faq .accordion-area .title p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .faq .accordion-area .title p {
    font-size: 1.4rem;
  }
}
.faq .accordion-area .title span {
  width: 27px;
  height: 27px;
  border: 1px solid #01C87C;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media screen and (max-width: 599px) {
  .faq .accordion-area .title span {
    right: 5px;
  }
}
.faq .accordion-area .title::before, .faq .accordion-area .title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #01C87C;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .faq .accordion-area .title::before, .faq .accordion-area .title::after {
    width: 10px;
  }
}
.faq .accordion-area .title::before {
  transform: rotate(90deg);
  right: 3.5%;
  top: 49%;
}
@media screen and (max-width: 1100px) {
  .faq .accordion-area .title::before {
    right: 4.5%;
  }
}
@media screen and (max-width: 599px) {
  .faq .accordion-area .title::before {
    right: 10px;
  }
}
.faq .accordion-area .title::after {
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .faq .accordion-area .title::after {
    right: 4.5%;
  }
}
@media screen and (max-width: 599px) {
  .faq .accordion-area .title::after {
    right: 10px;
  }
}
.faq .accordion-area .title span {
  border-radius: 50%;
  color: #01C87C;
  border: 1px solid #01C87C;
  width: 27px;
  height: 27px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .faq .accordion-area .title span {
    width: 20px;
    height: 20px;
  }
}
.faq .accordion-area .title.close::before {
  transform: rotate(0deg);
}
.faq .accordion-area .title.close::after {
  opacity: 0;
  transform: rotate(90deg);
}
.faq .accordion-area .box {
  background: #F6F7F9;
  padding: 3.4rem 2rem;
  display: none; /*はじめは非表示*/
}
.faq .accordion-area .box p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .faq .accordion-area .box p {
    font-size: 1.4rem;
  }
}
.faq .accordion-area:last-child .box {
  border-bottom: 1px dotted #989898;
}

/*---------------------------------------------
              お問い合わせ contact
----------------------------------------------*/
.contact {
  padding: 16rem 0 0;
}
@media screen and (max-width: 599px) {
  .contact {
    padding: 8rem 0 0;
  }
}
@media screen and (max-width: 599px) {
  .contact .contact-form {
    margin-top: 6.4rem;
    padding: 0;
  }
}
.contact .contact-form p {
  font-weight: 500;
  font-size: 1.8rem;
}

/*---------------------------------------------
              footer フッター
----------------------------------------------*/
footer {
  margin-top: 10rem;
  background: #01C87C;
  padding: 2rem 4rem 1.8rem;
}
@media screen and (max-width: 599px) {
  footer {
    padding: 1rem;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .container .logo_footer {
  flex-basis: 15%;
}
@media screen and (max-width: 599px) {
  footer .container .logo_footer {
    flex-basis: 30%;
  }
}
footer .container p {
  color: #fff;
  font-size: 1.6rem;
  font-family: din-2014, sans-serif;
}
@media screen and (max-width: 599px) {
  footer .container p {
    font-size: 1.2rem;
  }
}

/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/
.fadeLeftTrigger, .fadeUpTrigger, .fadeRightTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeLeft {
  animation: 0.5s ease-out fadeLeftAnime;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation: 0.5s ease-out fadeRightAnime;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time1 {
  animation-delay: 1s;
}

.thanks {
  min-height: 92vh;
}
.thanks .thanks_messe {
  font-size: 3rem;
  text-align: center;
  margin-top: 8rem;
  color: #01C87C;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .thanks .thanks_messe {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.thanks .thanks_messe.error {
  color: #1F1440;
  font-size: 2.8rem;
}
.thanks .thanks_messe.error span {
  color: #01C87C;
  font-size: 7rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .thanks .thanks_messe.error {
    font-size: 2rem;
  }
  .thanks .thanks_messe.error span {
    color: #01C87C;
    font-size: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .thanks .thanks_messe.error {
    font-size: 1.6rem;
  }
  .thanks .thanks_messe.error span {
    color: #01C87C;
    font-size: 4.8rem;
    line-height: 1.4;
  }
}
.thanks .txt p {
  text-align: center;
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .thanks .txt p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.thanks .go-back a {
  width: 50%;
  margin: 5rem auto 0;
  color: #fff;
  text-align: center;
  border-radius: 8rem;
  background: #000;
  padding: 2rem 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .thanks .go-back a {
    width: 80%;
  }
}
.thanks .go-back:not(:first-child) a {
  margin-top: 4rem;
}
@media screen and (max-width: 599px) {
  .thanks .go-back:not(:first-child) a {
    margin-top: 2.4rem;
  }
}
.thanks .to-fastlp a {
  background: #fff;
  border: 2px solid #01C87C;
  color: #01C87C;
}

.contact-form form {
  width: 55%;
  margin: 0 auto;
}
.contact-form form .item {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.8rem;
}
.contact-form form .item .item-l {
  flex-basis: 20%;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.4rem;
  padding-left: 1rem;
}
.contact-form form .item .item-l span {
  font-size: 1rem;
  color: red;
  margin-left: 0.4rem;
  vertical-align: top;
}
.contact-form form .item span {
  font-size: 1rem;
  color: red;
  margin-left: 0.4rem;
  vertical-align: top;
}
.contact-form form .item .description {
  color: #777;
  font-size: 1.2rem;
}
.contact-form form .item input, .contact-form form .item textarea, .contact-form form .item select {
  background: #f5f5f5;
  padding: 1.6rem 2rem;
  border-radius: 6px;
  font-size: 1.8rem;
}
.contact-form form .item textarea {
  resize: none;
  flex-basis: 70%;
}
.contact-form form .item-short input {
  flex-basis: 50%;
}
.contact-form form .select {
  position: relative;
}
.contact-form form .select select {
  flex-basis: 50%;
  cursor: pointer;
}
.contact-form form .select::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/triangle.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 74%;
  transform: translateY(-50%);
}
.contact-form form .select::before {
  content: "";
  width: 1px;
  height: 38px;
  background: #bebebe;
  background-size: contain;
  position: absolute;
  right: 12%;
  top: 73%;
  transform: translateY(-50%);
}
.contact-form form .submitBtn {
  position: relative;
  width: 80%;
  margin: 4rem auto 0;
  border-radius: 6px;
  transition: 0.3s;
}
.contact-form form .submitBtn input[type=submit] {
  padding: 2.4rem 0;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.contact-form form .submitBtn::after {
  content: "";
  transition: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 6px;
}
.contact-form form .submitBtn:hover {
  transform: scale(0.97);
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .contact-form form {
    width: 90%;
  }
}
.contact-form .submitBtn {
  position: relative;
  width: 90%;
  margin: 6.4rem auto 0;
  border-radius: 6px;
  transition: 0.3s;
  border-radius: 40px;
  background: #000;
}
@media screen and (max-width: 599px) {
  .contact-form .submitBtn {
    width: 100%;
    margin-top: 4rem;
  }
}
.contact-form .submitBtn input[type=submit] {
  padding: 2.4rem 0;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .contact-form .submitBtn input[type=submit] {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.contact-form .submitBtn:hover {
  transform: scale(0.97);
  opacity: 1;
}

@media screen and (max-width: 599px) {
  form {
    width: 90%;
  }
}
/* ----------------------------------------
20240521 料金表の修正
-----------------------------------------*/
.price_section .price-table {
  margin-top: 4rem;
  width: 100%;
}
.price_section table {
  border-radius: 10px;
  width: 55%;
  margin: 0 auto;
  background: #fff;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 599px) {
  .price_section table {
    width: 100%;
  }
}
.price_section table tr th, .price_section table tr td {
  padding: 20px;
}
.price_section table tr th {
  width: 30%;
  background: #F0F4F6;
  text-align: center;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  font-weight: 400;
  vertical-align: middle;
}
.price_section table tr th:first-child {
  border-radius: 10px 0 0 0;
}
.price_section table tr th:last-child {
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 599px) {
  .price_section table tr th {
    font-size: 1.4rem;
    width: 35%;
    padding: 2rem 10px;
  }
}
.price_section table tr td {
  width: 70%;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .price_section table tr td {
    width: 65%;
  }
}
.price_section table tr td span {
  font-size: 1.6rem;
  margin-left: 6px;
}
.price_section table tr:nth-child(even) td {
  background: #f7f7f7;
}
.price_section table tr:last-child th {
  border-bottom: 0;
}

.bound.in_kv {
  width: 530px;
  height: 20px;
}
.bound.in_kv .messe {
  animation: bound-anim 1.8s infinite;
}
@media screen and (max-width: 1100px) {
  .bound.in_kv {
    width: 455px;
  }
}
@media screen and (max-width: 880px) {
  .bound.in_kv {
    width: 475px;
  }
}
@media screen and (max-width: 599px) {
  .bound.in_kv {
    width: 100%;
  }
  .bound.in_kv .messe {
    text-align: center;
  }
}

@keyframes bound-anim {
  0% {
    top: 0;
    transform: scale(1);
  }
  50% {
    top: 0;
    transform: scale(1);
  }
  70% {
    top: -15%;
  }
  85% {
    transform: scale(1);
  }
  95% {
    top: 0;
    transform: scale(1.04, 0.95);
  }
  100% {
    top: 0;
    transform: scale(1);
  }
}
/* ----------------------------------------
コンテンツ追加
-----------------------------------------*/
.ttl {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .ttl {
    font-size: 2.4rem;
  }
}

.results {
  width: 90%;
  padding: 11.11vw 0;
  max-width: 1286px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .results {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 599px) {
  .results {
    width: 95%;
  }
}
.results .ttl .mini {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.results .ttl .mini img {
  width: 20px;
  height: 26px;
}
.results .results_container {
  display: flex;
  justify-content: center;
  gap: 0.7vw;
  margin-top: 4.8rem;
}
@media screen and (max-width: 1100px) {
  .results .results_container {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .results .results_container .box {
    max-width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .results .results_container {
    gap: 1rem;
  }
  .results .results_container .box {
    max-width: 170px;
  }
}

.c-reason {
  padding: 16rem 0;
}
@media screen and (max-width: 1100px) {
  .c-reason {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 599px) {
  .c-reason {
    padding: 8rem 0 4rem;
  }
}
.c-reason .reason_container {
  width: 100%;
  background: #F0F4F6;
  border-radius: 4rem;
  padding: 4.8rem 1rem;
  display: flex;
  justify-content: center;
  margin-top: 6.4rem;
}
@media screen and (max-width: 1100px) {
  .c-reason .reason_container {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .c-reason .reason_container {
    margin-top: 4rem;
    padding: 2.4rem 1rem;
  }
}
.c-reason .reason_container .reason_box {
  padding: 0 2.08vw;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .c-reason .reason_container .reason_box {
    align-items: center;
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 599px) {
  .c-reason .reason_container .reason_box {
    padding: 3rem 1.8rem;
    gap: 1rem;
  }
}
.c-reason .reason_container .reason_box::after {
  content: "";
  width: 1px;
  height: 90%;
  background: #BEC8CE;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .c-reason .reason_container .reason_box::after {
    width: 90%;
    height: 1px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    top: auto;
  }
}
.c-reason .reason_container .reason_box:last-child::after {
  content: none;
}
.c-reason .reason_container .reason_box h3 {
  font: 700 2.4rem/1.4 "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-reason .reason_container .reason_box h3 {
    font-size: 2rem;
  }
  .c-reason .reason_container .reason_box h3 br {
    display: none;
  }
}
.c-reason .reason_container .reason_box .img {
  width: 60%;
  margin: 1.4vw auto 1.666vw;
}
@media screen and (max-width: 1100px) {
  .c-reason .reason_container .reason_box .img {
    max-width: 220px;
  }
}
.c-reason .reason_container .reason_box p {
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .c-reason .reason_container .reason_box p {
    max-width: 460px;
    text-align: center;
  }
}

.productions {
  padding-bottom: 16rem;
}
@media screen and (max-width: 1100px) {
  .productions {
    margin: 6rem 0 0;
    padding-bottom: 10rem;
  }
}
.productions .slick-list {
  padding-right: 0;
  padding-bottom: 4rem;
}
.productions .productions_contents {
  margin-top: 8rem;
}
@media screen and (max-width: 599px) {
  .productions .productions_contents {
    margin-top: 5rem;
  }
}
.productions .productions_contents .slick-slide:first-child {
  margin-left: 0; /* 最初のスライドの左マージンなし */
}
.productions .productions_contents .production_box {
  max-width: 500px;
  overflow: visible; /* 見切れ部分を表示 */
  padding-left: 1.4vw; /* 左側の余白なし */
  padding-right: 1.4vw; /* 右側の余白なし */
}
.productions .productions_contents .production_box .img img {
  border-radius: 6px;
}
.productions .productions_contents .production_box .info {
  margin-top: 2.4rem;
}
@media screen and (max-width: 599px) {
  .productions .productions_contents .production_box .info {
    margin-top: 0.5rem;
  }
}
.productions .productions_contents .production_box .info .border_bottom {
  padding: 10px 0 8px;
  border-bottom: 1px solid #D9D9D9;
}
.productions .productions_contents .production_box .info dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .productions .productions_contents .production_box .info dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.productions .productions_contents .production_box .info dl dt {
  color: #707070;
  font-size: 1.4rem;
  padding: 5px 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 1100px) {
  .productions .productions_contents .production_box .info dl dt {
    font-size: 1.2rem;
    padding: 2px 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .productions .productions_contents .production_box .info dl dd {
    font-size: 1.4rem;
  }
}
.productions .productions_contents .production_box .info .url {
  color: #01C87C;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .productions .productions_contents .production_box .info .url {
    gap: 0;
    font-size: 1.4rem;
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 599px) {
  .productions .productions_contents .production_box .info .url {
    font-size: 1rem;
  }
}
.productions .productions_contents .production_box .info .url img, .productions .productions_contents .production_box .info .url span {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 599px) {
  .productions .productions_contents .production_box .info .url img, .productions .productions_contents .production_box .info .url span {
    margin-left: 0.5rem;
  }
}
.productions .productions_contents .production_box .info .tag {
  font: 400 1.4rem/1.5 "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #707070;
}
@media screen and (max-width: 1100px) {
  .productions .productions_contents .production_box .info .tag {
    font-size: 1.2rem;
  }
}
.productions .slick-dots {
  bottom: 0; /* スライダーから下の位置 */
  list-style: none;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .productions .slick-dots {
    margin-top: 3.2rem;
  }
}
.productions .slick-dots li {
  margin: 0 3px;
}
.productions .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 0; /* 数字を非表示 */
  line-height: 0;
  padding: 0;
  transition: background-color 0.3s ease;
}
.productions .slick-dots .slick-active button {
  background: #01C87C;
}

.price_point {
  border-radius: 10px;
  border: 2px solid #01C87C;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(1, 200, 124, 0.13);
  max-width: 668px;
  width: 80%;
  margin: 5.6rem auto 0;
  padding: 3rem;
}
@media screen and (max-width: 599px) {
  .price_point {
    width: 100%;
    margin-top: 3.2rem;
    padding: 2.8rem 2rem;
  }
}
.price_point p {
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .price_point p {
    font-size: 1.6rem;
  }
}

.maker {
  background: linear-gradient(transparent 60%, #fafb9b 40%);
  padding-bottom: 4px;
}

.story {
  background: #F0F4F6;
  border-radius: 30rem;
  padding: 16rem 2rem;
  border-radius: 20.83vw;
}
@media screen and (max-width: 1100px) {
  .story {
    padding: 10rem 0;
    border-radius: 16.83vw;
  }
}
@media screen and (max-width: 599px) {
  .story {
    padding: 8rem 0 4rem;
  }
}
.story .story_contents {
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(53, 160, 119, 0.13);
  border-radius: 4rem;
  margin-top: 6.4rem;
  display: flex;
  justify-content: space-between;
  padding-left: 6vw;
}
@media screen and (max-width: 1100px) {
  .story .story_contents {
    padding-left: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .story .story_contents {
    padding: 4rem 0 0;
    margin-top: 4rem;
  }
}
.story .story_contents .txtbox {
  padding: 6rem 0;
  flex-basis: 55%;
  max-width: 660px;
}
@media screen and (max-width: 1100px) {
  .story .story_contents .txtbox {
    padding-left: 8vw;
  }
}
@media screen and (max-width: 599px) {
  .story .story_contents .txtbox {
    padding: 2rem 2.4rem;
  }
}
.story .story_contents .txtbox .c-name {
  color: #01C87C;
}
.story .story_contents .txtbox .lead_txt {
  font-size: 1.94vw;
  line-height: 1.4;
  margin-top: 2rem;
  font-size: clamp(24px, 1.94vw, 30px);
}
@media screen and (max-width: 599px) {
  .story .story_contents .txtbox .lead_txt {
    font-size: 2.2rem;
  }
}
.story .story_contents .txtbox .body_text {
  margin-top: 3.2rem;
}
.story .story_contents .txtbox .body_text p {
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
.story .story_contents .img_box {
  flex-basis: 40%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1100px) {
  .story .story_contents .img_box {
    flex-direction: row;
  }
}
.story .story_contents .img_box .box {
  height: 50%;
}
@media screen and (max-width: 1100px) {
  .story .story_contents .img_box .box {
    width: 100%;
  }
}
.story .story_contents .img_box .box img {
  border-radius: 0 4rem 0 0;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
@media screen and (max-width: 1100px) {
  .story .story_contents .img_box .box img {
    border-radius: 0 0 0 4rem;
    height: 270px;
  }
}
.story .story_contents .img_box .box:nth-child(2) img {
  border-radius: 0 0 4rem 0;
}
@media screen and (max-width: 599px) {
  .story .story_contents .img_box .box:nth-child(2) img {
    border-radius: 0 0 4rem 4rem;
  }
}
@media screen and (max-width: 599px) {
  .story .story_contents .img_box .box:nth-child(1) {
    display: none;
  }
}
.story .story_contents .info {
  margin-top: 3vw;
}
@media screen and (max-width: 599px) {
  .story .story_contents .info {
    margin: 2.4rem 0;
  }
}
.story .story_contents .info .item {
  display: flex;
  margin-top: 0.4rem;
}
.story .story_contents .info .item dt {
  font-size: 1.4rem;
  flex-basis: 15%;
  color: #01C87C;
}
@media screen and (max-width: 1100px) {
  .story .story_contents .info .item dt {
    flex-basis: 32%;
  }
}
.story .story_contents .info .item dd {
  font-size: 1.4rem;
  color: #717473;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  position: absolute;
  bottom: 150px;
  width: 25%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  min-width: 340px;
}
@media screen and (max-width: 1100px) {
  .arrow_box {
    width: 50%;
    bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .arrow_box {
    min-width: auto;
    width: 92%;
    bottom: 90px;
  }
}
.arrow_box .prev-arrow, .arrow_box .next-arrow {
  display: block;
  width: 45px;
  height: 45px;
  background: #01C87C;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 599px) {
  .arrow_box .prev-arrow, .arrow_box .next-arrow {
    width: 40px;
    height: 40px;
  }
}
.arrow_box .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
.arrow_box .prev-arrow::before,
.arrow_box .next-arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2.5px solid #01C87C;
  border-top: 2.5px solid #01C87C;
  top: 0;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}