@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  /* vscode警告回避のため追加 */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  /* vscode警告回避のため追加 */
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  /* vscode警告回避のため追加 */
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.8125rem;
  }
}

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

p {
  letter-spacing: 0.05em;
  font-weight: 500;
}

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

li {
  list-style: none;
}

[id] {
  scroll-margin-top: 88px;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-top: 50px;
  }
}

.c-title {
  font-size: 2.25rem;
  font-weight: bold;
  position: relative;
}
.c-title::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 50px;
  top: 3px;
  left: -22px;
  background-color: #EF8ED3;
}
@media screen and (max-width: 767px) {
  .c-title::before {
    width: 15px;
    height: 15px;
    top: 0.8125rem;
    left: -0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    padding-left: 0.4375rem;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 30;
}
.l-header__inner {
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 50px;
    padding: 0 20px;
  }
}
.l-header__logo {
  width: 232px;
  width: clamp(130px, 94.085px + 9.577vw, 232px);
}
.l-header__logo-link {
  display: block;
  line-height: 1;
  white-space: nowrap;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo-link {
    font-size: 1.875rem;
  }
}
.l-header__logo-link span {
  color: #F5A0C1;
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    position: relative;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    z-index: 33;
  }
}
.l-header__hamburger-line {
  position: absolute;
  display: inline-block;
  width: 80%;
  height: 2px;
  border-radius: 1px;
  background-color: #333;
  transition: all 0.3s;
}
.l-header__hamburger-line:nth-of-type(1) {
  transform: translateY(-8px);
}
.l-header__hamburger-line:nth-of-type(3) {
  transform: translateY(8px);
}
.js-open > .l-header__hamburger-line:nth-of-type(1) {
  transform: rotate(45deg);
}
.js-open > .l-header__hamburger-line:nth-of-type(2) {
  transform: scaleX(0);
}
.js-open > .l-header__hamburger-line:nth-of-type(3) {
  transform: rotate(-45deg);
}

.l-header-gnav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header-gnav {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    opacity: 0;
    overflow-y: auto;
    transition: all 0.3s;
    padding-bottom: 20px;
    z-index: 32;
  }
  .l-header-gnav.js-open {
    opacity: 1;
    transform: translateX(-100%);
  }
}
.l-header-gnav__list {
  display: flex;
  align-items: center;
  gap: 3vw;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__list {
    flex-direction: column;
    gap: 24px;
    margin-top: 70px;
  }
}
.l-header-gnav__item {
  flex-shrink: 0;
}
.l-header-gnav__link {
  display: block;
  position: relative;
  font-size: 1.125rem;
  transition: all 0.3s;
  padding: 0.2em 0;
}
@media screen and (max-width: 767px) {
  .l-header-gnav__link {
    font-size: 1.25rem;
  }
}
.l-header-gnav__link::after {
  content: "";
  width: 120%;
  height: 4px;
  border-radius: 3px;
  position: absolute;
  left: -6px;
  bottom: 0;
  background-color: #000;
  transform: translateY(4px);
  opacity: 0;
  transition: inherit;
}
@media (hover: hover) {
  .l-header-gnav__link:hover::after {
    transform: translateY(0);
    opacity: 1;
  }
}

.l-wrapper {
  max-width: 1290px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0 20px;
  }
}

.l-main {
  overflow: hidden;
}

.l-section {
  padding-top: 128px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fadein--delay1 {
  transition-delay: 0.6s;
}
.js-fadein--delay2 {
  transition-delay: 1.2s;
}
.js-fadein.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-footer {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #F5A0C1;
}

.top-mv {
  background: url(../img/mv.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100vh;
}

.top-about {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .top-about {
    margin-top: 5rem;
  }
}
.top-about__body {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-about__body {
    margin-top: 1.875rem;
  }
}
.top-about__body-text {
  letter-spacing: -0.1em;
}
.top-about__body-text:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-about__body-text {
    font-size: 0.75rem;
  }
}

.top-service {
  margin-top: 5rem;
}
.top-service__list {
  margin-top: 3.125rem;
}
.top-service__item {
  display: flex;
  margin-top: 1.25rem;
}
.top-service__item + .top-service__item {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-service__item {
    flex-direction: column;
  }
}
.top-service__item dt,
.top-service__item dd {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.top-service__item dt {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .top-service__item dt {
    width: 100%;
  }
}
.top-service__item dd {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-service__item dd {
    width: 100%;
  }
}
.top-service__item a {
  color: blue;
}

.top-product {
  margin-top: 5rem;
}
.top-product__list {
  margin-top: 3.125rem;
}
.top-product__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-product__item {
    flex-direction: column;
  }
}
.top-product__item dt,
.top-product__item dd {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.top-product__item dt {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .top-product__item dt {
    width: 100%;
  }
}
.top-product__item dd {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .top-product__item dd {
    width: 100%;
  }
}
.top-product__list-text {
  margin-top: 0.625rem;
}
.top-product__list-link {
  margin-top: 0.625rem;
  padding-left: 1.875rem;
  position: relative;
}
.top-product__list-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #f20000;
  border-right: 0;
  top: 2px;
  left: 5px;
}
.top-product__list-link a {
  color: blue;
}

.top-company {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .top-company {
    margin-bottom: 3.125rem;
  }
}
.top-company__list {
  margin-top: 3.125rem;
}
.top-company__item {
  display: flex;
}
.top-company__item + .top-company__item {
  margin-top: 0.625rem;
}
.top-company__item dt,
.top-company__item dd {
  display: inline-block;
  font-size: 0.9375rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .top-company__item dt,
  .top-company__item dd {
    font-size: 0.8125rem;
  }
}
.top-company__item dt {
  width: 15%;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-company__item dt {
    font-size: 0.8125rem;
    width: 30%;
  }
}
.top-company__item dd {
  width: 60%;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-company__item dd {
    font-size: 0.8125rem;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.u-nowrap {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */