@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Yuji+Syuku&display=swap");
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

.mainslide.slick-initialized.slick-slider.slick-dotted {
  margin: 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

.ads-strong, .section-title, .font-ads, #front .section04 .content02 .payPerHour-block .flex .item .price, .cta-modal--title, .mainvisual__content .catch-copy {
  font-family: "ads-strong", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

.roundedM-plus, body {
  font-family: "m-plus-rounded-1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.notoSansJp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* --------------------------------  MIX IN  -------------------------------- */
/* --------------------------------  MIX IN  -------------------------------- */
html {
  margin: 0;
  padding: 0;
  font-size: 10px !important;
}

body {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #2e2e2e;
  background-color: #f4f4fc;
  line-height: 1.6;
  overflow-x: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 1500px) {
  body {
    padding-top: 92px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 83px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    padding-top: 78px;
  }
}
@media screen and (max-width: 540px) {
  body {
    padding-top: 64px;
  }
}

img {
  display: block;
}

h2 {
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  h3 {
    font-size: 1.8rem;
  }
}

.section-top {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-top {
    padding-top: 64px;
  }
}

.section-bottom {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-bottom {
    padding-bottom: 64px;
  }
}

.section-top2 {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .section-top2 {
    padding-top: 80px;
  }
}

.section-bottom2 {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section-bottom2 {
    padding-bottom: 80px;
  }
}

.page-width, footer .footer-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .page-width, footer .footer-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 540px) {
  .page-width, footer .footer-inner {
    padding: 0 16px;
  }
}

.text-wh {
  color: #ffffff;
}

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

.nav-hover-animation, footer .footer-contents__nav ul li, .global-nav__nav ul li, header .header-nav ul li {
  transition: all 0.3s ease;
}
.nav-hover-animation:hover, footer .footer-contents__nav ul li:hover, .global-nav__nav ul li:hover, header .header-nav ul li:hover {
  opacity: 0.7;
}

.section-title {
  font-size: 5.6rem;
  margin-bottom: 56px;
  text-align: center;
  color: #17a14b;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 540px) {
  .section-title {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
}
.section-title.-left {
  text-align: left;
}
.section-title.-wh {
  color: #ffffff;
}
.section-title .sub {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  margin-bottom: 8px;
}
.section-title .sub::before, .section-title .sub::after {
  position: absolute;
  content: "";
  background-color: #17a14b;
  width: 2px;
  height: 20px;
  bottom: 4px;
  border-radius: 2px;
}
.section-title .sub::before {
  left: -16px;
  transform: rotate(135deg);
}
.section-title .sub::after {
  right: -16px;
  transform: rotate(45deg);
}
.section-title .main {
  display: block;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .section-title .main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .section-title .main {
    font-size: 3.2rem;
  }
}
.section-title .main .hide-br {
  display: none;
}
@media screen and (max-width: 540px) {
  .section-title .main .hide-br {
    display: block;
  }
}
.section-title .sub2 {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .section-title .sub2 {
    font-size: 1.8rem;
  }
}

.section-head {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .section-head {
    font-size: 2.8rem;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 540px) {
  .section-head {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

.section-desc {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-desc {
    margin-bottom: 28px;
  }
}

.radius-8 {
  border-radius: 8px;
}

.radius-16 {
  border-radius: 16px;
}

.anot {
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .anot {
    font-size: 1.4rem;
  }
}

.mainvisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100svh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .mainvisual {
    height: calc(100svh - 92px);
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual {
    height: calc(100svh - 83px);
  }
}
@media screen and (max-width: 1023px) {
  .mainvisual {
    padding-top: 12%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding-top: 64px;
    height: calc(98svh - 78px);
  }
}
@media screen and (max-width: 540px) {
  .mainvisual {
    height: 740px;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual {
    height: 610px;
  }
}
.mainvisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #6db14c;
}
.mainvisual__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #5b9a55;
}
.mainvisual__content {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mainvisual__content {
    width: 100%;
  }
}
.mainvisual__content .catch-copy {
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .catch-copy {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__content .catch-copy {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .catch-copy {
    margin-bottom: 16px;
  }
}
.mainvisual__content .catch-copy span {
  display: block;
}
.mainvisual__content .catch-copy .text01 {
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 1921px) {
  .mainvisual__content .catch-copy .text01 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .catch-copy .text01 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual__content .catch-copy .text01 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__content .catch-copy .text01 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .catch-copy .text01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .catch-copy .text01 {
    font-size: 1.8rem;
  }
}
.mainvisual__content .catch-copy .text02 {
  font-size: 7.2rem;
  line-height: 1;
}
@media screen and (min-width: 1921px) {
  .mainvisual__content .catch-copy .text02 {
    font-size: 9.6rem;
  }
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .catch-copy .text02 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual__content .catch-copy .text02 {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__content .catch-copy .text02 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .catch-copy .text02 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .catch-copy .text02 {
    font-size: 3.6rem;
  }
}
.mainvisual__content .points {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .points {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__content .points {
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .points {
    width: 100%;
    padding: 0 16px;
    gap: 8px;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .points {
    margin-bottom: 16px;
  }
}
.mainvisual__content .points--item {
  width: 168px;
  aspect-ratio: 1;
  background-image: url(../images/bg-circle01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 1921px) {
  .mainvisual__content .points--item {
    width: 240px;
  }
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .points--item {
    width: 154px;
  }
}
@media screen and (max-width: 1023px) {
  .mainvisual__content .points--item {
    width: 168px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__content .points--item {
    width: 140px;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .points--item {
    width: calc((100% - 16px) / 3);
  }
}
.mainvisual__content .points--item.point1 {
  font-size: 2rem;
}
@media screen and (min-width: 1921px) {
  .mainvisual__content .points--item.point1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .points--item.point1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .points--item.point1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .points--item.point1 {
    font-size: 1.5rem;
  }
}
.mainvisual__content .points--item.point1 span {
  font-size: 2.8rem;
}
@media screen and (min-width: 1921px) {
  .mainvisual__content .points--item.point1 span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .points--item.point1 span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .points--item.point1 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .points--item.point1 span {
    font-size: 1.8rem;
  }
}
.mainvisual__content .points--item.point2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 540px) {
  .mainvisual__content .points--item.point2 {
    gap: 2px;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .points--item.point2 {
    flex-direction: column;
    gap: 1px;
  }
}
.mainvisual__content .points--item.point2 .label {
  font-size: 1.6rem;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  .mainvisual__content .points--item.point2 .label {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .points--item.point2 .label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .points--item.point2 .label {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .points--item.point2 .label {
    line-height: 1.2;
  }
}
.mainvisual__content .points--item.point2 .price {
  font-size: 5.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .points--item.point2 .price {
    font-size: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .points--item.point2 .price {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .points--item.point2 .price {
    line-height: 1;
  }
}
.mainvisual__content .points--item.point2 .price .unit {
  font-size: 1.8rem;
  margin-left: 2px;
}
@media screen and (min-width: 1921px) {
  .mainvisual__content .points--item.point2 .price .unit {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .points--item.point2 .price .unit {
    font-size: 1.3rem;
  }
}
.mainvisual__content .points--item.point3 {
  font-size: 2rem;
}
@media screen and (min-width: 1921px) {
  .mainvisual__content .points--item.point3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .points--item.point3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .points--item.point3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .points--item.point3 {
    font-size: 1.5rem;
  }
}
.mainvisual__content .points--item.point3 span {
  font-size: 2.8rem;
}
@media screen and (min-width: 1921px) {
  .mainvisual__content .points--item.point3 span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .points--item.point3 span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .points--item.point3 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .points--item.point3 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual__content .cta-block {
    padding: 0 32px;
  }
}
.mainvisual__content .cta-block .text {
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .cta-block .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__content .cta-block .text {
    margin: 0 auto 8px;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .cta-block .text {
    font-size: 1.4rem;
  }
}
.mainvisual__content .cta-block .text::before, .mainvisual__content .cta-block .text::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 2px;
  height: 20px;
  bottom: 4px;
  border-radius: 2px;
}
.mainvisual__content .cta-block .text::before {
  left: -16px;
  transform: rotate(135deg);
}
.mainvisual__content .cta-block .text::after {
  right: -16px;
  transform: rotate(45deg);
}
.mainvisual__content .cta-block .cta-button {
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  gap: 24px;
  padding: 28px;
  background-color: #eedf14;
  color: #5b9a55;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .cta-block .cta-button {
    max-width: 400px;
    font-size: 2rem;
    padding: 20px;
    gap: 14px;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .cta-block .cta-button {
    padding: 14px;
    font-size: 1.6rem;
    gap: 8px;
  }
}
.mainvisual__content .cta-block .cta-button svg {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .mainvisual__content .cta-block .cta-button svg {
    width: 20px;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual__content .cta-block .cta-button svg {
    width: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .mainvisual__content .cta-block .cta-button.forPC {
    display: none;
  }
}
.mainvisual__content .cta-block .cta-button.forSP {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mainvisual__content .cta-block .cta-button.forSP {
    display: flex;
  }
}
.mainvisual .illust {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 310px;
}
@media screen and (min-width: 1921px) {
  .mainvisual .illust {
    width: 20%;
  }
}
@media screen and (max-width: 1500px) {
  .mainvisual .illust {
    width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual .illust {
    width: 210px;
  }
}
@media screen and (max-width: 1023px) {
  .mainvisual .illust {
    width: 188px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual .illust {
    width: 130px;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual .illust {
    width: 132px;
  }
}
@media screen and (max-width: 389px) {
  .mainvisual .illust {
    width: 108px;
    bottom: -20px;
  }
}
.mainvisual .illust.left {
  left: 8%;
}
@media screen and (max-width: 1500px) {
  .mainvisual .illust.left {
    left: 4%;
  }
}
@media screen and (max-width: 1023px) {
  .mainvisual .illust.left {
    left: 20px;
  }
}
.mainvisual .illust.right {
  right: 8%;
}
@media screen and (max-width: 1500px) {
  .mainvisual .illust.right {
    right: 4%;
  }
}
@media screen and (max-width: 1023px) {
  .mainvisual .illust.right {
    right: 20px;
  }
}
.mainvisual .curve-cover {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(46, 46, 46, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-overlay {
    display: none;
  }
}
.modal-overlay.open {
  z-index: 100;
  opacity: 100;
}

.cta-modal {
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  max-width: 880px;
  width: calc(100% - 32px);
  margin: 0 auto;
  background-color: #f4f4fc;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: 0.3s all;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .cta-modal {
    display: none;
  }
}
.cta-modal.open {
  opacity: 100;
  z-index: 101;
}
.cta-modal--title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 40px;
  color: #17a14b;
}
.cta-modal__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
}
.cta-modal__content--item p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.cta-modal__content--item .QR-banner {
  background-color: #ffffff;
  padding: 32px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
}
.cta-modal__content--item .QR-banner .qr {
  width: 140px;
}
.cta-modal--close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.cta-modal--close::after, .cta-modal--close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  border-radius: 5px;
  background: #17a14b;
}
.cta-modal--close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta-modal--close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 1500px) {
  header {
    height: 92px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    height: 83px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 16px;
    position: fixed;
    height: 78px;
  }
}
@media screen and (max-width: 540px) {
  header {
    height: 64px;
  }
}
header .header-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
header .header-logo a {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-logo a img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  header .header-logo a img {
    width: 48px;
  }
}
@media screen and (max-width: 540px) {
  header .header-logo a img {
    width: 38px;
  }
}
header .header-logo a span {
  display: block;
  font-size: 2.2rem;
  margin-left: 16px;
  font-weight: 900;
  color: #17a14b;
}
@media screen and (max-width: 1200px) {
  header .header-logo a span {
    font-size: 1.8rem;
    margin-left: 12px;
  }
}
@media screen and (max-width: 540px) {
  header .header-logo a span {
    font-size: 1.6rem;
    margin-left: 8px;
  }
}
header .header-nav {
  display: block;
}
@media screen and (max-width: 767px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  header .header-nav ul {
    gap: 24px;
  }
}
header .header-nav ul li {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  header .header-nav ul li {
    font-size: 1.6rem;
  }
}
header .header-hmbg-btn {
  display: none;
  position: relative;
  width: 40px;
  height: 28px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .header-hmbg-btn {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  header .header-hmbg-btn {
    width: 32px;
    height: 24px;
  }
}
header .header-hmbg-btn--line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #17a14b;
  transition: 0.3s all;
}
@media screen and (max-width: 540px) {
  header .header-hmbg-btn--line {
    height: 3px;
  }
}
header .header-hmbg-btn--line:nth-child(1) {
  top: 0;
}
header .header-hmbg-btn--line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
header .header-hmbg-btn--line:nth-child(3) {
  bottom: 0;
}
header .header-hmbg-btn.active .header-hmbg-btn--line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 10px);
  -webkit-transform: rotate(45deg) translate(7px, 10px);
}
@media screen and (max-width: 540px) {
  header .header-hmbg-btn.active .header-hmbg-btn--line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 8px);
    -webkit-transform: rotate(45deg) translate(7px, 8px);
  }
}
header .header-hmbg-btn.active .header-hmbg-btn--line:nth-child(2) {
  opacity: 0;
}
header .header-hmbg-btn.active .header-hmbg-btn--line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -10px);
  -webkit-transform: rotate(-45deg) translate(7px, -10px);
}
@media screen and (max-width: 540px) {
  header .header-hmbg-btn.active .header-hmbg-btn--line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -8px);
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
  }
}

.global-nav {
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  z-index: 98;
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  transform: translateY(calc(-100% + 78px));
  transition: 0.3s transform;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .global-nav {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .global-nav {
    transform: translateY(calc(-100% + 64px));
    padding: 32px 16px;
  }
}
.global-nav.active {
  transform: translateY(77px);
}
@media screen and (max-width: 540px) {
  .global-nav.active {
    transform: translateY(63px);
  }
}
.global-nav__nav {
  margin-bottom: 32px;
}
@media screen and (max-width: 540px) {
  .global-nav__nav {
    margin-bottom: 24px;
  }
}
.global-nav__nav ul li {
  font-size: 1.8rem;
  font-weight: 700;
}
.global-nav__nav ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 540px) {
  .global-nav__nav ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 540px) {
  .global-nav__nav ul li {
    font-size: 1.4rem;
  }
}
.global-nav .global-nav__CTA .cta-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background-color: #eedf14;
  color: #5b9a55;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 8px;
}
@media screen and (max-width: 540px) {
  .global-nav .global-nav__CTA .cta-button {
    font-size: 1.6rem;
    padding: 12px;
  }
}
.global-nav .global-nav__CTA .cta-button svg {
  width: 16px;
}

.dl-banner {
  position: fixed;
  z-index: 10;
  bottom: 32px;
  right: 32px;
}
@media screen and (max-width: 767px) {
  .dl-banner {
    display: none;
  }
}
.dl-banner.js-hide {
  display: none;
}
.dl-banner__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 280px;
  background-color: #17a14b;
  border: 2px solid #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  color: #ffffff;
  padding: 24px 16px;
  cursor: pointer;
}
.dl-banner__text {
  font-size: 1.4rem;
}
.dl-banner__img {
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 80px;
}
.dl-banner__close {
  width: 24px;
  height: 24px;
  background-color: #707070;
  position: absolute;
  right: -6px;
  top: -8px;
  border-radius: 50%;
  cursor: pointer;
}
.dl-banner__close::after, .dl-banner__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 11px;
  background: #ffffff;
}
.dl-banner__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dl-banner__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

footer {
  background-color: #41943a;
  padding-top: 84px;
  padding-bottom: 84px;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 540px) {
  footer {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 1023px) {
  footer .footer-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
  }
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  footer .footer-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  footer .footer-inner {
    margin-bottom: 80px;
  }
}
footer .footer-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  footer .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
footer .footer-logo--logo {
  width: 96px;
  height: auto;
}
footer .footer-logo--name span {
  display: block;
}
@media screen and (max-width: 540px) {
  footer .footer-logo--name span {
    text-align: center;
  }
}
footer .footer-logo--name .copy {
  font-size: 1.4rem;
  margin-bottom: 4px;
}
footer .footer-logo--name .site-name {
  font-size: 2.4rem;
  font-weight: 900;
}
footer .footer-address {
  font-size: 1.2rem;
}
footer .footer-contents__nav {
  margin-bottom: 40px;
}
footer .footer-contents__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  footer .footer-contents__nav ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-contents__nav ul {
    gap: 24px;
    flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  footer .footer-contents__nav ul {
    gap: 16px;
  }
}
footer .footer-contents__nav ul li {
  font-size: 1.6rem;
}
footer .footer-contents__banners {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  footer .footer-contents__banners {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-contents__banners {
    flex-direction: column;
  }
}
footer .footer-contents__banners .appstore,
footer .footer-contents__banners .googleplay {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
footer .footer-contents__banners .appstore .banner,
footer .footer-contents__banners .appstore .qr,
footer .footer-contents__banners .googleplay .banner,
footer .footer-contents__banners .googleplay .qr {
  height: 64px;
}
@media screen and (max-width: 767px) {
  footer .footer-contents__banners .appstore .banner,
footer .footer-contents__banners .appstore .qr,
footer .footer-contents__banners .googleplay .banner,
footer .footer-contents__banners .googleplay .qr {
    height: auto;
    width: 216px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-contents__banners .appstore .qr,
footer .footer-contents__banners .googleplay .qr {
    display: none;
  }
}
footer .copyright {
  font-size: 1.2rem;
  text-align: center;
}

#front .section01 .talk-area {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #front .section01 .talk-area {
    margin-bottom: 40px;
  }
}
#front .section01 .talk-area .talk-block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#front .section01 .talk-area .talk-block:not(:last-child) {
  margin-bottom: 32px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #front .section01 .talk-area .talk-block:not(:last-child) {
    margin-bottom: 24px;
  }
}
#front .section01 .talk-area .talk-block__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #front .section01 .talk-area .talk-block__inner {
    gap: 24px;
  }
}
@media screen and (max-width: 540px) {
  #front .section01 .talk-area .talk-block__inner {
    gap: 20px;
  }
}
#front .section01 .talk-area .talk-block .user .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #6db14c;
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
  #front .section01 .talk-area .talk-block .user .icon {
    width: 64px;
    height: 64px;
    border: 2px solid #6db14c;
  }
}
#front .section01 .talk-area .talk-block .user .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front .section01 .talk-area .talk-block .user .name {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #front .section01 .talk-area .talk-block .user .name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 540px) {
  #front .section01 .talk-area .talk-block .user .name {
    font-size: 1.2rem;
  }
}
#front .section01 .talk-area .talk-block .messageBox {
  min-width: 608px;
  padding: 24px;
  background-color: #6db14c;
  color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023px) {
  #front .section01 .talk-area .talk-block .messageBox {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #front .section01 .talk-area .talk-block .messageBox {
    padding: 16px;
  }
}
@media screen and (max-width: 540px) {
  #front .section01 .talk-area .talk-block .messageBox {
    font-size: 1.4rem;
  }
}
#front .section01 .talk-area .talk-block.right {
  justify-content: flex-end;
}
#front .section01 .talk-area .talk-block.right .talk-block__inner {
  flex-direction: row-reverse;
}
#front .section01 .talk-area .talk-block.right .user .icon {
  border: 4px solid #e2e2e2;
}
#front .section01 .talk-area .talk-block.right .messageBox {
  background-color: #ffffff;
  color: #2e2e2e;
}
#front .section01 .banner-area p {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  #front .section01 .banner-area p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  #front .section01 .banner-area p {
    font-size: 1.6rem;
  }
}
#front .section01 .banner-area .banner {
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #front .section01 .banner-area .banner.forPC {
    display: none;
  }
}
#front .section01 .banner-area .banner.forSP {
  display: none;
}
@media screen and (max-width: 1023px) {
  #front .section01 .banner-area .banner.forSP {
    display: block;
  }
}
#front .section01 .banner-area .banner a {
  display: block;
  width: 100%;
}
#front .section01 .banner-area .banner img {
  width: 100%;
}
#front .section02 {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 160px;
  background-image: url(../images/curve-cover-gr.svg);
  background-position: left 50% bottom -1px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #front .section02 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 540px) {
  #front .section02 {
    padding-bottom: 80px;
  }
}
#front .section02 .jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 540px) {
  #front .section02 .jobs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
