@charset "UTF-8";
/* ===============================================
# color
=============================================== */
/* ===============================================
# font
=============================================== */
/* ===============================================
# radius
=============================================== */
/* ===============================================
# breakpoint
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# img pass
=============================================== */
/* ===============================================
# other
=============================================== */
html,
body {
  color: #383838;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  font-size: 62.5%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 20px;
  }
}
.inner + .inner {
  margin-top: 100px;
}

.bg {
  background-color: #F8F8F8;
}

.xl-br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .xl-br {
    display: block;
  }
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

footer {
  position: relative;
  overflow: hidden;
}

.l-footer {
  position: relative;
}
.l-footer::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 440px;
  bottom: 0;
  background-color: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .l-footer::after {
    height: 840px;
  }
}
.l-footer__inner {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: auto;
  display: flex;
  padding: 60px 0 0;
  justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 40px 0 0;
  }
}
.l-footer__inner--last {
  padding: 20px 0;
  margin-top: 40px;
  border-top: solid 1px #afafaf;
}
@media screen and (max-width: 1000px) {
  .l-footer__inner--last {
    margin-top: 0;
    border-top: none;
  }
}
.l-footer__contact {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .l-footer__contact {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    margin: 0 auto;
  }
}
.l-footer__contact--block {
  padding: 32px;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 4px 34px 0px rgba(124, 124, 124, 0.1);
  flex-grow: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact--block {
    width: 100%;
    max-width: 400px;
    flex-direction: row;
    gap: 24px;
  }
}
@media screen and (max-width: 400px) {
  .l-footer__contact--block {
    gap: 16px;
  }
}
.l-footer__contact--block:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  border: 4px solid #5961EE;
}
@media screen and (max-width: 768px) {
  .l-footer__contact--block img {
    padding: 16px;
  }
}
@media screen and (max-width: 400px) {
  .l-footer__contact--block img {
    padding: 4px;
  }
}
.l-footer__contact--text {
  width: 100%;
}
.l-footer__text--subTitle {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  color: #383838;
  text-align: center;
  margin-bottom: 12px;
}
.l-footer__text--description {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #383838;
  text-align: center;
}
.l-footer__nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav {
    flex-direction: column;
  }
}
.l-footer__nav img {
  width: 160px;
  margin: auto 80px;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav img {
    width: 140px;
    margin: auto auto 20px;
  }
}
.l-footer__nav ul {
  border-left: solid 1px #e5e5e5;
  padding: 0 24px;
  margin: 0 24px;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav ul {
    border-left: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-footer__nav ul li {
  font-size: 1.4rem;
  padding: 8px;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav ul li {
    padding: 0px;
    margin: 4px;
  }
}
.l-footer__nav ul li a {
  color: #383838;
}
.l-footer__nav ul li a:hover {
  text-decoration: underline;
}
.l-footer__nav ul li.blank a {
  display: flex;
  align-items: center;
}
.l-footer__nav ul li.blank a::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-weight: normal;
  font-size: 1.6rem;
  margin: auto 0 auto 2px;
  color: #4EA0F2;
}
.l-footer__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
}
@media screen and (max-width: 1000px) {
  .l-footer__sub {
    justify-content: center;
    margin: 20px auto 0 auto;
  }
}
.l-footer__item {
  font-size: 1.4rem;
  margin: 0;
}
.l-footer__item a {
  color: #383838;
}
.l-footer__item a:hover {
  text-decoration: underline;
}
.l-footer__item + .l-footer__item {
  margin-left: 32px;
}
.l-footer__item.blank a {
  display: flex;
  align-items: center;
}
.l-footer__item.blank a::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-weight: normal;
  font-size: 1.6rem;
  margin: auto 0 auto 2px;
  color: #383838;
}
.l-footer__copyright {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-footer__copyright {
    flex-direction: column;
    margin: auto;
  }
}
.l-footer__copyright img {
  height: 22px;
  margin: auto 24px auto auto;
}
@media screen and (max-width: 1000px) {
  .l-footer__copyright img {
    margin: 24px auto 12px auto;
  }
}
.l-footer__copyright p {
  font-size: 1.2rem;
}
.l-footer__copyright p a {
  color: #383838;
}
.l-footer__copyright p a:hover {
  text-decoration: underline;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .l-header {
    padding: 16px;
  }
}
.l-header__logo {
  font-weight: bold;
  display: flex;
  font-size: 2rem;
}
.l-header__logo span.member {
  color: #5961EE;
  font-size: 2.2rem;
}
.l-header__logo img {
  width: 64px;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 50px;
  }
}
.l-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.l-header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1200px) {
  .l-header nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header nav ul {
    display: none;
  }
}
.l-header nav ul + ul {
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .l-header nav ul + ul {
    display: flex;
    margin: auto 40px auto auto;
  }
}
.l-header nav li {
  font-size: 1.4rem;
  font-weight: bold;
}
.l-header nav li a {
  display: block;
  position: relative;
  transition: all 0.3s;
  color: #383838;
}
.l-header nav li a:hover {
  color: #5961EE;
}
.l-header nav li a::before {
  width: 100%;
  height: 2px;
  background: #5961EE;
  position: absolute;
  left: 0;
  bottom: -8px;
  content: "";
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.l-header nav li a:hover::before {
  transform: scale(1, 1);
}
.l-header nav li.btn {
  width: 140px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .l-header nav li.btn {
    width: 120px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header nav li.btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-header nav li.btn a {
  display: block;
  padding: 16px 0;
}
@media screen and (max-width: 1000px) {
  .l-header nav li.btn a {
    padding: 12px;
  }
}
.l-header nav li.btn a::before {
  display: none;
}
.l-header nav li.demoSite a {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  background-color: #FFE500;
  color: #383838;
}
.l-header nav li.demoSite a:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.l-header nav li.entry a {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  background-color: #383838;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header nav li.entry a:hover {
  background-color: #afafaf;
}
@media screen and (max-width: 768px) {
  .l-header nav li.entry {
    display: none;
  }
}
.l-header__shadow {
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}

.l-nav__open {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-nav__open {
    display: block;
    position: fixed;
    z-index: 1003;
    top: 10px;
    right: 4px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
}
.l-nav__open span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #383838;
  width: 45%;
}
.l-nav__open span:nth-of-type(1) {
  top: 15px;
}
.l-nav__open span:nth-of-type(2) {
  top: 23px;
}
.l-nav__open span:nth-of-type(3) {
  top: 31px;
}
.l-nav__open.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  background-color: rgb(0, 0, 0);
}
.l-nav__open.active span:nth-of-type(2) {
  opacity: 0;
  background-color: rgb(0, 0, 0);
}
.l-nav__open.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  background-color: rgb(0, 0, 0);
}
.l-nav__content {
  position: fixed;
  z-index: 1001;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  transition: all 0.4s;
}
.l-nav__content.contentActive {
  top: 0;
}
.l-nav__content .nav__content-block {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.l-nav__logo {
  margin: 60px auto 40px;
  width: 200px;
}
.l-nav__logo img {
  width: 100%;
}
.l-nav__nav {
  font-weight: bold;
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.l-nav__nav li {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}
.l-nav__nav li a {
  display: block;
  color: #383838;
  padding: 4px;
}
.l-nav__btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 40px auto;
  width: 80%;
}
.l-nav__btn li.btn {
  text-align: center;
}
.l-nav__btn li.btn a {
  padding: 16px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-nav__btn .demoSite a {
  background-color: #FFE500;
  color: #383838;
}
.l-nav__btn .entry a {
  background-color: #383838;
  color: #FFFFFF;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.l-banner {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.3));
  width: 210px;
  text-align: center;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .l-banner {
    bottom: 0px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 5px 5px 0 0;
  }
}
.l-banner__block {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.l-banner__photo {
  width: 100%;
  height: 220px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .l-banner__photo {
    height: 160px;
  }
}
.l-banner__photo img {
  width: 360px;
  transform: translate(-100px, -46px);
}
@media screen and (max-width: 768px) {
  .l-banner__photo img {
    width: 340px;
    transform: translate(-46%, -100px);
  }
}
.l-banner__text {
  position: absolute;
  text-align: left;
  top: 30px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .l-banner__text {
    top: 30px;
    left: calc(50% + 20px);
  }
}
.l-banner__text img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-banner__text img {
    width: 80%;
  }
}
.l-banner__text p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFE500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .l-banner__text p {
    color: #383838;
    background-color: #FFE500;
    padding: 2px 6px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 400px) {
  .l-banner__text p {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.l-banner__btn {
  font-size: 1.6rem;
  font-weight: bold;
  color: #383838;
  background-color: #FFE500;
  margin: 20px;
  padding: 12px;
  display: block;
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 768px) {
  .l-banner__btn {
    margin: 10px;
    display: none;
  }
}
.l-banner__btn:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.l-banner__btn--type {
  color: #FFFFFF;
  background-color: #F8449E;
}
.l-banner__btn--area {
  color: #FFFFFF;
  background-color: #EE672D;
}
.l-banner__close {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #383838;
  border: 2px solid #383838;
  position: absolute;
  top: -18px;
  right: -18px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 768px) {
  .l-banner__close {
    top: -10px;
    right: -10px;
  }
}
.l-banner__close:hover {
  color: #383838;
  background-color: #FFFFFF;
}
.l-banner__close span {
  transform: translateY(5px);
}

.banner a:hover + .banner__btn {
  background-color: #FFFFFF;
  color: #8C0754;
}

.l-wysiwyg {
  word-break: break-all;
}
.l-wysiwyg div {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.l-wysiwyg p {
  font-size: 1em;
  margin-bottom: 20px;
  color: unset;
}
.l-wysiwyg strong {
  font-weight: bolder;
  color: unset;
}
.l-wysiwyg u {
  text-decoration: underline;
  color: unset;
}
.l-wysiwyg del {
  text-decoration: line-through;
  color: unset;
}
.l-wysiwyg sub {
  bottom: -0.25em;
}
.l-wysiwyg sup {
  top: -0.5em;
  color: unset;
}
.l-wysiwyg code {
  font-family: monospace;
  color: #666;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 6px;
  padding: 0.2em 0.4em;
}
.l-wysiwyg pre {
  display: block;
  color: #666;
  background-color: #f9f9f9;
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  font-family: monospace;
  max-height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  margin: 1em 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.l-wysiwyg hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.l-wysiwyg hr.__se__solid {
  border-style: solid none none;
}
.l-wysiwyg hr.__se__dashed {
  border-style: dashed none none;
}
.l-wysiwyg hr.__se__dotted {
  border-style: dotted none none;
}
.l-wysiwyg h1,
.l-wysiwyg h2,
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
.l-wysiwyg h1 {
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
}
.l-wysiwyg h2 {
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px;
}
.l-wysiwyg h3 {
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.l-wysiwyg h4 {
  font-size: 1em;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
}
.l-wysiwyg h5 {
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
}
.l-wysiwyg h6 {
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
}
.l-wysiwyg blockquote {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: #999;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  padding: 0 5px 0 20px;
  border: solid #b1b1b1;
  border-width: 0 0 0 5px;
}
.l-wysiwyg img {
  width: 100%;
  max-width: 620px;
}
.l-wysiwyg iframe {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 16/9;
}
.l-wysiwyg a {
  text-decoration: none;
  color: #004ccf;
}
.l-wysiwyg a:hover {
  cursor: pointer;
  color: #0093ff;
  text-decoration: underline;
}
.l-wysiwyg ol {
  list-style-position: outside;
  list-style-type: decimal;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.l-wysiwyg ol ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ol ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ol ol ul {
  list-style-type: square;
}
.l-wysiwyg ol ul {
  list-style-type: circle;
}
.l-wysiwyg ol ul ul {
  list-style-type: square;
}
.l-wysiwyg ul {
  list-style-type: disc;
  list-style-position: outside;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.l-wysiwyg ul ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ul ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ul ul {
  list-style-type: circle;
}
.l-wysiwyg ul ul ul {
  list-style-type: square;
}
.l-wysiwyg li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-bottom: 5px;
  list-style: inherit;
}
.l-wysiwyg table {
  display: table;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  clear: both;
  text-indent: initial;
}
.l-wysiwyg table td,
.l-wysiwyg table th {
  border: 1px solid #e1e1e1;
  padding: 0.4em;
  background-clip: padding-box;
  display: table-cell;
  text-align: initial;
  width: auto;
}
.l-wysiwyg table th {
  background-color: #f3f3f3;
}
.l-wysiwyg table tr {
  display: table-row;
  border: 1px solid #efefef;
}
.l-wysiwyg table thead {
  border-bottom: 2px solid #333;
}
.l-wysiwyg table.se-table-layout-auto {
  table-layout: auto !important;
}
.l-wysiwyg table.se-table-layout-fixed {
  table-layout: fixed !important;
}
.l-wysiwyg table.se-table-size-auto {
  width: auto !important;
}

.c-button--solid {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button--solid {
    font-size: 1.4rem;
    min-width: auto;
  }
}
.c-button--solid a, .c-button--solid input {
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  .c-button--solid a, .c-button--solid input {
    padding: 16px 32px;
    min-width: auto;
  }
}
.c-button--solid:hover {
  cursor: pointer;
}
.c-button--scroll {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  min-width: 240px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button--scroll {
    font-size: 1.4rem;
    min-width: auto;
  }
}
.c-button--scroll a, .c-button--scroll input {
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  width: 100%;
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  .c-button--scroll a, .c-button--scroll input {
    padding: 16px 32px;
    min-width: auto;
  }
}
.c-button--scroll:hover {
  cursor: pointer;
}
.c-button--arrow a:after, .c-button--arrow input:after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-weight: bold;
  font-size: 2.2rem;
  margin: auto 0 auto 4px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-button--arrow a:after, .c-button--arrow input:after {
    font-size: 1.6rem;
  }
}
.c-button--arrow a:hover::after, .c-button--arrow input:hover::after {
  transform: translateX(8px);
}
.c-button--down a:after, .c-button--down input:after {
  content: "\e313";
  font-family: "Material Icons";
  font-weight: bold;
  font-size: 2.2rem;
  margin: auto 0 auto 4px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-button--down a:after, .c-button--down input:after {
    font-size: 1.6rem;
  }
}
.c-button--purple {
  background-color: #5961EE;
}
.c-button--purple a, .c-button--purple input {
  color: #FFFFFF;
}
.c-button--purple a:hover, .c-button--purple input:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.c-button--yellow a, .c-button--yellow input {
  background-color: #FFE500;
  color: #383838;
}
.c-button--yellow a:hover, .c-button--yellow input:hover {
  background-color: #383838;
  color: #FFFFFF;
}
.c-button--black a, .c-button--black input {
  background-color: #383838;
  color: #FFFFFF;
}
.c-button--black a:hover, .c-button--black input:hover {
  background-color: #afafaf;
}
.c-button--blue a, .c-button--blue input {
  background-color: #4EA0F2;
  color: #FFFFFF;
}
.c-button--blue a:hover, .c-button--blue input:hover {
  background-color: #F8449E;
}
.c-button--azuki a, .c-button--azuki input {
  background-color: #8C0754;
  color: #FFFFFF;
}
.c-button--azuki a:hover, .c-button--azuki input:hover {
  background-color: #EE672D;
}
.c-button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .c-button__inner {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-button__inner {
    flex-direction: column;
    gap: 16px;
  }
}

.c-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  margin: 120px 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumb {
    margin: 80px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    font-size: 1.2rem;
  }
}
.c-breadcrumb ol {
  display: flex;
  margin: 24px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb ol {
    margin: 16px;
  }
}
.c-breadcrumb li {
  display: inline;
  list-style: none;
}
.c-breadcrumb li::after {
  color: #afafaf;
  content: ">";
  padding: 0 4px;
}
.c-breadcrumb li:last-child::after {
  content: "";
}
.c-breadcrumb li a {
  text-decoration: none;
  color: #383838;
}
.c-breadcrumb li a:hover {
  text-decoration: underline;
}

.c-title {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: auto auto 56px;
  padding: 0 0 20px 0;
  border-bottom: solid 6px #5961EE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #383838;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 1.8rem;
    margin: auto auto 32px;
  }
}
.c-title__description {
  margin: auto auto 56px;
  text-align: center;
}

.c-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-grid {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 400px) {
  .c-grid {
    grid-template-columns: 1fr;
  }
}
.c-grid--function {
  max-width: 1000px;
}
.c-grid li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  padding: 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .c-grid li {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid li {
    padding: 24px;
  }
}
.c-grid li img {
  width: 100px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .c-grid li img {
    width: 80px;
    margin: 0 auto 8px;
  }
}
.c-grid li h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-grid li h3 {
    font-size: 1.4rem;
  }
}
.c-grid li p {
  margin: 12px auto auto;
}
@media screen and (max-width: 768px) {
  .c-grid li p {
    font-size: 1.2rem;
    margin: 8px auto auto;
  }
}
.c-grid--pcms li img {
  width: 80px;
  margin: 10px auto 26px;
}
@media screen and (max-width: 768px) {
  .c-grid--pcms li img {
    width: 60px;
    margin: 10px auto 18px;
  }
}

.c-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
}
@media screen and (max-width: 768px) {
  .c-table {
    min-width: 1000px;
  }
}
.c-table__wrap {
  overflow: auto;
}
.c-table th, .c-table td {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .c-table th, .c-table td {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .c-table th, .c-table td {
    padding: 16px;
  }
}
.c-table th {
  font-weight: bold;
  width: 260px;
}
.c-table tr {
  background-color: #eeeeee;
}
.c-table tr:nth-of-type(odd) {
  background-color: #F8F8F8;
}

.c-input {
  font-size: 1.6rem;
  line-height: 1.8;
  display: block;
  padding: 10px 12px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: #F8F8F8;
}
.c-input::-moz-placeholder {
  color: #afafaf;
}
.c-input::placeholder {
  color: #afafaf;
}

.c-textarea {
  font-size: 1.6rem;
  line-height: 1.8;
  display: block;
  height: 200px;
  width: 100%;
  padding: 10px 12px;
  resize: none;
  border: 1px solid #e5e5e5;
  background-color: #F8F8F8;
  border-radius: 4px;
}
.c-textarea::-moz-placeholder {
  color: #afafaf;
}
.c-textarea::placeholder {
  color: #afafaf;
}

.c-select {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.c-select select {
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 6px 30px 6px 10px;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  color: #383838;
  border: 1px solid #e5e5e5;
  background-color: #F8F8F8;
}

.c-checkbox label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 10px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
}
.c-checkbox label input {
  display: none;
}
.c-checkbox label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
  background-image: url("../font/checkbox/unchecked.svg");
  flex-shrink: 0;
}
.c-checkbox label::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../font/checkbox/checked.svg");
  opacity: 0;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}
.c-checkbox label:has(input:checked)::after {
  opacity: 1;
}

.c-fieldset {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  width: 80%;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .c-fieldset {
    width: 100%;
  }
}
.c-fieldset__unit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  padding: 32px 10px;
  border: none;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .c-fieldset__unit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 0px 5px 16px 5px;
    margin-bottom: 16px;
  }
}
.c-fieldset__container {
  display: contents;
}
.c-fieldset__inner {
  width: 70%;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-fieldset__inner {
    width: 100%;
    margin-left: 0;
  }
}
.c-fieldset__inner--download {
  width: 100%;
  margin-left: 0;
}
.c-fieldset__legend {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  width: 30%;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .c-fieldset__legend {
    width: 100%;
    padding: 0;
  }
}
.c-fieldset__legend br {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-fieldset__legend br {
    display: none;
  }
}
.c-fieldset__legend--download {
  width: 100%;
  padding-bottom: 6px;
}
.c-fieldset__legendChar {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}
.c-fieldset__note {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #383838;
  margin-top: 8px;
}
.c-fieldset__description {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .c-fieldset__description {
    padding: 0;
  }
}
.c-fieldset__link {
  color: #5961EE;
  margin: auto 4px;
  display: inline-flex;
  align-items: center;
}
.c-fieldset__link:hover {
  text-decoration: underline;
}
.c-fieldset__link::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-weight: normal;
  margin: auto 0 auto 2px;
  color: #5961EE;
}
.c-fieldset__label--essential {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
  padding: 2px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-box-trim: trim-both;
  color: #FFFFFF;
  background-color: #ff2727;
  margin: 4px 0;
}

