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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --fontFamilyBase: "Noto Sans JP", sans-serif;
  --fontFamilyEn: "Noto Serif JP", serif;
  --lineHightBase: 1.5;
  --lineHeightNormal: 100%;
  --fontWeightRegular: 400;
  --fontWeightMedium: 500;
  --fontWeightSemBold: 600;
  --textPrimary: #878079;
  --textSecondary: #F4BCBC;
  --textTertiary: #FFFFFF;
  --bgPrimary: #FFFFFF;
  --bgSecondary: #F8F8F8;
  --bgTertiary: #F6F1F1;
  --buttonPrimary: #F4BCBC;
  --buttonSecondary: #878079;
  --accentSoftPeach: #F9F3F3;
  --accentBlack: #000000;
  --accentSchooner: #878079;
  --accentWhite: #FFFFFF;
  --accentHintOfRed: #F6F1F1;
  --accentMandysPink: #F4BCBC;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-weight: var(--fontWeightRegular);
  font-family: var(--fontFamilyBase);
  color: var(--textPrimary);
  background: var(--bgPrimary);
  line-height: var(--lineHightBase);
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

li,
ol,
summary {
  list-style: none;
}

summary {
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

button {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.l-header {
  position: fixed;
  width: 100%;
  height: 100px;
  background: var(--accentWhite);
  z-index: 9999;
  box-shadow: 0px 0px 15px -5px #777777;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}
.l-header .l-header__inner {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75rem, -16.0416666667rem + 27.0833333333vw, 5.625rem);
  padding-inline: clamp(1.25rem, -3.9166666667rem + 8.3333333333vw, 2.75rem);
}
@media screen and (max-width: 992px) {
  .l-header .l-header__inner {
    justify-content: space-between;
  }
}
.l-header .l-header__logo {
  width: clamp(16.25rem, 10.4375rem + 9.375vw, 17.9375rem);
}
@media screen and (max-width: 767px) {
  .l-header .l-header__logo {
    width: 220px;
  }
}
@media screen and (max-width: 992px) {
  .l-header .l-header__nav {
    display: none;
  }
}
.l-header .l-header__nav--items {
  display: flex;
  align-items: center;
}
.l-header .l-header__nav--item a {
  padding: 30px 15px;
  font-size: clamp(0.875rem, 0.4444444444rem + 0.6944444444vw, 1rem);
  font-weight: var(--fontWeightMedium);
  line-height: var(--lineHeightNormal);
}
.l-header .l-header__cta {
  position: absolute;
  top: 0;
  right: 12px;
  max-width: 282px;
  width: 100%;
}
.l-header .l-header__cta--items {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 992px) {
  .l-header .l-header__cta--items {
    display: none;
  }
}
.l-header .l-header__cta--item {
  width: 100%;
  text-align: center;
}
.l-header .l-header__cta--item a {
  width: 100%;
  padding-block: 8px;
  background: var(--buttonPrimary);
  color: var(--textTertiary);
  line-height: var(--lineHeightNormal);
}

.l-header__hamburger {
  width: 100px;
  height: 100px;
  background: transparent;
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }
}
.l-header__hamburger .l-header__hamburger--bars {
  position: relative;
  width: 32px;
  height: 21px;
  display: inline-block;
}
.l-header__hamburger .l-header__hamburger--bars span {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--accentSchooner);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-header__hamburger .l-header__hamburger--bars span:nth-of-type(1) {
  top: 0;
}
.l-header__hamburger .l-header__hamburger--bars span:nth-of-type(2) {
  top: 10px;
}
.l-header__hamburger .l-header__hamburger--bars span:nth-of-type(3) {
  bottom: 0;
}
.l-header__hamburger.is-active .l-header__hamburger--bars span:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
.l-header__hamburger.is-active .l-header__hamburger--bars span:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger.is-active .l-header__hamburger--bars span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.l-header__hamburger-menu {
  position: fixed;
  top: 100px;
  right: 0;
  width: 80%;
  height: 100dvh;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  background: var(--bgTertiary);
  font-weight: var(--fontWeightMedium);
  z-index: 999;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger-menu {
    top: 60px;
  }
}
.l-header__hamburger-menu.is-active {
  transform: translateX(0);
  pointer-events: auto;
}
.l-header__hamburger-menu .l-header__hamburger-menu--nav {
  padding-inline: 12px;
}
.l-header__hamburger-menu .l-header__hamburger-menu--nav--item a {
  padding-block: 12px;
  width: 100%;
  border-bottom: 1px solid;
}
.l-header__hamburger-menu .l-header__hamburger-menu--cta {
  margin-top: 40px;
  max-width: 220px;
  width: 100%;
  margin-inline: auto;
}
.l-header__hamburger-menu .l-header__hamburger-menu--cta--items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-header__hamburger-menu .l-header__hamburger-menu--cta--item {
  padding-block: 10px;
  text-align: center;
  width: 100%;
  color: var(--textTertiary);
  background: var(--buttonPrimary);
}

.l-header__hamburger-menu--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-header__hamburger-menu--bg.is-active {
  opacity: 1;
  visibility: visible;
}

.l-main {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-top__vision {
  padding-top: 196px;
}
@media screen and (max-width: 767px) {
  .l-top__vision {
    padding-top: 64px;
  }
}
.l-top__vision .l-top__vision--main {
  max-width: 842px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .l-top__vision .l-top__vision--main {
    max-width: 100%;
    gap: 20px;
  }
}
.l-top__vision .l-top__vision--main--title {
  text-align: center;
  font-size: clamp(1.625rem, 1.378511236rem + 1.0112359551vw, 2.1875rem);
}
.l-top__vision .l-top__vision--main--title span {
  color: var(--textSecondary);
}
.l-top__vision .l-top__vision--secondary {
  margin-top: 102px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-top__vision .l-top__vision--secondary {
    margin-top: 46px;
    flex-direction: column;
    gap: 60px;
  }
}
.l-top__vision .l-top__vision--secondary--item {
  display: flex;
  flex-direction: column;
}
.l-top__vision .l-top__vision--secondary--item--head {
  order: 1;
}
.l-top__vision .l-top__vision--secondary--item--body {
  order: 3;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .l-top__vision .l-top__vision--secondary--item--body {
    margin-top: 26px;
  }
}
.l-top__vision .l-top__vision--secondary--item--body--text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-top__vision .l-top__vision--secondary--item--body--text {
    gap: 16px;
  }
}
.l-top__vision .l-top__vision--secondary--item--body--button {
  margin-top: 38px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-top__vision .l-top__vision--secondary--item--body--button {
    margin-top: 26px;
  }
}
.l-top__vision .l-top__vision--secondary--item--image {
  flex-shrink: 0;
  width: 300px;
  margin-inline: auto;
  margin-top: 26px;
  order: 2;
}

.l-top__feature {
  padding-top: 175px;
}
@media screen and (max-width: 767px) {
  .l-top__feature {
    padding-top: 64px;
  }
}
.l-top__feature .l-top__feature--image {
  margin-top: 140px;
  width: 800px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--image {
    margin-top: 42px;
  }
}
.l-top__feature .l-top__feature--button {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--button {
    margin-top: 42px;
  }
}

.l-top__voice {
  padding-top: 196px;
}
@media screen and (max-width: 767px) {
  .l-top__voice {
    padding-top: 64px;
  }
}
.l-top__voice .l-top__voice--boxes {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, -0.9375rem + 5.078125vw, 3.125rem);
}
@media screen and (max-width: 767px) {
  .l-top__voice .l-top__voice--boxes {
    margin-top: 38px;
    grid-template-columns: 100%;
  }
}
.l-top__voice .l-top__voice--box {
  display: flex;
  flex-direction: column-reverse;
  gap: clamp(1rem, -0.3125rem + 2.734375vw, 1.875rem);
}
.l-top__voice .l-top__voice--box--body {
  text-align: center;
  font-weight: var(--fontWeightMedium);
  flex-grow: 1;
}
.l-top__voice .l-top__voice--box--body p {
  font-size: clamp(1.125rem, 0.5625rem + 1.171875vw, 1.5rem);
}
.l-top__voice .l-top__voice--box--image img {
  border-radius: 20px;
}
.l-top__voice .l-top__voice--button {
  text-align: center;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .l-top__voice .l-top__voice--button {
    margin-top: 38px;
  }
}

.l-top__profile {
  padding-block: 72px 114px;
  margin-top: 188px;
  background: var(--bgSecondary);
}
@media screen and (max-width: 767px) {
  .l-top__profile {
    padding-block: 36px 56px;
    margin-top: 64px;
  }
}
.l-top__profile .l-top__profile--image {
  margin-top: 64px;
  max-width: 385px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-top__profile .l-top__profile--image {
    margin-top: 36px;
  }
}
.l-top__profile .l-top__profile--image img {
  border-radius: 20px;
}
.l-top__profile .l-top__profile--boxes {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0rem, 5rem - 6.25vw, 2rem);
}
@media screen and (max-width: 767px) {
  .l-top__profile .l-top__profile--boxes {
    margin-top: 28px;
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.l-top__profile .l-top__profile--box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-top__profile .l-top__profile--box {
    gap: 12px;
  }
}
.l-top__profile .l-top__profile--box--item p {
  line-height: 1.5625;
}

.l-top__kochi {
  padding-top: 105px;
}
@media screen and (max-width: 767px) {
  .l-top__kochi {
    padding-top: 64px;
  }
}
.l-top__kochi .l-top__kochi--content {
  margin-top: 80px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .l-top__kochi .l-top__kochi--content {
    margin-top: 40px;
  }
}
.l-top__kochi .l-top__kochi--body {
  text-align: center;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .l-top__kochi .l-top__kochi--body {
    margin-top: 32px;
  }
}
.l-top__kochi .l-top__kochi--body--title {
  font-size: clamp(1.5rem, 1.2261235955rem + 1.1235955056vw, 2.125rem);
  font-weight: var(--fontWeightMedium);
}
.l-top__kochi .l-top__kochi--body--description {
  line-height: 2.1875;
}
.l-top__kochi .l-top__kochi--body--description:nth-of-type(1) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-top__kochi .l-top__kochi--body--description:nth-of-type(1) {
    margin-top: 28px;
  }
}
.l-top__kochi .l-top__kochi--body--description:nth-of-type(2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-top__kochi .l-top__kochi--body--description:nth-of-type(2) {
    margin-top: 6px;
  }
}
.l-top__kochi .l-top__kochi--body--button {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .l-top__kochi .l-top__kochi--body--button {
    margin-top: 36px;
  }
}

