@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Plus+Jakarta+Sans:wght@700&display=swap');
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  font-size: 9px;
  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: normal;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  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;
  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;
  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;
}

/* Custom */
/* ============================================ */
body {
  font-size: 1.6rem;
  line-height: 1.5;
}

a {
  display: inline-block;
}

img,
video {
  width: 100%;
  height: auto;
}

body.is-fixed {
  overflow: hidden;
}

@media (max-width: 899px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .u-sp {
    display: none !important;
  }
}

html {
  font-size: 10px;
  scroll-padding-top: 70px;
}

body {
  font-family: "Noto Sans JP", system-ui;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-optical-sizing: auto;
  font-style: normal;
  color: #222222;
}
@media (min-width: 900px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.u-inner {
  padding: 20px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .u-inner {
    padding: 0px 40px;
    max-width: 1180px;
  }
}

.u-marker {
  background: rgb(39,9,73);
  background: linear-gradient(45deg, rgba(39,9,73,1) 25%, rgba(140,0,152,1) 100%);
}

body {
  background: #FFFFFF;
}

.c-heading-sec {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 0.25em 0;
  background: transparent;
  color: #66b94c;
}
.c-heading-sec__en {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.4;
  white-space: nowrap;
  gap: 4px;
  font-weight: 700;
}
@media (min-width: 900px) {
  .c-heading-sec__en {
    font-size: 5rem;
  }
}
.c-heading-sec__ja {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 900px) {
  .c-heading-sec__ja {
    font-size: 1.8rem;
  }
}

.c-heading-large {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 900px) {
  .c-heading-large {
    font-size: 3.6rem;
  }
}

.c-heading-medium {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 900px) {
  .c-heading-medium {
    font-size: 2rem;
  }
}

.c-heading-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 900px) {
  .c-heading-num {
    gap: 4px;
  }
}
.c-heading-num__index {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: #cccccc;
  display: block;
  font-weight: 700;
}
@media (min-width: 900px) {
  .c-heading-num__index {
    font-size: 3.6rem;
    line-height: 4.5rem;
  }
}
.c-heading-num__main {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 900px) {
  .c-heading-num__main {
    font-size: 3rem;
  }
}

