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

/* 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.
 */
html,
body {
  margin: 0;
  padding: 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) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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,
body {
  -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+.
 */
body {
  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;
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_Regular.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff2") format("woff2"), url("../fonts/NotoSans_Medium.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_Bold.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff2") format("woff2"), url("../fonts/NotoSans_Black.woff") format("woff");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
}
/* roboto-200 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-200.woff2") format("woff2"), url("../fonts/roboto-v30-latin-200.woff") format("woff");
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff");
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff");
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

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

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

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

textarea {
  field-sizing: content;
  resize: both;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #222;
}

.l-inner {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 1072px;
}
.l-inner--l {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 84px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__logo-main {
  display: block;
  max-width: 325px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    max-width: 227px;
  }
}
.l-header__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-header__container {
    display: none;
  }
}
.l-header__btn-wrap {
  display: flex;
  width: 540px;
}
.l-header__btn-wrap .l-header__btn {
  flex: 1;
}
.l-header__btn-wrap .l-header__btn + .l-header__btn {
  margin-left: 20px;
}
.l-header__btn-wrap .l-header__btn .c-btn {
  max-width: 260px;
  font-size: 1.6rem;
  padding: 18px 10px;
}

.c-hamburger-btn {
  display: none;
  touch-action: manipulation;
}
@media screen and (max-width: 1000px) {
  .c-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 54px;
    height: 54px;
    background-color: #E87272;
    border-radius: 4px;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn button {
  touch-action: manipulation;
}
.c-hamburger-btn__text {
  display: inline-block;
  transform: translateY(-1px);
  font-size: 1.1rem;
  line-height: 1;
}
.c-hamburger-btn__text::before {
  content: "MENU";
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 26px;
  height: 14px;
  margin-top: 5px;
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.2s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  border-radius: 20px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .p-sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow-y: auto;
    background-color: #F7F7F7;
    transition: 0.15s;
    z-index: 30;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-sub-nav {
    margin-top: 86px;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 20px;
  padding-bottom: 200px;
  z-index: 30;
}
.p-sub-nav__item {
  position: relative;
  max-width: 340px;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__link {
  display: block;
  color: #E87272;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  padding: 20px 0;
}
.p-sub-nav__btn-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  text-align: center;
  margin-top: 40px;
}
.p-sub-nav__info {
  position: relative;
  max-width: 240px;
  margin: 38px auto 0;
  z-index: 20;
}
.p-sub-nav__info-item:not(:first-child) {
  margin-top: 20px;
}

.l-header.active .c-hamburger-btn__text::before {
  content: "CLOSE";
}
.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg);
}
@media screen and (max-width: 1000px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background-color: #E87272;
  color: #fff;
  padding: 30px 0;
}
.l-footer__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: underline;
  margin: 0 auto;
  transition: opacity 0.25s;
}
.l-footer__link:hover, .l-footer__link:focus-visible {
  opacity: 0.7;
}
.l-footer__copyright {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 10px;
  }
}

/* -------------------------------------
        l-breadcrumb
-----------------------------------------*/
.l-breadcrumb {
  display: flex;
  position: relative;
  max-width: 1130px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 74px 25px 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb__icon {
  display: inline-block;
  background: url(../images/icon/icon_arrow-right-blk.svg) no-repeat 50% 50%;
  background-size: 5px auto;
  padding: 10px 4px;
  margin: 0 10px;
}
.l-breadcrumb .current-item {
  color: #E87272;
}
.l-breadcrumb a {
  transition: 0.25s;
}
.l-breadcrumb a:hover, .l-breadcrumb a:focus-visible {
  opacity: 0.7;
}

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

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 84px;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
}
@media screen and (max-width: 767px) {
  .l-grid {
    gap: 30px;
  }
}

.l-grid--col2 > .l-grid__item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 > .l-grid__item {
    width: 100%;
  }
}