.l-top__flow {
  padding-top: 196px;
}
@media screen and (max-width: 767px) {
  .l-top__flow {
    padding-top: 64px;
  }
}
.l-top__flow .l-top__flow--boxes {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media screen and (max-width: 992px) {
  .l-top__flow .l-top__flow--boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-top__flow .l-top__flow--boxes {
    margin-top: 36px;
    grid-template-columns: 100%;
  }
}
.l-top__flow .l-top__flow--box {
  padding: 32px 26px 42px;
  background: var(--accentHintOfRed);
  border-radius: 20px;
}
.l-top__flow .l-top__flow--box--head {
  text-align: center;
  font-weight: var(--fontWeightMedium);
}
.l-top__flow .l-top__flow--box--head--number {
  font-size: 1.25rem;
}
.l-top__flow .l-top__flow--box--head--title {
  margin-top: 24px;
  padding-block: 4px;
  font-size: 1.25rem;
  color: var(--textSecondary);
  background: var(--accentWhite);
  border-radius: 20px;
}
.l-top__flow .l-top__flow--box--body {
  margin-top: 24px;
}

.l-fv__top {
  position: relative;
  padding-block: 67px 39px;
  background: var(--accentSoftPeach);
}
@media screen and (max-width: 767px) {
  .l-fv__top {
    padding-block: 32px 39px;
  }
}
.l-fv__top .l-fv__top--inner {
  max-width: 1164px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
.l-fv__top .l-fv__top--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-fv__top .l-fv__top--box {
    flex-direction: column;
    gap: 40px;
  }
}
.l-fv__top .l-fv__top--box--body {
  max-width: 46.975088968%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-fv__top .l-fv__top--box--body {
    max-width: 100%;
  }
}
.l-fv__top .l-fv__top--box--body--title {
  max-width: 405px;
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--accentBlack);
  border-bottom: 1px solid var(--accentBlack);
  padding-block: 17px;
  font-size: clamp(1.25rem, 0.78125rem + 0.9765625vw, 1.5625rem);
  font-weight: var(--fontWeightMedium);
  line-height: var(--lineHeightNormal);
}
.l-fv__top .l-fv__top--box--body--big-text {
  margin-top: clamp(1.875rem, 1.03125rem + 1.7578125vw, 2.4375rem);
  font-size: clamp(1.75rem, 0.4375rem + 2.734375vw, 2.625rem);
  font-weight: var(--fontWeightMedium);
  color: var(--textSecondary);
  line-height: var(--lineHeightNormal);
}
.l-fv__top .l-fv__top--box--body--description {
  margin-top: 49px;
  margin-top: clamp(1.875rem, 0.09375rem + 3.7109375vw, 3.0625rem);
}
.l-fv__top .l-fv__top--box--body--list {
  text-align: center;
  margin-top: clamp(1.875rem, 0.46875rem + 2.9296875vw, 2.8125rem);
  max-width: 480px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 0rem + 1.5625vw, 1.25rem);
}
.l-fv__top .l-fv__top--box--body--list--item {
  padding-block: 12px;
  width: 100%;
  font-size: clamp(1rem, 0.4375rem + 1.171875vw, 1.375rem);
  background: var(--bgPrimary);
  line-height: var(--lineHeightNormal);
}
.l-fv__top .l-fv__top--box--images {
  display: flex;
  flex-direction: column;
  max-width: 51.2455516014%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-fv__top .l-fv__top--box--images {
    max-width: 100%;
  }
}
.l-fv__top .l-fv__top--box--image {
  position: relative;
}
.l-fv__top .l-fv__top--box--image:nth-of-type(1) {
  width: clamp(14.75rem, 1.71875rem + 27.1484375vw, 23.4375rem);
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .l-fv__top .l-fv__top--box--image:nth-of-type(1) {
    width: clamp(14.75rem, 2.8534482759rem + 48.8063660477vw, 26.25rem);
  }
}
.l-fv__top .l-fv__top--box--image:nth-of-type(2) {
  margin-top: clamp(-4.375rem, -1.5625rem + -5.859375vw, -6.25rem);
  z-index: 20;
  width: clamp(14.75rem, 8.09375rem + 13.8671875vw, 19.1875rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-fv__top .l-fv__top--box--image:nth-of-type(2) {
    width: clamp(14.75rem, 2.8534482759rem + 48.8063660477vw, 26.25rem);
    margin-top: clamp(-3.875rem, 1.1681034483rem + -20.6896551724vw, -8.75rem);
  }
}
.l-fv__top .l-fv__top--box--image:nth-of-type(3) {
  margin-top: clamp(-3.375rem, 1.625rem - 6.25vw, -1.375rem);
  width: clamp(14.75rem, 8.375rem + 13.28125vw, 19rem);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-fv__top .l-fv__top--box--image:nth-of-type(3) {
    width: clamp(14.75rem, 2.8534482759rem + 48.8063660477vw, 26.25rem);
    margin-top: clamp(-1.25rem, 0.4310344828rem + -6.8965517241vw, -2.875rem);
  }
}

.l-fv__sub {
  height: 446px;
  background: var(--bgSecondary);
}
@media screen and (max-width: 767px) {
  .l-fv__sub {
    height: 420px;
  }
}
.l-fv__sub .l-fv__sub--inner {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-fv__sub .l-fv__sub--inner {
    height: auto;
    flex-direction: column-reverse;
  }
}
.l-fv__sub .l-fv__sub--content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .l-fv__sub .l-fv__sub--content {
    width: 100%;
    padding-top: 10px;
  }
}
.l-fv__sub .l-fv__sub--title {
  display: flex;
  flex-direction: column-reverse;
  font-weight: var(--fontWeightMedium);
}
.l-fv__sub .l-fv__sub--title .is-title {
  margin-top: 16px;
  font-size: clamp(1.75rem, 1.3665730337rem + 1.5730337079vw, 2.625rem);
  color: var(--textSecondary);
}
@media screen and (max-width: 767px) {
  .l-fv__sub .l-fv__sub--title .is-title {
    margin-top: 8px;
  }
}
.l-fv__sub .l-fv__sub--title .is-en {
  position: relative;
  padding-bottom: 16px;
  font-size: clamp(1.25rem, 1.1404494382rem + 0.4494382022vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .l-fv__sub .l-fv__sub--title .is-en {
    padding-bottom: 8px;
  }
}
.l-fv__sub .l-fv__sub--title .is-en::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 214px;
  height: 1px;
  background: var(--accentSchooner);
}
.l-fv__sub .l-fv__sub--description {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .l-fv__sub .l-fv__sub--description {
    margin-top: 16px;
  }
}
.l-fv__sub .l-fv__sub--image {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-fv__sub .l-fv__sub--image {
    width: 100%;
    height: 200px;
  }
}
.l-fv__sub .l-fv__sub--image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-footer {
  margin-top: 113px;
  padding-block: 87px 20px;
  background: var(--accentHintOfRed);
  font-weight: var(--fontWeightMedium);
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 76px;
    padding-block: 42px 20px;
  }
}
.l-footer .l-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .l-footer .l-footer__inner {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner {
    gap: 20px;
  }
}
.l-footer .l-footer__address {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .l-footer .l-footer__address {
    display: flex;
    gap: 60px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__address {
    flex-direction: column;
    gap: 20px;
  }
}
.l-footer .l-footer__address--logo {
  width: 290px;
}
.l-footer .l-footer__address--title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  margin-top: 26px;
  color: var(--textTertiary);
  background: var(--accentMandysPink);
}
.l-footer .l-footer__address--content {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .l-footer .l-footer__address--content {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__address--content {
    gap: 16px;
  }
}
.l-footer .l-footer__address--sns {
  margin-top: 36px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .l-footer .l-footer__address--sns {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__address--sns {
    margin-top: 6px;
  }
}
.l-footer .l-footer__address--sns a {
  padding: 12px;
}
.l-footer .l-footer__nav {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__nav {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer .l-footer__nav--item.is-lower-layer {
  padding-left: 1em;
}
.l-footer .l-footer__nav--item a {
  padding: 12px;
}
.l-footer .l-footer__nav--item--button {
  text-align: center;
  width: 250px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__nav--item--button {
    margin-inline: auto;
  }
}
.l-footer .l-footer__nav--item--button.is-first {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__nav--item--button.is-first {
    margin-top: 12px !important;
  }
}
.l-footer .l-footer__nav--item--button:not(:first-of-type) {
  margin-top: 20px;
}
.l-footer .l-footer__nav--item--button.is-official a {
  width: 100%;
  color: var(--textTertiary);
  background: var(--buttonSecondary);
}
.l-footer .l-footer__nav--item--button a {
  padding-block: 12px;
  width: 100%;
  color: var(--textTertiary);
  background: var(--buttonPrimary);
}
.l-footer .copy-right {
  margin-top: 84px;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer .copy-right {
    margin-top: 70px;
    font-size: 0.75rem;
  }
}

.c-button__main {
  width: 293px;
  max-width: 100%;
  text-align: center;
  padding-block: 20px;
  font-size: 1.25rem;
  font-weight: var(--fontWeightMedium);
  color: var(--textTertiary);
  background: var(--buttonSecondary);
  line-height: var(--lineHeightNormal);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-button__main {
    width: 220px;
    padding-block: 16px;
    font-size: 1rem;
  }
}
.c-button__main span {
  position: relative;
  left: -12px;
}
.c-button__main span::after {
  content: "";
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid var(--accentWhite);
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .c-button__main span::after {
    right: -20px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid var(--accentWhite);
  }
}

.c-title__main {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: var(--fontWeightMedium);
}
.c-title__main .is-title {
  order: 2;
  padding-top: 26px;
  font-size: 1.875rem;
  color: var(--textSecondary);
}
@media screen and (max-width: 767px) {
  .c-title__main .is-title {
    padding-top: 16px;
    font-size: 1.375rem;
  }
}
.c-title__main .is-en {
  order: 1;
  position: relative;
  padding-bottom: 32px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-title__main .is-en {
    padding-bottom: 16px;
    font-size: 1.25rem;
  }
}
.c-title__main .is-en::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 214px;
  height: 1px;
  background: var(--accentSchooner);
}
.c-title__main .c-title__main--description {
  order: 3;
  margin-top: 26px;
  font-weight: var(--fontWeightRegular);
}

.c-title__secondary {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.875rem;
  font-size: clamp(1.5rem, 1.3356741573rem + 0.6741573034vw, 1.875rem);
  color: var(--textSecondary);
}
.c-title__secondary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 376px;
  height: 1px;
  background: var(--accentSchooner);
}
@media screen and (max-width: 767px) {
  .c-title__secondary::before {
    width: 274px;
  }
}
.c-title__secondary.is-change-color {
  color: var(--textPrimary);
}

.c-inner__main {
  max-width: 1160px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .c-inner__main {
    max-width: 1144px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 12px;
  }
}

.c-inner__secondary {
  max-width: 864px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .c-inner__secondary {
    max-width: 848px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 12px;
  }
}

.l-header__nav--item a,
.l-header__cta--item a,
.c-button__main,
.l-footer__nav--item a,
.l-footer__nav--item--button a,
.l-footer__address--sns--item a,
.p-feature__nav--item a,
.p-voice__nav--item {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav--item a:hover, .l-header__nav--item a:focus,
  .l-header__cta--item a:hover,
  .l-header__cta--item a:focus,
  .c-button__main:hover,
  .c-button__main:focus,
  .l-footer__nav--item a:hover,
  .l-footer__nav--item a:focus,
  .l-footer__nav--item--button a:hover,
  .l-footer__nav--item--button a:focus,
  .l-footer__address--sns--item a:hover,
  .l-footer__address--sns--item a:focus,
  .p-feature__nav--item a:hover,
  .p-feature__nav--item a:focus,
  .p-voice__nav--item:hover,
  .p-voice__nav--item:focus {
    opacity: 0.8;
  }
}

.p-breadcrumb ol {
  display: flex;
  justify-content: right;
}
.p-breadcrumb ol li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb ol li {
    font-size: 0.875rem;
  }
}
.p-breadcrumb ol li:nth-of-type(1) a {
  color: var(--textSecondary);
}
.p-breadcrumb ol li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 20px;
  background: var(--accentSchooner);
}
@media screen and (max-width: 767px) {
  .p-breadcrumb ol li:nth-of-type(2)::before {
    height: 16px;
  }
}
.p-breadcrumb ol li a,
.p-breadcrumb ol li p {
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb ol li a,
  .p-breadcrumb ol li p {
    padding: 16px 12px;
  }
}

