<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * Normalize
 * based on https://github.com/necolas/normalize.css
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

/*
 * PiPit登園LP original settings
 */
/* ======================================= *
 * Foundation
 * ======================================= */
/*---------- default setting ----------*/
/*---------- break point ----------*/
html {
  position: relative;
  width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 13pt;
  font-family: "Open Sans", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0em;
  line-height: 1.5;
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background-color: pipit-color(page-background);
}
@media screen and (max-width: 640px) {
  body {
    font-size: 13pt;
  }
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

*:focus {
  outline: none;
}

::-webkit-resizer {
  display: none;
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, button, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

th, td {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button, input, textarea {
  font-family: inherit;
  font-size: 13pt;
}
@media screen and (max-width: 640px) {
  button, input, textarea {
    font-size: 13pt;
  }
}

select {
  -webkit-appearance: none;
}

/* ======================================= *
 * Layout
 * ======================================= */
.l-body {
  position: relative;
  width: 100%;
  min-width: 320px;
}

.l-header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 110px;
  width: 100%;
  min-width: 320px;
}
@media screen and (max-width: 640px) {
  .l-header {
    height: 60px;
  }
}
.l-header + .l-main {
  padding: 110px 0 0;
}
@media screen and (max-width: 640px) {
  .l-header + .l-main {
    padding: 60px 0 0;
  }
}

.l-aside {
  position: fixed;
  z-index: 100;
}
.l-aside.is-toast {
  display: block;
  right: 0;
  bottom: 0;
  width: 290px;
  max-width: 290px;
  padding: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .l-aside.is-toast {
    width: 270px;
    max-width: 270px;
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .l-aside.is-toast {
    width: 230px;
    max-width: 230px;
  }
}
@media screen and (max-width: 640px) {
  .l-aside.is-toast {
    width: auto;
    max-width: none;
    padding: 10px;
  }
}
.l-aside.is-band {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-aside.is-band {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 320px;
    height: 60px;
  }
}

.l-main {
  display: block;
}

.l-block {
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .l-block {
    padding: 30px 0;
  }
}
.l-block .l-block__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .l-block .l-block__inner {
    padding: 0 10px;
  }
}
.l-block .l-block__inner.is-narrow {
  max-width: 1080px;
}

.l-display.only-pc {
  display: block;
}
.l-display.only-pc.is-inline {
  display: inline;
}
@media screen and (max-width: 640px) {
  .l-display.only-pc {
    display: none;
  }
}
.l-display.only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-display.only-sp {
    display: block;
  }
  .l-display.only-sp.is-inline {
    display: inline;
  }
}

.l-block-center-left {
  text-align: center;
}
.l-block-center-left .l-block-center-left__inner {
  display: inline-block;
  text-align: left;
}

.l-footer {
  display: block;
}

/* ======================================= *
 * Component
 * ======================================= */
.c-ul {
  padding: 10px 10px 10px 2.5em;
  list-style: disc;
}
.c-ul.is-child {
  padding: 5px 0 5px 1em;
  list-style: circle;
}
.c-ul.is-asterisk {
  padding: 10px 0.2em;
  list-style: none;
}
.c-ul.is-asterisk .c-ul__item {
  padding: 0 0 0 1.2em;
}
.c-ul.is-asterisk .c-ul__item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.c-ul .c-ul__item {
  position: relative;
  margin: 2px 0;
}

.c-link {
  color: #fc8786;
  text-decoration: underline;
}
.c-link:hover {
  opacity: 0.85;
  transition: 0.3s;
}

.c-check .c-check__button {
  display: none;
}
.c-check .c-check__button:checked + .c-check__text::before {
  border: none;
  background: #fc8786 url(../img/component/component-check-icon-on.svg) center/cover no-repeat;
}
.c-check .c-check__text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 6px 0 6px 35px;
  line-height: 24px;
}
.c-check .c-check__text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  background: #fff;
  margin: auto 0;
  box-sizing: border-box;
}

.c-radio .c-radio__button {
  display: none;
}
.c-radio .c-radio__button:checked + .c-radio__text::before {
  border: none;
  background: #fc8786;
}
.c-radio .c-radio__text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 6px 0 6px 35px;
  line-height: 24px;
}
.c-radio .c-radio__text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  background: #fff;
  margin: auto 0;
  box-sizing: border-box;
  border-radius: 50%;
}

.c-ol--decimal {
  padding: 10px 10px 10px 2.5em;
}
.c-ol--decimal .c-ol__item {
  list-style: decimal;
}

.c-ol--brackets {
  padding: 10px 10px 10px 2.5em;
}
.c-ol--brackets .c-ol__item {
  list-style: none;
  counter-increment: cnt;
}
.c-ol--brackets .c-ol__item::before {
  content: "(" counter(cnt) ") ";
}

/* ======================================= *
 * Project
 * ======================================= */
.p-toast {
  position: relative;
  padding: 0;
  background: url(../img/header/header-bg@2x.png) center/52px 1px repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  animation: animation-toast 0.5s;
  /*
  &amp;:has(&gt; .p-toast__switch:hover) {
  	border: 1px solid #f00;
  }
  */
}
@media screen and (max-width: 640px) {
  .p-toast {
    display: none;
  }
}
@keyframes animation-toast {
  0% {
    transform: translateY(calc(100% - 35px + 25px)) scale(1);
  }
  30% {
    transform: translateY(-80px) scale(0.95, 1.05);
  }
  60% {
    transform: translateY(50px) scale(1.1, 0.9);
  }
  80% {
    transform: translateY(-10px) scale(0.95, 1.05);
  }
  90% {
    transform: translateY(0) scale(1.1, 0.9);
  }
  100% {
    transform: scale(1);
  }
}
.p-toast.is-hidden {
  transform: translateY(calc(100% - 35px + 25px));
  animation: none;
  transition: 0.2s;
}
@media screen and (max-width: 1440px) {
  .p-toast.is-hidden {
    transform: translateY(calc(100% - 35px + 15px));
  }
}
.p-toast.is-hidden .p-toast__header {
  opacity: 1;
  top: 0;
  z-index: 1;
}
.p-toast.is-hidden .p-toast__character {
  display: none;
}
.p-toast.is-hidden .p-toast__content .p-toast__content__ {
  opacity: 0;
}
.p-toast.is-init {
  transform: translateY(calc(100% + 160px));
  animation: none;
}
.p-toast.is-init .p-toast__header {
  opacity: 0;
  top: -35px;
}
.p-toast .p-toast__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: -35px;
  width: 100%;
  height: 35px;
  padding: 0 0 0 10px;
  color: #fff;
  background: #ff7271;
  overflow: hidden;
  white-space: nowrap;
  font-size: 80%;
  border-radius: 8px 8px 0 0;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .p-toast .p-toast__header {
    padding: 0 0 0 5px;
  }
}
.p-toast .p-toast__header::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 0 -2px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
}
.p-toast .p-toast__character {
  display: block;
  position: absolute;
  top: -118px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .p-toast .p-toast__character {
    top: -98px;
  }
}
.p-toast .p-toast__content {
  margin: 0;
  padding: 28px 20px 12px 20px;
}
@media screen and (max-width: 1000px) {
  .p-toast .p-toast__content {
    padding: 20px 15px 10px 15px;
  }
}
.p-toast .p-toast__content .p-toast__content__title {
  transition: 0.3s;
}
.p-toast .p-toast__content .p-toast__content__button {
  padding: 3px 0 0;
}
.p-toast .p-toast__content .p-toast__content__button .p-toast__content__button__link {
  display: block;
  position: relative;
  text-align: center;
  margin: 8px 0;
  padding: 10px;
  color: #312019;
  background: #ffec3f;
  font-size: 85%;
  font-weight: bold;
  border-radius: 1000px;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .p-toast .p-toast__content .p-toast__content__button .p-toast__content__button__link {
    padding: 8px;
  }
}
.p-toast .p-toast__switch {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 15px 15px 15px 30px;
  position: relative;
  background: #ff7271;
  color: #fff;
  border-radius: 0 0 8px 8px;
  font-size: 80%;
  transition: 0.3s;
  cursor: pointer;
}
.p-toast .p-toast__switch::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 5px 3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.p-toast .p-toast__switch .p-toast__switch__label {
  margin: 0 5px;
}

.p-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  margin: 0 0 0 auto;
  background: #00b0a8;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .p-top {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .p-top {
    position: relative;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    margin: 0 0 0 auto;
  }
}
.p-top.is-on-the-toast {
  bottom: 50px;
}
@media screen and (max-width: 640px) {
  .p-top.is-on-the-toast {
    margin: 0 0 60px auto;
  }
}
.p-top.is-on-the-toast.is-float {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 0 0 100px auto;
}
@media screen and (max-width: 1000px) {
  .p-top.is-on-the-toast.is-float {
    margin: 0 0 80px auto;
  }
}
@media screen and (max-width: 640px) {
  .p-top.is-on-the-toast.is-float {
    margin: 0 0 60px auto;
  }
}
.p-top.is-on-the-toast.is-init {
  display: none;
  bottom: 25px;
}
@media screen and (max-width: 640px) {
  .p-top.is-on-the-toast.is-init {
    bottom: auto;
  }
}
.p-top .p-top__button {
  display: block;
}
.p-top .p-top__button .p-top__button__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: url(../img/header/header-bg@2x.png) center/26px 1px repeat;
}
.p-band .p-band__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-band .p-band__logo.is-company {
  width: 80px;
}
@media screen and (max-width: 360px) {
  .p-band .p-band__logo.is-company {
    width: 60px;
  }
}
.p-band .p-band__logo.is-company .p-band__logo__image {
  display: block;
  width: 100%;
  height: auto;
}
.p-band .p-band__logo.is-brand {
  width: 144px;
  height: auto;
}
@media screen and (max-width: 360px) {
  .p-band .p-band__logo.is-brand {
    width: 120px;
  }
}
.p-band .p-band__button {
  display: flex;
  flex-direction: column;
}
.p-band .p-band__button .p-band__button__link {
  display: block;
  position: relative;
  text-align: center;
  margin: 2px 0;
  padding: 3px 20px;
  color: #312019;
  background: #ffec3f;
  font-size: 60%;
  font-weight: bold;
  border-radius: 1000px;
  text-decoration: none;
}
@media screen and (max-width: 360px) {
  .p-band .p-band__button .p-band__button__link {
    padding: 3px 15px;
  }
}

.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: url(../img/header/header-bg@2x.png) center/52px 1px repeat;
}
@media screen and (max-width: 640px) {
  .p-header {
    background-size: 26px 1px;
  }
}
.p-header::after {
  content: "";
  display: block;
  width: 160px;
}
@media screen and (max-width: 640px) {
  .p-header::after {
    width: 80px;
  }
}
@media screen and (max-width: 360px) {
  .p-header::after {
    width: 60px;
  }
}
.p-header .p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-header .p-header__logo.is-company {
  width: 160px;
}
@media screen and (max-width: 640px) {
  .p-header .p-header__logo.is-company {
    width: 80px;
  }
}
@media screen and (max-width: 360px) {
  .p-header .p-header__logo.is-company {
    width: 60px;
  }
}
.p-header .p-header__logo.is-brand {
  width: 240px;
}
@media screen and (max-width: 640px) {
  .p-header .p-header__logo.is-brand {
    width: 144px;
  }
}
@media screen and (max-width: 360px) {
  .p-header .p-header__logo.is-brand {
    width: 120px;
  }
}
.p-header .p-header__logo .p-header__logo__image {
  display: block;
  width: 100%;
  height: auto;
}