.c-features {
  background-color: #5961EE;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .c-features {
    padding: 32px;
  }
}
.c-features h2 {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: auto auto 60px;
}
@media screen and (max-width: 1000px) {
  .c-features h2 {
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 8px auto 24px;
  }
}
.c-features ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 48px;
}
.c-features__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  background-color: #FFFFFF;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .c-features__inner {
    flex-direction: column;
    padding: 24px;
  }
}
.c-features__photo {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-features__photo {
    width: 100%;
  }
}
.c-features__photo img {
  width: 100%;
}
.c-features__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-features__text {
    width: 100%;
  }
}
.c-features__text h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 auto 20px;
  grid-area: h3;
}
@media screen and (max-width: 1000px) {
  .c-features__text h3 {
    font-size: 1.6rem;
    margin: 0 auto 8px;
  }
}
.c-features__text h3 br {
  display: block;
}
@media screen and (max-width: 1000px) {
  .c-features__text h3 br {
    display: none;
  }
}

.c-toptype {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .c-toptype {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-toptype {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 48px;
  }
}
.c-toptype__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  padding: 58px 32px;
  border: solid 6px #F8F8F8;
  transition: all 0.2s ease-in-out;
}
.c-toptype__block:hover {
  border: solid 6px #5961EE;
}
@media screen and (max-width: 1000px) {
  .c-toptype__block {
    padding: 48px 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-toptype__block {
    padding: 32px 0;
  }
}
.c-toptype img {
  width: 100%;
  margin: auto auto 32px;
}
@media screen and (max-width: 768px) {
  .c-toptype img {
    width: 70%;
  }
}
.c-toptype h3 {
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: bold;
  color: #5961EE;
  text-align: center;
  margin: auto auto 24px;
}
@media screen and (max-width: 1000px) {
  .c-toptype h3 {
    font-size: 2.2rem;
  }
}
.c-toptype--sub {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #5961EE;
  text-align: center;
}
.c-toptype--lead {
  width: 100%;
  font-weight: bold;
  padding: 0 32px 16px;
}
@media screen and (max-width: 1000px) {
  .c-toptype--lead {
    padding: 0 24px 16px;
  }
}
.c-toptype--description {
  width: 100%;
  padding: 0 32px 32px;
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .c-toptype--description {
    padding: 0 24px 24px;
  }
}

.c-works {
  width: 100%;
}
.c-works h2 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: auto auto 60px;
}
@media screen and (max-width: 768px) {
  .c-works h2 {
    font-size: 2.2rem;
    margin: auto auto 32px;
  }
}
.c-works__heading {
  font-size: 2.2rem !important;
}
@media screen and (max-width: 768px) {
  .c-works__heading {
    font-size: 2rem !important;
  }
}
.c-works__heading img {
  margin: auto 16px 8px auto;
  height: 50px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .c-works__heading img {
    height: 40px;
  }
}
.c-works ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-works ul {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-works ul {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 400px) {
  .c-works ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .c-works ul li {
    background-color: #F8F8F8;
    padding: 20px;
  }
}
.c-works ul li img {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #eeeeee;
  transition: all 0.3s;
}
.c-works ul li h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: auto auto 24px;
}
@media screen and (max-width: 1000px) {
  .c-works ul li h3 {
    font-size: 1.6rem;
    margin: auto auto 12px 0;
  }
}
@media screen and (max-width: 1000px) {
  .c-works ul li p {
    margin: 16px auto auto;
  }
}
.c-works__image {
  position: relative;
  margin: auto auto 24px;
  background-color: #383838;
  border-radius: 12px;
}
.c-works__image a:hover img {
  opacity: 0.7;
}
.c-works__image a:hover i {
  display: block;
}
.c-works__blank {
  position: absolute;
  bottom: 12px;
  right: 16px;
}
.c-works__blank::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-weight: normal;
  font-size: 2rem;
  color: #FFFFFF;
}
.c-works__badge {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5961EE;
  border-radius: 9999px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.6rem;
  z-index: 1;
  pointer-events: none;
}
.c-works__label {
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 7px 7px 7px 7px;
  margin: auto auto 16px auto;
  white-space: nowrap;
  font-weight: normal;
  color: #afafaf;
  border: solid 1px #eeeeee;
  background-color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .c-works__label {
    font-size: 1.2rem;
    margin: auto auto 12px auto;
  }
}
.c-works__btn {
  margin: 8px auto auto;
  text-align: right;
}
.c-works__btn a {
  font-size: 1.4rem;
  color: #383838;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-works__btn a:hover {
  text-decoration: underline;
}
.c-works__btn a::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-weight: normal;
  font-size: 1.8rem;
  margin: auto 0 auto 2px;
  color: #5961EE;
}

.c-flow__inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .c-flow__inner {
    gap: 24px;
  }
}
@media screen and (max-width: 400px) {
  .c-flow__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    width: 80%;
    margin: auto;
  }
}
.c-flow__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  border-radius: 4px;
  padding: 32px;
}
@media screen and (max-width: 1000px) {
  .c-flow__item {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-flow__item {
    padding: 16px;
  }
}
.c-flow__item--gray {
  background-color: #F8F8F8;
  border: 1px solid #e5e5e5;
  position: relative;
}
.c-flow__item--gray::after {
  content: "";
  background-image: url(../img/top/flow_arrow.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  width: 16px;
  height: 16px;
  top: auto;
  bottom: auto;
  right: -38px;
}
@media screen and (max-width: 768px) {
  .c-flow__item--gray::after {
    width: 12px;
    height: 12px;
    right: -20px;
  }
}
@media screen and (max-width: 400px) {
  .c-flow__item--gray::after {
    bottom: -20px;
    right: auto;
    left: auto;
    transform: rotateZ(90deg);
  }
}
.c-flow__item--purple {
  background-color: #F5F5FF;
  border: 1px solid #5961EE;
}
.c-flow img {
  width: 120px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .c-flow img {
    width: 80px;
    margin: 0 auto 8px;
  }
}
.c-flow h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-flow h3 {
    font-size: 1.4rem;
  }
}
.c-flow p {
  margin: 12px auto auto;
}
@media screen and (max-width: 768px) {
  .c-flow p {
    font-size: 1.2rem;
    margin: 8px auto auto;
  }
}

.c-faq + .c-faq {
  margin-top: 60px;
}
.c-faq__block {
  width: 100%;
  margin: 0 0 20px 0;
  border: solid 6px #F8F8F8;
}
@media screen and (max-width: 1000px) {
  .c-faq__block {
    margin: 0 0 16px 0;
  }
}
.c-faq h3 {
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  color: #383838;
  font-weight: bold;
  cursor: pointer;
  padding: 24px 24px 24px 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-faq h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 16px 36px 16px 16px;
  }
}
.c-faq h3::before {
  content: "\e5ca";
  font-family: "Material Icons";
  font-weight: bold;
  font-size: 2rem;
  color: #5961EE;
  margin: 0 8px 0 0;
}
.c-faq h3::after {
  content: "\e313";
  font-family: "Material Icons";
  font-weight: bold;
  font-size: 2.2rem;
  color: #5961EE;
  margin: 0 8px 0 0;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .c-faq h3::after {
    right: 8px;
  }
}
.c-faq h3.active::after {
  content: "\f108";
}
.c-faq__inner {
  background-color: #F8F8F8;
  overflow: hidden;
  height: 0;
  overflow-y: hidden;
}
.c-faq__inner a {
  color: #4EA0F2;
  display: inline-flex;
  align-items: center;
}
.c-faq__inner a:hover {
  text-decoration: underline;
}
.c-faq__inner a::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-weight: normal;
  margin: auto 2px;
  color: #4EA0F2;
}
.c-faq .activeText {
  padding: 20px;
  margin: 0 20px 20px 20px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-faq .activeText {
    padding: 16px;
  }
}

