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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: clamp(0.3125rem, 0rem + 1.3333vw, 0.6391666667rem);
  overflow-x: hidden;
}

.top,
.lower {
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo",
    sans-serif;
  font-size: 2.8rem;
  overflow-x: hidden;
}

.cta {
  width: 92%;
  margin: 0 auto;
}
.cta__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 1.3rem;
  padding: 0.9rem 2rem 0.9rem 3rem;
  background-color: #f9db4a;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  border-radius: 3rem;
  position: relative;
}
.cta__text::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.75rem solid transparent;
  border-right: 1.75rem solid transparent;
  border-top: 2.5rem solid #f9db4a;
}
.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #e34664;
  border-radius: 2rem;
  width: 100%;
  padding: 1.52rem 3.43rem 1.52rem 1.7rem;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.cta__btn span:nth-of-type(1) {
  font-size: 3.36rem;
  font-weight: 800;
  color: #e34664;
  padding: 1.26rem 1.1rem;
  background-color: #fff;
  border-radius: 60%;
  margin-right: 2.47rem;
}
.cta__btn span:nth-of-type(2) {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
  margin-right: 7rem;
}
.cta__btn img {
  width: 2.03rem;
  height: 4.05rem;
}
@media screen and (min-width: 768px) {
  .cta__text::after {
    z-index: 2;
  }
  .cta__btn {
    position: relative;
    z-index: 1;
  }
  .cta__btn span:nth-of-type(1) {
    font-size: 2.8rem;
  }
  .cta__btn span:nth-of-type(2) {
    margin-right: 3.5rem;
    font-size: 4.2rem;
  }
}