.l-grid--col3 > .l-grid__item {
  width: calc(33.3333% - 33.3333333333px);
}
@media screen and (max-width: 992px) {
  .l-grid--col3 > .l-grid__item {
    width: calc(50% - 28px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col3 > .l-grid__item {
    width: 100%;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4761904762;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 2.4rem;
  }
}
.c-primary-title span {
  color: #E87272;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .c-primary-title span {
    font-size: 1.4rem;
  }
}
.c-primary-title span::before, .c-primary-title span::after {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 1px;
  background-color: #E87272;
  margin-top: 3px;
}
.c-primary-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 20px;
  }
}
.c-primary-title + .p-merit__container {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + .p-recruit__sec {
    margin-top: 30px;
  }
}
.c-primary-title--white {
  color: #fff;
}
.c-primary-title--white span {
  color: #FFF5A0;
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  color: #E87272;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title {
    font-size: 2.2rem;
    line-height: 1.1818181818;
    gap: 10px;
  }
}
.c-secondary-title::before, .c-secondary-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #E87272;
}
@media screen and (max-width: 767px) {
  .c-secondary-title::before, .c-secondary-title::after {
    width: 28px;
    margin-top: 3px;
  }
}
.c-secondary-title .sub {
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-secondary-title .sub {
    font-size: 1.6rem;
  }
}
.c-secondary-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title + * {
    margin-top: 20px;
  }
}