.p-page-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  padding: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .p-page-heading {
    height: 100px;
    padding: 10px 0 0;
  }
}
.p-page-heading .p-page-heading__title {
  display: block;
}
.p-page-heading .p-page-heading__title .p-page-heading__title__image.only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-page-heading .p-page-heading__title .p-page-heading__title__image.only-pc {
    display: none;
  }
  .p-page-heading .p-page-heading__title .p-page-heading__title__image.only-sp {
    display: block;
  }
}

.p-mv {
  position: relative;
  background: url(../img/mv/mv-pattern.png) center/cover no-repeat;
}
.p-mv::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18px;
  background: url(../img/mv/mv-footer@2x.png) center bottom/64px 18px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-mv::after {
    background-size: 32px 9px;
  }
}
.p-mv .p-mv__animation {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-mv .p-mv__animation .p-mv__animation__main {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.p-mv .p-mv__animation .p-mv__animation__main .p-mv__animation__main__image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-mv .p-mv__animation .p-mv__animation__main.is-character {
  position: relative;
}
.p-mv .p-mv__animation .p-mv__animation__main.is-character .p-mv__animation__main__image {
  position: relative;
  bottom: 0;
  left: auto;
  margin: 0 auto;
  transform: none;
}
@media screen and (max-width: 1920px) {
  .p-mv .p-mv__animation .p-mv__animation__main.is-character .p-mv__animation__main__image {
    width: 103%;
    margin: 0 -1.5%;
    max-width: none;
  }
}
.p-mv .p-mv__animation .p-mv__animation__main.is-baloon {
  z-index: 3;
  display: block;
}
@media screen and (max-width: 640px) {
  .p-mv .p-mv__animation .p-mv__animation__main.is-baloon {
    display: none;
  }
}
.p-mv .p-mv__animation .p-mv__animation__main.is-baloon.is-hidden {
  display: none;
}
.p-mv .p-mv__animation .p-mv__animation__main.is-baloon .p-mv__animation__main__image {
  top: 0;
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-start::before, .p-mv .p-mv__animation .p-mv__animation__curtain.is-start::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: 2s linear;
  background: #ff9599 url(../img/mv/mv-curtain-bg@2x.png) right top/120px 1px repeat;
}
@media screen and (max-width: 640px) {
  .p-mv .p-mv__animation .p-mv__animation__curtain.is-start::before, .p-mv .p-mv__animation .p-mv__animation__curtain.is-start::after {
    background-size: 60px 1px;
  }
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-start::before {
  left: 0;
  background-position: right top;
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-start::after {
  right: 0;
  background-position: left top;
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-start.is-open::before {
  left: -55%;
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-start.is-open::after {
  right: -55%;
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-end::before, .p-mv .p-mv__animation .p-mv__animation__curtain.is-end::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: 0.3s linear;
  background: url(../img/mv/mv-curtain-left@2x.png) left top/contain no-repeat;
}
@media screen and (max-width: 640px) {
  .p-mv .p-mv__animation .p-mv__animation__curtain.is-end::before, .p-mv .p-mv__animation .p-mv__animation__curtain.is-end::after {
    transition: 1s linear;
    background-image: url(../img/mv/mv-curtain-left-sp@2x.png);
  }
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-end::before {
  left: -340px;
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-end::after {
  right: -200px;
  transform: scale(-1, 1);
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-end.is-open::before {
  left: 0;
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-end.is-open::after {
  right: 0;
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-center {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(../img/mv/mv-curtain-center@2x.png) center top/550px 150px no-repeat;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .p-mv .p-mv__animation .p-mv__animation__curtain.is-center {
    background: none;
  }
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 1920px) {
  .p-mv .p-mv__animation .p-mv__animation__curtain.is-top {
    background: url(../img/mv/mv-curtain-top@2x.png) center top/contain no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .p-mv .p-mv__animation .p-mv__animation__curtain.is-top {
    height: 750px;
    background: url(../img/mv/mv-curtain-top-sp@2x.png) center top/contain no-repeat;
  }
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-top::before, .p-mv .p-mv__animation .p-mv__animation__curtain.is-top::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: calc(50% - 240px);
  background: url(../img/mv/mv-curtain-top-repeat@2x.png) right top/370px 150px repeat-x;
}
@media screen and (max-width: 1920px) {
  .p-mv .p-mv__animation .p-mv__animation__curtain.is-top::before, .p-mv .p-mv__animation .p-mv__animation__curtain.is-top::after {
    display: none;
  }
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-top::before {
  left: 0;
}
.p-mv .p-mv__animation .p-mv__animation__curtain.is-top::after {
  right: 0;
  background-position: left top;
}
.p-mv .p-mv__animation .p-mv__animation__curtain .p-mv__animation__curtain__link .p-mv__animation__curtain__link__image {
  width: 200px;
  height: auto;
  margin: 30px auto 0;
}
@media screen and (max-width: 1920px) {
  .p-mv .p-mv__animation .p-mv__animation__curtain .p-mv__animation__curtain__link .p-mv__animation__curtain__link__image {
    width: 10%;
    margin: 1.8% auto 0;
  }
}
@media screen and (max-width: 640px) {
  .p-mv .p-mv__animation .p-mv__animation__curtain .p-mv__animation__curtain__link .p-mv__animation__curtain__link__image {
    width: 22%;
    margin: 2.5% auto 0;
  }
}

.p-section {
  position: relative;
  background: #fff;
}
.p-section .p-section__title {
  position: relative;
  padding: 30px 0;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section .p-section__title {
    padding: 10px 0;
  }
}
.p-section .p-section__title .p-section__title__image {
  display: block;
  margin: 0 auto;
}
.p-section .p-section__title .p-section__title__image.only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-section .p-section__title .p-section__title__image.only-pc {
    display: none;
  }
  .p-section .p-section__title .p-section__title__image.only-sp {
    display: block;
  }
}

.p-section-customer {
  padding: 25px 0;
  background: #d3f3fe url(../img/section/section-customer-bg-grass.png) center bottom/1px 74px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-section-customer {
    background-size: 1px 36px;
  }
}
.p-section-customer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  margin: 20px 0 0;
  background: url(../img/section/section-customer-bg-cloud.svg) center top/1200px 120px no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-customer::before {
    top: -12px;
    background: url(../img/section/section-customer-bg-cloud-sp.svg) center top/375px 100px no-repeat;
  }
}
.p-section-customer::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url(../img/section/section-customer-bg-flower@2x.png) center bottom/690px 80px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-section-customer::after {
    background-size: 345px 40px;
  }
}
.p-section-customer .p-section-customer__content {
  position: relative;
  z-index: 1;
  max-width: 2800px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .p-section-customer .p-section-customer__content {
    margin: -130px auto -13px;
  }
}
.p-section-customer .p-section-customer__content .p-section-customer__content__list {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .p-section-customer .p-section-customer__content .p-section-customer__content__list {
    transform-origin: left bottom;
    transform: scale(0.5, 0.5);
  }
}
.p-section-customer .p-section-customer__content .p-section-customer__content__list .p-section-customer__content__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  text-align: center;
}
.p-section-customer .p-section-customer__content .p-section-customer__content__list .p-section-customer__content__list__item .p-section-customer__content__list__item__image {
  max-width: none;
}
.p-section-customer .p-section-customer__content .p-section-customer__content__list .p-section-customer__content__list__item .p-section-customer__content__list__item__image.is-bus {
  animation: animation-bus 0.2s infinite;
}

.p-section-about {
  padding: 50px 0 140px;
  background: url(../img/section/section-about-bg@2x.png) center/100px 1px repeat;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .p-section-about {
    padding: 20px 0 50px;
    background-size: 50px 1px;
  }
}
.p-section-about::before, .p-section-about::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 150px;
  background: url(../img/section/section-about-bg-bottom@2x.png) right bottom/1120px 150px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-section-about::before, .p-section-about::after {
    background-size: 373px 50px;
  }
}
.p-section-about::before {
  left: 0;
}
.p-section-about::after {
  right: 0;
  transform: scale(-1, 1);
}
.p-section-about .p-section-about__side {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 540px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__side {
    width: 320px;
    height: 90%;
  }
}
.p-section-about .p-section-about__side::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/section/section-about-bg-side@2x.png) left center/540px 280px no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__side::before {
    background-size: 135px 70px;
  }
}
.p-section-about .p-section-about__side::after {
  content: "";
  display: block;
  position: absolute;
  top: 360px;
  bottom: 0;
  width: 320px;
  height: 200px;
  margin: auto 0;
  background: url(../img/section/section-about-bg-left@2x.png) right bottom/320px 200px no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__side::after {
    top: 130px;
    width: 80px;
    height: 50px;
    background-size: 80px 50px;
  }
}
.p-section-about .p-section-about__side.is-left {
  left: calc(50% - 1200px / 2 - 440px);
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__side.is-left {
    left: 0;
  }
}
.p-section-about .p-section-about__side.is-left::after {
  right: 5px;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__side.is-left::after {
    left: 25px;
    right: auto;
  }
}
.p-section-about .p-section-about__side.is-right {
  right: calc(50% - 1200px / 2 - 440px);
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__side.is-right {
    right: 0;
  }
}
.p-section-about .p-section-about__side.is-right::before {
  transform: scale(-1, 1);
}
.p-section-about .p-section-about__side.is-right::after {
  left: 30px;
  background-image: url(../img/section/section-about-bg-right@2x.png);
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__side.is-right::after {
    left: auto;
    right: 25px;
  }
}
.p-section-about .p-section-about__content {
  margin: 30px 0 50px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content {
    margin: 20px 0 30px;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__question {
  margin: 10px 0;
  font-size: 140%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__question {
    font-size: 100%;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__question .p-section-about__content__question__emphasis {
  margin: 0 0.2em;
  color: #61cbdb;
  font-size: 140%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__question .p-section-about__content__question__emphasis {
    font-size: 120%;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__image {
  margin: 0 auto;
}
.p-section-about .p-section-about__content .p-section-about__content__answer {
  position: relative;
  display: inline-block;
  margin: 10px 50px;
  font-size: 140%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__answer {
    margin: 10px 20px;
    font-weight: normal;
    font-size: 110%;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__main {
  position: relative;
  display: block;
  font-size: 140%;
  border-bottom: 2px solid #fb8787;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__main {
    padding: 0 0 5px;
    font-size: 120%;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__main::after {
  content: "";
  display: block;
  margin: -10px 0;
}
.p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__main .p-section-about__content__answer__main__emphasis {
  margin: 0 0.2em;
  color: #61cbdb;
  font-size: 140%;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__main .p-section-about__content__answer__main__emphasis {
    font-size: 120%;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 8px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration {
    bottom: 0px;
    width: 30px;
    height: 30px;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration.is-left {
  left: -45px;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration.is-left {
    left: -30px;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration.is-right {
  right: -45px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration.is-right {
    right: -30px;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration::before, .p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration::after {
  content: "";
  display: block;
  width: 2px;
  background: #000;
  border-radius: 1px;
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration::before, .p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration::after {
    width: 1px;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration::before {
  height: 45px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration::before {
    height: 25px;
  }
}
.p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration::after {
  height: 25px;
  transform: rotate(-60deg) translate(-12px, 0px);
}
@media screen and (max-width: 640px) {
  .p-section-about .p-section-about__content .p-section-about__content__answer .p-section-about__content__answer__decoration::after {
    height: 15px;
    transform: rotate(-60deg) translate(-8px, -1px);
  }
}

.p-section-feature {
  padding: 0 0 100px;
}
@media screen and (max-width: 640px) {
  .p-section-feature {
    margin: 0;
    padding: 20px 0 30px;
  }
}
.p-section-feature::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url(../img/section/section-feature-bg-bottom@2x.png) center bottom/500px 80px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-section-feature::after {
    background-size: 300px 48px;
  }
}
.p-section-feature .p-section-feature__side {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-section-feature .p-section-feature__side::before, .p-section-feature .p-section-feature__side::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 360px;
  height: 100%;
  background: url(../img/section/section-feature-bg@2x.png) left top/360px 1050px repeat-y;
}
.p-section-feature .p-section-feature__side::before {
  left: calc(50% - 1200px / 2 - 360px);
}
.p-section-feature .p-section-feature__side::after {
  right: calc(50% - 1200px / 2 - 360px);
  transform: scale(-1, 1);
}
.p-section-feature .p-section-feature__side .p-section-feature__side__character {
  position: absolute;
  z-index: 1;
}
.p-section-feature .p-section-feature__side .p-section-feature__side__character.is-left {
  top: 450px;
  left: calc(50% - 1200px / 2 - 220px);
}
.p-section-feature .p-section-feature__side .p-section-feature__side__character.is-right {
  top: 700px;
  right: calc(50% - 1200px / 2 - 280px);
}
.p-section-feature .p-section-feature__overview {
  position: relative;
}
.p-section-feature .p-section-feature__overview .p-section-feature__overview__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 30px;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__overview .p-section-feature__overview__list {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 30px;
  }
}
.p-section-feature .p-section-feature__overview .p-section-feature__overview__list .p-section-feature__overview__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex: 1;
  padding: 15px;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__overview .p-section-feature__overview__list .p-section-feature__overview__list__item {
    width: calc(50% - 15px);
    flex: none;
    gap: 10px;
    padding: 10px;
  }
}
.p-section-feature .p-section-feature__overview .p-section-feature__overview__list .p-section-feature__overview__list__item .p-section-feature__overview__list__item__image {
  height: auto;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__overview .p-section-feature__overview__list .p-section-feature__overview__list__item .p-section-feature__overview__list__item__image {
    width: 90px;
  }
}
.p-section-feature .p-section-feature__overview .p-section-feature__overview__list .p-section-feature__overview__list__item .p-section-feature__overview__list__item__description {
  font-size: 85%;
  font-weight: bold;
  text-align: left;
  flex: 1;
}
.p-section-feature .p-section__title {
  margin: 40px 0 0;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section__title {
    margin: 0;
  }
  .p-section-feature .p-section__title::before, .p-section-feature .p-section__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 120px;
    margin: auto 0;
    background: url(../img/section/section-feature-title-bg-sp-left@2x.png) center/cover no-repeat;
  }
  .p-section-feature .p-section__title::before {
    left: -10px;
  }
  .p-section-feature .p-section__title::after {
    right: -10px;
    background-image: url(../img/section/section-feature-title-bg-sp-right@2x.png);
  }
}
.p-section-feature .p-section-feature__ability {
  position: relative;
  margin: 10px 0 80px;
  /* モーダルCSS */
  /* 以下モーダルボタンスタイル */
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__ability {
    margin: 20px 0 80px;
  }
}
.p-section-feature .p-section-feature__ability ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.p-section-feature .p-section-feature__ability .modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-section-feature .p-section-feature__ability .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(104, 104, 104, 0.5);
}
.p-section-feature .p-section-feature__ability .closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.6rem;
  color: rgb(104, 104, 104);
  cursor: pointer;
}
.p-section-feature .p-section-feature__ability .p-switch-teacher .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
}
.p-section-feature .p-section-feature__ability .p-switch-teacher .modalWrapper h4 {
  display: block;
  position: relative;
  color: #49bdbd;
  text-align: center;
  padding-bottom: 30px;
}
.p-section-feature .p-section-feature__ability .p-switch-teacher .modalWrapper h4::before {
  content: "";
  position: absolute;
  display: block;
  top: 35px;
  width: 100%;
  height: 0;
  border-bottom: 5px dotted #49bdbd;
}
.p-section-feature .p-section-feature__ability .p-switch-teacher h3 {
  display: block;
  position: relative;
  width: 250px;
  max-width: 100%;
  margin: 40px auto 20px;
  padding: 20px;
  color: #fff;
  background: #49bdbd;
  border-radius: 1000px;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}
.p-section-feature .p-section-feature__ability .p-switch-teacher button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  justify-content: space-around;
  width: 159px;
  color: #49bdbd;
  font-weight: bold;
  border-radius: 2px;
  text-align: left;
  cursor: pointer;
  gap: 10px;
}
.p-section-feature .p-section-feature__ability .p-switch-teacher button:hover {
  transition: 0.2s;
  gap: 0;
}
.p-section-feature .p-section-feature__ability .p-switch-teacher button:hover img {
  width: 70px;
  transition: 0.2s;
}
.p-section-feature .p-section-feature__ability .p-switch-teacher li {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 209px;
  text-align: left;
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
  background: url(../img/section/section-price-recommend_clowd.png) left bottom no-repeat;
  background-size: 150px;
}
.p-section-feature .p-section-feature__ability .p-switch-parent .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
}
.p-section-feature .p-section-feature__ability .p-switch-parent .modalWrapper h4 {
  display: block;
  position: relative;
  color: #fd8787;
  text-align: center;
  padding-bottom: 30px;
}
.p-section-feature .p-section-feature__ability .p-switch-parent .modalWrapper h4::before {
  content: "";
  position: absolute;
  display: block;
  top: 35px;
  width: 100%;
  height: 0;
  border-bottom: 5px dotted #fd8787;
}
.p-section-feature .p-section-feature__ability .p-switch-parent h3 {
  display: block;
  position: relative;
  width: 250px;
  max-width: 100%;
  margin: 40px auto 20px;
  padding: 20px;
  color: #fff;
  background: #fd8787;
  border-radius: 1000px;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}
.p-section-feature .p-section-feature__ability .p-switch-parent button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  justify-content: space-around;
  width: 159px;
  color: #fd8787;
  font-weight: bold;
  border-radius: 2px;
  text-align: left;
  cursor: pointer;
  gap: 10px;
}
.p-section-feature .p-section-feature__ability .p-switch-parent button:hover {
  transition: 0.2s;
  gap: 0;
}
.p-section-feature .p-section-feature__ability .p-switch-parent button:hover img {
  width: 70px;
  transition: 0.2s;
}
.p-section-feature .p-section-feature__ability .p-switch-parent li {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 208px;
  text-align: left;
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
  background: url(../img/section/section-price-recommend_clowd.png) left bottom no-repeat;
  background-size: 150px;
}
.p-section-feature .p-section-feature__ability .p-section-feature__ability__character {
  display: block;
  position: absolute;
}
.p-section-feature .p-section-feature__ability .p-section-feature__ability__character.is-left {
  left: -10px;
  top: 30px;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__character.is-left {
    display: none;
  }
}
.p-section-feature .p-section-feature__ability .p-section-feature__ability__character.is-right {
  right: 0;
  bottom: -60px;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__character.is-right {
    right: 5px;
    bottom: -40px;
    width: 77px;
    height: 70px;
  }
}
.p-section-feature .p-section-feature__ability .p-section-feature__ability__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  margin: 30px 0;
}
@media screen and (max-width: 1200px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__list {
    gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__list {
    flex-direction: column;
    gap: 35px;
    margin: 0;
  }
}
.p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex: 1;
  padding: 0 50px 50px 50px;
  background: #fff7f4;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item {
    padding: 0 25px 25px 25px;
    gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item {
    width: auto;
    margin: 0 5px;
    padding: 20px;
    border-radius: 5px;
  }
}
.p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item .p-section-feature__ability__list__item__number {
  display: block;
  margin: 24px auto 0 -10px;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item .p-section-feature__ability__list__item__number {
    margin: -40px auto 0;
  }
}
.p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item .p-section-feature__ability__list__item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item .p-section-feature__ability__list__item__title {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin: 0;
  }
}
.p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item .p-section-feature__ability__list__item__title .p-section-feature__ability__list__item__title__image {
  margin: -10px 0 0;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item .p-section-feature__ability__list__item__title .p-section-feature__ability__list__item__title__image {
    width: 100px;
    height: 75px;
    margin: 0;
  }
}
.p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item .p-section-feature__ability__list__item__title .p-section-feature__ability__list__item__title__text {
  margin: 0 0 10px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item .p-section-feature__ability__list__item__title .p-section-feature__ability__list__item__title__text {
    margin: 0 10px 0 0;
    font-size: 120%;
    text-align: left;
  }
}
.p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item .p-section-feature__ability__list__item__description {
  font-size: 80%;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .p-section-feature .p-section-feature__ability .p-section-feature__ability__list .p-section-feature__ability__list__item .p-section-feature__ability__list__item__description {
    font-size: 100%;
  }
}

.p-section-Intro-tab {
  position: relative;
  overflow-x: hidden;
  padding: 20px 0 100px;
  background: #b4efff url(../img/section/section-initial-bg@2x.png) center top/640px 640px repeat-x;
  z-index: 1;
  /*導入費用タイトル*/
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
  /*タブ内のスタイル*/
  /*緑の吹き出しスタイル*/
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab {
    min-height: auto;
    padding: 0 0 50px;
    background-position: center top 50px;
    background-size: 320px 320px;
  }
}
.p-section-Intro-tab::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url(../img/section/section-initial-bg-bottom@2x.png) center bottom/500px 80px repeat-x;
  z-index: -1;
}
.p-section-Intro-tab .p-section__title {
  position: relative;
  padding: 30px 0;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section__title {
    padding: 10px 0;
  }
}
.p-section-Intro-tab .p-section__title .p-section__title__image {
  display: block;
  margin: 0 auto;
}
.p-section-Intro-tab .p-section__title .p-section__title__image.only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section__title .p-section__title__image.only-sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section__title .p-section__title__image.only-pc {
    display: none;
  }
}
.p-section-Intro-tab .tabs {
  margin-top: 50px;
  max-width: 1160px;
  width: calc(100% - 200px);
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .tabs {
    width: calc(100% - 20px);
  }
}
.p-section-Intro-tab .tab_item {
  width: 50%;
  height: 50px;
  background-color: #ffffff;
  line-height: 50px;
  font-size: 120%;
  text-align: center;
  color: #49bdbd;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border: solid #49bdbd;
  border-width: 3px 3px 0 3px;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .tab_item {
    font-size: 90%;
  }
}
@media screen and (max-width: 360px) {
  .p-section-Intro-tab .tab_item {
    font-size: 70%;
  }
}
.p-section-Intro-tab input[name=tab_item] {
  display: none;
}
.p-section-Intro-tab .tab_content {
  display: none;
  padding: 40px;
  clear: both;
  border: 3px solid #49bdbd;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  overflow: hidden;
}
.p-section-Intro-tab #all:checked ~ #all_content,
.p-section-Intro-tab #programming:checked ~ #programming_content,
.p-section-Intro-tab #design:checked ~ #design_content {
  display: block;
}
.p-section-Intro-tab .tabs input:checked + .tab_item {
  background-color: #49bdbd;
  color: #fff;
}
.p-section-Intro-tab .p-section-Intro-tab__formula {
  position: relative;
  width: calc(100% - 200px);
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 1200px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula {
    width: auto;
    margin: 10px auto;
  }
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula {
    width: auto;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition {
  display: flex;
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  background: #fff;
  border: 5px solid #fd8785;
  border-radius: 16px;
  flex: 1;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__item {
    font-size: 120%;
  }
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__item {
    min-height: auto;
    padding: 5px;
    border-width: 2px;
    border-radius: 6px;
    font-size: 85%;
  }
}
@media screen and (max-width: 360px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__item {
    font-size: 70%;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus {
  position: relative;
  width: 70px;
  height: 70px;
  margin: auto -24px;
  background: #fff;
  border: 5px solid #fd8785;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus {
    width: 50px;
    height: 50px;
    margin: auto -12px;
    border-width: 4px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus {
    width: 30px;
    height: 30px;
    margin: auto -12px;
    border-width: 2px;
  }
}
@media screen and (max-width: 360px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus {
    margin: auto -9px;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus::before, .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 32px;
  height: 8px;
  margin: auto;
  background: #fd8785;
}
@media screen and (max-width: 1000px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus::before, .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus::after {
    width: 25px;
    height: 7px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus::before, .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus::after {
    width: 14px;
    height: 4px;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__addition .p-section-Intro-tab__formula__addition__plus::after {
  content: "";
  transform: rotate(90deg);
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__equal {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
  margin: -30px auto;
  background: #fd8785;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__equal {
    width: 32px;
    height: 32px;
    margin: -8px auto;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__equal::before, .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__equal::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 46px;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__equal::before, .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__equal::after {
    width: 4px;
    height: 15px;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__equal::before {
  transform: translateX(12px);
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__equal::before {
    transform: translateX(4px);
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__equal::after {
  transform: translateX(-12px);
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__equal::after {
    transform: translateX(-4px);
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: calc(100% - 220px);
  min-height: 150px;
  margin: 0 auto;
  background: #fff;
  border: 5px solid #fd8785;
  border-radius: 16px;
  flex: 1;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total {
    width: calc(100% - 0px);
  }
}
@media screen and (max-width: 1000px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total {
    font-size: 140%;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total {
    flex-direction: column;
    gap: 0;
    width: 70%;
    min-height: auto;
    padding: 12px 5px;
    border-width: 2px;
    border-radius: 6px;
    font-size: 70%;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total .p-section-Intro-tab__formula__total__character {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total .p-section-Intro-tab__formula__total__character {
    display: block;
    position: absolute;
    left: -15px;
    top: 10px;
    width: 45px;
    height: 40px;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total .p-section-Intro-tab__formula__total__index {
  font-size: 90%;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total .p-section-Intro-tab__formula__total__index {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total .p-section-Intro-tab__formula__total__index {
    margin-bottom: 0px;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total .p-section-Intro-tab__formula__total__index .p-section-Intro-tab__formula__total__index__tax {
  display: block;
  font-size: 90%;
}
@media screen and (max-width: 1000px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total .p-section-Intro-tab__formula__total__index .p-section-Intro-tab__formula__total__index__tax {
    display: inline;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total .p-section-Intro-tab__formula__total__price {
  color: #fd8785;
  font-size: 240%;
  font-weight: bold;
  line-height: 1.2em;
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total .p-section-Intro-tab__formula__total__price .p-section-Intro-tab__formula__total__price__unit {
  margin: 0 0 0 10px;
  font-size: 80%;
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__total .p-section-Intro-tab__formula__total__price .p-section-Intro-tab__formula__total__price__unit {
    margin: 0 0 0 5px;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__character {
  display: block;
  position: absolute;
  z-index: 1;
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__character.is-left {
  left: -140px;
  bottom: -205px;
}
@media screen and (max-width: 1200px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__character.is-left {
    left: -90px;
    bottom: -170px;
    transform: scale(0.6);
  }
}
@media screen and (max-width: 1000px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__character.is-left {
    left: -110px;
    bottom: -300px;
    transform: scale(0.53);
  }
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__character.is-left {
    left: -110px;
    bottom: -290px;
  }
}
@media screen and (max-width: 360px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__character.is-left {
    left: -104px;
    bottom: -207px;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__character.is-right {
  right: -130px;
  bottom: -60px;
}
@media screen and (max-width: 1200px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__character.is-right {
    right: -40px;
    bottom: -180px;
  }
}
@media screen and (max-width: 1000px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__character.is-right {
    right: -80px;
    transform: scale(0.65);
    bottom: -190px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__formula .p-section-Intro-tab__formula__character.is-right {
    right: -90px;
    bottom: -200px;
    transform: scale(0.6);
  }
}
.p-section-Intro-tab .p-section-Intro-tab__baloon .p-section-Intro-tab__baloon__description {
  position: relative;
  margin: 30px auto 0 auto;
  padding: 30px 35px;
  width: calc(100% - 420px);
  color: #fff;
  background: #49bdbd;
  border-radius: 6px;
  font-size: 120%;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .p-section-Intro-tab .p-section-Intro-tab__baloon .p-section-Intro-tab__baloon__description {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1000px) {
  .p-section-Intro-tab .p-section-Intro-tab__baloon .p-section-Intro-tab__baloon__description {
    font-size: 90%;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .p-section-Intro-tab__baloon .p-section-Intro-tab__baloon__description {
    font-size: 80%;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .p-section-Intro-tab .p-section-Intro-tab__baloon .p-section-Intro-tab__baloon__description {
    width: 100%;
  }
}
.p-section-Intro-tab .p-section-Intro-tab__baloon .p-section-Intro-tab__baloon__description::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: #49bdbd;
  transform: rotate(45deg);
}
.p-section-Intro-tab .p-section-Intro-tab__baloon .p-section-Intro-tab__baloon__description strong {
  color: #ffec3f;
  font-size: 140%;
}
.p-section-Intro-tab .p-section-Intro-tab__baloon .p-section-Intro-tab__baloon__description span {
  font-size: 70%;
}
.p-section-Intro-tab .p-section-initial__annotation {
  display: flex;
  justify-content: center;
  font-size: 80%;
}
.p-section-Intro-tab .c-ul.is-asterisk {
  padding: 10px 0.2em;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .p-section-Intro-tab .c-ul.is-asterisk {
    font-size: 70%;
  }
}
.p-section-Intro-tab .c-ul.is-asterisk .c-ul__item {
  position: relative;
  margin: 2px 0;
  padding: 0 0 0 1.2em;
}
.p-section-Intro-tab .c-ul.is-asterisk .c-ul__item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.p-section-price {
  background: #9cdcff;
  padding: 0 0 40px;
}
.p-section-price .p-section-price__side {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-section-price .p-section-price__side .p-section-price__side__fish {
  position: absolute;
}
.p-section-price .p-section-price__side .p-section-price__side__fish.is-left {
  top: 150px;
  left: calc(50% - 1200px / 2 - 200px);
}
@media screen and (max-width: 640px) {
  .p-section-price .p-section-price__side .p-section-price__side__fish.is-left {
    top: 120px;
    left: 25px;
    width: 50px;
    height: 25px;
  }
}
.p-section-price .p-section-price__side .p-section-price__side__fish.is-right {
  top: 500px;
  right: calc(50% - 1200px / 2 - 200px);
}
@media screen and (max-width: 640px) {
  .p-section-price .p-section-price__side .p-section-price__side__fish.is-right {
    display: none;
  }
}
.p-section-price .p-section-price__side .p-section-price__side__fish.is-top {
  top: 100px;
  right: calc(50% - 1200px / 2);
}
@media screen and (max-width: 640px) {
  .p-section-price .p-section-price__side .p-section-price__side__fish.is-top {
    display: none;
  }
}
.p-section-price .p-section-price__button {
  display: block;
  position: relative;
  width: 360px;
  max-width: 100%;
  margin: 40px auto 20px;
  padding: 20px;
  color: #fff;
  background: #fd8787;
  border-radius: 1000px;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section-price .p-section-price__button {
    width: calc(100% - 20px);
    margin: 20px auto 10px;
    padding: 15px;
    font-size: 130%;
  }
}

.p-section-function {
  overflow-x: hidden;
  padding: 0 0 40px;
  background: #9cdcff;
}
.p-section-function .p-section-function__seaweed {
  position: absolute;
}
@media screen and (max-width: 640px) {
  .p-section-function .p-section-function__seaweed {
    display: none;
  }
}
.p-section-function .p-section-function__seaweed.is-left {
  bottom: 180px;
  left: calc(50% - 1200px / 2 - 260px);
}
.p-section-function .p-section-function__seaweed.is-right {
  bottom: 240px;
  right: calc(50% - 1200px / 2 - 270px);
}
.p-section-function .p-section-function__side {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-section-function .p-section-function__side::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: url(../img/section/section-function-bg-bottom@2x.png) center bottom/1920px 400px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-section-function .p-section-function__side::before {
    background-size: 600px 160px;
  }
}
.p-section-function .p-section-function__side .p-section-function__side__fish {
  position: absolute;
}
.p-section-function .p-section-function__side .p-section-function__side__fish.is-left {
  top: 100px;
  left: calc(50% - 1200px / 2 - 200px);
}
@media screen and (max-width: 640px) {
  .p-section-function .p-section-function__side .p-section-function__side__fish.is-left {
    top: 60px;
    left: 25px;
    width: 50px;
    height: 25px;
  }
}
.p-section-function .p-section-function__side .p-section-function__side__starfish {
  position: absolute;
  bottom: 170px;
  right: calc(50% - 1200px / 2 - 170px);
}
@media screen and (max-width: 640px) {
  .p-section-function .p-section-function__side .p-section-function__side__starfish {
    width: 64px;
    height: 40px;
    bottom: 75px;
    right: calc(50% - 120px - 64px);
  }
}
.p-section-function .p-section-function__side .p-section-function__side__shellfish {
  position: absolute;
  bottom: 125px;
  left: calc(50% - 1200px / 2 - 240px);
}
@media screen and (max-width: 640px) {
  .p-section-function .p-section-function__side .p-section-function__side__shellfish {
    width: 64px;
    height: 48px;
    bottom: 40px;
    left: calc(50% - 120px - 64px);
  }
}
.p-section-function .p-section-function__button {
  display: block;
  position: relative;
  width: 360px;
  max-width: 100%;
  margin: 40px auto 20px;
  padding: 20px;
  color: #fff;
  background: #fd8787;
  border-radius: 1000px;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section-function .p-section-function__button {
    max-width: 240px;
    margin: 20px auto 0;
    padding: 15px;
    font-size: 120%;
  }
}

.p-section-faq__list {
  display: block;
}
@media screen and (max-width: 640px) {
  .p-section-faq__list {
    margin: 0 40px;
  }
}
.p-section-faq__list .p-section-faq__list__question {
  position: relative;
  margin: 15px 0 0;
  padding: 25px 90px;
  color: #fff;
  background: #01b0a9;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .p-section-faq__list .p-section-faq__list__question {
    padding: 12px 35px 12px 48px;
    border-radius: 5px;
    font-size: 90%;
  }
}
.p-section-faq__list .p-section-faq__list__question::before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  margin: auto 0;
  background: url(../img/section/section-faq-icon-q@2x.png) center/cover no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-faq__list .p-section-faq__list__question::before {
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    margin: 0;
  }
}
.p-section-faq__list .p-section-faq__list__answer {
  padding: 25px 0;
  background: #fff7f4;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 640px) {
  .p-section-faq__list .p-section-faq__list__answer {
    padding: 12px 0;
    border-radius: 0 0 5px 5px;
    font-size: 90%;
  }
}
.p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content {
  position: relative;
  padding: 0 20px 0 90px;
}
@media screen and (max-width: 640px) {
  .p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content {
    padding: 0 10px 0 48px;
  }
}
.p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content::before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  margin: 0;
  background: url(../img/section/section-faq-icon-a@2x.png) center/cover no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content::before {
    left: 10px;
    top: 0;
    width: 30px;
    height: 30px;
  }
}

.p-section-customize {
  padding: 100px 0 150px;
  background: url(../img/section/section-customize-bg@2x.png) center/120px 1px repeat;
}
@media screen and (max-width: 640px) {
  .p-section-customize {
    padding: 280px 0 10px;
    background-size: 30px 1px;
  }
}
.p-section-customize::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  background: url(../img/section/section-customize-bg-top@2x.png) center top/660px 80px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-section-customize::before {
    background-size: 220px 27px;
  }
}
.p-section-customize::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url(../img/section/section-customize-bg-bottom@2x.png) center bottom/660px 80px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-section-customize::after {
    background-size: 220px 27px;
  }
}
.p-section-customize .p-section-customize__side {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/section/section-customize-bg-road@2x.png) center top/1400px 1200px repeat-y;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__side {
    background-size: 300px 250px;
  }
}
.p-section-customize .p-section-customize__side::before, .p-section-customize .p-section-customize__side::after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  width: 300px;
  height: 100%;
  background: url(../img/section/section-customize-bg-side@2x.png) left top/300px 1894px repeat-y;
}
.p-section-customize .p-section-customize__side::before {
  left: calc(50% - 1200px / 2 - 360px);
}
.p-section-customize .p-section-customize__side::after {
  right: calc(50% - 1200px / 2 - 360px);
  background-position: left top -720px;
}
.p-section-customize .p-section-customize__introduction {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-section-customize .p-section-customize__introduction {
    margin: 20px 0;
  }
}
.p-section-customize .p-section-customize__introduction .p-section-customize__introduction__image {
  margin: -70px 0 -10px -10px;
}
@media screen and (max-width: 1000px) {
  .p-section-customize .p-section-customize__introduction .p-section-customize__introduction__image {
    margin: -30px 0 -10px -10px;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__introduction .p-section-customize__introduction__image {
    position: absolute;
    top: -240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 240px;
    height: 240px;
  }
}
.p-section-customize .p-section-customize__introduction .p-section-customize__introduction__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0 220px 10px 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-section-customize .p-section-customize__introduction .p-section-customize__introduction__description {
    padding: 0 30px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__introduction .p-section-customize__introduction__description {
    padding: 0 0 20px;
    text-align: left;
  }
}
.p-section-customize .p-section-customize__example {
  display: block;
  margin-bottom: 50px;
}
.p-section-customize .p-section-customize__example .p-section-customize__example__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}
@media screen and (max-width: 1200px) {
  .p-section-customize .p-section-customize__example .p-section-customize__example__list {
    gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__example .p-section-customize__example__list {
    flex-direction: column;
    gap: 35px;
    margin: 0;
  }
}
.p-section-customize .p-section-customize__example .p-section-customize__example__list .p-section-customize__example__list__item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex: 1;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .p-section-customize .p-section-customize__example .p-section-customize__example__list .p-section-customize__example__list__item {
    padding: 30px;
    gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__example .p-section-customize__example__list .p-section-customize__example__list__item {
    width: auto;
    margin: 0 5px;
    padding: 10px;
    border-radius: 5px;
  }
}
.p-section-customize .p-section-customize__example .p-section-customize__example__list .p-section-customize__example__list__item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__example .p-section-customize__example__list .p-section-customize__example__list__item__title {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__example .p-section-customize__example__list .p-section-customize__example__list__item__title .p-section-customize__example__list__item__title__image {
    width: 100px;
    height: 75px;
    margin: 0;
  }
}
.p-section-customize .p-section-customize__example .p-section-customize__example__list .p-section-customize__example__list__item__title .p-section-customize__example__list__item__title__text {
  margin: 0 0 10px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  color: #01b0a9;
}
.p-section-customize .p-section-customize__example .p-section-customize__example__list .p-section-customize__example__list__item__title .p-section-customize__example__list__item__title__text span {
  font-size: 70%;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__example .p-section-customize__example__list .p-section-customize__example__list__item__title .p-section-customize__example__list__item__title__text {
    margin: 0 10px 0 0;
    font-size: 120%;
    text-align: left;
  }
}
.p-section-customize .p-section-customize__example .p-section-customize__example__asterisk {
  display: block;
}
.p-section-customize .p-section-customize__feature .p-section-customize__feature__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .p-section-customize .p-section-customize__feature .p-section-customize__feature__list {
    gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__feature .p-section-customize__feature__list {
    flex-direction: column;
    gap: 15px;
  }
}
.p-section-customize .p-section-customize__feature .p-section-customize__feature__list .p-section-customize__feature__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  padding: 20px 25px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__feature .p-section-customize__feature__list .p-section-customize__feature__list__item {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
  }
}
.p-section-customize .p-section-customize__feature .p-section-customize__feature__list .p-section-customize__feature__list__item .p-section-customize__feature__list__item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__feature .p-section-customize__feature__list .p-section-customize__feature__list__item .p-section-customize__feature__list__item__title {
    flex-direction: row;
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__feature .p-section-customize__feature__list .p-section-customize__feature__list__item .p-section-customize__feature__list__item__title .p-section-customize__feature__list__item__title__image {
    width: 100px;
    height: 75px;
    margin: 0;
  }
}
.p-section-customize .p-section-customize__feature .p-section-customize__feature__list .p-section-customize__feature__list__item .p-section-customize__feature__list__item__title .p-section-customize__feature__list__item__title__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #49bdbd;
  font-size: 110%;
  min-height: 3em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__feature .p-section-customize__feature__list .p-section-customize__feature__list__item .p-section-customize__feature__list__item__title .p-section-customize__feature__list__item__title__text {
    font-size: 120%;
    text-align: left;
  }
}
.p-section-customize .p-section-customize__feature .p-section-customize__feature__list .p-section-customize__feature__list__item .p-section-customize__feature__list__item__description {
  font-size: 80%;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__feature .p-section-customize__feature__list .p-section-customize__feature__list__item .p-section-customize__feature__list__item__description {
    font-size: 100%;
  }
}
.p-section-customize .p-section-customize__message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 0 80px;
  font-size: 120%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__message {
    align-items: flex-end;
    gap: 0;
    font-size: 100%;
  }
}
.p-section-customize .p-section-customize__message .p-section-customize__message__decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__message .p-section-customize__message__decoration {
    width: 26px;
    height: 30px;
  }
}
.p-section-customize .p-section-customize__message .p-section-customize__message__decoration::before, .p-section-customize .p-section-customize__message .p-section-customize__message__decoration::after {
  content: "";
  display: block;
  width: 1px;
  background: #000;
}
.p-section-customize .p-section-customize__message .p-section-customize__message__decoration::before {
  height: 45px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__message .p-section-customize__message__decoration::before {
    height: 25px;
  }
}
.p-section-customize .p-section-customize__message .p-section-customize__message__decoration::after {
  height: 25px;
  transform: rotate(-60deg) translate(-12px, 0px);
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__message .p-section-customize__message__decoration::after {
    height: 15px;
    transform: rotate(-60deg) translate(-8px, -1px);
  }
}
.p-section-customize .p-section-customize__message .p-section-customize__message__decoration.is-right {
  transform: scale(-1, 1);
}
.p-section-customize .p-section-customize__message .p-section-customize__message__text {
  text-align: center;
}
.p-section-customize .p-section-customize__message .p-section-customize__message__text .p-section-customize__message__text__emphasis {
  font-size: 140%;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__message .p-section-customize__message__text .p-section-customize__message__text__emphasis {
    font-size: 120%;
  }
}
.p-section-customize .p-section-customize__case {
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__case {
    margin: 20px 0;
  }
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item {
  margin: 0 0 50px;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__case .p-section-customize__case__item {
    margin: 0 20px 50px;
  }
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview {
    flex-direction: column;
    gap: 20px;
  }
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview .p-section-customize__case__item__overview__image {
  display: block;
  margin: 0 0 50px;
  border-radius: 50%;
  box-shadow: 8px 8px 0 #f2f292;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview .p-section-customize__case__item__overview__image {
    width: 220px;
    height: auto;
    margin: 0 0 10px;
  }
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview .p-section-customize__case__item__overview__info .p-section-customize__case__item__overview__info__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  min-height: 80px;
  margin: 0 0 10px;
  padding: 0 0 0 80px;
  font-size: 130%;
  font-weight: bold;
  color: #01b0a9;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview .p-section-customize__case__item__overview__info .p-section-customize__case__item__overview__info__title {
    font-size: 120%;
  }
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview .p-section-customize__case__item__overview__info .p-section-customize__case__item__overview__info__title .p-section-customize__case__item__overview__info__title__image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 80px;
  height: auto;
  margin: auto 0;
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview .p-section-customize__case__item__overview__info .p-section-customize__case__item__overview__info__name {
  margin: 0 0 10px;
  font-size: 110%;
  font-weight: bold;
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview .p-section-customize__case__item__overview__info .p-section-customize__case__item__overview__info__description {
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview .p-section-customize__case__item__overview__info .p-section-customize__case__item__overview__info__description {
    margin: 0 0 20px;
  }
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview .p-section-customize__case__item__overview__info .p-section-customize__case__item__overview__info__button {
  display: block;
  width: 250px;
  height: 50px;
  margin: 0 0 0 auto;
  color: #fff;
  background: #01b0a9;
  font-size: 90%;
  font-weight: bold;
  border-radius: 1000px;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__overview .p-section-customize__case__item__overview__info .p-section-customize__case__item__overview__info__button {
    margin: 0 auto;
  }
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-customize__case__item__interview__title {
  color: #01b0a9;
  text-align: center;
  font-size: 130%;
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-faq__list {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-faq__list {
    margin-right: 0;
    margin-left: 0;
  }
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content {
    flex-direction: column;
  }
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content .p-section-faq__list__answer__content__paragraph--flex {
  width: calc(100% - 300px);
}
@media screen and (max-width: 640px) {
  .p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content .p-section-faq__list__answer__content__paragraph--flex {
    width: 100%;
  }
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content .p-section-faq__list__answer__content__paragraph__strong {
  color: #ff7271;
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content .p-section-faq__list__answer__content__img {
  text-align: center;
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content .p-section-faq__list__answer__content__img img {
  border-radius: 50%;
  box-shadow: 8px 8px 0 #f2f292;
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-faq__list .p-section-faq__list__answer .p-section-faq__list__answer__content .p-section-faq__list__answer__content__note {
  display: block;
  width: 100%;
  font-size: 80%;
  color: #f20606;
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-customize__case__item__interview__thanks {
  color: #ff7271;
  font-weight: bold;
  font-size: 130%;
  text-align: center;
}
.p-section-customize .p-section-customize__case .p-section-customize__case__item .p-section-customize__case__item__interview .p-section-customize__case__item__interview__button {
  display: block;
  width: 250px;
  height: 50px;
  margin: 20px auto 0;
  color: #fff;
  background: #01b0a9;
  font-size: 90%;
  font-weight: bold;
  border-radius: 1000px;
}

.p-section-faq {
  padding: 20px 0 150px;
}
@media screen and (max-width: 640px) {
  .p-section-faq {
    padding: 20px 0 40px;
  }
}
.p-section-faq::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url(../img/section/section-faq-bg-bottom@2x.png) center bottom/660px 80px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-section-faq::after {
    background-size: 198px 24px;
  }
}
.p-section-faq .p-section-faq__side {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 50px);
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__side {
    height: calc(100% - 80px);
  }
}
.p-section-faq .p-section-faq__side::before, .p-section-faq .p-section-faq__side::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 360px;
  height: 100%;
  background: url(../img/section/section-feature-bg@2x.png) left top/360px 1050px repeat-y;
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__side::before, .p-section-faq .p-section-faq__side::after {
    width: 50px;
    background: url(../img/section/section-feature-bg-sp@2x.png) left top/50px 250px repeat-y;
  }
}
.p-section-faq .p-section-faq__side::before {
  left: calc(50% - 1200px / 2 - 360px - 30px);
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__side::before {
    left: -6px;
  }
}
.p-section-faq .p-section-faq__side::after {
  right: calc(50% - 1200px / 2 - 360px - 30px);
  transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__side::after {
    right: -6px;
  }
}
.p-section-faq .p-section-faq__side .p-section-faq__side__character {
  position: absolute;
  z-index: 1;
  height: auto;
}
.p-section-faq .p-section-faq__side .p-section-faq__side__character.is-left-1 {
  top: 280px;
  left: calc(50% - 1200px / 2 - 360px);
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__side .p-section-faq__side__character.is-left-1 {
    top: 500px;
    left: 0;
    width: 50px;
  }
}
.p-section-faq .p-section-faq__side .p-section-faq__side__character.is-left-2 {
  top: 1020px;
  left: calc(50% - 1200px / 2 - 360px + 45px);
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__side .p-section-faq__side__character.is-left-2 {
    top: 630px;
    left: -3px;
    width: 55px;
  }
}
.p-section-faq .p-section-faq__side .p-section-faq__side__character.is-right-1 {
  top: 280px;
  right: calc(50% - 1200px / 2 - 360px + 25px);
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__side .p-section-faq__side__character.is-right-1 {
    top: 400px;
    right: 0;
    width: 50px;
  }
}
.p-section-faq .p-section-faq__side .p-section-faq__side__character.is-right-2 {
  top: 920px;
  right: calc(50% - 1200px / 2 - 360px + 130px);
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__side .p-section-faq__side__character.is-right-2 {
    top: 540px;
    right: 20px;
    width: 20px;
  }
}
.p-section-faq .p-section-faq__list__question.is-open {
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__list__question.is-open {
    border-radius: 5px 5px 0 0;
  }
}
.p-section-faq .p-section-faq__list__question.is-open::after {
  transform: scale(1, -1);
}
.p-section-faq .p-section-faq__list__question::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 40px;
  height: 24px;
  margin: auto 0;
  background: url(../img/section/section-faq-icon-arrow.svg) center/cover no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__list__question::after {
    right: 10px;
    width: 20px;
    height: 12px;
  }
}
.p-section-faq .p-section-faq__list__answer {
  display: none;
}
.p-section-faq .p-section-faq__list__answer .p-section-faq__list__answer__content::before {
  margin: auto 0;
}
.p-section-faq .p-section-faq__agreement {
  margin: 80px 0 20px;
  padding: 20px 50px 50px;
  background: #fff7f4;
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__agreement {
    margin: 40px 40px 20px;
    padding: 15px 15px 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__agreement .p-section__title {
    padding: 0 0 5px;
  }
}
.p-section-faq .p-section-faq__agreement .p-section-faq__agreement__more {
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__agreement .p-section-faq__agreement__more {
    margin: 20px -5px 0;
  }
}
.p-section-faq .p-section-faq__agreement .p-section-faq__agreement__more.is-open .p-section-faq__agreement__more__controller .p-section-faq__agreement__more__controller__button::before {
  content: "閉じる";
}
.p-section-faq .p-section-faq__agreement .p-section-faq__agreement__more .p-section-faq__agreement__more__controller .p-section-faq__agreement__more__controller__button {
  display: block;
  position: relative;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  background: #fd8787;
  border-radius: 1000px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__agreement .p-section-faq__agreement__more .p-section-faq__agreement__more__controller .p-section-faq__agreement__more__controller__button {
    max-width: calc(100% - 10px);
    padding: 15px;
  }
}
.p-section-faq .p-section-faq__agreement .p-section-faq__agreement__more .p-section-faq__agreement__more__controller .p-section-faq__agreement__more__controller__button::before {
  content: "さらに表示";
}
.p-section-faq .p-section-faq__agreement .p-section-faq__agreement__more .p-section-faq__agreement__more__content .p-section-faq__agreement__more__content__document {
  background: #ffece5;
  margin: 0 0 30px;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .p-section-faq .p-section-faq__agreement .p-section-faq__agreement__more .p-section-faq__agreement__more__content .p-section-faq__agreement__more__content__document {
    margin: 0 0 20px;
    padding: 15px;
  }
}
.p-section-faq .p-section-faq__agreement .p-section-faq__agreement__separator {
  height: 20px;
}

.p-section-form {
  padding: 20px 0 330px;
  background: #d3f3fe;
}
@media screen and (max-width: 640px) {
  .p-section-form {
    padding: 20px 0 200px;
  }
}
.p-section-form.is-exclusive {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .p-section-form.is-exclusive {
    padding: 0 0 100px;
  }
}
.p-section-form.is-exclusive::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 130px;
  background: url(../img/section/section-form-bg-top-ex@2x.png) center top/1340px 130px repeat-x;
}
@media screen and (max-width: 640px) {
  .p-section-form.is-exclusive::before {
    height: 32px;
    margin: 0 0 20px;
    background-size: 335px 32px;
  }
}
.p-section-form.is-apply {
  background: linear-gradient(#bfe0ff, #d3f3fe);
}
.p-section-form.is-confirm .p-section-form__side {
  background-image: url(../img/section/section-form-bg-bottom-sun-2@2x.png);
}
@media screen and (max-width: 640px) {
  .p-section-form.is-confirm .p-section-form__side {
    background-image: url(../img/section/section-form-bg-bottom-sun-sp@2x.png);
  }
}
.p-section-form.is-complete {
  background: #ffdbdb;
}
.p-section-form.is-complete .p-section-form__side {
  background-image: url(../img/section/section-form-bg-bottom-sunset@2x.png);
}
@media screen and (max-width: 640px) {
  .p-section-form.is-complete .p-section-form__side {
    background-image: url(../img/section/section-form-bg-bottom-sunset-sp@2x.png);
  }
}
.p-section-form .p-section-form__side {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/section/section-form-bg-bottom-sun@2x.png) center bottom/1400px 550px no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-form .p-section-form__side {
    background: url(../img/section/section-form-bg-bottom-sun-sp@2x.png) center bottom/375px 250px no-repeat;
  }
}
.p-section-form .p-section-form__side::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/section/section-form-bg-bottom@2x.png) center bottom/1920px 550px no-repeat;
}
@media screen and (max-width: 640px) {
  .p-section-form .p-section-form__side::before {
    background: url(../img/section/section-form-bg-bottom-sp@2x.png) center bottom/700px 150px no-repeat;
  }
}
.p-section-form .p-section-form__side .p-section-form__side__cloud {
  display: block;
  position: absolute;
  width: 200px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .p-section-form .p-section-form__side .p-section-form__side__cloud {
    width: 50px;
    background: url(../img/section/section-feature-bg-sp@2x.png) left top/50px 250px repeat-y;
  }
}
.p-section-form .p-section-form__side .p-section-form__side__cloud.is-left {
  top: 800px;
  left: calc(50% - 1200px / 2 - 200px + 30px);
}
.p-section-form .p-section-form__side .p-section-form__side__cloud.is-right {
  top: 360px;
  right: calc(50% - 1200px / 2 - 200px + 30px);
}
.p-section-form .p-section-form__side .p-section-form__side__cloud.is-right-2 {
  top: 1300px;
  right: calc(50% - 1200px / 2 - 200px + 30px);
}
.p-section-form .p-section-form__side .p-section-form__side__cloud.is-right-3 {
  top: 600px;
  right: calc(50% - 1200px / 2 - 200px + 180px);
}
.p-section-form .p-section-form__side .p-section-form__side__character {
  display: block;
  position: absolute;
  top: 170px;
}
@media screen and (max-width: 640px) {
  .p-section-form .p-section-form__side .p-section-form__side__character {
    width: 50px;
    background: url(../img/section/section-feature-bg-sp@2x.png) left top/50px 250px repeat-y;
  }
}
.p-section-form .p-section-form__side .p-section-form__side__character.is-left {
  left: calc(50% - 1200px / 2 - 200px + 30px);
}
.p-section-form .p-section-form__side .p-section-form__side__character.is-right {
  right: calc(50% - 1200px / 2 - 200px + 30px);
}
.p-section-form .p-section-form__content {
  margin: 20px 0 100px;
}
.p-section-form .p-section-form__content.is-complete {
  width: 900px;
  max-width: 100%;
  margin: 20px auto 100px;
}

.p-section-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0 100px;
  background: #d3f3fe;
}
.p-section-404 .p-section-404__button {
  min-width: 240px;
  max-width: 100%;
  margin: 20px 0 0;
  padding: 25px;
  border-radius: 1000px;
  color: #fff;
  background: #00afa8;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-section-404 .p-section-404__button {
    min-width: 180px;
    margin: 8px 0;
    padding: 15px 50px;
  }
}

.p-table-price-bunner-link.only-pc {
  display: block;
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .p-table-price-bunner-link.only-pc {
    display: none;
  }
}
.p-table-price-bunner-link.only-pc img {
  width: 100%;
  border-radius: 20px;
  transition: 0.3s;
}
.p-table-price-bunner-link.only-pc:hover img {
  opacity: 0.5;
  transition: 0.3s;
}

.p-table-price-bunner-link.only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-table-price-bunner-link.only-sp {
    display: block;
    padding-right: 10px;
  }
}
.p-table-price-bunner-link.only-sp img {
  width: 100%;
  border-radius: 20px;
  transition: 0.3s;
}
.p-table-price-bunner-link.only-sp:hover img {
  opacity: 0.5;
  transition: 0.3s;
}

.p-table-price {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-table-price::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-table-price {
    margin-right: -10px;
  }
}
.p-table-price .p-table-price__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 10px 0;
  table-layout: fixed;
}
@media screen and (max-width: 640px) {
  .p-table-price .p-table-price__table {
    width: auto;
    min-width: 120%;
    table-layout: auto;
    border-right: 10px solid transparent;
  }
}
.p-table-price .p-table-price__table .p-table-price__table__cell {
  position: relative;
  padding: 20px 15px;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
  border-width: 1px 0 0 1px;
}
.p-table-price .p-table-price__table .p-table-price__table__cell br {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-table-price .p-table-price__table .p-table-price__table__cell {
    min-width: 80px;
    padding: 10px;
    white-space: nowrap;
  }
  .p-table-price .p-table-price__table .p-table-price__table__cell br {
    display: block;
  }
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-plan {
  color: #fff;
  font-size: 130%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-table-price .p-table-price__table .p-table-price__table__cell.is-plan {
    font-size: 120%;
  }
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-plan.is-plan-monthly {
  background: #49bdbd;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-plan.is-plan-customize {
  background: #fd8787;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-plan.is-plan-trial {
  background: #a58bf8;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-plan.is-plan-change {
  background: #fe976e;
  font-size: 90%;
}
@media screen and (max-width: 640px) {
  .p-table-price .p-table-price__table .p-table-price__table__cell.is-plan {
    min-width: 180px;
  }
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-no-padding {
  padding: 0;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-fixed {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 10em;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-transparent {
  background: transparent;
  border: none;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-cover {
  background: transparent;
  border: none;
  z-index: 2;
  margin-bottom: -10px;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-index {
  font-weight: bold;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-index::before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-right: 1px solid #000;
  width: 1px;
  height: auto;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-baloon {
  padding: 30px 6px 20px;
  vertical-align: bottom;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-radius-top-left {
  border-radius: 10px 0 0 0;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-radius-bottom-left {
  border-radius: 0 0 0 10px;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-radius-top-right {
  border-radius: 0 10px 0 0;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-radius-bottom-right {
  border-radius: 0 0 10px 0;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-border-right {
  border-right-width: 1px;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-border-bottom {
  border-bottom-width: 1px;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-wrap {
  white-space: normal;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-long-text {
  padding: 8px;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-header {
  color: #fff;
  background: #49bdbd;
  font-weight: bold;
  padding: 25px 15px;
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-recommend::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 6px solid #ffec3e;
  border-right: 6px solid #ffec3e;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .p-table-price .p-table-price__table .p-table-price__table__cell.is-recommend::before {
    border-left-width: 5px;
    border-right-width: 5px;
  }
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-recommend.is-radius-top-left::before {
  border-top: 6px solid #ffec3e;
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 640px) {
  .p-table-price .p-table-price__table .p-table-price__table__cell.is-recommend.is-radius-top-left::before {
    border-top-width: 5px;
  }
}
.p-table-price .p-table-price__table .p-table-price__table__cell.is-recommend.is-border-bottom::before {
  border-bottom: 6px solid #ffec3e;
}
@media screen and (max-width: 640px) {
  .p-table-price .p-table-price__table .p-table-price__table__cell.is-recommend.is-border-bottom::before {
    border-bottom-width: 5px;
  }
}
.p-table-price .p-table-price__table .p-table-price__table__cell .p-table-price__table__cell__baloon {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  color: #000;
  background: #ffec3e;
  border-radius: 10px;
  font-size: 80%;
  text-align: left;
}
.p-table-price .p-table-price__table .p-table-price__table__cell .p-table-price__table__cell__baloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 11px solid #ffec3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.p-table-price .p-table-price__table .p-table-price__table__cell .p-table-price__table__cell__baloon .p-table-price__table__cell__baloon__content {
  padding: 15px;
  font-weight: bold;
}
.p-table-price .p-table-price__text.is-price {
  line-height: 1em;
  font-size: 120%;
}
.p-table-price .p-table-price__text.is-unit {
  font-size: 80%;
  margin: 0 0 0 0.2em;
}
.p-table-price .p-table-price__text.is-emphasis {
  color: #fd8787;
  font-size: 140%;
  font-weight: bold;
}
.p-table-price .p-table-price__text.is-extra {
  font-size: 300%;
}
@media screen and (max-width: 640px) {
  .p-table-price .p-table-price__text.is-extra {
    font-size: 240%;
  }
}
.p-table-price .p-table-price__text.is-extra .is-unit {
  font-size: 50%;
}
.p-table-price .p-table-price__text.is-tax-in {
  font-size: 60%;
}
.p-table-price .p-table-price__text.is-tax-in.is-break {
  display: block;
}
.p-table-price .p-table-price__text.is-recommend {
  display: inline-block;
  position: relative;
  color: #ffec3e;
  padding: 0 10px 0 15px;
  font-size: 80%;
}
.p-table-price .p-table-price__text.is-recommend::before, .p-table-price .p-table-price__text.is-recommend::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 18px;
  margin: auto 0;
  background: #ffec3e;
  transform: rotate(45deg);
}
.p-table-price .p-table-price__text.is-recommend::before {
  left: 0;
  transform: rotate(-30deg);
}
.p-table-price .p-table-price__text.is-recommend::after {
  right: 0;
  transform: rotate(30deg);
}
.p-table-price .p-table-price__character {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  width: 90px;
  height: 80px;
  margin: auto 0;
}
@media screen and (max-width: 640px) {
  .p-table-price .p-table-price__character {
    left: -30px;
    width: 54px;
    height: 48px;
    margin-right: -10px;
  }
}
.p-table-price .p-section-Intro-tab__change-cost-title {
  margin: 60px auto 30px auto;
  text-align: center;
  font-size: 140%;
}
.p-table-price .p-section-Intro-tab__change-cost {
  text-align: center;
  margin: 0 auto 30px auto;
}

.p-table-function {
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .p-table-function {
    margin: -20px 0 0;
    padding: 0;
  }
}
.p-table-function .p-table-function__title {
  text-align: center;
  padding: 0 0 10px;
}
.p-table-function .p-table-function__title .p-table-function__title__text {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  background: #ffec3e;
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .p-table-function .p-table-function__title .p-table-function__title__text {
    padding: 10px 15px;
    font-size: 90%;
  }
}
.p-table-function .p-table-function__title .p-table-function__title__text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 11px solid #ffec3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.p-table-function .p-table-function__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 10px 0;
}
.p-table-function .p-table-function__table .p-table-function__table__row .p-table-function__table__cell {
  font-size: 90%;
}
.p-table-function .p-table-function__table .p-table-function__table__row .p-table-function__table__cell.is-header {
  font-size: 100%;
}
.p-table-function .p-table-function__table .p-table-function__table__row .p-table-function__table__cell.is-header:first-child {
  border-radius: 10px 0 0 0;
}
.p-table-function .p-table-function__table .p-table-function__table__row .p-table-function__table__cell.is-header:last-child {
  border-radius: 0 10px 0 0;
}
.p-table-function .p-table-function__table .p-table-function__table__row:last-child .p-table-function__table__cell:not(.is-header) {
  border-bottom-width: 1px;
}
.p-table-function .p-table-function__table .p-table-function__table__row:last-child .p-table-function__table__cell:not(.is-header):first-child {
  border-radius: 0 0 0 10px;
}
.p-table-function .p-table-function__table .p-table-function__table__row:last-child .p-table-function__table__cell:not(.is-header):last-child {
  border-radius: 0 0 10px 0;
}
.p-table-function .p-table-function__table .p-table-function__table__row .p-table-function__table__cell:last-child {
  border-right-width: 1px;
}
.p-table-function .p-table-function__table .p-table-function__table__cell {
  position: relative;
  padding: 20px 15px;
  border: 1px solid #000;
  border-width: 1px 0 0 1px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-table-function .p-table-function__table .p-table-function__table__cell {
    min-width: 110px;
    padding: 10px;
  }
}
.p-table-function .p-table-function__table .p-table-function__table__cell.is-header {
  color: #fff;
  background: #49bdbd;
  font-weight: bold;
  padding: 25px 15px;
}
@media screen and (max-width: 640px) {
  .p-table-function .p-table-function__table .p-table-function__table__cell.is-header {
    padding: 15px 10px;
  }
}
.p-table-function .p-table-function__table .p-table-function__table__cell.is-index {
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .p-table-function .p-table-function__table .p-table-function__table__cell.is-index {
    white-space: normal;
  }
}
.p-table-function .p-table-function__table .p-table-function__table__cell.is-data {
  text-align: left;
}

.p-form {
  margin: 20px 0;
}
.p-form.is-input .p-form__table__row.p-form__agreement {
  display: none;
}
.p-form.is-input .p-form__table__check .is-error,
.p-form.is-input .p-form__table__radio .is-error {
  margin: 8px 0 10px;
}
.p-form.is-input .p-form__agreement .is-error {
  margin: 0 0 10px 35px;
}
.p-form.is-confirm .p-form__table {
  display: block;
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 5px;
  border-spacing: 0;
  font-size: 110%;
}
@media screen and (max-width: 640px) {
  .p-form.is-confirm .p-form__table {
    font-size: 100%;
    margin: 0 auto 50px;
  }
}
.p-form.is-confirm .p-form__table .p-form__table__body {
  display: block;
}
.p-form.is-confirm .p-form__table .p-form__table__row {
  display: block;
  margin: 40px 0;
}
.p-form.is-confirm .p-form__table .p-form__table__cell {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 85%;
}
.p-form.is-confirm .p-form__table .p-form__table__cell.is-index {
  display: inline;
  width: auto;
  margin: 0;
  font-weight: bold;
  font-size: 100%;
  vertical-align: middle;
}
.p-form.is-confirm .p-form__table .p-form__table__cell.is-required {
  display: inline-block;
  font-size: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .p-form.is-confirm .p-form__table .p-form__table__cell.is-required {
    font-size: 90%;
  }
}
.p-form.is-confirm .p-form__table .p-form__table__cell.is-required.is-on::before {
  content: "必須";
  display: block;
  margin: 0 0 2px 10px;
  padding: 7px 12px;
  line-height: 1em;
}
@media screen and (max-width: 640px) {
  .p-form.is-confirm .p-form__table .p-form__table__cell.is-required.is-on::before {
    margin: 0 0 1px 4px;
  }
}
.p-form.is-confirm .p-form__table .p-form__table__check,
.p-form.is-confirm .p-form__table .p-form__table__radio {
  padding: 0;
  background-color: transparent;
}
.p-form.is-confirm .p-form__table .p-form__table__row.p-form__agreement {
  display: block;
}
.p-form.is-confirm .p-form__table .p-form__table__row.p-form__description {
  display: none;
}
.p-form.is-confirm .p-form__agreement {
  display: none;
}
.p-form .p-form__content {
  display: block;
}
.p-form .p-form__table {
  width: 100%;
  border-spacing: 10px;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table {
    display: block;
    padding: 0 5px;
    border-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__body {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__row {
    display: block;
    margin: 15px 0 0;
  }
}
.p-form .p-form__table .p-form__table__cell {
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__cell {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.p-form .p-form__table .p-form__table__cell.is-vertical-top {
  vertical-align: top;
}
.p-form .p-form__table .p-form__table__cell.is-index {
  width: 200px;
  white-space: nowrap;
  line-height: 50px;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__cell.is-index {
    display: inline;
    width: auto;
    margin: 0;
    line-height: 30px;
    font-size: 80%;
  }
}
.p-form .p-form__table .p-form__table__cell.is-required {
  width: auto;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__cell.is-required {
    display: inline-block;
  }
}
.p-form .p-form__table .p-form__table__cell.is-required.is-on::before {
  content: "必須";
  display: block;
  padding: 0 15px;
  margin: 10px 0;
  color: #fff;
  background: #f33b3b;
  font-size: 70%;
  line-height: 30px;
  white-space: nowrap;
  border-radius: 100px;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__cell.is-required.is-on::before {
    margin: 0 0 0 10px;
    padding: 0 10px;
    line-height: 24px;
  }
}
.p-form .p-form__table *:not(.p-form__text).is-error {
  background: #ffdede !important;
  border: 1px solid #f23b3b !important;
}
.p-form .p-form__table .p-form__table__input,
.p-form .p-form__table .p-form__table__textarea,
.p-form .p-form__table .p-form__table__check,
.p-form .p-form__table .p-form__table__radio,
.p-form .p-form__table .p-form__table__window {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  outline: none;
  border: none;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__input,
  .p-form .p-form__table .p-form__table__textarea,
  .p-form .p-form__table .p-form__table__check,
  .p-form .p-form__table .p-form__table__radio,
  .p-form .p-form__table .p-form__table__window {
    width: 100%;
    min-height: auto;
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 5px;
  }
}
.p-form .p-form__table .p-form__table__input::-moz-placeholder, .p-form .p-form__table .p-form__table__textarea::-moz-placeholder, .p-form .p-form__table .p-form__table__check::-moz-placeholder, .p-form .p-form__table .p-form__table__radio::-moz-placeholder, .p-form .p-form__table .p-form__table__window::-moz-placeholder {
  color: #bbb;
  font-size: 90%;
}
.p-form .p-form__table .p-form__table__input::placeholder,
.p-form .p-form__table .p-form__table__textarea::placeholder,
.p-form .p-form__table .p-form__table__check::placeholder,
.p-form .p-form__table .p-form__table__radio::placeholder,
.p-form .p-form__table .p-form__table__window::placeholder {
  color: #bbb;
  font-size: 90%;
}
.p-form .p-form__table .p-form__table__input::-ms-input-placeholder,
.p-form .p-form__table .p-form__table__textarea::-ms-input-placeholder,
.p-form .p-form__table .p-form__table__check::-ms-input-placeholder,
.p-form .p-form__table .p-form__table__radio::-ms-input-placeholder,
.p-form .p-form__table .p-form__table__window::-ms-input-placeholder {
  color: #bbb;
  font-size: 90%;
}
.p-form .p-form__table .p-form__table__input {
  height: 50px;
  padding: 15px;
  line-height: 20px;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__input {
    height: 40px;
    padding: 10px;
    line-height: 20px;
  }
}
.p-form .p-form__table .p-form__table__check,
.p-form .p-form__table .p-form__table__radio {
  padding: 6px 18px;
}
.p-form .p-form__table .p-form__table__check .p-form__table__check__item {
  white-space: nowrap;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__check .p-form__table__check__item {
    display: block;
    margin: 0;
    white-space: normal;
    font-size: 90%;
  }
}
.p-form .p-form__table .p-form__table__check .p-form__table__check__item.is-block {
  display: block;
  white-space: normal;
}
.p-form .p-form__table .p-form__table__check .p-form__table__check__item .p-form__table__check__item__label .p-form__table__check__item__label__button {
  margin: 0 15px 0 0;
}
.p-form .p-form__table .p-form__table__radio .p-form__table__radio__item {
  white-space: nowrap;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__radio .p-form__table__radio__item {
    display: block;
    margin: 0;
    white-space: normal;
    font-size: 90%;
  }
}
.p-form .p-form__table .p-form__table__radio .p-form__table__radio__item.is-block {
  display: block;
  white-space: normal;
}
.p-form .p-form__table .p-form__table__radio .p-form__table__radio__item .p-form__table__radio__item__label .p-form__table__radio__item__label__button {
  margin: 0 15px 0 0;
}
.p-form .p-form__table .p-form__table__textarea {
  resize: vertical;
  min-height: 130px;
}
.p-form .p-form__table .p-form__table__window {
  position: relative;
  height: 220px;
  margin: 0 0 10px;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__window {
    height: 150px;
    padding: 10px;
  }
}
.p-form .p-form__table .p-form__table__window:first-child {
  margin: 30px 0 10px;
}
.p-form .p-form__table .p-form__table__window .p-form__table__window__content {
  overflow: scroll;
  height: 100%;
  font-size: 90%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-form .p-form__table .p-form__table__window .p-form__table__window__content::-webkit-scrollbar {
  display: none;
}
.p-form .p-form__table .p-form__table__window .p-form__table__window__content .p-form__table__window__content__title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__table .p-form__table__window .p-form__table__window__content .p-form__table__window__content__title {
    font-size: 100%;
  }
}
.p-form .p-form__table .p-form__table__window .p-form__table__window__content .p-form__table__window__content__description {
  font-size: 80%;
}
.p-form .p-form__agreement {
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__agreement {
    margin: 20px 0;
    font-size: 90%;
  }
}
.p-form .p-form__agreement .p-form__agreement__item {
  display: block;
}
.p-form .p-form__text.is-error {
  display: block;
  margin: 8px 10px 0;
  color: #f20606;
  font-size: 80%;
  line-height: 1em;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__text.is-error {
    margin: 0px 5px;
    font-size: 70%;
  }
}
.p-form .p-form__text.is-error::before {
  content: "★ ";
}
.p-form .p-form__text.is-required::after {
  content: "必須";
  display: inline-block;
  margin: 0 0 2px 10px;
  padding: 7px 12px;
  color: #fff;
  background: #f33b3b;
  font-size: 70%;
  font-weight: normal;
  line-height: 1em;
  white-space: nowrap;
  border-radius: 100px;
  vertical-align: middle;
}
.p-form .p-form__controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 50px 0 70px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__controller {
    gap: 0;
    flex-direction: column-reverse;
    margin: 20px 0;
  }
}
.p-form .p-form__controller .p-form__controller__button {
  min-width: 240px;
  max-width: 100%;
  padding: 25px;
  border: 0;
  border-radius: 1000px;
  color: #fff;
  background: #939393;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-form .p-form__controller .p-form__controller__button {
    min-width: 180px;
    margin: 8px 0;
    padding: 15px 50px;
  }
}
.p-form .p-form__controller .p-form__controller__button.is-next {
  background: #fd8787;
}
.p-form .p-form__controller .p-form__controller__button.is-top {
  background: #00afa8;
}

.p-switch-display .p-switch-display__controller {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  .p-switch-display .p-switch-display__controller {
    margin: 10px 5px 20px;
    gap: 8px;
  }
}
.p-switch-display .p-switch-display__controller .p-switch-display__controller__button {
  min-width: 240px;
  height: 64px;
  color: #49bdbd;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #49bdbd;
  border-radius: 1000px;
  line-height: 64px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-switch-display .p-switch-display__controller .p-switch-display__controller__button {
    flex: 1;
    min-width: auto;
    height: 50px;
    margin: 10px 0;
    line-height: 50px;
  }
}
.p-switch-display .p-switch-display__controller .p-switch-display__controller__button.is-selected {
  color: #fff;
  background: #49bdbd;
  cursor: default;
}
.p-switch-display .p-switch-display__content {
  min-height: 200px;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .p-switch-display .p-switch-display__content {
    padding: 10px 0;
  }
}
.p-switch-display .p-switch-display__content.is-hidden {
  opacity: 0;
}
.p-switch-display .p-switch-display__content .p-switch-display__content__item {
  display: none;
}
.p-switch-display .p-switch-display__content .p-switch-display__content__item.is-selected {
  display: block;
}

.p-fit-window {
  height: calc(100% - 100px);
}
@media screen and (max-width: 640px) {
  .p-fit-window {
    height: calc(100% - 50px);
  }
}

.p-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-size: 80%;
  text-align: center;
  color: #33201c;
  background: #ffe888;
}
@media screen and (max-width: 640px) {
  .p-footer {
    height: 50px;
    width: auto;
    padding: 0 10px;
  }
  .p-footer.is-has-band {
    height: 110px;
    padding: 0 10px 60px;
  }
  .p-footer.is-has-band .p-footer__animation {
    height: 128px;
  }
}
.p-footer .p-footer__animation {
  position: absolute;
  bottom: 80px;
  width: 100%;
  height: 130px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__animation {
    bottom: 31px;
    height: 68px;
  }
}
.p-footer .p-footer__animation .p-footer__animation__bus {
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  width: 100%;
  animation: none;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__animation .p-footer__animation__bus {
    height: 42px;
  }
}
.p-footer .p-footer__animation .p-footer__animation__bus.is-on {
  animation: animation-footer-back 20s;
}
.p-footer .p-footer__animation .p-footer__animation__bus .p-footer__animation__bus__image {
  display: block;
  width: auto;
  height: 120px;
  margin: 10px auto 0;
  animation: animation-bus linear 0.2s infinite;
}
@media screen and (max-width: 640px) {
  .p-footer .p-footer__animation .p-footer__animation__bus .p-footer__animation__bus__image {
    height: 46px;
    animation: none;
  }
}
.p-footer .p-footer__animation .p-footer__animation__bus .p-footer__animation__bus__image.is-pause {
  animation: none;
}
@keyframes animation-footer-back {
  0% {
    transform: translateX(0);
    animation-timing-function: ease-in;
  }
  49.5% {
    opacity: 1;
    transform: translateX(calc(-50% - 200px));
    animation-timing-function: linear;
  }
  49.8% {
    opacity: 0;
    transform: translateX(calc(-50% - 200px));
    animation-timing-function: linear;
  }
  50% {
    opacity: 0;
    transform: translateX(calc(50% + 200px));
    animation-timing-function: linear;
  }
  50.2% {
    opacity: 1;
    transform: translateX(calc(50% + 200px));
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0);
    animation-timing-function: linear;
  }
}

@keyframes animation-bus {
  0% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1px);
  }
}
/* ======================================= *
 * Utility
 * ======================================= */
/*---------- u-font-size ----------*/
.u-font-size-tiny {
  font-size: 60%;
}

.u-font-size-small {
  font-size: 80%;
}

.u-font-size-large {
  font-size: 120%;
}

.u-font-size-huge {
  font-size: 140%;
}

.u-font-size-extra {
  font-size: 160%;
}

/*---------- u-text-align ----------*/
.u-text-align-right {
  text-align: right;
}

.u-text-align-center {
  text-align: center;
}

.u-text-align-left {
  text-align: left;
}

.u-font-weight-bold {
  font-weight: bold;
}

.u-font-weight-normal {
  font-weight: normal;
}

.u-text-wrap {
  white-space: normal;
}

.u-text-nowrap {
  white-space: nowrap;
}/*# sourceMappingURL=pipit.css.map */</pre></body></html>