.form__page .form__container {
  width: 100%;
}
.form__page .form__paragraph {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2em;
}
.form__page .wpcf7 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 3rem;
  background-color: #ededed;
}
.form__page .wpcf7 label {
  display: block;
  margin-bottom: 4.2rem;
  font-weight: 700;
  font-size: 2.8rem;
  position: relative;
}
.form__page .wpcf7 .required {
  content: "必須";
  display: inline-block;
  background-color: #dc3545;
  color: white;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.6rem 0.8rem;
  margin-left: 0.75rem;
}
.form__page
  .wpcf7
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  width: 100%;
  padding: 2.4rem 3.2rem;
  border: 1px solid #c9caca;
  border-radius: 1.6rem;
  font-size: 2.8rem;
  background-color: white;
  margin-top: 1rem;
}
.form__page .wpcf7 select {
  width: 100%;
  padding: 2.4rem 3.2rem;
  border: 1px solid #c9caca;
  border-radius: 1.6rem;
  font-size: 2.8rem;
  margin-top: 1rem;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease;
}
.form__page .wpcf7 .wpcf7-radio {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
.form__page .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.form__page .wpcf7 .wpcf7-radio input[type="radio"] {
  margin-right: 8px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.form__page .wpcf7 .wpcf7-radio label {
  display: inline;
  margin: 0;
  font-weight: normal;
}
.form__page .wpcf7 .wpcf7-radio label::after {
  display: none;
}
.form__page .wpcf7 .form__submit-wrapper {
  position: relative;
}
.form__page .wpcf7 .form__submit-wrapper input[type="submit"] {
  width: 100%;
  padding: 2.8rem 0;
  background-color: #e34664;
  color: white;
  border: none;
  font-size: 5rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.form__page .wpcf7 .form__submit-wrapper::after {
  content: "";
  background: url(../img/cta_arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: 3.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 4rem;
}
.form__page .wpcf7 .wpcf7-spinner {
  display: none;
}
.form__page .wpcf7 .form__privacy-terms {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
}
.form__page .wpcf7 .form__privacy-terms a {
  color: #e34664;
  text-decoration: underline;
}
.form__page .wpcf7 .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 14px;
  margin-top: 4px;
}

.lower .header {
  background: url(../img/lower_header_bg.svg) no-repeat center bottom/cover;
  aspect-ratio: 750/180;
}
.saitan-box {
width: 750px;
margin: 0 auto 30px;
font-size: 16px; 
}
.saitan-box h1 {
font-size: 32px;
margin: 0 0 10px;
border-bottom: 3px solid #56b2a7;
}

.saitan-box a:link {
color: #0000FF;
text-decoration: underline;
}
.saitan-box a:visited {
  color: #551A8B;
}
.saitan-box a:hover {
  color: #1a0dab;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .lower .header {
    aspect-ratio: initial;
  }
}
.lower .header__title {
  font-size: 3.29rem;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5.95rem;
  margin-left: 3rem;
  padding-top: 2.59rem;
}
@media (max-width: 749px) {
.saitan-box {
width: 96%;
margin: 0 2% 20px;
font-size: 14px;
}
.saitan-box h1 {
font-size: 28px;
margin: 0 0 10px;
	}
}
@media screen and (min-width: 768px) {
  .lower .header__title {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 12%;
  }
}
.lower .header__title span:nth-of-type(1) {
  font-size: 5.18rem;
}
.lower .header__title span:nth-of-type(2) {
  font-size: 3.79rem;
  color: #f9db4a;
  background-color: #000;
  padding: 0.65rem;
  margin-right: 0.78rem;
  line-height: 1;
  display: inline-block;
}
.lower .header__title span:nth-of-type(3) {
  font-size: 3.79rem;
  color: #f9db4a;
  background-color: #000;
  padding: 0.65rem;
  margin-right: 0.78rem;
  line-height: 1;
  display: inline-block;
}
.lower .header__title span:nth-of-type(4) {
  font-size: 3.79rem;
  color: #f9db4a;
  background-color: #000;
  padding: 0.65rem;
  margin-right: 0.78rem;
  line-height: 1;
  display: inline-block;
}
.lower .header__title span:nth-of-type(5) {
  font-size: 3.79rem;
  color: #f9db4a;
  background-color: #000;
  padding: 0.65rem;
  margin-right: 1.31rem;
  line-height: 1;
  display: inline-block;
}
.lower .header__title span:nth-of-type(6) {
  font-size: 4.59rem;
}

.footer {
  padding-bottom: 3.63rem;
}
.footer__nav {
  margin-bottom: 5.73rem;
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.footer__nav .menu-item a {
  padding: 0 1em;
  position: relative;
}
.footer__nav .menu-item a::after {
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.footer__nav .menu-item:last-child a::after {
  display: none;
}
.footer__copyright {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.top {
  position: relative;
}
.top .fv {
  background: url(../img/fv_bg.png) no-repeat center bottom/cover;
  width: 100%;
  padding: 5.06rem 0 44.8rem;
  position: relative;
}
.top .fv__title {
  font-size: 3.29rem;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5.95rem;
  margin-left: 3rem;
}
.top .fv__title span:nth-of-type(1) {
  font-size: 5.18rem;
}
.top .fv__title span:nth-of-type(2) {
  font-size: 3.79rem;
  color: #f9db4a;
  background-color: #000;
  padding: 0.65rem;
  margin-right: 0.78rem;
  line-height: 1;
  display: inline-block;
}
.top .fv__title span:nth-of-type(3) {
  font-size: 3.79rem;
  color: #f9db4a;
  background-color: #000;
  padding: 0.65rem;
  margin-right: 0.78rem;
  line-height: 1;
  display: inline-block;
}
.top .fv__title span:nth-of-type(4) {
  font-size: 3.79rem;
  color: #f9db4a;
  background-color: #000;
  padding: 0.65rem;
  margin-right: 0.78rem;
  line-height: 1;
  display: inline-block;
}
.top .fv__title span:nth-of-type(5) {
  font-size: 3.79rem;
  color: #f9db4a;
  background-color: #000;
  padding: 0.65rem;
  margin-right: 1.31rem;
  line-height: 1;
  display: inline-block;
}
.top .fv__title span:nth-of-type(6) {
  font-size: 4.59rem;
}
.top .fv__sub-title {
  font-size: 5.26rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-left: 3rem;
  margin-bottom: 4.73rem;
}
.top .fv__sub-title span:nth-of-type(1) {
  font-size: 8.03rem;
  color: #f9db4a;
}
.top .fv__sub-title span:nth-of-type(1) span {
  font-size: 13.1rem;
  font-weight: 600;
}
.top .fv__sub-title span:nth-of-type(2) {
  font-size: 8.03rem;
}
.top .fv__sub-title span:nth-of-type(3) {
  font-size: 8.03rem;
}
.top .fv__text {
  font-size: 2.99rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-left: 3rem;
  margin-bottom: 6.57rem;
}
.top .fv__text span {
  position: relative;
  z-index: 1;
}
.top .fv__text span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.37rem;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 30%,
    #f9db4a 30%,
    #f9db4a 100%
  );
  z-index: -1;
}
.top .fv__img {
  position: absolute;
  top: 16.9rem;
  right: -10rem;
  width: 66.086%;
}
.top .prepare {
  margin-top: -30.8rem;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.top .prepare__title {
  font-size: 5rem;
  line-height: 1.26;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4.9rem;
}
.top .prepare__title-img {
  position: absolute;
  top: -5rem;
  left: -6rem;
  width: 41.35%;
}
.top .prepare__title-img2 {
  position: absolute;
  top: -7rem;
  left: initial;
  right: 1rem;
  width: 35.382%;
}
.top .prepare__text {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 5rem;
}
.top .prepare__text span:first-of-type {
  background-color: #f9db4a;
}
.top .prepare__text span:last-of-type {
  color: #e34664;
}
.top .prepare__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3.5213333333%;
  width: 91.772%;
  margin: 0 auto;
}
.top .prepare__item {
  width: 22.359%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #9ad1ca;
  border-radius: 2rem;
  text-align: center;
  padding: 2.7rem 0;
  margin-bottom: 1.97rem;
}
.top .prepare__item-img {
  width: 36.98%;
  max-width: 56.91px;
  max-height: 56.91px;
}
.top .prepare__item-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  line-height: 1.16;
  margin-top: 1.35rem;
}
.top .prepare__item:nth-of-type(2) {
  padding: 2.25rem 0 1.2rem;
}
.top .prepare__item:nth-of-type(2) .prepare__item-title {
  margin-top: 1.05rem;
}
.top .prepare__item:nth-of-type(3) .prepare__item-title {
  margin-top: 2.89rem;
}
.top .prepare__item:nth-of-type(4) .prepare__item-title {
  margin-top: 2.72rem;
}
.top .prepare__item:nth-of-type(5) .prepare__item-title {
  margin-top: 1.93rem;
}
.top .prepare__item:nth-of-type(6) .prepare__item-title {
  margin-top: 2.36rem;
}
.top .prepare__item:nth-of-type(7) .prepare__item-title {
  margin-top: 2.36rem;
}
.top .prepare__item:nth-of-type(8) .prepare__item-title {
  margin-top: 2.55rem;
}
.top .prepare__item:nth-of-type(9) {
  margin-bottom: 0;
}
.top .prepare__item:nth-of-type(9) .prepare__item-title {
  margin-top: 1.95rem;
}
.top .prepare__item:nth-of-type(10) {
  margin-bottom: 0;
}
.top .prepare__item:nth-of-type(10) .prepare__item-title {
  margin-top: 2.4rem;
}
.top .prepare__item:nth-of-type(11) {
  margin-bottom: 0;
}
.top .prepare__item:nth-of-type(11) .prepare__item-title {
  margin-top: 2.4rem;
}
.top .work {
  padding-top: 44.2rem;
  padding-bottom: 9.16rem;
  margin-top: -28.5rem;
  background: url(../img/work_bg.png) no-repeat center top/cover;
  width: 100%;
  position: relative;
  z-index: 2;
}
.top .work__title {
  font-size: 5rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 7.3rem;
}
.top .work__list {
  margin-bottom: 8.73rem;
}
.top .work__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6.9rem;
}
.top .work__item:nth-of-type(2) {
  justify-content: flex-end;
  margin-top: 3.12rem;
  margin-bottom: 3.12rem;
}
.top .work__item:nth-of-type(2) .work__item-img {
  left: initial;
  margin-left: initial;
  margin-right: -19rem;
}
.top .work__item-img {
  width: 72.867%;
  left: -10rem;
  margin-left: -19rem;
}
.top .work__item-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.75;
}
.top .work__sub-title {
  font-size: 5rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
}
.top .cta_bottom {
  padding: 8.67rem 0 11.19rem;
}
@media screen and (min-width: 768px) {
  .top .fv {
    background: none;
    width: 100%;
    padding: 5.06rem 0 44.8rem;
    z-index: 4;
    max-width: 750px;
    margin: 0 auto;
  }
  .top .fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    background: url(../img/pc/fv_bg.png) no-repeat center bottom/cover;
  }
  .top .fv__title {
    margin-bottom: 4.24rem;
    margin-left: 3rem;
    position: relative;
    z-index: 4;
  }
  .top .fv__title span:nth-of-type(2) {
    margin-right: 0.7627rem;
  }
  .top .fv__title span:nth-of-type(3) {
    margin-right: 0.7627rem;
  }
  .top .fv__title span:nth-of-type(4) {
    margin-right: 0.7627rem;
  }
  .top .fv__title span:nth-of-type(5) {
    margin-right: 1.281rem;
  }
  .top .fv__sub-title {
    margin-bottom: 4.93rem;
    position: relative;
    z-index: 4;
  }
  .top .fv__text {
    line-height: 1.2;
  }
  .top .fv__img {
    position: absolute;
    top: 16.9rem;
    right: -10rem;
    width: 66.086%;
  }
  .top .prepare {
    position: relative;
    z-index: 4;
    background-color: transparent;
    max-width: 750px;
    margin: -30.8rem auto 0;
  }
  .top .prepare__title {
    margin-bottom: 4.84rem;
  }
  .top .prepare__title-img {
    top: -8rem;
    left: -9rem;
    width: 41.35%;
  }
  .top .prepare__title-img2 {
    top: -7rem;
    left: initial;
    right: -5rem;
  }
  .top .prepare__text {
    margin-bottom: 5.5rem;
  }
  .top .work {
    padding-top: 47.3rem;
    padding-bottom: 9.16rem;
    background: none;
    max-width: 750px;
    margin: -26.5rem auto 0;
  }
  .top .work::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    background: url(../img/pc/work_bg.png) no-repeat center top/cover;
    z-index: -1;
  }
  .top .work__item {
    gap: 3.8rem;
  }
  .top .work__item:nth-of-type(2) {
    justify-content: flex-end;
    margin-top: 3.3rem;
    margin-bottom: 3.3rem;
  }
  .top .cta_bottom {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .top .work {
    padding-top: 52.3rem;
  }
}