/* -------------------------------------
        c-card
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .c-card:hover .c-card__img img, .c-card:focus-visible .c-card__img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .c-card:hover .c-card__title, .c-card:focus-visible .c-card__title {
    --d: 100%;
    --p: 100%;
  }
}
.c-card__img {
  position: relative;
  padding-top: 65%;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    border-radius: 8px;
  }
}
.c-card img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.c-card__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    margin-top: 5px;
  }
}
.c-card__date {
  display: block;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    margin-top: 10px;
  }
}
.c-card__title {
  display: inline;
  background: linear-gradient(#E87272 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .c-card__title:hover, .c-card__title:focus-visible {
    --d: 100%;
    --p: 100%;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: inline-block;
  position: relative;
  max-width: 320px;
  width: 100%;
  border: 2px solid #E87272;
  border-radius: 48px;
  background-color: #E87272;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
  padding: 23px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.5rem;
    max-width: 260px;
    padding: 18px 8px;
  }
}
.c-btn:hover, .c-btn:focus-visible {
  background-color: #fff;
  color: #E87272;
}
.c-btn--rev {
  background-color: #fff;
  color: #E87272;
}
.c-btn--rev:hover, .c-btn--rev:focus-visible {
  background-color: #E87272;
  color: #fff;
}

/* -------------------------------------
        c-icon-btn
-----------------------------------------*/
.c-icon-btn {
  display: inline-block;
  position: relative;
  max-width: 211px;
  width: 100%;
  border: 1px solid #E87272;
  border-radius: 8px;
  background-color: #E87272;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 14px 0.8em;
  transition: all 0.25s;
  z-index: 10;
}
.c-icon-btn:hover, .c-icon-btn:focus-visible {
  background-color: #fff;
}
.c-icon-btn:hover .c-icon-btn__text, .c-icon-btn:focus-visible .c-icon-btn__text {
  color: #E87272;
  transition: all 0.25s;
}
.c-icon-btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.c-icon-btn__text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.c-icon-btn:hover, .c-icon-btn:focus-visible {
  color: #E87272;
  background-color: #fff;
  transition: all 0.25s;
}
.c-icon-btn:hover .c-icon-btn__text::before, .c-icon-btn:focus-visible .c-icon-btn__text::before {
  background-color: #E87272;
  transition: all 0.25s;
}
.c-icon-btn--post .c-icon-btn__text::before {
  -webkit-mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
}
.c-icon-btn--larg {
  max-width: 300px;
  padding: 24px 0.1em;
}
@media screen and (max-width: 767px) {
  .c-icon-btn--larg {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
  background: transparent url(../img/top/mv_bg.png) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../img/top/mv_bg-sp.png);
    overflow: hidden;
  }
}
.p-mv__inner {
  max-width: 1470px;
  padding: 24px 60px 55px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .p-mv__inner {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding: 30px 20px 68px;
  }
}
.p-mv__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .p-mv__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    flex-direction: column;
    max-width: 390px;
    margin-inline: auto;
  }
}
.p-mv__text-area {
  flex: 1;
  max-width: 626px;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .p-mv__text-area {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text-area {
    display: contents;
    width: 100%;
  }
}
.p-mv__title-area {
  order: 0;
}
.p-mv__lead {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .p-mv__lead {
    font-size: 1.57vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-mv__title {
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 16px;
}
@media screen and (max-width: 1400px) {
  .p-mv__title {
    font-size: 4.43vw;
    margin-top: 1.14vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 3.4rem;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 10px;
  }
}
.p-mv__title .bold {
  color: #E87272;
}
.p-mv__title .box {
  border: 3px solid #E87272;
  background-color: #fff;
  border-radius: 10px;
  font-size: 2.6rem;
  line-height: 1;
  color: #E87272;
  padding-block: 10px 5px;
  padding-inline: 17px;
  margin-left: 23px;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 1400px) {
  .p-mv__title .box {
    font-size: 1.86vw;
    padding-block: 0.71vw 0.36vw;
    padding-inline: 1.21vw;
    margin-left: 1.64vw;
    top: -0.57vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .box {
    display: none;
  }
}
.p-mv__title .box .num {
  font-size: 4rem;
}
@media screen and (max-width: 1400px) {
  .p-mv__title .box .num {
    font-size: 2.86vw;
  }
}
.p-mv__title .box .day {
  font-size: 2.4rem;
}
@media screen and (max-width: 1400px) {
  .p-mv__title .box .day {
    font-size: 1.71vw;
  }
}
.p-mv__list {
  display: flex;
  gap: 13px;
  margin-top: 26px;
}
@media screen and (max-width: 1400px) {
  .p-mv__list {
    margin-top: 1.86vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__list {
    order: 2;
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 0 19px;
    margin-top: 4px;
  }
}
.p-mv__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1.15;
  border: 3px solid #FFBBB4;
  outline: 1px solid #FFC8C3;
  outline-offset: -8px;
}
@media screen and (max-width: 1400px) {
  .p-mv__item {
    width: 14.29vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__item {
    width: 148px;
    border-width: 2px;
    outline-offset: -6px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__item:nth-child(1) {
    order: 2;
  }
}
.p-mv__text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .p-mv__text {
    font-size: 1.29vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 1.332rem;
  }
}
.p-mv__text em {
  color: #E87272;
  font-style: normal;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1400px) {
  .p-mv__text em {
    font-size: 1.63vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text em {
    font-size: 1.48rem;
  }
}
.p-mv__text .text-small {
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) {
  .p-mv__text .text-small {
    font-size: 1.29vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text .text-small {
    font-size: 1.332rem;
  }
}
.p-mv__img-area {
  max-width: 613px;
  width: 43.79vw;
}
@media screen and (max-width: 767px) {
  .p-mv__img-area {
    order: 1;
    width: 100%;
    margin-top: 22px;
  }
}
.p-mv__img-area img {
  width: 100%;
}

/* -------------------------------------
        p-about
-----------------------------------------*/
.p-about {
  padding: 110px 0 140px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 40px 0 70px;
  }
}
.p-about__head {
  max-width: 990px;
  margin: 0 auto;
}
.p-about__text {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1.4rem;
  }
}
.p-about__text + .p-about__text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__text + .p-about__text {
    margin-top: 15px;
  }
}
.p-about__note-area {
  margin-top: 20px;
}
.p-about__note {
  display: flex;
}
.p-about__note::before {
  content: "※";
  display: inline-block;
  font-size: 1.2rem;
}
.p-about__note small {
  font-size: 1.2rem;
}
.p-about__detail {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-about__detail {
    margin-top: 50px;
  }
}
.p-about__detail-content {
  max-width: 990px;
  margin: 0 auto;
}
.p-about__detail-content .p-about__text + .p-about__text {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-about__detail-content .p-about__text + .p-about__text {
    margin-top: 14px;
  }
}
.p-about__detail-list {
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 30px 60px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-about__detail-list {
    padding: 30px;
    margin-top: 20px;
  }
}
.p-about__detail-list li {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  text-indent: -0.7em;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-about__detail-list li {
    font-size: 1.4rem;
    text-indent: -0.8em;
    padding-left: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-about__detail-list li:not(:first-child) {
    margin-top: 10px;
  }
}
.p-about__detail-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 3px;
}
.p-about__detail-list + * {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-about__detail-list + * {
    margin-top: 20px;
  }
}
.p-about__nearmiss {
  background-color: #FFEBE8;
  border-radius: 20px;
  padding: 54px 40px 31px;
  margin-top: 77px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__nearmiss {
    padding: 54px 20px 40px;
    margin-top: 84px;
  }
}
.p-about__nearmiss .p-about__note {
  letter-spacing: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-about__nearmiss .p-about__note {
    justify-content: flex-start;
  }
}
.p-about__nearmiss + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-about__nearmiss + * {
    margin-top: 40px;
  }
}
.p-about__nearmiss-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #E87272;
  text-align: center;
  white-space: nowrap;
  padding: 9px 29px;
  border: 1px solid #E87272;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-about__nearmiss-title {
    font-size: 1.6rem;
    top: -34px;
  }
}
.p-about__nearmiss-list {
  max-width: 1040px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 49px;
}
@media screen and (max-width: 767px) {
  .p-about__nearmiss-list {
    flex-direction: column;
    gap: 30px;
  }
}
.p-about__nearmiss-list li {
  width: calc(33.3333333333% - 32.6666666667px);
}
@media screen and (max-width: 992px) {
  .p-about__nearmiss-list li {
    width: calc(50% - 24.5px);
  }
}
@media screen and (max-width: 767px) {
  .p-about__nearmiss-list li {
    width: 100%;
  }
}
.p-about__nearmiss-list figure {
  border-radius: 12px;
  overflow: hidden;
}
.p-about__nearmiss-list figure img {
  width: 100%;
  height: auto;
}
.p-about__nearmiss-list figure + * {
  margin-top: 15px;
}
.p-about__nearmiss-list p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__nearmiss-list p {
    font-size: 1.5rem;
  }
}
.p-about__nearmiss-list + * {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-about__nearmiss-list + * {
    margin-top: 20px;
  }
}
.p-about__detail-flex {
  margin-top: 60px;
  gap: 20px 35px;
}
@media screen and (max-width: 992px) {
  .p-about__detail-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-about__detail-flex {
    margin-top: 30px;
  }
}
.p-about__detail-flex .l-grid__item {
  width: calc(50% - 17.5px);
}
@media screen and (max-width: 992px) {
  .p-about__detail-flex .l-grid__item {
    width: 100%;
  }
}
.p-about__detail-link {
  display: block;
  background-color: #E87272;
  border-radius: 20px;
  border: 1px solid #E87272;
  color: #fff;
  text-align: center;
  padding-block: 24px;
  transition: all 0.25s;
}
.p-about__detail-link:hover, .p-about__detail-link:focus-visible {
  background-color: #fff;
  color: #E87272;
}
.p-about__detail-link.blank {
  position: relative;
}
.p-about__detail-link.blank:hover::after, .p-about__detail-link.blank:focus-visible::after {
  background-color: #E87272;
}
.p-about__detail-link.blank::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/22;
  -webkit-mask: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .p-about__detail-link.blank::after {
    width: 17px;
    right: 13px;
  }
}
.p-about__detail-link .main {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about__detail-link .main {
    font-size: 1.6rem;
  }
}
.p-about__detail-link .sub {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.p-about__recommend {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-about__recommend {
    margin-top: 80px;
  }
}
.p-about__recommend-content {
  background: transparent url(../img/top/about_bg.png) no-repeat center top/cover;
  padding: 50px 80px 70px;
}
@media screen and (max-width: 992px) {
  .p-about__recommend-content {
    background-image: url(../img/top/about_bg-sp.png);
    padding: 60px 20px;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
  }
}
.p-about__bg-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background-color: #FFF9CA;
  border: 1px solid #222;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 30px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about__bg-text {
    font-size: 1.5rem;
    padding: 8px 30px;
  }
}
.p-about__recommend-img {
  max-width: 834px;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .p-about__recommend-img {
    max-width: 500px;
    margin-top: 25px;
  }
}
.p-about__recommend-img img {
  width: 100%;
}
.p-about__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 46px 50px;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .p-about__cards {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__cards {
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
  }
}
.p-about__card {
  width: calc(25% - 37.5px);
}
@media screen and (max-width: 992px) {
  .p-about__card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-about__card {
    width: calc(50% - 10px);
  }
}
.p-about__card-text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .p-about__card-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__card-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1050px) {
  .p-about__card-text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-about__card-text br {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .p-about__card-text br.u-onliy-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-about__card-text br.u-onliy-pc {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .p-about__card-text br.u-onliy-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-about__card-text br.u-onliy-sp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .p-about__card-text br.u-onliy-tbsp {
    display: inline-block;
  }
}
.p-about__card-img img {
  width: 100%;
}
.p-about__recommend-others {
  margin-top: 86px;
  border: 5px solid #FFCFCC;
  border-radius: 16px;
  padding: 55px;
}
@media screen and (max-width: 767px) {
  .p-about__recommend-others {
    margin-top: 40px;
    border-width: 3px;
    padding: 27px 17px;
  }
}
.p-about__recommend-others-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #E87272;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__recommend-others-title {
    font-size: 1.8rem;
  }
}
.p-about__recommend-others-title + * {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-about__recommend-others-title + * {
    margin-top: 20px;
  }
}
.p-about__recommend-others-list {
  max-width: 892px;
  margin-inline: auto;
}
.p-about__recommend-others-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__recommend-others-list li {
    font-size: 1.6rem;
  }
}
.p-about__recommend-others-list li::before {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about__recommend-others-list li::before {
    width: 22px;
    height: 30px;
  }
}
.p-about__recommend-others-list li span {
  flex: 1;
}
.p-about__recommend-others-list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-about__recommend-others-list li + li {
    margin-top: 10px;
  }
}
.p-about__recommend-others-list + * {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-about__recommend-others-list + * {
    margin-top: 20px;
  }
}
.p-about__recommend-others-btn {
  display: flex;
  justify-content: center;
  gap: 15px 37px;
}
@media screen and (max-width: 767px) {
  .p-about__recommend-others-btn {
    flex-direction: column;
    align-items: center;
  }
}
.p-about__recommend-others-btn .c-btn {
  min-width: 340px;
}
@media screen and (max-width: 992px) {
  .p-about__recommend-others-btn .c-btn {
    min-width: 285px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__recommend-others-btn .c-btn {
    min-width: 320px;
  }
}
.p-about__breakdown {
  background-color: #F7F7F7;
  border-radius: 60px;
  padding: 70px 50px 60px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-about__breakdown {
    border-radius: 30px;
    padding: 30px 12.45px;
    margin-top: 60px;
  }
}
.p-about__breakdown-lead {
  font-size: 2rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__breakdown-lead {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.p-about__breakdown-img {
  max-width: 934px;
  text-align: center;
  margin: 40px auto 0;
  padding-right: 27px;
}
@media screen and (max-width: 992px) {
  .p-about__breakdown-img {
    padding-inline: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__breakdown-img {
    max-width: 480px;
    padding-left: 0;
    margin-top: 15px;
  }
}
.p-about__breakdown-img picture {
  display: block;
  max-width: 768px;
  margin-left: auto;
}
.p-about__breakdown-img img {
  width: 100%;
}
.p-about__voice {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-about__voice {
    margin-top: 60px;
  }
}
.p-about__voice-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 992px) {
  .p-about__voice-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__voice-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.p-about__voice-item {
  display: flex;
  flex-direction: column;
  border: 3px solid #FFCFCC;
  border-radius: 20px;
  padding: 27px;
}
@media screen and (max-width: 767px) {
  .p-about__voice-item {
    border-width: 2px;
    padding: 18px 28px;
  }
}
.p-about__voice-num {
  display: block;
  color: #E18484;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  padding-top: 10px;
  margin-top: auto;
}
.p-about__greeting {
  max-width: 992px;
  margin: 100px auto 0;
}
.p-about__greeting-video {
  position: relative;
  padding-bottom: 58.27%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-about__greeting-video {
    padding-bottom: 58.33%;
  }
}
.p-about__greeting-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about__greeting-note {
  display: flex;
  margin-top: 10px;
}
.p-about__greeting-note::before {
  content: "※";
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__greeting-note::before {
    font-size: 1rem;
  }
}
.p-about__greeting-note small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__greeting-note small {
    font-size: 1rem;
  }
}

/* -------------------------------------
        p-merit
-----------------------------------------*/
.p-merit {
  background: #E87272 url(../img/top/merit_bg.png) no-repeat center center/cover;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding: 60px 0;
  }
}
.p-merit__container {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 80px;
  box-shadow: 0px 0px 25px 0px rgba(215, 108, 108, 0.45);
}
@media screen and (max-width: 767px) {
  .p-merit__container {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.p-merit__container--02 .p-merit__text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-merit__container--main + .p-merit__container--main {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .p-merit__container--main + .p-merit__container--main {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__container--main + .p-merit__container--main {
    margin-top: 20px;
  }
}
.p-merit__title--large .p-merit__title-main {
  font-size: 2.8rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-merit__title--large .p-merit__title-main {
    font-size: 1.8rem;
  }
}
.p-merit__title--left .p-merit__title-num {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-merit__title--left .p-merit__title-num {
    justify-content: center;
  }
}
.p-merit__title--left .p-merit__title-main {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-merit__title--left .p-merit__title-main {
    text-align: center;
  }
}
.p-merit__title + .p-merit__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-merit__title + .p-merit__text {
    margin-top: 15px;
  }
}
.p-merit__title-num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-merit__title-num .text {
  display: inline-block;
  background-color: #FBEEED;
  border-left: 3px solid #E87272;
  color: #E87272;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.375;
  padding-block: 5px;
  padding-inline: 7px 10px;
}
.p-merit__title-num .num {
  color: #E87272;
  font-family: "Roboto", sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  margin-left: 7px;
}
.p-merit__title-main {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-merit__title-main {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  .p-merit__title-main {
    font-size: 1.6rem;
  }
}
.p-merit__lead {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-merit__lead {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 10px;
  }
}
.p-merit__color-text {
  color: #46A495;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-merit__color-text {
    font-size: 1.6rem;
  }
}
.p-merit__table-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-merit__table-wrap {
    margin-top: 20px;
  }
}
.p-merit__table {
  width: 100%;
  border: 1px solid #C2B3BF;
  border-collapse: collapse;
}
.p-merit__table th, .p-merit__table td {
  border: 1px solid #C2B3BF;
  border-collapse: collapse;
}
.p-merit__table th, .p-merit__table td {
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .p-merit__table th, .p-merit__table td {
    padding: 10px;
  }
}
.p-merit__table th {
  background: #F5F5F5;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__table th {
    font-size: 1.3rem;
  }
}
.p-merit__table th:nth-child(1) {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .p-merit__table th:nth-child(1) {
    width: 46%;
  }
}
.p-merit__table th:nth-child(2) {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .p-merit__table th:nth-child(2) {
    width: 13%;
  }
}
.p-merit__table th:nth-child(3) {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .p-merit__table th:nth-child(3) {
    width: 41%;
  }
}
.p-merit__table td {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-merit__table td {
    font-size: 1.3rem;
  }
}
.p-merit__table td:nth-child(1) {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .p-merit__table td:nth-child(1) {
    width: 46%;
  }
}
.p-merit__table td:nth-child(2) {
  width: 10%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__table td:nth-child(2) {
    width: 13%;
  }
}
.p-merit__table td:nth-child(3) {
  width: 39%;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-merit__table td:nth-child(3) {
    width: 41%;
    padding: 10px;
  }
}
.p-merit__table td small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-merit__table td small {
    font-size: 1.2rem;
  }
}
.p-merit__table-name {
  text-align: right;
  margin-top: 10px;
}
.p-merit__note-area {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-merit__note-area {
    margin-top: 10px;
  }
}
.p-merit__note {
  display: flex;
}
.p-merit__note::before {
  content: "※";
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit__note::before {
    font-size: 1rem;
  }
}
.p-merit__note small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit__note small {
    font-size: 1rem;
  }
}
.p-merit__container-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .p-merit__container-grid {
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__container-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-merit__container-grid .p-merit__container {
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .p-merit__container-grid .p-merit__container {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__container-grid .p-merit__container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__container-grid .p-merit__container--04 {
    padding: 30px 10px;
  }
}
.p-merit__container-grid .p-merit__container--04 .p-merit__title + * {
  margin-top: 15px;
}
.p-merit__container-grid .p-merit__container--04 .p-merit__img {
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  .p-merit__container-grid .p-merit__title-main {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__container-grid .p-merit__title-main {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  .p-merit__container-grid .p-merit__title-main {
    font-size: 1.6rem;
  }
}
.p-merit__media {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-merit__media {
    flex-direction: column;
    gap: 20px;
  }
}
.p-merit__media-textarea {
  flex: 1;
}
.p-merit__media-img {
  width: 35%;
  max-width: 353px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-merit__media-img {
    width: 100%;
    max-width: none;
  }
}
.p-merit__media-img img {
  width: 100%;
}
.p-merit__media-note {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-merit__media-note {
    margin-top: 16px;
  }
}
.p-merit__media-note::before {
  content: "※";
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 5px;
  transform: translateY(1px);
}
@media screen and (max-width: 767px) {
  .p-merit__media-note::before {
    font-size: 1rem;
  }
}
.p-merit__media-note small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit__media-note small {
    font-size: 1rem;
  }
}
.p-merit__img {
  text-align: center;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .p-merit__img {
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__img--small {
    max-width: 187px;
    width: 75%;
  }
}
.p-merit__text {
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-merit__text {
    font-size: 1.4rem;
  }
}
.p-merit__text.narrow {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-merit__text.narrow {
    padding: 0;
  }
}
.p-merit__text.center {
  text-align: center;
}
.p-merit__text small {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-merit__text small {
    font-size: 1rem;
  }
}
.p-merit__text + .p-merit__media-note {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-merit__text + .p-merit__media-note {
    margin-top: 5px;
  }
}
.p-merit__movie {
  max-width: 992px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .p-merit__movie {
    margin-top: 30px;
  }
}
.p-merit__movie-lead {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-lead {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.p-merit__movie-lead + * {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-lead + * {
    margin-top: 10px;
  }
}
.p-merit__movie-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1875;
  text-align: center;
  color: #E87272;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-title {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.p-merit__movie-title + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-title + * {
    margin-top: 20px;
  }
}
.p-merit__movie-text {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-text {
    font-size: 1.6rem;
  }
}
.p-merit__movie-btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-btn {
    margin-top: 24px;
  }
}

/* -------------------------------------
        p-recruit
-----------------------------------------*/
.p-recruit {
  padding: 140px 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 60px 0;
  }
}
.p-recruit__sec + .p-recruit__sec {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__sec + .p-recruit__sec {
    margin-top: 40px;
  }
}
.p-recruit__title {
  color: #E87272;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 2rem;
  }
}
.p-recruit__title + * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-recruit__title + * {
    margin-top: 15px;
  }
}
.p-recruit__table {
  width: 100%;
  border-collapse: collapse;
}
.p-recruit__table th {
  width: 232px;
  background-color: #F5F5F5;
  border: 1px solid #ACACAC;
  vertical-align: middle;
  padding: 15px 10px 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__table th {
    width: 80px;
    font-size: 1.3rem;
    padding: 10px;
  }
}
.p-recruit__table td {
  border-top: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
  vertical-align: middle;
  padding: 15px 15px 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__table td {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.p-recruit__table td a {
  text-decoration: underline;
  transition: opacity 0.25s;
}
.p-recruit__table td a:hover, .p-recruit__table td a:focus-visible {
  opacity: 0.7;
}
.p-recruit__table-list {
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-recruit__table-list {
    padding-left: 1.1em;
  }
}
.p-recruit__table-list.--lg li {
  line-height: 1.8;
}
.p-recruit__table-list li {
  text-indent: -0.7em;
}
@media screen and (max-width: 767px) {
  .p-recruit__table-list li {
    text-indent: -0.8em;
  }
}
.p-recruit__table-list li:not(:first-child) {
  margin-top: 4px;
}
.p-recruit__table-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 3px;
}
.p-recruit__table-note-area {
  margin-top: 10px;
}
.p-recruit__table-note {
  display: flex;
}
.p-recruit__table-note::before {
  content: "※";
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__table-note::before {
    font-size: 1rem;
  }
}
.p-recruit__table-note small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__table-note small {
    font-size: 1rem;
  }
}
.p-recruit__table-dl {
  margin-top: 15px;
}
.p-recruit__btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__btn {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-flow
-----------------------------------------*/
.p-flow {
  padding: 140px 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 60px 0;
  }
}
.p-flow__step {
  position: relative;
  padding-left: 138px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-flow__step {
    padding-left: 43px;
    margin-top: 30px;
  }
}
.p-flow__step-item {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-item {
    padding: 60px 0 32px;
  }
}
.p-flow__step-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -90px;
  background-color: #999;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__step-item::before {
    left: -20px;
  }
}
.p-flow__step-item:last-child {
  padding-bottom: 0;
}
.p-flow__step-item:last-child::before {
  display: none;
}
.p-flow__num {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 50px;
  top: 0;
  left: -138px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  padding: 7px 10px;
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    left: -43px;
  }
}
.p-flow__num .text {
  transform: translateY(1px);
  font-weight: 700;
}
.p-flow__num .num {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-flow__num .num {
    font-size: 2.2rem;
  }
}
.p-flow__narrow-content {
  margin-top: 30px;
}
.p-flow__content + .p-flow__content {
  margin-top: 40px;
}
.p-flow__main-title {
  color: #E87272;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-flow__main-title {
    font-size: 2rem;
  }
}
.p-flow__main-title + * {
  margin-top: 12px;
}
.p-flow__border-title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-flow__border-title {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.p-flow__border-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bbb;
}
.p-flow__tag {
  display: inline-block;
  position: relative;
  background-color: #FFF9CA;
  color: #E87272;
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid #E87272;
  padding: 3px 18px;
}
@media screen and (max-width: 767px) {
  .p-flow__tag {
    padding: 3px 7px;
    letter-spacing: 0;
  }
}
.p-flow__tag::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 2px;
  height: 100%;
  background-color: #E87272;
}
.p-flow__tag + .p-flow__main-title {
  margin-top: 10px;
}
.p-flow__list {
  padding-left: 1.2em;
  margin-top: 15px;
}
.p-flow__list li {
  text-indent: -0.7em;
}
.p-flow__list li:not(:first-child) {
  margin-top: 4px;
}
.p-flow__list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 3px;
}
.p-flow__list li em {
  color: #E87272;
  font-style: normal;
  font-weight: 700;
}
.p-flow__note-area {
  margin-top: 15px;
}
.p-flow__note {
  display: flex;
}
.p-flow__note::before {
  content: "※";
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__note::before {
    font-size: 1rem;
  }
}
.p-flow__note small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__note small {
    font-size: 1rem;
  }
}
.p-flow__btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-info
-----------------------------------------*/
.p-info {
  padding: 80px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 60px 0;
  }
}
.p-info__container {
  border: 1px solid #ccc;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .p-info__container {
    padding: 30px 20px;
  }
}
.p-info__content + .p-info__content {
  margin-top: 40px;
}
.p-info__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.p-info__title + * {
  margin-top: 14px;
}
.p-info__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    font-size: 1.3rem;
  }
}
.p-info__text--center {
  text-align: center;
}
.p-info__company {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__company {
    font-size: 1.3rem;
  }
}
.p-info__address {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__address {
    font-size: 1.3rem;
  }
}
.p-info__address a {
  transition: opacity 0.25s;
}
.p-info__address a:hover, .p-info__address a:focus-visible {
  opacity: 0.7;
}
.p-info__banner-area {
  max-width: 671px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .p-info__banner-area {
    margin-top: 30px;
  }
}
.p-info__banner {
  transition: opacity 0.25s;
}
.p-info__banner:hover, .p-info__banner:focus-visible {
  opacity: 0.8;
}

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

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

.u-onliy-tbsp {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

.u-inline-block {
  display: inline-block !important;
}

.u-text-emphasis {
  color: #E87272;
  font-weight: 500;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fade--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeup {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fadeup--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRightTrigger {
  opacity: 0;
}

/* -------------------------------------
    設定
-----------------------------------------*/