.p-data {
  padding-top: 119px;
}
@media screen and (max-width: 767px) {
  .p-data {
    padding-top: 12px;
  }
}
.p-data .p-data__boxes {
  display: flex;
  flex-direction: column;
  gap: 122px;
}
@media screen and (max-width: 767px) {
  .p-data .p-data__boxes {
    gap: 40px;
  }
}
.p-data .p-data__box {
  padding: 120px clamp(1.25rem, -0.625rem + 3.90625vw, 2.5rem) 160px;
  background: var(--accentSoftPeach);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box {
    padding: 40px 12px;
  }
}
.p-data .p-data__box--head {
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--head {
    max-width: 270px;
  }
}
.p-data .p-data__box--head--title {
  padding-block: 4px;
  font-size: clamp(1.75rem, 0.4375rem + 2.734375vw, 2.625rem);
  color: var(--textSecondary);
  background: var(--bgPrimary);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--head--title {
    font-size: 1.625rem;
  }
}
.p-data .p-data__box--items {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--items {
    margin-top: 36px;
  }
}
.p-data .p-data__box--item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--item {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 0;
  }
}
.p-data .p-data__box--item div {
  text-align: center;
}
.p-data .p-data__box--item div:first-child {
  grid-column: 1/-1;
}
.p-data .p-data__box--item div dt {
  position: relative;
  padding-bottom: 20px;
  font-size: clamp(1.375rem, 0.625rem + 1.5625vw, 1.875rem);
  font-weight: var(--fontWeightRegular);
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--item div dt {
    padding-bottom: 12px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--item div dt.is-long-text {
    font-size: 1rem;
    padding-bottom: 15px;
  }
}
.p-data .p-data__box--item div dt.is-border-hidden::before {
  display: none;
}
.p-data .p-data__box--item div dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(11.875rem, 8.3125rem + 7.421875vw, 14.25rem);
  height: 1px;
  background: var(--accentSchooner);
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--item div dt::before {
    width: 138px;
  }
}
.p-data .p-data__box--item div dd {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--item div dd {
    margin-top: 12px;
  }
}
.p-data .p-data__box--item div dd p {
  font-size: clamp(1.75rem, 1.09375rem + 1.3671875vw, 2.1875rem);
  color: var(--textSecondary);
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--item div dd p {
    font-size: 1.25rem;
  }
}
.p-data .p-data__box--item div dd .is-additional-note {
  margin-top: 20px;
  font-size: 1rem;
  color: var(--textPrimary);
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--item div dd .is-additional-note {
    margin-top: 12px;
    font-size: 0.875rem;
  }
}
.p-data .p-data__box--type02 {
  padding: 120px 40px;
  background: var(--accentSoftPeach);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--type02 {
    padding: 40px 12px;
  }
}
.p-data .p-data__box--type02--head {
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--type02--head {
    max-width: 270px;
  }
}
.p-data .p-data__box--type02--title {
  padding-block: 4px;
  font-size: clamp(1.75rem, 0.4375rem + 2.734375vw, 2.625rem);
  color: var(--textSecondary);
  background: var(--bgPrimary);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--type02--title {
    font-size: 1.625rem;
  }
}
.p-data .p-data__box--type02--items {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  font-size: clamp(1.25rem, 0.3125rem + 1.953125vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .p-data .p-data__box--type02--items {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 1.125rem;
  }
}
.p-data .p-data__box--type02--item:nth-last-child(1) {
  grid-column: span 2/span 2;
}

.p-philosophy__seek {
  padding-top: 119px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__seek {
    padding-top: 12px;
  }
}
.p-philosophy__seek .p-philosophy__seek--content {
  padding-block: 64px;
  background: var(--bgTertiary);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__seek .p-philosophy__seek--content {
    padding: 40px 12px;
  }
}
.p-philosophy__seek .p-philosophy__seek--head--title {
  text-align: center;
  margin-top: 42px;
  font-size: 2.1875rem;
  color: var(--textSecondary);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-philosophy__seek .p-philosophy__seek--head--title {
    margin-top: 26px;
    font-size: 1.5rem;
  }
}
.p-philosophy__seek .p-philosophy__seek--items {
  margin-top: 42px;
  max-width: 456px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__seek .p-philosophy__seek--items {
    margin-top: 26px;
  }
}
.p-philosophy__seek .p-philosophy__seek--item {
  position: relative;
  padding-left: 28px;
}
.p-philosophy__seek .p-philosophy__seek--item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 30px;
  background: url(../../public/image/_common/icon/check.svg) no-repeat center center/contain;
}

.p-philosophy__principled-hiring {
  padding-top: 119px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__principled-hiring {
    padding-top: 64px;
  }
}
.p-philosophy__principled-hiring .p-philosophy__principled-hiring--head--description {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__principled-hiring .p-philosophy__principled-hiring--head--description {
    margin-top: 26px;
    gap: 16px;
  }
}
.p-philosophy__principled-hiring .p-philosophy__principled-hiring--content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__principled-hiring .p-philosophy__principled-hiring--content {
    margin-top: 26px;
  }
}
.p-philosophy__principled-hiring .p-philosophy__principled-hiring--content--image {
  max-width: 520px;
  width: 100%;
  margin-inline: auto;
}

.p-philosophy__hospital-philosophy {
  padding-top: 119px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__hospital-philosophy {
    padding-top: 64px;
  }
}
.p-philosophy__hospital-philosophy .p-philosophy__hospital-philosophy--content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__hospital-philosophy .p-philosophy__hospital-philosophy--content {
    margin-top: 26px;
  }
}

.p-philosophy__code-of-conduct {
  padding-top: 119px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__code-of-conduct {
    padding-top: 64px;
  }
}
.p-philosophy__code-of-conduct .p-philosophy__code-of-conduct--items {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__code-of-conduct .p-philosophy__code-of-conduct--items {
    margin-top: 26px;
    gap: 34px;
  }
}
.p-philosophy__code-of-conduct .p-philosophy__code-of-conduct--items div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__code-of-conduct .p-philosophy__code-of-conduct--items div {
    gap: 12px;
  }
}
.p-philosophy__code-of-conduct .p-philosophy__code-of-conduct--items div dt {
  font-size: clamp(1.125rem, 1.0702247191rem + 0.2247191011vw, 1.25rem);
  font-weight: var(--fontWeightRegular);
}