.lower__main {
  margin-top: 2.34rem;
  margin-bottom: 6rem;
}
.lower__container {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lower__container {
    max-width: 750px;
  }
}
.lower__title {
  font-size: 4.22rem;
  font-weight: 800;
  text-align: center;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5.35rem;
}
.lower__subtitle {
  font-size: 3.4rem;
  font-weight: 800;
  margin-bottom: 1em;
}
.lower__paragraph {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 1em;
}
.lower .company__item {
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
  border-bottom: 1px solid #000;
}
.lower .company__item:first-child {
  padding-top: 0;
}
.lower .company__item-title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.lower .company__item-content {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
}
.lower .terms__page h3 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.lower .terms__page p {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2em;
}
.lower .terms__page ul {
  font-size: 2.8rem;
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.lower .terms__page ul li {
  font-size: 2.8rem;
  margin-bottom: 0.5em;
}
.lower .terms__page ul:last-child {
  margin-bottom: 0;
}
.lower .privacy__page h3 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.lower .privacy__page p {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2em;
}
.lower .privacy__page ul {
  font-size: 2.8rem;
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.lower .privacy__page ul li {
  font-size: 2.8rem;
  margin-bottom: 0.5em;
}
.lower .privacy__page ul li ul {
  list-style: circle;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.lower .privacy__page ul li ul li {
  font-size: 2.8rem;
}
.lower .privacy__page ul:last-child {
  margin-bottom: 0;
} /*# sourceMappingURL=style.css.map */