.c-list-service {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.c-list-service__item {
  background-color: #66b94c;
  border: 1px solid #66b94c;
  color: #FFFFFF;
  font-weight: 700;
    -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-list-service__item-inner {
  display: grid;
  grid-template-columns: 1fr 30px;
  gap: 8px;
  padding: 10px 20px;
}
@media (min-width: 900px) {
  .c-list-service__item-inner {
    gap: 10px;
    padding: 15px 40px;
    grid-template-columns: 1fr 36px;
  }
  .c-list-service__item:hover {
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
  }
}
.c-list-service__item-index {
  -ms-flex-item-align: start;
      align-self: start;
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 700;
}
@media (min-width: 900px) {
  .c-list-service__item-index {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 2.4rem;
  }
}
.c-list-service__item-title {
  font-size: 1.2rem;
  line-height: 2.6;
  text-align: center;
}
@media (min-width: 900px) {
  .c-list-service__item-title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.c-list-service__item-arrow {
  -ms-flex-item-align: center;
      align-self: center;
  aspect-ratio: 1/1;
  background: url(../images/arrow_circle.svg) no-repeat center/contain;
}

.c-list-news__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 32px 0;
  border-bottom: 1px solid #D9DEDC;
  transition: .3s;
  -webkit-transition: .3s;

}

.c-list-news__item:hover {
  transform: translateX(12px);
}
@media (min-width: 900px) {
  .c-list-news__item {
    grid-template-columns: 118px 1fr;
    padding: 28px 0;
  }
}
.c-list-news__item:first-child {
  border-top: 1px solid #D9DEDC;
}
.c-list-news__item-date {
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #37463F;
}
@media (min-width: 900px) {
  .c-list-news__item-date {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 1.6rem;
  }
}
.c-list-news__item-title {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}

.c-list-profile {
  padding-bottom: 0px;
}

@media (min-width: 900px) {
  .c-list-profile {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.c-list-profile__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #D9DEDC;
}
@media (min-width: 900px) {
  .c-list-profile__item {
    grid-template-columns: 150px 1fr;
    padding: 28px 0;
  }
  .c-list-profile__item .c-list-profile__item-title {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.c-list-profile__item:first-child {
  border-top: 1px solid #D9DEDC;
}
.c-list-profile__item-title {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .c-list-profile__item-title {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 1.6rem;
  }
}
.c-list-profile__item-detail {
  line-height: 1.4;
  font-weight: 700;
}

.c-list-dot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 900px) {
  .c-list-dot {
    gap: 10px;
  }
}
.c-list-dot__item::before {
  content: "・";
}



.c-btn, .c-btn--back {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 304px;
  height: 56px;
  border-radius: 50px;
  background: #cccccc;
  border: 1px solid #cccccc;
  color: #FFFFFF;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn:hover, .c-btn--back:hover {
  background: transparent;
  color: #cccccc;
}
.c-btn::before, .c-btn--back::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 6px;
  height: 100%;
  background: #FFFFFF;
  mask: url(../images/arrow.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-btn:hover::before, .c-btn--back:hover::before {
  background: #cccccc;
}

.c-btn--back::before {
  right: auto;
  left: 26px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-btn-arrow-circle, .c-btn-arrow-circle--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 32px;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  justify-content: flex-end;
  width: fit-content;
  margin-left: auto;
}
@media (min-width: 900px) {
  .c-btn-arrow-circle, .c-btn-arrow-circle--right {
    margin-top: 48px;
  }
}
.c-btn-arrow-circle--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
      width: fit-content;
    margin-left: auto;
}
.c-btn-arrow-circle__icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
}

.c-btn-arrow-circle__icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
.c-btn-arrow-circle:hover .c-btn-arrow-circle__icon, .c-btn-arrow-circle--right:hover .c-btn-arrow-circle__icon {
  background: #cccccc;
}

.c-btn-arrow-circle:hover .c-btn-arrow-circle__icon::before, .c-btn-arrow-circle--right:hover .c-btn-arrow-circle__icon::before {
  background: #cccccc;
}

.c-contact__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 40px 32px;
  background: #f8f8f8;
  border-radius: 20px;
}
@media (min-width: 900px) {
  .c-contact__inner {
    grid-template-columns: 1fr 400px;
    padding: 80px 100px;
    border-radius: 40px;
  }
  .c-contact__inner .c-heading-sec {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.c-contact__content .c-btn {
  margin-top: 20px;
}
@media (min-width: 900px) {
  .c-contact__content .c-btn {
    max-width: 100%;
  }
}

.c-gnav {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Assistant", serif;
  font-weight: 700;
}
@media (max-width: 899px) {
  .c-gnav {
    position: fixed;
    top: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    width: 280px;
    height: 100%;
    background: #fff;
    padding: 120px 40px;
  }
}
@media (min-width: 900px) {
  .c-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
  }
}
.c-gnav__item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-gnav__item:hover {
  color: #cccccc;
}
@media (max-width: 899px) {
  .c-gnav__item {
    font-size: 2rem;
    line-height: 1;
  }
}
.c-gnav__item--btn {
  display: grid;
  place-content: center;
  height: 48px;
  background: #66b94c;
  border: 1px solid #66b94c;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 24px 20px;
  width: 210px;
  -webkit-transition: 0.3s ease;
  color: #FFFFFF;
  font-weight: 700;
  transition: 0.3s ease;
}
@media (max-width: 899px) {
  .c-gnav__item--btn {
    width: 100%;
  }
}
.c-gnav__item--btn:hover {
  background: #FFFFFF;
  color: #000000;
}

.c-nav-footer {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: flex-start;
  gap: 12px;
}

@media (min-width: 900px) {
  .c-nav-footer {
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 0;
  }
}
.c-nav-footer__item {
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0 0px;
  text-align: center;
}

@media (min-width: 900px) {
.c-nav-footer__item {
  padding: 0 20px;
  width: 100%;
  border-right: 1px solid;
}
}

.c-nav-footer__item:last-of-type {
  border-right: none;
}

.c-crumb {
  padding-bottom: 20px;
}
@media (min-width: 900px) {
  .c-crumb {
    padding-bottom: 40px;
  }
}
.c-crumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.c-crumb__item {
  position: relative;
  font-size: 1.2rem;
}
.c-crumb__item:last-child {
  color: #cccccc;
}
.c-crumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 28px;
  height: 100%;
  background: url(../images/arrow.svg) no-repeat center/4px auto;
}

.c-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 900px) {
  .c-form {
    gap: 40px;
  }
}
.c-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 900px) {
  .c-form__row {
    grid-template-columns: 190px 1fr;
  }
}
@media (min-width: 900px) {
  .c-form__label, .c-form__label--required {
    -ms-flex-item-align: start;
        align-self: start;
    padding-top: 11px;
  }
}
.c-form__label--required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-form__label--required::after {
  content: "必須";
  padding: 8px 10px;
  font-size: 1.2rem;
  line-height: 1;
  background: #cccccc;
  color: #FFFFFF;
  border-radius: 3px;
}
.c-form__input, .c-form__input--textarea {
  display: block;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #D9DEDC;
  background-color: #fff;
  border-radius: 4px;
}
@media (min-width: 900px) {
  .c-form__input, .c-form__input--textarea {
    padding: 8px 12px;
  }
}
.c-form__input::-webkit-input-placeholder, .c-form__input--textarea::-webkit-input-placeholder {
  color: #D9DEDC;
}
.c-form__input::-moz-placeholder, .c-form__input--textarea::-moz-placeholder {
  color: #D9DEDC;
}
.c-form__input:-ms-input-placeholder, .c-form__input--textarea:-ms-input-placeholder {
  color: #D9DEDC;
}
.c-form__input::-ms-input-placeholder, .c-form__input--textarea::-ms-input-placeholder {
  color: #D9DEDC;
}
.c-form__input::placeholder, .c-form__input--textarea::placeholder {
  color: #D9DEDC;
}
.c-form__btn {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 270px;
  height: 56px;
  border-radius: 50px;
  background: #000000;
  border: 1px solid #000000;
  color: #FAFFFB;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 900px) {
  .c-form__btn {
    max-width: 304px;
  }
}
.c-form__btn:hover {
  background: #FFFFFF;
  color: #000000;
}
.c-form__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 6px;
  height: 100%;
  background: #FAFFFB;
  mask: url(../images/arrow.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-form__btn:hover::before {
  background: #000000;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  background: #FFFFFF;
  z-index: 10;
}
@media (min-width: 900px) {
  .l-header {
    padding: 36px 0;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
@media (min-width: 900px) {
  .l-header__inner {
    padding: 20px;
  }
}
.l-header__logo {
  width: 180px;
}
.l-header__logo img {
  display: block;
}
@media (max-width: 899px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.4);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header__nav.is-show {
    opacity: 1;
    pointer-events: all;
  }
}
.l-header__menu {
  position: fixed;
  top: 16px;
  right: 5.3333333333%;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url(../images/menu.svg) no-repeat center/16px auto, #000000;
  z-index: 20;
}
.l-header__menu.is-open {
  background: url(../images/close.svg) no-repeat center/16px auto, #000000;
}

.l-footer {
  padding-top: 32px;
  background-color: #66b94c;
  color: #fff;
}
@media (min-width: 900px) {
  .l-footer {
    padding-top: 40px;
  }
}
.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.l-footer__logo {
  display: block;
  width: 200px;
}
.l-footer__info-text01 {
  margin-top: 20px;
  font-size: 1.8rem;
}
.l-footer__info-text02 {
  margin-top: 10px;
}
@media (min-width: 900px) {
  .l-footer__info-text02 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media (min-width: 900px) {
  .l-footer__nav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
      margin-inline: auto;
  }
}
.l-footer__copy {
  display: grid;
  place-content: center;
  height: 36px;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 32px;
  text-align: center;
  border-top: 1px solid;
  font-size: 1.2rem;
  padding: 28px 0 40px;
}
@media (min-width: 900px) {
  .l-footer__copy {
    border-top: none;
    padding: 0px 0 40px;
    margin-top: 32px;
  }
}

.l-kv-top {
  height: 90svh;
  padding: 80px 0 0;
  background: url(../images/kv_sp.jpg) no-repeat center/cover;
  color: #000000;
}
@media (min-width: 900px) {
  .l-kv-top {
    padding: 120px 0 0;
    background: url(../images/kv.jpg) no-repeat center/cover;
  }
}

@media (min-width: 900px) {
  .l-kv-top {
    padding: 120px 0 0;
  }
}
.l-kv-top__inner {
    display: flex;
    height: 100%;
    justify-items: center;
    align-items: center;
    padding: 0 20px;
    margin-inline: auto;
    background: linear-gradient(220deg, rgba(255, 0, 0, 0) 50%, rgba(77, 175, 46, 1) 50% 60%);
    
  }
@media (min-width: 900px) {
  .l-kv-top__inner {
    background: linear-gradient(245deg, rgba(255, 0, 0, 0) 50%, rgba(77, 175, 46, 1) 50% 60%);
  }
}

.l-kv-top__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 900px) {
  .l-kv-top__content {
    gap: 40px;
  }

  .l-kv-top__inner {
    padding: 0 10vw;
  }
}
.l-kv-top__heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  overflow: hidden;
}
@media (min-width: 900px) {
  .l-kv-top__heading {
    gap: 32px;
  }
}
.l-kv-top__heading-main {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.002em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.l-kv-top__heading-main span{
  color: #FFFFFF;
}
@keyframes slideInFromBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 900px) {
  .l-kv-top__heading-main {
    font-size: 6.8rem;
  }
}
.l-kv-top__heading-sub {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 1.28px;
  color: #FFFFFF;
}
@media (min-width: 900px) {
  .l-kv-top__heading-sub {
    font-size: 2rem;
  }
}

