@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

.bgcl-main {
  background-color: #EDF5FD !important;
}

.d-none {
  display: none !important;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  color: #000;
  line-height: 24px;
}
body.is-open .l-header {
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

a {
  transition: all 0.5s;
  text-decoration: none;
}
a:not(.c-post-company__inner):hover {
  opacity: 0.6;
}

.slick-slider .slick-slide {
  margin: 0 16px;
}
@media (max-width: 768px) {
  .slick-slider .slick-slide {
    margin: 0 10px;
  }
}
.slick-slider .slick-list {
  margin: 0 -16px;
}
@media (max-width: 768px) {
  .slick-slider .slick-list {
    margin: 0 -10px;
  }
}
.slick-slider.p-plan__slider .slick-slide {
  margin: 0 8px;
}
@media (max-width: 768px) {
  .slick-slider.p-plan__slider .slick-slide {
    margin: 0 4px;
  }
}
.slick-slider.p-plan__slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}
@media (max-width: 768px) {
  .slick-slider.p-plan__slider .slick-list {
    margin: 0 -4px;
  }
}
.slick-slider .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 1px solid #8579E2;
  background: #FFF !important;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-arrow::before {
  content: "";
  background-image: url(../images/icons/arrow-prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}
.slick-slider .slick-arrow:hover {
  background: #4B96EE !important;
  border-color: #4B96EE;
}
.slick-slider .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
.slick-slider .slick-arrow.slick-next {
  transform: rotate(-180deg);
}

.slider-post-company .c-post-company__inner {
  margin-bottom: 16px;
}
.slider-post-company__nav {
  padding-top: 16px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.slider-post-company__nav .slick-arrow {
  position: static;
  transform: none;
}

.gap-16 > *:not(:first-child) {
  margin-top: 16px;
}

.gap-8 > *:not(:first-child) {
  margin-top: 8px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

@media (max-width: 768px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .mt-sp-8 {
    margin-top: 8px !important;
  }
  .mb-sp-8 {
    margin-bottom: 8px !important;
  }
  .pt-sp-8 {
    padding-top: 8px !important;
  }
  .pb-sp-8 {
    padding-bottom: 8px !important;
  }
  .mt-sp-16 {
    margin-top: 16px !important;
  }
  .mb-sp-16 {
    margin-bottom: 16px !important;
  }
  .pt-sp-16 {
    padding-top: 16px !important;
  }
  .pb-sp-16 {
    padding-bottom: 16px !important;
  }
  .mt-sp-24 {
    margin-top: 24px !important;
  }
  .mb-sp-24 {
    margin-bottom: 24px !important;
  }
  .pt-sp-24 {
    padding-top: 24px !important;
  }
  .pb-sp-24 {
    padding-bottom: 24px !important;
  }
  .mt-sp-32 {
    margin-top: 32px !important;
  }
  .mb-sp-32 {
    margin-bottom: 32px !important;
  }
  .pt-sp-32 {
    padding-top: 32px !important;
  }
  .pb-sp-32 {
    padding-bottom: 32px !important;
  }
  .mt-sp-48 {
    margin-top: 48px !important;
  }
  .mb-sp-48 {
    margin-bottom: 48px !important;
  }
  .pt-sp-48 {
    padding-top: 48px !important;
  }
  .pb-sp-48 {
    padding-bottom: 48px !important;
  }
  .mt-sp-56 {
    margin-top: 56px !important;
  }
  .mb-sp-56 {
    margin-bottom: 56px !important;
  }
  .pt-sp-56 {
    padding-top: 56px !important;
  }
  .pb-sp-56 {
    padding-bottom: 56px !important;
  }
  .mt-sp-64 {
    margin-top: 64px !important;
  }
  .mb-sp-64 {
    margin-bottom: 64px !important;
  }
  .pt-sp-64 {
    padding-top: 64px !important;
  }
  .pb-sp-64 {
    padding-bottom: 64px !important;
  }
  .mt-sp-72 {
    margin-top: 72px !important;
  }
  .mb-sp-72 {
    margin-bottom: 72px !important;
  }
  .pt-sp-72 {
    padding-top: 72px !important;
  }
  .pb-sp-72 {
    padding-bottom: 72px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .mt-sp-88 {
    margin-top: 88px !important;
  }
  .mb-sp-88 {
    margin-bottom: 88px !important;
  }
  .pt-sp-88 {
    padding-top: 88px !important;
  }
  .pb-sp-88 {
    padding-bottom: 88px !important;
  }
  .mt-sp-96 {
    margin-top: 96px !important;
  }
  .mb-sp-96 {
    margin-bottom: 96px !important;
  }
  .pt-sp-96 {
    padding-top: 96px !important;
  }
  .pb-sp-96 {
    padding-bottom: 96px !important;
  }
}
.c-container {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.c-container.--container-1216 {
  max-width: 1248px;
}

.c-breadcrumb {
  padding: 16px 0;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.c-breadcrumb__item {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.c-breadcrumb__item:first-child a {
  display: inline-block;
}
.c-breadcrumb__item:first-child a::before {
  content: "";
  background-image: url(../images/icons/house.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 8px);
  background-image: url(../images/icons/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.c-breadcrumb__txt {
  color: #262626;
  letter-spacing: 2.24px;
}
.c-breadcrumb.--white .c-breadcrumb__item:first-child a::before,
.c-breadcrumb.--white .c-breadcrumb__item:not(:last-child)::after {
  filter: brightness(0) invert(1);
}
.c-breadcrumb.--white .c-breadcrumb__txt {
  color: #fff;
}

.c-banner {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .c-banner {
    min-height: 350px;
  }
}
.c-banner.--single {
  color: #FFF;
  background-image: url(../images/bg-single.png);
  align-items: flex-end;
  justify-content: flex-start;
}
.c-banner__title {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  line-height: 44px;
}
.c-banner__title-en {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .c-banner__title-en {
    font-size: 2.8rem;
  }
}
.c-banner__title-ja {
  font-size: 4.8rem;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .c-banner__title-ja {
    font-size: 3.8rem;
  }
}
.c-banner__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .c-banner__box {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    gap: 16px;
  }
}

.c-button-back-top {
  position: fixed;
  bottom: 45px;
  right: 16px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 1px solid #4B96EE;
  background: #EDF5FD;
  display: none;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .c-button-back-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
  }
}
.c-button-back-top.show {
  display: flex;
}

.c-button-gradient {
  padding: 14px 20px;
  border-radius: 50px;
  background: linear-gradient(90deg, #8579E2 0%, #F7A6C8 100%);
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  text-align: center;
  border: none;
}
.c-button-gradient.--w100 {
  width: 100%;
}
.c-button-gradient.--w200 {
  width: 100%;
  max-width: 200px;
}
.c-button-gradient.--w300 {
  width: 100%;
  max-width: 300px;
}
.c-button-gradient.--blue {
  background: #4B96EE;
}
.c-button-gradient.--sm {
  font-size: 14px;
  padding: 10px 12px;
}
.c-button-gradient span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.c-button-gradient span i {
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/arrow-down-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.c-button-download {
  color: #203F64;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  border-radius: 50px;
  border: 1px solid #EDF5FD;
  background: #EDF5FD;
  display: inline-block;
  padding: 10px 12px;
}
.c-button-download span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-button-download span i {
  background-image: url(../images/icons/download.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.c-button-underline {
  color: #7E818A;
  letter-spacing: 2.24px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}

.c-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .c-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.c-title {
  text-align: center;
  color: #262626;
}
.c-title > *:not(:first-child) {
  margin-top: 16px;
}
.c-title__main {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 768px) {
  .c-title__main {
    font-size: 3.2rem;
  }
}
.c-title__sub {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 24px;
}
.c-title__desc {
  line-height: 24px;
  letter-spacing: 2.24px;
}
.c-title.--left {
  text-align: left;
}
.c-title.--white {
  color: #fff;
}

.c-form-search__box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(72, 72, 72, 0.5);
  padding: 24px 24px 48px 24px;
  position: relative;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.c-form-search__group {
  display: flex;
  gap: 16px;
}
.c-form-search__group + .c-form-search__group {
  margin-top: 16px;
}
.c-form-search__control {
  border-radius: 6px;
  border: 1px solid #B1B5C3;
  background: #EDF5FD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  height: 48px;
  padding: 12px 40px;
  outline: none;
  color: #A1A5B1;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-search__control[type=search] {
  background-image: url(../images/icons/search2.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center left 12px;
}
.c-form-search__control.--w-1-2 {
  width: 50%;
}
.c-form-search__control.--w-2-3 {
  width: 66.6666666667%;
}
.c-form-search__control.--w-1-3 {
  width: 33.3333333333%;
}
.c-form-search__control.--select {
  background-image: url(../images/icons/arrow-down.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.c-form-search__select {
  width: 100%;
  position: relative;
}
.c-form-search__select i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 20px;
  height: 20px;
  display: block;
}
.c-form-search__select.--w-1-2 {
  width: 50%;
}
.c-form-search__select.--w-2-3 {
  width: 66.6666666667%;
}
.c-form-search__select.--w-1-3 {
  width: 33.3333333333%;
}
.c-form-search__btn {
  border-radius: 50px;
  border: 1px solid #4B96EE;
  background: #4B96EE;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #FFF;
  width: 200px;
  height: 54px;
  cursor: pointer;
}
.c-form-search__btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.c-form-search__btn span::after {
  content: "";
  background-image: url(../images/icons/search.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.c-form-search__submit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}
.c-form-search.--layout2 form {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 480px) {
  .c-form-search.--layout2 form {
    gap: 8px;
  }
}
.c-form-search.--layout2 form input {
  background-image: url(../images/icons/search3.svg);
  background-position: center right 12px;
}
@media only screen and (min-width: 1024px) {
  .c-form-search.--layout2 form input {
    width: 28.125%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-form-search.--layout2 form input {
    width: calc(33.3333333333% - 11px);
  }
}
@media (max-width: 480px) {
  .c-form-search.--layout2 form input {
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 1024px) {
  .c-form-search.--layout2 form .c-form-search__select {
    flex: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .c-form-search.--layout2 form .c-form-search__select {
    width: calc(33.3333333333% - 11px);
  }
}
@media (max-width: 480px) {
  .c-form-search.--layout2 form .c-form-search__select {
    width: calc(50% - 8px);
  }
}
.c-form-search.--layout2 form .c-form-search__control {
  padding-left: 12px;
}
.c-form-search.--layout2 form .c-form-search__btn {
  width: auto;
  height: 48px;
  flex: 1;
}

.c-post-company__inner {
  border-radius: 6px;
  background: #FFF;
  overflow: hidden;
  display: block;
}
.c-post-company__inner:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.c-post-company__inner:hover .c-post-company__thumbnail img {
  transform: scale(1.1);
}
.c-post-company__image {
  position: relative;
}
.c-post-company__image > *:not(.c-post-company__thumbnail) {
  position: absolute;
  line-height: 24px;
  letter-spacing: 2.24px;
}
.c-post-company__text {
  padding: 48px 16px 16px;
}
.c-post-company__text > *:not(:first-child) {
  margin-top: 8px;
}
.c-post-company__thumbnail {
  height: 214px;
  overflow: hidden;
}
.c-post-company__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
.c-post-company__logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid #FFF;
  background: #FFF;
  overflow: hidden;
  left: 16px;
  bottom: -35px;
}
.c-post-company__tag {
  left: 0;
  top: 0;
  color: #4B96EE;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 6px 0px;
  background: #EDF5FD;
}
.c-post-company__tag.featured {
  background: #FFDCDC;
  color: #BF3232;
}
.c-post-company__cat {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  right: 16px;
  bottom: -16px;
}
.c-post-company__cat span {
  padding: 4px 10px;
  border-radius: 50px;
  background: #35E07D;
  display: inline-block;
}
.c-post-company__rating {
  padding: 0px 10px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.5);
  color: #FEC966;
  right: 16px;
  top: 5px;
  display: flex;
  align-items: center;
}
.c-post-company__rating::after {
  content: "";
  background-image: url(../images/icons/star.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.c-post-company__title {
  color: #3F3B60;
  font-size: 3rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.6px;
}
.c-post-company__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-post-company__meta-item {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.68px;
  position: relative;
  padding-left: 20px;
}
.c-post-company__meta-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-post-company__meta-item.--address::before {
  background-image: url(../images/icons/address.svg);
}
.c-post-company__meta-item.--user::before {
  background-image: url(../images/icons/users.svg);
}
.c-post-company__meta-item.--yen::before {
  background-image: url(../images/icons/yen.svg);
}
.c-post-company__infor-item {
  color: #000;
  font-size: 1.2rem;
  line-height: 24px;
  letter-spacing: 1.68px;
}
.c-post-company__infor-item:not(:first-child) {
  margin-top: 8px;
}
.c-post-company__infor-item span {
  font-weight: 700;
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.c-grid.--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .c-grid.--2col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-grid.--gap-40 {
  gap: 40px;
}
.c-grid.--plan {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .c-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-tabs__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  overflow: auto;
}
.c-tabs__nav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .c-tabs__nav {
    justify-content: flex-start;
  }
}
.c-tabs__nav-item {
  color: #203F64;
  text-align: center;
  border: none;
  background: #EDF5FD;
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: "Kosugi Maru", sans-serif;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}
.c-tabs__nav-item:hover, .c-tabs__nav-item.active {
  color: #fff;
  background: linear-gradient(90deg, #8579E2 0%, #F7A6C8 100%);
}
.c-tabs__content {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .c-tabs__content {
    padding-top: 48px;
  }
}
.c-tabs__panel {
  display: none;
}
.c-tabs__panel.active {
  display: block;
}
.c-tabs.--layout2 .c-tabs__content {
  padding-top: 48px;
}
@media (max-width: 768px) {
  .c-tabs.--layout2 .c-tabs__nav {
    justify-content: center;
  }
}
.c-tabs.--layout2 .c-tabs__nav-item {
  min-width: 200px;
}
.c-tabs.--layout2 .c-tabs__nav-item:hover, .c-tabs.--layout2 .c-tabs__nav-item.active {
  background: #4B96EE;
}
@media (max-width: 768px) {
  .c-tabs.--layout2 .c-tabs__nav-item {
    min-width: 150px;
  }
}

.c-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  gap: 16px;
  position: relative;
}
.c-pagination.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-left: 3px solid #4B96EE;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #4B96EE;
  border-bottom: 3px solid #ffffff;
  animation: rotate 2s linear infinite;
  transition: opacity 0.5s;
}
.c-pagination .page-numbers {
  display: inline-block;
  cursor: pointer;
}
.c-pagination .page-numbers:not(.next):not(.prev) {
  color: #B1B5C3;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #CCC;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
.c-pagination .page-numbers:not(.next):not(.prev):hover, .c-pagination .page-numbers:not(.next):not(.prev).active, .c-pagination .page-numbers:not(.next):not(.prev).current {
  background-color: #4B96EE;
  border-color: #4B96EE;
  color: #fff;
  font-weight: 700;
}
.c-pagination .prev, .c-pagination .next {
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.c-pagination .prev {
  background-image: url(../images/icons/chevron-left-2.svg);
}
.c-pagination .next {
  background-image: url(../images/icons/chevron-right-2.svg);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-plan {
  border-radius: 16px;
  border: 1px solid #DBDDE3;
  background: #FFF;
  padding: 32px;
  color: #000;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.c-plan.highlight {
  padding: 55px 32px;
  background: linear-gradient(180deg, #FFE8F2 0%, #EFEDFF 100%);
}
.c-plan__package {
  padding: 10px 12px;
  border-radius: 8px;
  background: #4A4C52;
  display: inline-block;
  color: #FFF;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  line-height: 150%;
  margin-bottom: 16px;
}
.c-plan__package.--green {
  background: #1DAF4E;
}
.c-plan__package.--blue {
  background: #4B96EE;
}
.c-plan__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .c-plan__title {
    font-size: 2rem;
  }
}
.c-plan__price {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 5.04px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c-plan__price {
    font-size: 2.6rem;
  }
}
.c-plan__infor {
  margin-bottom: 32px;
}
.c-plan__infor li {
  position: relative;
  padding-left: 40px;
  letter-spacing: 2.24px;
  display: block;
}
.c-plan__infor li + li {
  margin-top: 16px;
}
.c-plan__infor li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url(../images/icons/check-double-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.l-header {
  background-color: #C7DEFA;
  padding: 20px 0;
  position: relative;
  z-index: 999;
  width: 100%;
}
@media (max-width: 1024px) {
  .l-header {
    padding: 12px 0;
    max-height: 80px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  width: 153px;
}
.l-header__menu {
  flex: 1;
}
@media (max-width: 1024px) {
  .l-header__menu {
    position: fixed;
    top: 8rem;
    right: -150vw;
    width: 100%;
    height: calc(-8rem + 100dvh);
    background-color: #C7DEFA;
    z-index: 999;
    display: flex;
    overflow: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 4rem;
    transition: right 0.5s;
  }
  .l-header__menu.is-open {
    right: 0;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1024px) {
  .l-header__nav {
    gap: 0;
    justify-content: flex-start;
  }
}
.l-header__item {
  display: block;
}
@media (max-width: 1024px) {
  .l-header__item {
    width: 100%;
  }
  .l-header__item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .l-header__item.--btn {
    text-align: center;
    padding-top: 16px;
  }
}
.l-header__item.--btn div {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .l-header__item.--btn:hover span {
    transform: translateY(calc(-100% - 6px));
  }
  .l-header__item.--btn:hover span:nth-child(2) {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-header__item.--btn span {
  position: relative;
  transition: 0.5s;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.l-header__item.--btn span:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .l-header__item.--btn span:nth-child(2) {
    display: none;
  }
}
.l-header__link {
  color: #262626;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.24px;
  padding: 6px 10px;
  display: block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.l-header__link:hover, .l-header__link.active {
  background-color: #F7B8D2;
  font-weight: 700;
  opacity: 1 !important;
}
@media only screen and (min-width: 1024px) {
  .l-header__link:hover span {
    transform: translateY(calc(-100% - 6px));
  }
  .l-header__link:hover span:nth-child(2) {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-header__link span {
  position: relative;
  transition: 0.5s;
  display: block;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-header__link span {
    text-align: left;
  }
}
.l-header__link span:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .l-header__link {
    border-radius: 0;
    padding: 16px;
  }
}
.l-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  width: 3.4rem;
  height: 1.2rem;
  z-index: 100;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger::after {
  content: "menu";
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
  letter-spacing: 0.012rem;
}
.l-header__hamburger.is-open span:nth-child(1) {
  transform: translateY(0) rotate(35deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  transform: translateY(-1rem) rotate(-35deg);
}
.l-header__hamburger.is-open::after {
  content: "close";
}
.l-header__hamburger span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  border-radius: 1rem;
  transition: all 0.5s ease;
}

.l-footer {
  padding: 32px 0;
  background: linear-gradient(0deg, #FFE8F2 0%, #EFEDFF 100%);
  line-height: 24px;
  letter-spacing: 2.24px;
}
.l-footer__inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.l-footer__logo {
  margin-bottom: 24px;
}
.l-footer__infor {
  color: #272424;
}
.l-footer__infor a {
  color: #272424;
}
@media (max-width: 768px) {
  .l-footer__left {
    width: 100%;
  }
}
.l-footer__right {
  flex: 1;
}
@media (max-width: 768px) {
  .l-footer__right {
    flex: unset;
    width: 100%;
  }
}
.l-footer__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 32px;
  flex: 1;
}
@media (max-width: 768px) {
  .l-footer__menu {
    justify-content: center;
    gap: 0 16px;
    width: 100%;
  }
}
.l-footer__menu-item {
  display: inline-block;
}
.l-footer__menu-link {
  color: #262626;
  font-weight: 700;
  padding: 16px 10px;
  display: block;
}
@media (max-width: 768px) {
  .l-footer__menu-link {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
.l-footer__socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.l-footer__socials a, .l-footer__socials img {
  display: block;
}
@media (max-width: 768px) {
  .l-footer__socials {
    width: 100%;
    justify-content: center;
    margin-top: 16px;
  }
}
.l-footer__copyright {
  border-top: 1px solid #C1C4CF;
  margin-top: 16px;
  padding-top: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 1.4rem;
  }
}
.l-footer__flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px 32px;
}
@media (max-width: 768px) {
  .l-footer__flex {
    justify-content: center;
    gap: 0 16px;
  }
}

.p-single__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.72px;
}
@media (max-width: 480px) {
  .p-single__title {
    font-size: 3rem;
  }
}
.p-single__cat {
  line-height: 24px;
  letter-spacing: 2.24px;
  margin-top: 6px;
}
.p-single__infor {
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .p-single__infor {
    flex-direction: column;
  }
}
.p-single__infor-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .p-single__infor-logo {
    width: 60px;
    height: 60px;
  }
}
.p-single__infor-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__infor .c-post-company__meta {
  margin-top: 6px;
}
.p-single__infor .c-post-company__meta-item {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .p-single__infor .c-post-company__meta-item {
    font-size: 1.4rem;
  }
}
.p-single__infor .c-post-company__meta-item::before {
  filter: brightness(0) invert(1);
  top: calc(50% + 1px);
}
.p-single__anchor {
  background: #FFF;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}
.p-single__anchor.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.p-single__anchor ul {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.p-single__anchor ul li {
  display: block;
}
.p-single__anchor ul li a {
  padding: 32px 50px;
  color: #262626;
  line-height: 24px;
  letter-spacing: 2.24px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-single__anchor ul li a {
    padding: 16px 20px;
  }
}
.p-single__anchor ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #4B96EE;
  width: 0;
  transition: 0.3s;
}
.p-single__anchor ul li a:hover {
  color: #4B96EE;
  font-weight: 700;
  opacity: 1 !important;
}
.p-single__anchor ul li a:hover::before {
  width: 100%;
}
.p-single__box {
  padding: 24px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .p-single__box {
    padding: 20px;
  }
}
.p-single__box + .p-single__box {
  margin-top: 32px;
}
.p-single__box-heading {
  padding-left: 64px;
  position: relative;
  margin-bottom: 16px;
}
.p-single__box-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/user-idea.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
}
.p-single__box-heading-en {
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.p-single__box-heading-ja {
  font-size: 3rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.6px;
}
@media (max-width: 768px) {
  .p-single__box-heading-ja {
    font-size: 2.6rem;
  }
}
.p-single__layout {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-single__layout {
    flex-direction: column;
  }
}
.p-single__layout-content {
  width: 57.265625%;
}
@media (max-width: 768px) {
  .p-single__layout-content {
    width: 100%;
  }
}
.p-single__layout-sidebar {
  width: 40.234375%;
}
@media (max-width: 768px) {
  .p-single__layout-sidebar {
    width: 100%;
  }
}
.p-single__intro {
  color: #000;
}
.p-single__intro-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.p-single__intro-desc {
  letter-spacing: 2.24px;
}
.p-single__details-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid #CBCDD7;
}
@media (max-width: 480px) {
  .p-single__details-item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-single__details-item-left {
  width: 44.3795620438%;
  position: relative;
  padding-left: 46px;
}
.p-single__details-item-left i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-single__details-item-right {
  flex: 1;
  letter-spacing: 2.24px;
}
.p-single__details-item-right div:nth-child(1) span:not(:last-child)::after {
  content: "・";
}
.p-single__details-item-right div:nth-child(2) span:not(:last-child)::after {
  content: ",";
}
.p-single__details-item-right div span img {
  width: 16px;
}
.p-single__details-label {
  font-weight: 700;
  letter-spacing: 2.24px;
}
.p-single__details-label div:nth-child(2) {
  color: #295383;
  letter-spacing: 0;
}
.p-single__portfolio {
  padding-top: 8px;
  color: #000;
  font-family: "Inter", sans-serif;
}
.p-single__portfolio-item {
  position: relative;
  padding-left: 13px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-single__portfolio-item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-single__portfolio-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 10px;
  background: #4B96EE;
}
.p-single__portfolio-item + .p-single__portfolio-item {
  margin-top: 32px;
}
.p-single__portfolio-item + .p-single__portfolio-item::after {
  content: "";
  top: -16px;
  left: 0;
  border-top: 1px solid #DBDDE3;
  width: 100%;
  position: absolute;
}
.p-single__portfolio-item-right {
  white-space: nowrap;
}
.p-single__portfolio-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.p-single__portfolio-desc {
  letter-spacing: 2.24px;
}
.p-single__services-item + .p-single__services-item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #DBDDE3;
}
.p-single__services-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.p-single__services-heading {
  position: relative;
  padding-left: 40px;
  color: #3F3B60;
}
.p-single__services-heading-en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 24px;
}
.p-single__services-heading-ja {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.p-single__services-heading i {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
.p-single__services-price {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 2.24px;
  padding: 4px 10px;
  border-radius: 10px;
  background: #C12222;
  display: inline-block;
}
.p-single__services-desc {
  letter-spacing: 2.24px;
}
.p-single__services-btn {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.p-single__bottom {
  margin-top: 32px;
  text-align: center;
}
.p-single__contact {
  text-align: center;
  color: #101010;
}
.p-single__contact-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.6px;
}
@media (max-width: 768px) {
  .p-single__contact-title {
    font-size: 2.6rem;
  }
}
.p-single__contact-btn {
  width: 100%;
  max-width: 300px;
}
.p-single__contact-tel {
  letter-spacing: 2.24px;
}
.p-single__contact-tel a {
  color: #101010;
  font-size: 2rem;
  font-weight: 700;
}
.p-single__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 480px) {
  .p-single__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-single__gallery-more {
  color: #FFF;
  font-size: 3rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-single__gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-single__gallery a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 6px;
}
.p-single__gallery a img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  display: block;
}
.p-single__review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.p-single__review-head .p-single__box-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}
.p-single__review-item + .p-single__review-item {
  border-top: 1px solid #DBDDE3;
  margin-top: 24px;
  padding-top: 24px;
}
.p-single__review-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.p-single__review-heading {
  display: flex;
  gap: 8px;
}
.p-single__review-heading i {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
}
.p-single__review-heading-en {
  letter-spacing: 2.24px;
  font-weight: 700;
}
.p-single__review-heading-ja {
  letter-spacing: 1.96px;
}
.p-single__review-date {
  margin-left: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.4px;
}
.p-single__review-date span:first-child::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B1B5C3;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.p-single__review-star {
  border-radius: 4px;
  padding: 2px 5px;
  background: #FEF7EB;
  display: inline-block;
  color: #FFA600;
  letter-spacing: 2.24px;
}
.p-single__review-star::after {
  content: "";
  background-image: url(../images/icons/star2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.p-single__review-desc {
  letter-spacing: 2.24px;
}
.p-single__more {
  text-align: center;
  margin-top: 24px;
}
.p-single__more span {
  color: #7E818A;
  letter-spacing: 2.24px;
  text-decoration: underline;
  cursor: pointer;
}

.p-company-discovered {
  border-radius: 32px;
  padding: 64px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.p-company-discovered:hover::before {
  transform: scale(1.1);
}
.p-company-discovered::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-company-discovered.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .p-company-discovered {
    padding: 32px;
    flex-direction: column;
  }
}
.p-company-discovered__sub {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
}
.p-company-discovered__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 44px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-company-discovered__title {
    font-size: 32px;
    line-height: 28px;
  }
}
.p-company-discovered .c-title__desc {
  color: #DBDDE3;
}
.p-company-discovered .c-button-gradient:hover {
  opacity: 0.6;
}

.p-contact__box {
  text-align: center;
}
.p-contact__title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.p-contact__tel {
  color: #262626;
  letter-spacing: 2.24px;
}
.p-contact__form-box {
  padding: 32px;
  border-radius: 24px;
  background: #F7F8F9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  max-width: 842px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .p-contact__form-box {
    padding: 24px;
  }
}
.p-contact__form-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.6px;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-contact__form-title {
    font-size: 2.4rem;
  }
}
.p-contact__form-desc {
  letter-spacing: 2.24px;
  text-align: center;
  margin-bottom: 16px;
}
.p-contact__form-submit {
  text-align: center;
  margin-top: 24px;
}
.p-contact__form .wpcf7-spinner {
  position: absolute;
}
.p-contact__form .wpcf7-submit {
  cursor: pointer;
  transition: 0.5s;
}
.p-contact__form .wpcf7-submit:hover {
  opacity: 0.6;
}
.p-contact__form .wpcf7 .form_group + .form_group {
  margin-top: 16px;
}
.p-contact__form .wpcf7 .form_group > label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #262626;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.24px;
  position: relative;
  margin-bottom: 16px;
}
.p-contact__form .wpcf7 .form_group > label::before {
  content: "任意";
  padding: 0px 10px;
  border-radius: 50px;
  background: #EDF5FD;
  color: #4B96EE;
  letter-spacing: 2.24px;
}
.p-contact__form .wpcf7 .form_group > label.required::before {
  content: "必 須";
  background: #FFDCDC;
  color: #BF3232;
}
.p-contact__form .wpcf7 .form_group .wpcf7-form-control {
  color: #A1A5B1;
  border-radius: 6px;
  border: 1px solid #B1B5C3;
  background-color: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 12px;
  outline: none;
  width: 100%;
  height: 48px;
  display: block;
}
.p-contact__form .wpcf7 .form_group .wpcf7-form-control.wpcf7-checkbox {
  color: #61646B;
  background-color: #E7E8EC;
  border: none;
  padding: 8px 16px;
  height: auto;
}
.p-contact__form .wpcf7 .form_group .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-contact__form .wpcf7 .form_group .wpcf7-form-control.wpcf7-checkbox input {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  border: 1px solid #D1D5DB;
  -webkit-appearance: none;
  background-color: #fff;
}
.p-contact__form .wpcf7 .form_group .wpcf7-form-control.wpcf7-checkbox input:checked::before {
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 4px;
  background-color: #3582c4;
  display: inline-block;
}
.p-contact__form .wpcf7 .form_group .wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}
.p-contact__form .wpcf7 .form_group .wpcf7-form-control-wrap {
  display: block;
}
.p-contact__form .wpcf7 .form_group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.p-contact__form .wpcf7 .form_group select::-ms-expand {
  display: none;
}
.p-contact__form .wpcf7 .form_group p {
  color: #A1A5B1;
  font-weight: 300;
  line-height: 150%;
  margin-top: 8px;
}

.p-plan__flex {
  display: flex;
  gap: 80px;
}
@media (max-width: 768px) {
  .p-plan__flex {
    flex-direction: column;
    gap: 40px;
  }
}
.p-plan__flex-left {
  flex: 1;
}
@media (max-width: 768px) {
  .p-plan__flex-left {
    width: 100%;
  }
}
.p-plan__flex-right {
  width: 39.0625%;
}
@media (max-width: 768px) {
  .p-plan__flex-right {
    width: 100%;
  }
}
.p-plan__flex-right p {
  letter-spacing: 2.24px;
}
.p-plan__slider {
  overflow: hidden;
}
.p-plan__slider img {
  width: 100%;
  aspect-ratio: 416/320;
}/*# sourceMappingURL=style.css.map */