.c-option {
  display: grid;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-option ul {
  display: grid;
  grid-template-columns: 1fr;
  border: solid 6px #F8F8F8;
}
.c-option ul li {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-option ul li {
    flex-direction: column;
    padding: 16px;
    gap: 8px;
  }
}
.c-option ul li h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .c-option ul li h4 {
    font-size: 1.4rem;
    line-height: 1.4;
    width: 100%;
  }
}
.c-option ul li h4 br {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-option ul li h4 br {
    display: none;
  }
}
.c-option ul li p {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 50%;
  margin: auto auto auto 0;
}
@media screen and (max-width: 768px) {
  .c-option ul li p {
    font-size: 1.2rem;
    line-height: 1.4;
    width: 100%;
  }
}
.c-option ul li p a {
  display: block;
  color: #4EA0F2;
}
.c-option ul li p a:hover {
  text-decoration: underline;
}
.c-option ul li + li {
  border-top: solid 1px #eeeeee;
}
.c-option__price {
  font-size: 1.6rem;
  font-weight: bold;
  width: 25%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-option__price {
    font-size: 1.4rem;
    width: 100%;
  }
}
.c-option__price span {
  font-size: 1.4rem;
  margin: auto 4px;
}
.c-option__label {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 28px auto 16px 0;
  color: #afafaf;
}
@media screen and (max-width: 768px) {
  .c-option__label {
    font-size: 1.4rem;
  }
}
.c-option__note {
  text-align: right;
  margin: auto auto 10px;
  font-size: 1.4rem;
  font-weight: normal;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-option__note {
    font-size: 1.2rem;
  }
}