.l-kv-sub {
  padding: 120px 0 40px;
}
@media (min-width: 900px) {
  .l-kv-sub {
    padding: 180px 0 60px;
  }
}
.l-kv-sub__inner{
  display: flex;
}
.l-kv-sub__heading {
  color: #FFFFFF;
  flex: 1;
  background: #66b94c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
}
.l-kv-sub__heading-en {
  position: relative;
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .l-kv-sub__heading-en {
    padding-left: 26px;
    font-size: 5.8rem;
  }
}
.l-kv-sub__heading-ja {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .l-kv-sub__heading-ja {
    font-size: 1.8rem;
  }
}
.l-kv-sub__heading_right {
  flex: 1;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 100%);
}
.p-company__main .l-kv-sub__heading_right {
  background: url(../images/kv_company.jpg) no-repeat center/cover;
}
.p-reskilling__main .l-kv-sub__heading_right {
  background: url(../images/kv_reskilling.jpg) no-repeat center/cover;
}
.p-service__main .l-kv-sub__heading_right {
  background: url(../images/kv_service.jpg) no-repeat center/cover;
}
.p-news__main .l-kv-sub__heading_right {
  background: url(../images/kv_news.jpg) no-repeat center/cover;
}
.p-contact__main .l-kv-sub__heading_right {
  background: url(../images/kv_contact.jpg) no-repeat center/cover;
}
.l-main {
  padding-bottom: 60px;
}
@media (min-width: 900px) {
  .l-main {
    padding-bottom: 140px;
  }
}