#front .section02 .jobs-grid__item .image {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #front .section02 .jobs-grid__item .image {
    margin-bottom: 4px;
  }
}
#front .section02 .jobs-grid__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front .section02 .jobs-grid__item .title {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  #front .section02 .jobs-grid__item .title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #front .section02 .jobs-grid__item .title {
    font-size: 1.4rem;
  }
}
#front .section03 {
  background-color: #6db14c;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #front .section03 {
    padding-bottom: 20px;
  }
}
#front .section03 .tab-nav-block {
  display: flex;
  justify-content: space-between;
}
#front .section03 .tab-nav-block--item {
  max-width: calc((100% - 32px) / 2);
  width: 100%;
  padding: 28px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #front .section03 .tab-nav-block--item {
    max-width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-nav-block--item {
    font-size: 2rem;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-nav-block--item {
    max-width: calc((100% - 12px) / 2);
    font-size: 1.6rem;
    padding: 20px 16px;
    white-space: nowrap;
  }
}
#front .section03 .forCompany {
  background-color: #5b9a55;
}
#front .section03 .forWorker {
  background-color: #94c461;
}
#front .section03 .tab-content-wrapper {
  margin-bottom: 48px;
}
#front .section03 .tab-content-wrapper .tab-content {
  padding: 64px;
  display: none;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1023px) {
  #front .section03 .tab-content-wrapper .tab-content {
    padding: 40px;
  }
}
@media screen and (max-width: 540px) {
  #front .section03 .tab-content-wrapper .tab-content {
    padding: 40px 16px;
  }
}
#front .section03 .tab-content-wrapper .tab-content.is-active {
  display: block;
}
#front .section03 .tab-content-wrapper .tab-content .tab-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
#front .section03 .tab-content-wrapper .tab-content .tab-structure {
  margin-bottom: 40px;
}
#front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block {
  background-color: #ffffff;
  color: #2e2e2e;
  padding: 32px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block {
    padding: 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block {
    padding: 24px 32px;
    flex-direction: column;
  }
}
#front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block:not(:last-child) {
  margin-bottom: 16px;
}
#front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block__inner {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block__inner {
    flex-direction: column;
  }
}
#front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block--title {
  width: 128px;
  aspect-ratio: 1;
  background-image: url(../images/bg-circle01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 1023px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block--title {
    width: 120px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block--title {
    flex-direction: column;
  }
}
#front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block--text {
  flex: 1;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block--text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block--text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block--text {
    text-align: center;
  }
}
#front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block--icon {
  width: 80px;
}
@media screen and (max-width: 1023px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block--icon {
    width: 72px;
  }
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-structure .structure-block--icon {
    width: 64px;
  }
}
#front .section03 .tab-content-wrapper .tab-content .tab-cta-block--text {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-cta-block--text {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 540px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-cta-block--text br {
    display: none;
  }
}
#front .section03 .tab-content-wrapper .tab-content .tab-cta-block--btn {
  position: relative;
  padding-top: 28px;
  display: block;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-cta-block--btn.forPC {
    display: none;
  }
}
#front .section03 .tab-content-wrapper .tab-content .tab-cta-block--btn.forSP {
  display: none;
}
@media screen and (max-width: 1023px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-cta-block--btn.forSP {
    display: block;
  }
}
#front .section03 .tab-content-wrapper .tab-content .tab-cta-block--btn .sub-frame {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 480px;
  width: 72%;
  background-color: #17a14b;
  border: 4px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-cta-block--btn .sub-frame {
    font-size: 1.6rem;
    padding: 8px;
    width: 86%;
  }
}
@media screen and (max-width: 540px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-cta-block--btn .sub-frame {
    font-size: 1.4rem;
  }
}
#front .section03 .tab-content-wrapper .tab-content .tab-cta-block--btn .main-frame {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 38px 24px 24px 24px;
  color: #41943a;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-cta-block--btn .main-frame {
    padding: 28px 20px 20px 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  #front .section03 .tab-content-wrapper .tab-content .tab-cta-block--btn .main-frame {
    font-size: 1.8rem;
  }
}
#front .section03 .tab-content-wrapper .tab-content.forWorker .tab-structure .structure-block--title {
  background-image: url(../images/bg-circle02.svg);
}
#front .section03 .tab-content-wrapper .tab-content.forWorker .tab-cta-block--btn .sub-frame {
  background-color: #6db14c;
}
#front .section03 .attention {
  border-radius: 8px;
  background-color: #eedf14;
  color: #2e2e2e;
  padding: 54px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: url(../images/attention-man.svg);
  background-size: 200px;
  background-position: bottom 0 left 40px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  #front .section03 .attention {
    background-size: 200px;
    padding-bottom: 240px;
    background-position: bottom 0 center;
  }
}
@media screen and (max-width: 540px) {
  #front .section03 .attention {
    padding: 32px 24px 160px;
    background-size: 140px;
  }
}
#front .section03 .attention__inner {
  max-width: calc(100% - 240px);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #front .section03 .attention__inner {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #front .section03 .attention__inner br {
    display: none;
  }
}
#front .section03 .attention--title {
  font-size: 2.4rem;
  margin-bottom: 16px;
  font-weight: 900;
}
#front .section04 {
  background-color: #6db14c;
}
#front .section04 .content01 {
  margin-bottom: 50px;
}
#front .section04 .content01 .priceList {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #front .section04 .content01 .priceList {
    margin-bottom: 16px;
  }
}
#front .section04 .content01 .priceList__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  #front .section04 .content01 .priceList__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    min-width: auto;
  }
}
#front .section04 .content01 .priceList .course-panel {
  color: #2e2e2e;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#front .section04 .content01 .priceList .course-panel__head {
  background-color: #94c461;
  border-radius: 16px 16px 0 0;
  padding: 64px 32px;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #front .section04 .content01 .priceList .course-panel__head {
    padding: 40px 32px;
  }
}
#front .section04 .content01 .priceList .course-panel__head--title {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 40px;
  color: #94c461;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 8px;
}
@media screen and (max-width: 1200px) {
  #front .section04 .content01 .priceList .course-panel__head--title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#front .section04 .content01 .priceList .course-panel__head--price {
  text-align: center;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  #front .section04 .content01 .priceList .course-panel__head--price {
    gap: 8px;
  }
}
#front .section04 .content01 .priceList .course-panel__head--price .value {
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  #front .section04 .content01 .priceList .course-panel__head--price .value {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1023px) {
  #front .section04 .content01 .priceList .course-panel__head--price .value {
    font-size: 4rem;
  }
}
#front .section04 .content01 .priceList .course-panel__head--price .unit {
  font-size: 3.2rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
  #front .section04 .content01 .priceList .course-panel__head--price .unit {
    font-size: 2rem;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1023px) {
  #front .section04 .content01 .priceList .course-panel__head--price .unit {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
}
#front .section04 .content01 .priceList .course-panel__content {
  background-color: #ffffff;
  padding: 32px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #front .section04 .content01 .priceList .course-panel__content {
    padding: 24px;
  }
}
#front .section04 .content01 .priceList .course-panel__content__head-wrapper {
  flex: 1;
  width: 100%;
}
#front .section04 .content01 .priceList .course-panel__content--head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
}
#front .section04 .content01 .priceList .course-panel__content--head::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #94c461;
}
#front .section04 .content01 .priceList .course-panel__content--head p {
  position: relative;
  z-index: 2;
  padding: 6px 28px;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
  background-color: #94c461;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  #front .section04 .content01 .priceList .course-panel__content--head p {
    font-size: 1.8rem;
  }
}
#front .section04 .content01 .priceList .course-panel__content--text {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #front .section04 .content01 .priceList .course-panel__content--text {
    text-align: center;
    margin-bottom: 24px;
  }
}
#front .section04 .content01 .priceList .course-panel__content__jobs {
  width: 100%;
}
#front .section04 .content01 .priceList .course-panel__content__jobs .title {
  font-size: 2rem;
  margin-bottom: 14px;
  text-align: center;
  color: #94c461;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #front .section04 .content01 .priceList .course-panel__content__jobs .title {
    font-size: 1.6rem;
  }
}
#front .section04 .content01 .priceList .course-panel__content__jobs .job-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
}
#front .section04 .content01 .priceList .course-panel__content__jobs .job-list .job {
  text-align: center;
  background-color: #e2e2e2;
  border-radius: 50px;
  padding: 8px;
  color: #ffffff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #front .section04 .content01 .priceList .course-panel__content__jobs .job-list .job {
    padding: 4px;
  }
}
#front .section04 .content01 .priceList .course-panel__content__jobs .job-list .job.active {
  background-color: #94c461;
}
#front .section04 .content01 .priceList .course-panel.course2 .course-panel__head {
  background-color: #17a14b;
}
#front .section04 .content01 .priceList .course-panel.course2 .course-panel__head--title {
  color: #17a14b;
}
#front .section04 .content01 .priceList .course-panel.course2 .course-panel__content--head::after {
  border-top: 1px dotted #17a14b;
}
#front .section04 .content01 .priceList .course-panel.course2 .course-panel__content--head p {
  background-color: #17a14b;
}
#front .section04 .content01 .priceList .course-panel.course2 .course-panel__content .course-panel__content__jobs .title {
  color: #17a14b;
}
#front .section04 .content01 .priceList .course-panel.course2 .course-panel__content .course-panel__content__jobs .job.active {
  background-color: #17a14b;
}
#front .section04 .content01 .priceList .course-panel.course3 .course-panel__head {
  background-color: #5b9a55;
}
#front .section04 .content01 .priceList .course-panel.course3 .course-panel__head--title {
  color: #5b9a55;
}
#front .section04 .content01 .priceList .course-panel.course3 .course-panel__content--head::after {
  border-top: 1px dotted #5b9a55;
}
#front .section04 .content01 .priceList .course-panel.course3 .course-panel__content--head p {
  background-color: #5b9a55;
}
#front .section04 .content01 .priceList .course-panel.course3 .course-panel__content .course-panel__content__jobs .title {
  color: #5b9a55;
}
#front .section04 .content01 .priceList .course-panel.course3 .course-panel__content .course-panel__content__jobs .job.active {
  background-color: #5b9a55;
}
#front .section04 .content02 .payPerHour-block {
  padding: 64px;
  border-radius: 240px;
  background-color: #ffffff;
  color: #2e2e2e;
}
@media screen and (max-width: 1023px) {
  #front .section04 .content02 .payPerHour-block {
    border-radius: 80px;
  }
}
@media screen and (max-width: 767px) {
  #front .section04 .content02 .payPerHour-block {
    padding: 48px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 540px) {
  #front .section04 .content02 .payPerHour-block {
    padding: 32px;
  }
}
#front .section04 .content02 .payPerHour-block .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 28px;
}
@media screen and (max-width: 1023px) {
  #front .section04 .content02 .payPerHour-block .flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1023px) {
  #front .section04 .content02 .payPerHour-block .flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#front .section04 .content02 .payPerHour-block .flex .item:nth-of-type(1) {
  padding-right: 40px;
  border-right: 1px dotted #17a14b;
}
@media screen and (max-width: 1023px) {
  #front .section04 .content02 .payPerHour-block .flex .item:nth-of-type(1) {
    padding-right: 0;
    border-right: none;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px dotted #17a14b;
  }
}
#front .section04 .content02 .payPerHour-block .flex .item:nth-of-type(2) {
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  #front .section04 .content02 .payPerHour-block .flex .item:nth-of-type(2) {
    padding-left: 0;
    padding-top: 24px;
  }
}
#front .section04 .content02 .payPerHour-block .flex .item .courses {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}
#front .section04 .content02 .payPerHour-block .flex .item .courses .course {
  padding: 8px 18px;
  background-color: #94c461;
  color: #ffffff;
  border-radius: 24px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #front .section04 .content02 .payPerHour-block .flex .item .courses .course {
    font-size: 1.6rem;
    padding: 6px 16px;
  }
}
@media screen and (max-width: 540px) {
  #front .section04 .content02 .payPerHour-block .flex .item .courses .course {
    font-size: 1.4rem;
  }
}
#front .section04 .content02 .payPerHour-block .flex .item .courses .course.course2 {
  background-color: #17a14b;
}
#front .section04 .content02 .payPerHour-block .flex .item .courses .course.course3 {
  background-color: #5b9a55;
}
#front .section04 .content02 .payPerHour-block .flex .item .price {
  text-align: center;
  color: #17a14b;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  #front .section04 .content02 .payPerHour-block .flex .item .price {
    gap: 8px;
  }
}
#front .section04 .content02 .payPerHour-block .flex .item .price span {
  display: block;
}
#front .section04 .content02 .payPerHour-block .flex .item .price .label {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
  #front .section04 .content02 .payPerHour-block .flex .item .price .label {
    font-size: 2.8rem;
  }
}
#front .section04 .content02 .payPerHour-block .flex .item .price .value {
  font-size: 5.6rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #front .section04 .content02 .payPerHour-block .flex .item .price .value {
    font-size: 4.8rem;
  }
}
#front .section04 .content02 .payPerHour-block .text {
  color: #17a14b;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #front .section04 .content02 .payPerHour-block .text {
    font-size: 2rem;
  }
  #front .section04 .content02 .payPerHour-block .text br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  #front .section04 .content02 .payPerHour-block .text {
    font-size: 1.8rem;
  }
}
#front .section05 {
  background-image: url(../images/tokai-map.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top 0 right 0;
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  #front .section05 {
    background-size: 64%;
  }
}
@media screen and (max-width: 1023px) {
  #front .section05 {
    background-position: top 0 center;
    background-size: 640px;
    padding-top: 340px;
  }
}
@media screen and (max-width: 540px) {
  #front .section05 {
    background-size: 96%;
    padding-top: 52%;
  }
}
#front .section05 .inner {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #front .section05 .inner {
    max-width: 100%;
  }
}
#front .section05 h3 {
  font-size: 2.8rem;
  margin-bottom: 28px;
  font-weight: 900;
  color: #41943a;
}
@media screen and (max-width: 767px) {
  #front .section05 h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  #front .section05 h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
#front .section05 .text {
  margin-bottom: 40px;
}
#front .section05 .area-list .title {
  color: #41943a;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #front .section05 .area-list .title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
#front .section05 .area-list .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 540px) {
  #front .section05 .area-list .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#front .section05 .area-list .list--item {
  background-color: #17a14b;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  padding: 8px;
  border-radius: 40px;
}

/*
* 案件担当者以外が記述する場合はなるべく此処に記述してください。
* このimportしたファイル以下に記述しないでください。
*/
/*# sourceMappingURL=common.css.map */