.c-screen {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-screen {
    grid-template-columns: 1fr;
  }
}
.c-screen__block {
  padding: 48px;
  background-color: #FFFFFF;
  border: solid 6px #F8F8F8;
}
@media screen and (max-width: 768px) {
  .c-screen__block {
    padding: 32px;
  }
}
.c-screen img {
  width: 100%;
  margin-bottom: 24px;
}
.c-screen__name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 4px;
}

.formContainer {
  width: 90vw;
  max-width: 1200px;
  margin: auto auto 80px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .formContainer {
    flex-direction: column;
    gap: 24px;
  }
}

.c-form {
  width: 50%;
  margin: 0 0;
  border: solid 6px #F8F8F8;
  background-color: #FFFFFF;
  padding: 48px;
}
@media screen and (max-width: 1000px) {
  .c-form {
    width: 100%;
    padding: 24px;
  }
}
.c-form h2 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .c-form h2 {
    margin: auto auto 24px;
  }
}
.c-form p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: auto auto 40px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .c-form p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.c-form p a {
  color: #4EA0F2;
  margin: auto 4px;
  display: inline-flex;
  align-items: center;
}
.c-form p a:hover {
  text-decoration: underline;
}
.c-form p a::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-weight: normal;
  margin: auto 0 auto 2px;
  color: #4EA0F2;
}
.c-form table {
  width: 100%;
}
.c-form table th {
  display: block;
  text-align: left;
  font-size: 1.6rem;
  padding: 8px 0px 0px 0px;
}
@media screen and (max-width: 1000px) {
  .c-form table th {
    font-size: 1.4rem;
  }
}
.c-form table th span {
  background-color: #ff2727;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 4px;
  margin: auto 8px auto auto;
  border-radius: 2px;
  font-weight: normal;
}
.c-form table td {
  display: block;
  text-align: left;
  padding: 12px 0px 12px 0px;
}
.c-form table td.radio {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-form table td.radio {
    gap: 8px;
    flex-direction: column;
  }
}
.c-form table input[type=text] {
  border: solid 1px #eeeeee;
  border-radius: 4px;
  padding: 12px;
  background-color: #F8F8F8;
  width: 100%;
  font-size: 1.6rem;
}
.c-form table textarea {
  border: solid 1px #eeeeee;
  border-radius: 4px;
  padding: 12px;
  background-color: #F8F8F8;
  width: 100%;
  font-size: 1.6rem;
}
.c-form table input[type=radio] {
  margin: auto 6px auto 0;
  padding: 0;
}
.c-form table input[type=checkbox] {
  margin: auto 6px auto 0;
  padding: 0;
}
.c-form table label {
  margin: 12px 0 0 0;
  display: block;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-form table label {
    margin: 4px auto 0 0;
  }
}
.c-form__note {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .c-form__note {
    font-size: 1.4rem;
  }
}
.c-form__note a {
  color: #4EA0F2;
  margin: auto 4px;
  display: inline-flex;
  align-items: center;
}
.c-form__note a:hover {
  text-decoration: underline;
}
.c-form__note a::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-weight: normal;
  margin: auto 0 auto 2px;
  color: #4EA0F2;
}
.c-form input[type=button] {
  display: block;
  text-align: center;
  transition: all 0.3s;
  background-color: #FFE500;
  color: #383838;
  width: 100%;
  font-size: 1.4rem;
  padding: 16px 0;
  font-weight: bold;
}
.c-form input[type=button]:hover {
  color: #FFFFFF;
  background-color: #383838;
}