.p-top-about {
  padding: 60px 0;
}
@media (min-width: 900px) {
  .p-top-about {
    padding: 100px 40px 180px;
  }
}
.p-top-about__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media (min-width: 900px) {
  .p-top-about__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: 40% 1fr;
    width: 100%;
  }
}
.p-top-about__img {
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.3);
}

.p-top-about__text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 40px;
}
@media (min-width: 900px) {
  .p-top-about__text {
    gap: 20px;
    margin-top: 48px;
  }
}

.p-top-service {
  padding: 60px 0;
  color: #000000;
  display: table;
  width: 100%;
  background-color: #eeeeee;
  transform: skewY(-8deg);
}
.p-top-service > * {
  transform: skewY(8deg);
}
@media (min-width: 900px) {
  .p-top-service {
    padding: 100px 0 120px;
    height: 450px;
  }
  .p-top-service .c-btn-arrow-circle {
    margin-top: 36px;
  }
}

.p-top-service__inner {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .p-top-service__inner {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media (min-width: 900px) {
  .p-top-service__content {
    width: 100%;
  }
}
.p-top-service__content .c-text {
  margin: 40px 0;
}
@media (min-width: 900px) {
  .p-top-service__content .c-text {
    margin: 48px 0 0;
    font-size: 1.6rem;
  }
}
@media (min-width: 900px) {
  .p-top-service__list {
    width: 100%;
  }
}

.p-top-news {
  padding: 60px 0;
}
@media (min-width: 900px) {
  .p-top-news {
    padding: 120px 0 40px;
  }
  .p-top-news .c-btn-arrow-circle {
    margin-top: 40px;
  }
}
.p-top-news__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 900px) {
  .p-top-news__inner {
    grid-template-columns: 300px 1fr;
  }
  .p-top-news__inner .c-heading-sec {
    -ms-flex-item-align: start;
        align-self: start;
  }
}

.p-company-about {
  padding: 60px 0;
}

@media (max-width: 899px) {
  .p-company__main .l-kv-sub {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 900px) {
  .p-company-about {
    padding: 80px 0 150px;
  }

  .p-company-about:last-of-type {
    padding: 80px 0 140px;
  }
}
.p-company-about__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 900px) {
  .p-company-about__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
  }
  .p-company-about__inner .c-heading-sec {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.p-company-about .c-heading-large {
  margin-bottom: 12px;
  text-align: center;
  font-size: 2.2rem;
}
@media (min-width: 900px) {
  .p-company-about .c-heading-large {
    margin-bottom: 12px;
    font-size: 3.6rem;
  }
}
.p-company-about__content .c-heading-sec__en {
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .p-company-about__content .c-heading-sec__en {
    font-size: 2rem;
  }
}
.p-company-about__content .c-heading-sec__en:before,
.p-company-about__content .c-heading-sec__en:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #cccccc;
}
.p-company-about__content .c-heading-sec__en:before {
  margin-right: 30px; 
}
.p-company-about__content .c-heading-sec__en:after {
  margin-left: 30px;
}
@media (min-width: 900px) {
  .p-company-about .c-heading-large {
    margin-bottom: 12px;
    font-size: 3.6rem;
  }
  .p-company-about__content .c-heading-sec__en {
  }
}

.p-company-about__text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-company-profile__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 900px) {

  .p-company-profile__inner .c-heading-sec {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.p-company__main .l-kv-sub,
.p-service__main .l-kv-sub,
.p-news__main .l-kv-sub,
.p-contact__main .l-kv-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #66b94c;
}

.reskilling-about {
  padding: 60px 0;
}

@media (max-width: 899px) {
  .reskilling__main .l-kv-sub {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 900px) {
  .reskilling-about {
    padding: 80px 0 150px;
  }

  .reskilling-about:last-of-type {
    padding: 80px 0 140px;
  }
}
.reskilling-about__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 900px) {
  .reskilling-about__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
  }
  .reskilling-about__inner .c-heading-sec {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.reskilling-about .c-heading-large {
  margin-bottom: 12px;
  text-align: center;
  font-size: 2.2rem;
}
@media (min-width: 900px) {
  .reskilling-about .c-heading-large {
    margin-bottom: 12px;
    font-size: 3.6rem;
  }
}
.reskilling-about__content .c-heading-sec__en {
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .reskilling-about__content .c-heading-sec__en {
    font-size: 2rem;
  }
}
.reskilling-about__content .c-heading-sec__en:before,
.reskilling-about__content .c-heading-sec__en:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #cccccc;
}
.reskilling-about__content .c-heading-sec__en:before {
  margin-right: 30px; 
}
.reskilling-about__content .c-heading-sec__en:after {
  margin-left: 30px;
}
@media (min-width: 900px) {
  .reskilling-about .c-heading-large {
    margin-bottom: 12px;
    font-size: 3.6rem;
  }
  .reskilling-about__content .c-heading-sec__en {
  }
}

.reskilling-about__text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.reskilling-profile__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 900px) {

  .reskilling-profile__inner .c-heading-sec {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.p-reskilling__main .l-kv-sub,
.p-service__main .l-kv-sub,
.p-news__main .l-kv-sub,
.p-contact__main .l-kv-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #66b94c;
}





@media (max-width: 899px) {
  .p-service__main .l-kv-sub {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.p-service__sec {
  padding: 60px 0 0;
}
@media (min-width: 900px) {
  .p-service__sec {
    padding: 80px 0 0;
  }
}
.p-service__sec-body {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 900px) {
  .p-service__sec-body {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

@media (min-width: 900px) {
  .p-service__sec-body {
    margin-top: 80px;
  }
}
.p-service__sec-flex {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
#service01.p-service__sec-flex {
  background: url(../images/service01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
#service02.p-service__sec-flex {
  background: url(../images/service02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
#service03.p-service__sec-flex {
  background: url(../images/service03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
#service04.p-service__sec-flex {
  background: url(../images/service04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
#service05.p-service__sec-flex {
  background: url(../images/service05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
#service06.p-service__sec-flex {
  background: url(../images/service06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.p-service__sec-content{
  padding: 50px;
  box-shadow: 6px 6px 22px 0px rgba(0, 0, 0, 0.15);
}

.p-service__sec-content .c-heading-num {
  margin-bottom: 24px;
}

.p-service__sec-content .c-heading-medium {
  margin-bottom: 16px;
}

.p-service__sec-content .c-text {
  margin-top: 10px;
}

.p-news__inner {
  max-width: 1180px;
}
.p-news__content {
  padding: 60px 0 0;
}
@media (min-width: 900px) {
  .p-news__content {
    padding: 120px 0 0;
  }
}
.p-news__article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 32px 0;
  border-bottom: 1px solid #D9DEDC;
}
@media (min-width: 900px) {
  .p-news__article {
    grid-template-columns: 134px 1fr;
    padding: 48px 0;
  }
}
.p-news__article:first-child {
  border-top: 1px solid #D9DEDC;
}
.p-news__article-date {
  line-height: 1.4;
  color: #37463F;
}
@media (min-width: 900px) {
  .p-news__article-date {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.p-news__article-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 900px) {
  .p-news__article-content {
    gap: 28px;
  }
}
.p-news__article-title {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 900px) {
  .p-news__article-title {
    font-size: 2rem;
  }
}

.p-contact__main .l-kv-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
  border-bottom: 5px #cccccc solid;
}

.p-contact__inner {
  max-width: 780px;
}
.p-contact__content {
  padding: 40px 0;
}
@media (min-width: 900px) {
  .p-contact__content {
    padding: 80px 0;
  }
}
.p-contact__content .c-text {
  font-size: 1.6rem;
}
@media (min-width: 900px) {
  .p-contact__content .c-text {
    font-size: 1.6rem;
  }
}
.p-contact__content .c-form {
  margin-top: 40px;
}
@media (min-width: 900px) {
  .p-contact__content .c-form {
    margin-top: 48px;
  }
}
.p-contact__content .c-btn--back {
  margin-top: 40px;
}
@media (min-width: 900px) {
  .p-contact__content .c-btn--back {
    margin-top: 48px;
  }
}