.p-feature {
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding-top: 12px;
  }
}
.p-feature .p-feature__inner {
  display: flex;
  gap: clamp(1.875rem, -5.25rem + 14.84375vw, 6.625rem);
}
.p-feature .p-feature__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  align-self: flex-start;
  width: clamp(12.5rem, 5rem + 15.625vw, 17.5rem);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-feature .p-feature__nav {
    display: none;
  }
}
.p-feature .p-feature__nav--items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-feature .p-feature__nav--item a {
  position: relative;
  width: 100%;
  padding-bottom: 24px;
  font-size: 1.125rem;
  font-size: clamp(0.875rem, 0.5rem + 0.78125vw, 1.125rem);
}
.p-feature .p-feature__nav--item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--accentSchooner);
}
.p-feature .p-feature__content {
  width: calc(100% - clamp(12.5rem, 4.25rem + 17.1875vw, 18rem));
}
@media screen and (max-width: 767px) {
  .p-feature .p-feature__content {
    width: 100%;
  }
}
.p-feature .p-feature__boxes {
  display: flex;
  flex-direction: column;
  gap: 92px;
}
@media screen and (max-width: 767px) {
  .p-feature .p-feature__boxes {
    gap: 36px;
  }
}
.p-feature .p-feature__box {
  display: flex;
  flex-direction: column-reverse;
  scroll-margin-top: 120px;
}
.p-feature .p-feature__box--body {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .p-feature .p-feature__box--body {
    margin-top: 12px;
  }
}
.p-feature .p-feature__box--body--head--number {
  font-family: var(--fontFamilyEn);
  font-size: clamp(1.75rem, 1.1474719101rem + 2.4719101124vw, 3.125rem);
  font-weight: var(--fontWeightSemBold);
}
.p-feature .p-feature__box--body--head--title {
  position: relative;
  padding-bottom: 16px;
  font-size: clamp(1.25rem, 0.9761235955rem + 1.1235955056vw, 1.875rem);
  font-weight: var(--fontWeightMedium);
}
@media screen and (max-width: 767px) {
  .p-feature .p-feature__box--body--head--title {
    padding-bottom: 12px;
  }
}
.p-feature .p-feature__box--body--head--title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(20rem, 15.672752809rem + 17.7528089888vw, 29.875rem);
  height: 1px;
  max-width: 100%;
  background: var(--accentSchooner);
}
.p-feature .p-feature__box--body--head--sub-title {
  margin-top: 20px;
  font-size: clamp(1.375rem, 1.0189606742rem + 1.4606741573vw, 2.1875rem);
  font-weight: var(--fontWeightMedium);
  color: var(--textSecondary);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-feature .p-feature__box--body--head--sub-title {
    margin-top: 12px;
  }
}
.p-feature .p-feature__box--body--text {
  margin-top: 56px;
  max-width: 650px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-feature .p-feature__box--body--text {
    margin-top: 26px;
    gap: 16px;
  }
}
.p-feature .p-feature__box--body--text p {
  line-height: 1.6;
}
.p-feature .p-feature__box--body--text--list--items {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.p-voice {
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 12px;
  }
}
.p-voice .p-voice__nav {
  text-align: center;
}
.p-voice .p-voice__nav .p-voice__nav--items {
  font-size: clamp(1.125rem, 1.0702247191rem + 0.2247191011vw, 1.25rem);
  font-weight: var(--fontWeightMedium);
  color: var(--textSecondary);
}
.p-voice .p-voice__nav .p-voice__nav--item {
  position: relative;
  padding: 6px 12px;
  line-height: 1.3;
  cursor: pointer;
}
.p-voice .p-voice__nav .p-voice__nav--item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
  width: 1px;
  height: clamp(1.375rem, 1.1558988764rem + 0.8988764045vw, 1.875rem);
  background: var(--accentMandysPink);
}
.p-voice .p-voice__content {
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__content {
    margin-top: 56px;
  }
}
.p-voice .p-voice__boxes {
  display: flex;
  flex-direction: column;
  gap: 125px;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__boxes {
    gap: 60px;
  }
}
.p-voice .p-voice__box {
  scroll-margin-top: 120px;
}
.p-voice .p-voice__box--head .p-voice__box--head--title {
  padding-block: 4px;
  text-align: center;
  font-size: clamp(1.625rem, 1.378511236rem + 1.0112359551vw, 2.1875rem);
  color: var(--textTertiary);
  background: var(--accentMandysPink);
}
.p-voice .p-voice__box--head .p-voice__box--head--content {
  margin-top: 60px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: clamp(1.25rem, -0.625rem + 3.90625vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--head .p-voice__box--head--content {
    margin-top: 32px;
    flex-direction: column-reverse;
  }
}
.p-voice .p-voice__box--head .p-voice__box--head--body {
  max-width: 41.0714285714%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--head .p-voice__box--head--body {
    max-width: 100%;
    gap: 16px;
  }
}
.p-voice .p-voice__box--head .p-voice__box--head--body--title {
  font-size: clamp(1.625rem, 0.78125rem + 1.7578125vw, 2.1875rem);
  color: var(--textSecondary);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--head .p-voice__box--head--body--title {
    font-size: 1.5rem;
  }
}
.p-voice .p-voice__box--head .p-voice__box--head--body--position {
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.25rem);
  font-weight: var(--fontWeightMedium);
}
.p-voice .p-voice__box--head .p-voice__box--head--body--image {
  max-width: 57.1428571429%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--head .p-voice__box--head--body--image {
    max-width: 100%;
  }
}
.p-voice .p-voice__box--profile {
  margin-top: 60px;
  max-width: 830px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--profile {
    margin-top: 26px;
  }
}
.p-voice .p-voice__box--profile .p-voice__box--profile--head--title {
  padding-bottom: clamp(0.375rem, 0.2106741573rem + 0.6741573034vw, 0.75rem);
  border-bottom: 1px solid var(--accentSchooner);
  font-size: clamp(1.625rem, 1.378511236rem + 1.0112359551vw, 2.1875rem);
  color: var(--textSecondary);
}
.p-voice .p-voice__box--profile .p-voice__box--profile--head--description {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--profile .p-voice__box--profile--head--description {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--profile .p-voice__box--profile--head--description {
    margin-top: 18px;
  }
}
.p-voice .p-voice__box--profile--faq {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--profile--faq {
    margin-top: 38px;
    gap: 32px;
  }
}
.p-voice .p-voice__box--profile--faq div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--profile--faq div {
    gap: 12px;
  }
}
.p-voice .p-voice__box--profile--faq div dt {
  position: relative;
  padding-left: clamp(4rem, 1.5625rem + 5.078125vw, 5.625rem);
  font-size: clamp(1.625rem, 0.78125rem + 1.7578125vw, 2.1875rem);
  font-weight: var(--fontWeightRegular);
  color: var(--textSecondary);
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--profile--faq div dt {
    padding-left: 46px;
    font-size: 1.375rem;
  }
}
.p-voice .p-voice__box--profile--faq div dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: clamp(3.125rem, 1.25rem + 3.90625vw, 4.375rem);
  height: clamp(3.125rem, 1.25rem + 3.90625vw, 4.375rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--textTertiary);
  background: var(--accentMandysPink);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--profile--faq div dt::before {
    width: 36px;
    height: 36px;
  }
}
.p-voice .p-voice__box--profile--faq div dd {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--accentSchooner);
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--profile--faq div dd {
    padding-top: 18px;
    gap: 12px;
  }
}
.p-voice .p-voice__box--message {
  margin-top: 70px;
  padding: 60px clamp(1.25rem, -2.5rem + 7.8125vw, 3.75rem);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: clamp(2rem, -5.6875rem + 16.015625vw, 7.125rem);
  background: var(--bgTertiary);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--message {
    margin-top: 42px;
    padding: 32px 12px;
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.p-voice .p-voice__box--message .p-voice__box--message--body--title {
  font-size: clamp(1.625rem, 0.78125rem + 1.7578125vw, 2.1875rem);
  color: var(--textSecondary);
}
.p-voice .p-voice__box--message .p-voice__box--message--body--text {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--message .p-voice__box--message--body--text {
    margin-top: 16px;
    gap: 12px;
  }
}
.p-voice .p-voice__box--message .p-voice__box--message--image {
  max-width: 330px;
  width: 100%;
}
.p-voice .p-voice__box--bottom {
  margin-top: 70px;
  display: flex;
  gap: clamp(1.875rem, -0.9375rem + 5.859375vw, 3.75rem);
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--bottom {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--flow,
.p-voice .p-voice__box--bottom .p-voice__box--bottom--position {
  padding: 74px;
  padding: clamp(3.75rem, 2.4375rem + 2.734375vw, 4.625rem) clamp(1.25rem, -3.8125rem + 10.546875vw, 4.625rem);
  background: var(--bgSecondary);
  width: 50%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--bottom .p-voice__box--bottom--flow,
  .p-voice .p-voice__box--bottom .p-voice__box--bottom--position {
    padding: 32px 12px;
    width: 100%;
  }
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--flow--title {
  text-align: center;
  font-size: clamp(1.625rem, 0.78125rem + 1.7578125vw, 2.1875rem);
  color: var(--textSecondary);
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--flow--schedule {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--bottom .p-voice__box--bottom--flow--schedule {
    margin-top: 22px;
  }
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--flow--schedule div {
  display: flex;
  align-items: center;
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--flow--schedule div.is-2-lines {
  align-items: baseline;
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--flow--schedule div.is-2-lines dt {
  position: relative;
  top: 2px;
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--flow--schedule div dt {
  width: clamp(4.5rem, 3.09375rem + 2.9296875vw, 5.4375rem);
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.25rem);
  font-weight: var(--fontWeightMedium);
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--flow--schedule div dd {
  width: calc(100% - 87px);
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--flow--supplemental {
  margin-top: 20px;
  font-size: 0.875rem;
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--position {
  background: var(--bgSecondary);
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--position--title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--position--title .is-en {
  font-size: clamp(1.625rem, 0.78125rem + 1.7578125vw, 2.1875rem);
  color: var(--textSecondary);
}
.p-voice .p-voice__box--bottom .p-voice__box--bottom--position--description {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-voice .p-voice__box--bottom .p-voice__box--bottom--position--description {
    margin-top: 22px;
  }
}

.p-kochi {
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  .p-kochi {
    padding-top: 12px;
  }
}
.p-kochi .p-kochi__boxes {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .p-kochi .p-kochi__boxes {
    gap: 36px;
  }
}
.p-kochi .p-kochi__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-kochi .p-kochi__box {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.p-kochi .p-kochi__box--body {
  max-width: 47.1428571429%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kochi .p-kochi__box--body {
    max-width: 100%;
  }
}
.p-kochi .p-kochi__box--body--title {
  font-size: clamp(1.75rem, 1.09375rem + 1.3671875vw, 2.1875rem);
  color: var(--textSecondary);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-kochi .p-kochi__box--body--title {
    font-size: 1.5rem;
  }
}
.p-kochi .p-kochi__box--body--text {
  margin-top: clamp(2.375rem, 0.3125rem + 4.296875vw, 3.75rem);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-kochi .p-kochi__box--body--text {
    margin-top: 12px;
    gap: 12px;
  }
}
.p-kochi .p-kochi__box--images {
  max-width: 46.7857142857%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kochi .p-kochi__box--images {
    max-width: 100%;
  }
}
.p-kochi .p-kochi__box--image {
  position: relative;
}
.p-kochi .p-kochi__box--image:nth-of-type(1) {
  width: clamp(15.875rem, 6.5rem + 19.53125vw, 22.125rem);
  margin-left: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-kochi .p-kochi__box--image:nth-of-type(1) {
    width: clamp(17.25rem, 4.900862069rem + 50.6631299735vw, 29.1875rem);
  }
}
.p-kochi .p-kochi__box--image:nth-of-type(2) {
  width: clamp(13.625rem, 7.25rem + 13.28125vw, 17.875rem);
  margin-top: clamp(-4rem, 2.5625rem - 8.203125vw, -1.375rem);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kochi .p-kochi__box--image:nth-of-type(2) {
    margin-top: clamp(-2.5rem, -3.6637931034rem + 4.774535809vw, -1.375rem);
    width: clamp(14.125rem, 4.0387931034rem + 41.3793103448vw, 23.875rem);
  }
}
.p-kochi .p-kochi__box--image img {
  border-radius: 20px;
}
.p-kochi .p-kochi__box--image.is-one-sheet {
  width: 100%;
}

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

.u-br__block-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .u-br__block-sm {
    display: block;
  }
}

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

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