.p-top__about--lead {
  font-size: 1.8rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 60px auto;
  padding: 0 0 20px 0;
  border-bottom: solid 6px #5961EE;
}
@media screen and (max-width: 768px) {
  .p-top__about--lead {
    margin: auto auto 40px auto;
    padding: 0 0 16px 0;
    border-bottom: solid 4px #5961EE;
  }
}
.p-top__about--lead span {
  color: #5961EE;
}
.p-top__about h2 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: auto auto 40px 0;
}
@media screen and (max-width: 1000px) {
  .p-top__about h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top__about h2 {
    font-size: 2.6rem;
  }
}
.p-top__about p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__about p {
    text-align: left;
  }
}
.p-top__about p br {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top__about p br {
    display: none;
  }
}

.p-main {
  width: 100%;
  margin: 90px 0 auto;
  height: calc(100svh - 90px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-main {
    margin: 70px 0 auto;
    height: calc(100svh - 70px);
  }
}

.p-main__bgLeft {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-animation: bgLeft 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: bgLeft 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  width: 50%;
  aspect-ratio: 1/1;
  background: url(../img/main/image_left.png);
  background-size: cover;
  -webkit-mask-image: url(../img/main/brush_left.svg);
          mask-image: url(../img/main/brush_left.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: -23%;
  left: -4%;
}
@-webkit-keyframes bgLeft {
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes bgLeft {
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1600px) {
  .p-main__bgLeft {
    width: 55%;
    top: -23%;
  }
}
@media screen and (max-width: 1400px) {
  .p-main__bgLeft {
    width: 60%;
    top: -20%;
  }
}
@media screen and (max-width: 1200px) {
  .p-main__bgLeft {
    width: 60%;
    top: -20%;
    left: -6%;
  }
}
@media screen and (max-width: 1000px) {
  .p-main__bgLeft {
    width: 70%;
    top: -15%;
    left: -6%;
  }
}
@media screen and (max-width: 768px) {
  .p-main__bgLeft {
    width: 100%;
    top: -5%;
  }
}
.p-main__bgLeft img {
  width: 100%;
  height: 100%;
}
.p-main__bgRight {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-animation: bgRight 1s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
          animation: bgRight 1s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
  width: 50%;
  aspect-ratio: 1/1;
  background: url(../img/main/image_right.png);
  background-size: cover;
  -webkit-mask-image: url(../img/main/brush_right.svg);
          mask-image: url(../img/main/brush_right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  z-index: 1;
  bottom: -20%;
  right: -3%;
}
@-webkit-keyframes bgRight {
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes bgRight {
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1600px) {
  .p-main__bgRight {
    width: 55%;
    bottom: -20%;
  }
}
@media screen and (max-width: 1400px) {
  .p-main__bgRight {
    width: 60%;
    bottom: -10%;
    right: -10%;
  }
}
@media screen and (max-width: 1000px) {
  .p-main__bgRight {
    width: 75%;
    bottom: -12%;
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .p-main__bgRight {
    width: 100%;
    right: -5%;
    bottom: -10%;
  }
}
.p-main__bgRight img {
  width: 100%;
  height: 100%;
}
.p-main__bgCenter {
  mix-blend-mode: multiply;
  width: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .p-main__bgCenter {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .p-main__bgCenter {
    width: 65%;
  }
}
@media screen and (max-width: 1000px) {
  .p-main__bgCenter {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-main__bgCenter {
    width: 130%;
  }
}
.p-main__bgCenter .brushTop {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-animation: brushTop 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.5s;
          animation: brushTop 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.5s;
  fill: #5961EE;
}
@-webkit-keyframes brushTop {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes brushTop {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.p-main__bgCenter .brushCenter {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-animation: brushCenter 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.8s;
          animation: brushCenter 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.8s;
  fill: #5961EE;
}
@-webkit-keyframes brushCenter {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes brushCenter {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.p-main__bgCenter .brushBottom {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-animation: brushBottom 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards 1.3s;
          animation: brushBottom 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards 1.3s;
  fill: #5961EE;
}
@-webkit-keyframes brushBottom {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes brushBottom {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.p-main__content {
  transform: translate(-50%, -46%);
  -webkit-animation: mainContent 1s cubic-bezier(0.4, 0, 0.2, 1) forwards 1.3s;
          animation: mainContent 1s cubic-bezier(0.4, 0, 0.2, 1) forwards 1.3s;
  opacity: 0;
  width: 100%;
  padding: 0 40px;
  position: absolute;
  z-index: 3;
  top: 44%;
  left: 50%;
}
@-webkit-keyframes mainContent {
  100% {
    opacity: 1;
  }
}
@keyframes mainContent {
  100% {
    opacity: 1;
  }
}
.p-main__content h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 1.8vw;
  line-height: 1.8;
  font-weight: bold;
  color: #5961EE;
  background-color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 22px;
  margin: auto auto 32px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-main__content h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-main__content h1 {
    font-size: 1.6rem;
    margin: auto auto 16px;
  }
}
.p-main__content--brush {
  position: relative;
}
.p-main__content--brush::before {
  content: "";
  background-image: url(../img/main/brush_title.svg);
  background-size: contain;
  mix-blend-mode: multiply;
  width: 20vw;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 3%;
  bottom: 10%;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .p-main__content--brush::before {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-main__content--brush::before {
    width: 160px;
  }
}
.p-main__content--cross {
  width: 10%;
}
.p-main__content--logo {
  width: 30%;
  display: block;
  margin: auto auto 32px;
}
@media screen and (max-width: 1400px) {
  .p-main__content--logo {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .p-main__content--logo {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .p-main__content--logo {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .p-main__content--logo {
    width: 90%;
    margin: auto auto 16px;
  }
}
.p-main__content p {
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-main__content p {
    font-size: 1.2rem;
  }
}

.p-common__function {
  background-color: #F8F8F8;
  padding: 80px 32px;
}
.p-common__palette {
  background-color: #FAFAFA;
  padding: 80px 0;
}
.p-common__palette--buttonInner {
  margin-top: 100px;
}
.p-common__about {
  width: 100%;
  height: 800px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-common__about {
    height: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .p-common__about {
    height: 680px;
  }
}
@media screen and (max-width: 768px) {
  .p-common__about {
    height: 580px;
  }
}
@media screen and (max-width: 400px) {
  .p-common__about {
    height: 680px;
  }
}
.p-common__about--bg {
  width: 60%;
  display: block;
  margin: 0 0 0 auto;
}
.p-common__about--text {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .p-common__about--text {
    left: 0;
    width: 100%;
    padding: 0 24px;
  }
}
.p-common__about--text h2 {
  font-size: 2.8rem;
  line-height: 3;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-common__about--text h2 {
    font-size: 2.2rem;
    line-height: 2;
  }
}
.p-common__about--text h2::before {
  content: "";
  background-image: url(../img/top/brush_palette.svg);
  background-size: contain;
  width: 760px;
  height: 340px;
  display: inline-block;
  position: absolute;
  left: -120px;
  top: -40px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-common__about--text h2::before {
    left: -300px;
  }
}
@media screen and (max-width: 1000px) {
  .p-common__about--text h2::before {
    left: -340px;
  }
}
@media screen and (max-width: 768px) {
  .p-common__about--text h2::before {
    width: 400px;
    top: -20px;
    left: -220px;
  }
}
.p-common__about--text img {
  width: 356px;
  margin-right: 8px;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .p-common__about--text img {
    width: 200px;
  }
}
.p-common__about--text h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 60px 0 32px;
  padding: 0 0 16px 0;
  border-bottom: solid 6px #5961EE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-common__about--text h3 {
    font-size: 1.8rem;
  }
}
.p-common__about--text h3 span {
  color: #5961EE;
}
.p-common__about--text p {
  width: 48%;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .p-common__about--text p {
    width: 100%;
  }
}
.p-common__price {
  width: 100%;
}
.p-common__price img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-common__price {
    max-width: 420px;
  }
}
.p-type {
  height: 800px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-type {
    height: 600px;
  }
}
.p-type--type::before {
  content: "";
  background-image: url(../img/type/kv_type02.png);
  background-size: contain;
  width: 940px;
  height: 730px;
  display: inline-block;
  position: absolute;
  left: -200px;
  top: -180px;
  z-index: -2;
}
.p-type--area::before {
  content: "";
  background-image: url(../img/type/kv_area02.png);
  background-size: contain;
  width: 940px;
  height: 730px;
  display: inline-block;
  position: absolute;
  left: -200px;
  top: -180px;
  z-index: -2;
}
.p-type__photo {
  width: 1180px;
  position: absolute;
  right: calc(50% - 1000px);
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 1200px) {
  .p-type__photo {
    width: 1000px;
    right: calc(50% - 800px);
  }
}
@media screen and (max-width: 768px) {
  .p-type__photo {
    width: 600px;
    right: calc(50% - 440px);
  }
}
.p-type__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -40px;
  margin-left: calc(50% - 600px);
  position: relative;
}
@media screen and (max-width: 1600px) {
  .p-type__content {
    margin-top: -28px;
    margin-left: 126px;
  }
}
@media screen and (max-width: 768px) {
  .p-type__content {
    margin-top: 0px;
    margin-left: 32px;
  }
}
.p-type__content::before {
  content: "";
  background-size: contain;
  mix-blend-mode: multiply;
  width: 620px;
  height: 660px;
  display: inline-block;
  position: absolute;
  left: -120px;
  top: -140px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-type__content::before {
    width: 480px;
    left: -90px;
    top: -110px;
  }
}
@media screen and (max-width: 768px) {
  .p-type__content::before {
    width: 360px;
    left: -64px;
    top: -80px;
  }
}
.p-type__content--type::before {
  background-image: url(../img/type/brush_type.svg);
}
.p-type__content--area::before {
  background-image: url(../img/type/brush_area.svg);
}
.p-type__content h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 3rem;
  line-height: 1.8;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 24px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-type__content h1 {
    font-size: 2.2rem;
    margin: auto auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-type__content h1 {
    font-size: 1.8rem;
    margin: auto auto 16px;
  }
}
.p-type__content--cross {
  width: 10%;
}
.p-type__content--logo {
  width: 380px;
  display: block;
  margin: auto auto 20px;
}
@media screen and (max-width: 1200px) {
  .p-type__content--logo {
    width: 300px;
    margin: auto auto 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-type__content--logo {
    width: 220px;
    margin: auto auto 12px;
  }
}
.p-type__content p {
  font-size: 2.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 4px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .p-type__content p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-type__content p {
    font-size: 1.6rem;
  }
}
.p-type__content--labeltype {
  background-color: #F8449E;
}
.p-type__content--labelarea {
  background-color: #EE672D;
}
.p-type__title {
  font-size: 3rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin: auto auto 40px;
  color: #383838;
}
@media screen and (max-width: 768px) {
  .p-type__title {
    font-size: 1.8rem;
    margin: auto auto 32px;
  }
}

.p-function {
  padding: 180px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-function {
    padding: 60px 0;
  }
}
.p-function__buttonInner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .p-function__buttonInner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-function__buttonInner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-function__option {
  background-color: #F5F5FF;
  margin: 40px auto;
}
.p-function__option tr {
  background-color: #FFFFFF;
}
.p-function__option p {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .p-function__option p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-function__option a {
  color: #4EA0F2;
  margin: auto 4px;
  display: inline-flex;
  align-items: center;
}
.p-function__option a:hover {
  text-decoration: underline;
}
.p-function__option a::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-weight: normal;
  margin: auto 0 auto 2px;
  color: #4EA0F2;
}

.p-contact h1 {
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-contact h1 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.p-contact p {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact p {
    text-align: left;
    max-width: 95%;
    margin: auto;
  }
}
.p-contact__inner {
  margin: 40px auto;
  padding: 40px;
  max-width: 800px;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 4px;
  border: solid 6px #F8F8F8;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    max-width: 95%;
    margin: 20px auto;
    padding: 20px;
  }
}
.p-contact dt {
  display: block;
  text-align: left;
  margin: auto auto 10px;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-contact dd {
  display: block;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact dd {
    margin-bottom: 16px;
  }
}
.p-contact dd:last-child {
  margin: auto;
}
.p-contact dd a {
  color: #4EA0F2;
  margin: auto 4px;
  display: inline-flex;
  align-items: center;
}
.p-contact dd a:hover {
  text-decoration: underline;
}
.p-contact dd a::after {
  content: "\e89e";
  font-family: "Material Icons";
  font-weight: normal;
  margin: auto 0 auto 2px;
  color: #4EA0F2;
}
.p-contact dd p {
  max-width: 100%;
  text-align: left;
}
.p-contact input {
  font-size: 1.6rem;
}
.p-contact input[type=text] {
  border: solid 1px #eeeeee;
  border-radius: 4px;
  padding: 12px;
  background-color: #F8F8F8;
  width: 100%;
}
.p-contact textarea {
  border: solid 1px #eeeeee;
  border-radius: 4px;
  padding: 12px;
  background-color: #F8F8F8;
  width: 100%;
  font-size: 1.6rem;
  margin: 8px auto auto;
}
.p-contact label {
  margin: 12px 0 0 0;
  display: block;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-contact label {
    margin: 4px auto 0 0;
  }
}
.p-contact .mark-req {
  background-color: #ff2727;
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 4px;
  margin-right: 10px;
  border-radius: 2px;
}
.p-contact .ex {
  font-size: 1.2rem;
  padding: 5px 0 0 0;
  color: #afafaf;
  text-align: left;
  font-size: 1.4rem;
}
.p-contact .ant {
  font-size: 1.2rem;
  padding: 5px 0 0 0;
  color: #afafaf;
  text-align: left;
  font-size: 1.4rem;
}
.p-contact input[type=button] {
  display: block;
  text-align: center;
  transition: all 0.3s;
  background-color: #383838;
  color: #FFFFFF;
  width: 200px;
  font-size: 1.4rem;
  padding: 16px 0;
  font-weight: bold;
  margin: 40px auto auto;
}
@media screen and (max-width: 768px) {
  .p-contact input[type=button] {
    width: 100%;
    margin: 20px auto auto;
  }
}
.p-contact input[type=button]:hover {
  background-color: #afafaf;
}

.p-download {
  width: 50%;
  margin: 40px 0;
}
@media screen and (max-width: 1000px) {
  .p-download {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
.p-download__image {
  margin: auto auto 40px auto;
  text-align: center;
}
.p-download__image img {
  width: 100%;
  height: auto;
}
.p-download__image img.logo {
  width: 50%;
  margin: 40px auto auto;
  border: none;
}
.p-download h1 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: auto auto 20px;
}
@media screen and (max-width: 1000px) {
  .p-download h1 {
    font-size: 2rem;
    margin: auto auto 16px;
  }
}
.p-download p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin: auto auto 40px;
}
@media screen and (max-width: 1000px) {
  .p-download p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: auto 24px 40px;
  }
}

.p-thanks {
  width: 90vw;
  max-width: 1200px;
  background-color: #F8F8F8;
  margin: auto auto 60px;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    padding: 60px 40px;
  }
}
.p-thanks__inner {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.p-thanks h1 {
  font-size: 3rem;
  line-height: 1.6;
  color: #5961EE;
  font-weight: bold;
  margin: auto auto 40px;
}
@media screen and (max-width: 768px) {
  .p-thanks h1 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.p-thanks p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-thanks p {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */